Actions
Bug #168
closedSome devices have wrong permissions on livecd
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)
Updated by Igor Pashev over 11 years ago
Postinst runs update-exim4.confupdate-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
Updated by Igor Pashev over 11 years ago
Before accessing /dev/random exim4 sets uid to Debian-exim, which has no file_dac_read privilege.
Updated by Igor Pashev over 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
Updated by Igor Pashev over 11 years ago
- Subject changed from Exim fails to install from the installer to Some devices have wrong permissions on livecd
Updated by Igor Pashev over 11 years ago
- Project changed from Dyson to DysonLive
- Status changed from New to Resolved
- % Done changed from 60 to 100
Updated by Igor Pashev about 11 years ago
- Status changed from Resolved to Closed
Actions