File in question is /etc/init/smbd.conf. Original: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< description "SMB/CIFS File Server" author "Steve Langasek <steve.langa...@ubuntu.com>"
start on local-filesystems stop on runlevel [!2345] respawn pre-start script RUN_MODE="daemons" [ -r /etc/default/samba ] && . /etc/default/samba [ "$RUN_MODE" = inetd ] && { stop; exit 0; } install -o root -g root -m 755 -d /var/run/samba end script exec smbd -F <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Modified as it should be: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< description "SMB/CIFS File Server" author "Steve Langasek <steve.langa...@ubuntu.com>" start on (local-filesystems and net-device-up IFACE!=lo) stop on runlevel [!2345] respawn pre-start script RUN_MODE="daemons" [ -r /etc/default/samba ] && . /etc/default/samba [ "$RUN_MODE" = inetd ] && { stop; exit 0; } install -o root -g root -m 755 -d /var/run/samba end script exec smbd -F <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740777 Title: smbd.conf needs to wait for network up event -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs