You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I look into systemctl I find the following issues based on the samba package:
× samba.service - Samba AD Daemon
Loaded: loaded (/usr/lib/systemd/system/samba.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-02-18 00:15:16 PST; 1h 35min ago
Docs: man:samba(8)
man:samba(7)
man:smb.conf(5)
Process: 1523 ExecStart=/usr/sbin/samba --foreground --no-process-group $SAMBAOPTIONS (code=exited, status=203/EXEC)
Main PID: 1523 (code=exited, status=203/EXEC)
CPU: 467us
Feb 18 00:15:16 snekbox systemd[1]: Starting Samba AD Daemon...
Feb 18 00:15:16 snekbox (samba)[1523]: samba.service: Failed to locate executable /usr/sbin/samba: No such file or directory
Feb 18 00:15:16 snekbox (samba)[1523]: samba.service: Failed at step EXEC spawning /usr/sbin/samba: No such file or directory
Feb 18 00:15:16 snekbox systemd[1]: samba.service: Main process exited, code=exited, status=203/EXEC
Feb 18 00:15:16 snekbox systemd[1]: samba.service: Failed with result 'exit-code'.
Feb 18 00:15:16 snekbox systemd[1]: Failed to start Samba AD Daemon.
smb.service - Samba SMB Daemon
Loaded: loaded (/usr/lib/systemd/system/smb.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-02-18 00:15:16 PST; 1h 35min ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 1542 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 1542 (code=exited, status=1/FAILURE)
CPU: 22ms
Feb 18 00:15:16 snekbox systemd[1]: Starting Samba SMB Daemon...
Feb 18 00:15:16 snekbox (smbd)[1542]: smb.service: Referenced but unset environment variable evaluates to an empty string: SMBDOPTIONS
Feb 18 00:15:16 snekbox systemd[1]: smb.service: Main process exited, code=exited, status=1/FAILURE
Feb 18 00:15:16 snekbox systemd[1]: smb.service: Failed with result 'exit-code'.
Feb 18 00:15:16 snekbox systemd[1]: Failed to start Samba SMB Daemon.
winbind.service - Samba Winbind Daemon
Loaded: loaded (/usr/lib/systemd/system/winbind.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Tue 2025-02-18 00:15:16 PST; 1h 36min ago
Docs: man:winbindd(8)
man:samba(7)
man:smb.conf(5)
Process: 1537 ExecStart=/usr/sbin/winbindd --foreground --no-process-group $WINBINDOPTIONS (code=exited, status=203/EXEC)
Main PID: 1537 (code=exited, status=203/EXEC)
CPU: 671us
Feb 18 00:15:16 snekbox systemd[1]: Starting Samba Winbind Daemon...
Feb 18 00:15:16 snekbox (winbindd)[1537]: winbind.service: Failed to locate executable /usr/sbin/winbindd: No such file or directory
Feb 18 00:15:16 snekbox (winbindd)[1537]: winbind.service: Failed at step EXEC spawning /usr/sbin/winbindd: No such file or directory
Feb 18 00:15:16 snekbox systemd[1]: winbind.service: Main process exited, code=exited, status=203/EXEC
Feb 18 00:15:16 snekbox systemd[1]: winbind.service: Failed with result 'exit-code'.
Feb 18 00:15:16 snekbox systemd[1]: Failed to start Samba Winbind Daemon.
The text was updated successfully, but these errors were encountered:
When I look into
systemctl
I find the following issues based on the samba package:The text was updated successfully, but these errors were encountered: