Comment 20 for bug 572410

Revision history for this message
puppet (puppet-trash) wrote :

Thanks to bkrzem that posted a solution on a duplicate of this bug (#582376)

Well, actually I've been struggling with this issue for a week! But in my case the problem seems to be that nmbd is called to be started up BEFORE the net device is actually on... so the solution in my case was to change

   start on (local-filesystems and net-device-up IFACE!=lo)

to

   start on (local-filesystems)

in /etc/init/nmbd.conf