Hide Forgot
Description of problem: /etc/init.d/smb and /etc/init.d/nmb: # Check that we can write to it... so non-root users stop here [ -w /etc/samba/smb.conf ] || exit 4 /etc is allowed to be read-only, and samba should still run in this case. Version-Release number of selected component (if applicable): 3.6.0
Günther pushed a fix on Monday, should be fixed when the package gets to stable.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Prior to this update, Samba could fail to start when the /etc/ directory was a read-only file system. This occurred because Samba checked at start-up if the user had write permissions to the /etc/samba/smb.conf file. With this update, Samba checks if the root user is running the start-up script. Now Samba is started successfully when run by the root user.