Created attachment 494554 [details] /etc/conf.d/samba # /etc/init.d/samba start samba | * samba -> start: smbd ... samba | * start-stop-daemon: failed to start `/usr/sbin/smbd' [ !! ] | samba | * samba -> start: nmbd ... samba | * start-stop-daemon: failed to start `/usr/sbin/nmbd' [ !! ] | samba | * Error: starting services (see system logs) samba | * samba -> stop: smbd ... samba | * start-stop-daemon: no matching processes found [ ok ] | samba | * samba -> stop: nmbd ... samba | * start-stop-daemon: no matching processes found [ ok ] | samba | * ERROR: samba failed to start # ls -lsh /var/log/samba/** 0 -rw-rw-rw- 1 root root 0 Sep 9 23:58 /var/log/samba/log.nmbd 0 -rw-rw-rw- 1 root root 0 Sep 9 23:58 /var/log/samba/log.smbd /var/log/samba/: total 1.0K 1.0K drwxrwxrwx 4 root root 1.0K Sep 9 23:58 cores 0 -rw-rw-rw- 1 root root 0 Sep 9 23:58 log.nmbd 0 -rw-rw-rw- 1 root root 0 Sep 9 23:58 log.smbd /var/log/samba/cores: total 2.0K 1.0K drwxrwxrwx 2 root root 1.0K Sep 9 23:58 nmbd 1.0K drwxrwxrwx 2 root root 1.0K Sep 9 23:58 smbd /var/log/samba/cores/nmbd: total 0 /var/log/samba/cores/smbd: total 0
Created attachment 494556 [details] emerge --info samba
Created attachment 494558 [details] About opentmpfiles
Created attachment 494560 [details] syslog
There is no security=share option in the [global] section any more. I’ve changed it to ‘user’ and samba starts. Now it only requires to alternate guest settings to work.
(In reply to dtr from comment #4) > There is no security=share option in the [global] section any more. I’ve > changed it to ‘user’ and samba starts. Now it only requires to alternate > guest settings to work. Section of /etc/samba/smb.conf, indeed.