Hallo,
nachdem, ich von 12.2 auf 12.3 umgestellt habe (und damit auch auf systemd), startet Samba nicht mehr.
Was ist da falsch in systemd bzw. was fehlt?
Danke!
Gruß
mairo
nachdem, ich von 12.2 auf 12.3 umgestellt habe (und damit auch auf systemd), startet Samba nicht mehr.
Code:
linuxserver:~ # systemctl start nmb.service smb.service
linuxserver:~ # systemctl status nmb.service smb.service
nmb.service - LSB: Samba NetBIOS naming service over IP
Loaded: loaded (/etc/init.d/nmb)
Active: active (running) since Sun, 2014-02-09 16:03:32 CET; 10min ago
Process: 4230 ExecStop=/etc/init.d/nmb stop (code=exited, status=0/SUCCESS)
Process: 4282 ExecStart=/etc/init.d/nmb start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/nmb.service
└ 4291 /usr/sbin/nmbd -D -s /etc/samba/smb.conf
Feb 09 16:03:32 linuxserver.local nmb[4282]: Starting Samba NMB daemon ..done
Feb 09 16:03:32 linuxserver.local systemd[1]: Started LSB: Samba NetBIOS naming service over IP.
Feb 09 16:04:30 linuxserver.local systemd[1]: Started LSB: Samba NetBIOS naming service over IP.
Feb 09 16:13:35 linuxserver.local systemd[1]: Started LSB: Samba NetBIOS naming service over IP.
smb.service - LSB: Samba SMB/CIFS file and print server
Loaded: loaded (/etc/init.d/smb)
Active: inactive (dead) since Sun, 2014-02-09 16:13:35 CET; 5s ago
Process: 4736 ExecStop=/etc/init.d/smb stop (code=exited, status=0/SUCCESS)
Process: 4721 ExecStart=/etc/init.d/smb start (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/smb.service
Feb 09 16:13:35 linuxserver.local smb[4721]: Starting Samba SMB daemon - Warning: /var/run/samba/smbd.pid exists. ..done
Feb 09 16:13:35 linuxserver.local smbd[4732]: [2014/02/09 16:13:35.599012, 0] registry/reg_init_basic.c:36(registry_init_common)
Feb 09 16:13:35 linuxserver.local smbd[4732]: Failed to initialize the registry: WERR_CAN_NOT_COMPLETE
Feb 09 16:13:35 linuxserver.local systemd[1]: Started LSB: Samba SMB/CIFS file and print server.
Feb 09 16:13:35 linuxserver.local smb[4736]: Shutting down Samba SMB daemon Warning: daemon not running. ..done
Was ist da falsch in systemd bzw. was fehlt?
Danke!
Gruß
mairo