Comment 15 for bug 823878

Revision history for this message
yetanotherion (nolaridebi) wrote :

With quite a delay :) (almost three years after), I had the same issue, on 14.04.3 LTS (GNU/Linux 3.19.0-33-generic x86_64).
After reading this bug and https://bugs.launchpad.net/ubuntu/+source/samba/+bug/596064
As a workaround, I set

"start on (local-filesystems and net-device-up IFACE=eth0 and started nmbd)" in /etc/init/smbd.conf.

I have two remarks, regarding:
- "IFACE=eth0": shouldn't "net-device-up" wait for all interfaces to have an ip address ? (for interfaces configured on DHCP among others)
- "started nmbd": I wonder whether that should not be put per default by the samba's installation script. What do you think ?