Hi,
samba doesn’t start on a new install:
Failed to start samba due to a system error: Error running a command. cmd = ['/usr/bin/systemctl', u'start', 'smb']. rc = 1. stdout = ['']. stderr = ["Job for smb.service failed. See 'systemctl status smb.service' and 'journalctl -xn' for details.", '']
[root@rockstor ~]# systemctl status smb.service
smb.service - Samba SMB Daemon
Loaded: loaded (/etc/systemd/system/smb.service; enabled)
Active: failed (Result: exit-code) since Thu 2015-12-03 19:52:19 CET; 21s ago
Process: 4593 ExecStart=/usr/sbin/smbd $SMBDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 4593 (code=exited, status=1/FAILURE)
Dec 03 19:52:19 rockstor.local systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Dec 03 19:52:19 rockstor.local systemd[1]: Failed to start Samba SMB Daemon.
Dec 03 19:52:19 rockstor.local systemd[1]: Unit smb.service entered failed state.
`[root@rockstor ~]# journalctl -xn
– Logs begin at Thu 2015-12-03 19:34:53 CET, end at Thu 2015-12-03 19:52:19 CET. –
Dec 03 19:50:40 rockstor.local avahi-daemon[4547]: Registering new address record for fe80::5451:10ff:fefe:f0a5 on ens18.*.
Dec 03 19:50:40 rockstor.local avahi-daemon[4547]: Registering new address record for 192.168.1.60 on ens18.IPv4.
Dec 03 19:50:40 rockstor.local avahi-daemon[4547]: Registering HINFO record with values ‘X86_64’/‘LINUX’.
Dec 03 19:50:41 rockstor.local avahi-daemon[4547]: Server startup complete. Host name is rockstor.local. Local service cookie is 76967241.
Dec 03 19:52:19 rockstor.local systemd[1]: Reloading.
Dec 03 19:52:19 rockstor.local systemd[1]: Reloading.
Dec 03 19:52:19 rockstor.local systemd[1]: Starting Samba SMB Daemon…
– Subject: Unit smb.service has begun with start-up
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit smb.service has begun starting up.
Dec 03 19:52:19 rockstor.local systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
Dec 03 19:52:19 rockstor.local systemd[1]: Failed to start Samba SMB Daemon.
– Subject: Unit smb.service has failed
– Defined-By: systemd
– Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
– Unit smb.service has failed.
– The result is failed.
Dec 03 19:52:19 rockstor.local systemd[1]: Unit smb.service entered failed state.
`
Any ideas? Haven’t done anything else besides configuring a new pool and adding a samba share.
Cheers and thanks for reading!