Comment 73 for bug 494141

Revision history for this message
Avi (avi-sayag) wrote :

Thank you very much

I have Ubuntu 12.04 LTE machine and had the same problem.

according to this post I manage to fix it

and this is what I done: ( in the file /etc/init/smbd.conf )

start on (local-filesystems and started cups and net-device-up)
stop on runlevel [!2345]

p.s.
1) The order of "started cups" and "net-device-up" is important!!!
2 )I just added "started cups" in the middle of the line.