[Bug 596064] Re: nmbd fails to start on boot - problem with upstart
Vasya Pupkin
596064 at bugs.launchpad.net
Sat Apr 28 03:12:21 UTC 2012
Few days ago nmbd stopped starting on boot for me. I did not change
anything at all.
===
user at host:~$ cat /etc/init/nmbd.conf
description "NetBIOS name server"
author "Steve Langasek <steve.langasek at ubuntu.com>"
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
Server Team, which is subscribed to samba in 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
More information about the Ubuntu-server-bugs
mailing list