Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created September 26, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdeguzis/3f7d3936a134a4f448fa to your computer and use it in GitHub Desktop.
Save mdeguzis/3f7d3936a134a4f448fa to your computer and use it in GitHub Desktop.
mikeyd@archboxmtd ~ $ sudo systemctl start smbd
Job for smbd.service failed because the control process exited with error code. See "systemctl status smbd.service" and "journalctl -xe" for details.
mikeyd@archboxmtd ~ $ sudo systemctl start nmbd
Job for nmbd.service failed because the control process exited with error code. See "systemctl status nmbd.service" and "journalctl -xe" for details.
mikeyd@archboxmtd ~ $ systemctl status smbd.service
● smbd.service - Samba SMB/CIFS server
Loaded: loaded (/usr/lib/systemd/system/smbd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2015-09-26 09:59:37 EDT; 25s ago
Process: 2119 ExecStart=/usr/bin/smbd -D (code=exited, status=1/FAILURE)
Sep 26 09:59:37 archboxmtd systemd[1]: Starting Samba SMB/CIFS server...
Sep 26 09:59:37 archboxmtd systemd[1]: smbd.service: Control process exited, code=exited ...s=1
Sep 26 09:59:37 archboxmtd systemd[1]: Failed to start Samba SMB/CIFS server.
Sep 26 09:59:37 archboxmtd systemd[1]: smbd.service: Unit entered failed state.
Sep 26 09:59:37 archboxmtd systemd[1]: smbd.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
mikeyd@archboxmtd ~ $ systemctl status nmbd.service
● nmbd.service - Samba NetBIOS name server
Loaded: loaded (/usr/lib/systemd/system/nmbd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2015-09-26 09:59:40 EDT; 27s ago
Process: 2128 ExecStart=/usr/bin/nmbd -D (code=exited, status=1/FAILURE)
Sep 26 09:59:40 archboxmtd systemd[1]: Starting Samba NetBIOS name server...
Sep 26 09:59:40 archboxmtd nmbd[2128]: [2015/09/26 09:59:40.598164, 0] ../lib/util/util....ct)
Sep 26 09:59:40 archboxmtd nmbd[2128]: invalid permissions on directory '/var/cache/sam...755
Sep 26 09:59:40 archboxmtd systemd[1]: nmbd.service: Control process exited, code=exited ...s=1
Sep 26 09:59:40 archboxmtd systemd[1]: Failed to start Samba NetBIOS name server.
Sep 26 09:59:40 archboxmtd systemd[1]: nmbd.service: Unit entered failed state.
Sep 26 09:59:40 archboxmtd systemd[1]: nmbd.service: Failed with result 'exit-code'.
Hint: Some lines were ellipsized, use -l to show in full.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment