Comment 21 for bug 1677329

Revision history for this message
Jason Lynn (13l0y-0cooz-k4cyb) wrote :

Thanks. I was able to finally get it to build but after installing, the samba service will no longer start. It simply times out and leaves nothing the the syslog or the Samba log explaining the reason:

Job for smbd.service failed because a timeout was exceeded.
See "systemctl status smbd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript smbd, action "start" failed.
● smbd.service - Samba SMB Daemon
   Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled)
   Active: failed (Result: timeout) since Tue 2017-05-16 09:09:00 EDT; 1min 12s ago
     Docs: man:smbd(8)
           man:samba(7)
           man:smb.conf(5)
  Process: 5765 ExecStart=/usr/sbin/smbd $SMBDOPTIONS (code=killed, signal=TERM)
 Main PID: 5765 (code=killed, signal=TERM)
      CPU: 94ms

May 16 09:07:30 ubuntu-ws systemd[1]: Starting Samba SMB Daemon...
May 16 09:07:30 ubuntu-ws smbd[5765]: [2017/05/16 09:07:30.302843, 0] ../lib/util/become_daemon.c:124(daemon_ready)
May 16 09:07:30 ubuntu-ws smbd[5765]: STATUS=daemon 'smbd' finished starting up and ready to serve connections
May 16 09:09:00 ubuntu-ws systemd[1]: smbd.service: Start operation timed out. Terminating.
May 16 09:09:00 ubuntu-ws systemd[1]: Failed to start Samba SMB Daemon.
May 16 09:09:00 ubuntu-ws systemd[1]: smbd.service: Unit entered failed state.
May 16 09:09:00 ubuntu-ws systemd[1]: smbd.service: Failed with result 'timeout'.

I guess I'm just going to stay broken here until this goes live. I'm sure I did something else wrong.