Comment 19 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 Mon 2017-05-15 17:18:22 EDT; 6ms ago
     Docs: man:smbd(8)
           man:samba(7)
           man:smb.conf(5)
  Process: 2812 ExecStart=/usr/sbin/smbd $SMBDOPTIONS (code=killed, signal=TERM)
 Main PID: 2812 (code=killed, signal=TERM)
      CPU: 80ms

May 15 17:16:51 ubunbtu-ws systemd[1]: Starting Samba SMB Daemon...
May 15 17:16:51 ubunbtu-ws smbd[2812]: [2017/05/15 17:16:51.993512, 0] ../lib/util/become_daemon.c:124(daemon_ready)
May 15 17:16:51 ubunbtu-ws smbd[2812]: STATUS=daemon 'smbd' finished starting up and ready to serve connections
May 15 17:18:22 ubunbtu-ws systemd[1]: smbd.service: Start operation timed out. Terminating.
May 15 17:18:22 ubunbtu-ws systemd[1]: Failed to start Samba SMB Daemon.
May 15 17:18:22 ubunbtu-ws systemd[1]: smbd.service: Unit entered failed state.
May 15 17:18:22 ubunbtu-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.