Samba ne démarre plus

  • Vague de SPAM

    Suite à une vague de spam sur le forum, les inscriptions sont temporairement limitées.

    Après votre inscription, un membre de l'équipe devra valider votre compte avant qu'il ne soit activé. Nous sommes désolés pour la gêne occasionnée et vous remercions de votre patience.

Alex26

Nouveau membre
15 Juin 2021
5
0
0
Bonjour,

Je suis sous debian 10, et voila mon problème mon app samba fonctionner bien jusqu'au reboot de ma machine et au reboot voila le problème.

Code:
● smbd.service - Samba SMB Daemon
   Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sat 2021-06-19 12:59:55 CEST; 5min ago
     Docs: man:smbd(8)
           man:samba(7)
           man:smb.conf(5)
 Main PID: 3159 (code=exited, status=1/FAILURE)

juin 19 12:59:55 NASAlex2 systemd[1]: Failed to start Samba SMB Daemon.
juin 19 13:05:03 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:03 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:03 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:22 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:22 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:22 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:29 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:29 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
juin 19 13:05:29 NASAlex2 systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.

Et voici mon fichier de configuration /etc/samba/smb.conf

Code:
[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = NASAlex2
security = user
map to guest = bad user
dns proxy = no
hosts allow = 192.168.0.53

[public]
path = /
public = yes
writable = yes
comment = smb share
printable = no
guest ok = yes