failed to open /dev/null: Permission denied (euid=8 egid=12)

If you see this error in your /var/log/mainlog, then your /dev/null is likely not set with the correct permissions. See this code:

[root@server exim]# ls -la /dev/null
crw------- 1 root root 1, 3 Sep 21 05:16 /dev/null
[root@server exim]# chmod 666 /dev/null
[root@server exim]# ls -la /dev/null
crw-rw-rw- 1 root root 1, 3 Sep 21 05:16 /dev/null

so it should be chmod 666, not 600.

 
troubleshooting/failed.txt · Last modified: 2010/02/22 08:05 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki