Comment 5 for bug 596064

Revision history for this message
Bret Towe (magnade) wrote :

I played with the nmbd.conf script and changed the 2 lines that seem at fault
looks to of worked not done repeat tests

NMBD_DISABLED=`testparm -s --parameter-name="disable netbios" 2>>/tmp/nmbd-upstart.log`
[ "$NMBD_DISABLED" = Yes ] && { stop; exit 0; }

I don't think removing the x's from the second line is required but it looks better