Comment 25 for bug 596064

Revision history for this message
Giovanni Panozzo (giox069) wrote :

I'm using a wireless connection with wicd (wlan interface is wlan0). Adding mkdir -p /var/run/samba does not solve the problem.
Changing
  start on (local-filesystems and net-device-up IFACE!=lo)
to
  start on (local-filesystems)
in /etc/init/nmbd.conf fixes it and nmbd starts. But this is not the right way to fix it, because there are other services which depends on "net-device-up".

I think it's wicd not emitting "net-device-up" when my wlan0 comes up. But... how can I check/confirm it ?