• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Samba starte nicht nach Umstellung auf Systemd

Hallo,

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
 
Also Samba Log sagt folgendes:

Code:
[2014/02/10 16:27:51,  0] smbd/server.c:1072(main)
  smbd version 3.6.12-59.5.1-2989-SUSE-SL12.3-i386 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2011
[2014/02/10 16:27:51.234667,  1] registry/reg_backend_db.c:543(regdb_init)
  regdb_init: unknown registry version 3 (code version = 2), refusing initialization
[2014/02/10 16:27:51.239107,  0] registry/reg_init_basic.c:36(registry_init_common)
  Failed to initialize the registry: WERR_CAN_NOT_COMPLETE

Hilft das weiter?
Wie kann ich denn systemd abschalten?

Gruß
mairo
 
Oben