Comment 6 for bug 771305

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

@James,

This is a default install with no configuration. After reboot I can login and start smbd by hand manually with no problems (ie, without changing /etc/samba/smb.conf). These were the interesting lines in /var/log/samba/log.smbd:

[2011/04/26 10:07:06, 0] smbd/server.c:1123(main)
  smbd version 3.5.8 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2010
[2011/04/26 10:07:06.485135, 0] printing/print_cups.c:108(cups_connect)
  Unable to connect to CUPS server localhost:631 - Network is unreachable
[2011/04/26 10:07:06.514425, 0] printing/print_cups.c:108(cups_connect)
  Unable to connect to CUPS server localhost:631 - Network is unreachable
[2011/04/26 10:07:06.548629, 0] lib/interface.c:519(load_interfaces)
  ERROR: Could not determine network interfaces, you must use a interfaces config line

These are repeated over and over until the upstart respawn limit is reached. This looks to me to be some sort of missing networking item in the upstart job (smbd.conf only has 'start on local-filesystems'), but I am not an upstart expert....