[Bug 406524] Re: samba-common subprocess post-installation script returned error exit status 1 (and no other error msg)

Ross Patterson me at rpatterson.net
Wed Dec 9 23:40:57 GMT 2009


The problem here is that the condition check "[ -f
/var/run/samba/winbindd.pid ]" in the /etc/logrotate.d/winbind script is
not wrapped in an "if" block and as such has a non-zero return code if
winbindd is not running.  Since it's a valid case that winbind be
installed but the daemon is not running, it seems that this condition
should be in an if block so that the return code is zero if the daemon
is not running.

** Changed in: samba (Ubuntu)
       Status: Invalid => Confirmed

-- 
samba-common subprocess post-installation script returned error exit status 1 (and no other error msg)
https://bugs.launchpad.net/bugs/406524
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.



More information about the Ubuntu-server-bugs mailing list