Project

General

Profile

Actions

Bug #168

closed

Some devices have wrong permissions on livecd

Added by Igor Pashev almost 11 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
2014-05-06
Due date:
% Done:

100%

Estimated time:

Description

Exim fails to install from the installer (Basic configuration)

Actions #1

Updated by Igor Pashev almost 11 years ago

Postinst runs update-exim4.conf
update-exim4.conf runs exim4: /usr/sbin/exim4 -C /var/lib/exim4/config.autogenerated.tmp -bV

truss of exim4:

20576:  access("/etc/gcrypt/fips_enabled", F_OK)        Err#2 ENOENT
20576:  open("/proc/sys/crypto/fips_enabled", O_RDONLY) Err#2 ENOENT
20576:  brk(0x00755FC0)                                 = 0
20576:  brk(0x00759FC0)                                 = 0
20576:  access("/dev/random", R_OK)                     Err#13 EACCES [file_dac_read]
20576:  fstat(2, 0xFFFFFD7FFFDFEE80)                    = 0
Fatal: 20576:   write(2, " F a t a l :  ", 7)                   = 7
no entropy gathering module detected

Actions #2

Updated by Igor Pashev almost 11 years ago

Before accessing /dev/random exim4 sets uid to Debian-exim, which has no file_dac_read privilege.

Actions #3

Updated by Igor Pashev almost 11 years ago

  • % Done changed from 0 to 60
# ls -lhL /dev/random
crw------- 1 root sys 129, 0 May  6 18:32 /dev/random
Actions #4

Updated by Igor Pashev almost 11 years ago

  • Subject changed from Exim fails to install from the installer to Some devices have wrong permissions on livecd
Actions #5

Updated by Igor Pashev almost 11 years ago

Run devfsadm -P.

Actions #6

Updated by Igor Pashev almost 11 years ago

  • Project changed from Dyson to DysonLive
  • Status changed from New to Resolved
  • % Done changed from 60 to 100
Actions #7

Updated by Igor Pashev over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF