Few days ago nmbd stopped starting on boot for me. I did not change anything at all.
=== user@host:~$ cat /etc/init/nmbd.conf description "NetBIOS name server" author "Steve Langasek <[email protected]>" start on (local-filesystems and net-device-up IFACE=eth0) stop on runlevel [!2345] expect fork respawn pre-start script NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 2>/dev/null` [ "x$NMBD_DISABLED" = xYes ] && { stop; exit 0; } install -o root -g root -m 755 -d /var/run/samba end script exec nmbd -D === This was working fine since I changed "start on" thing as described in https://bugs.launchpad.net/ubuntu/+source/samba/+bug/823878 bug. I have nothing in logs that could give me a single hint why it's not starting. This bug is obviously not fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/596064 Title: nmbd fails to start on boot - problem with upstart To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/596064/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
