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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs