Comment 4 for bug 529290

Revision history for this message
Simon Déziel (sdeziel) wrote :

The fix implemented in http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/samba/lucid/revision/99 is not working as the wrong pid is sent a HUP signal :

- invoke-rc.d --quiet samba reload > /dev/null
+ [ ! -f /var/run/samba/nmbd.pid ] || kill -HUP `cat /var/run/samba/nmbd.pid`

This was probably a copy-n-paste error and should corrected to be smbd.pid.