be_tto
(usa Deepin)
Enviado em 11/07/2018 - 13:06h
Galera, acredito que já tenha vários tópicos sobre o assunto no Fórum, mas estou recebendo vários erros e não sei por onde começar analisar o caso.
Estou tentanto configurar no Linux Mint o acesso a compartilhamento de Windows, configurei meu smb.conf conforme alguns tutoriais sobre o assunto e estou recebendo essa gama de erros, se puderem me auxiliar serei grato.
== saída do "systemctl status smbd.service"
Job for smbd.service failed because the control process exited with error code.
See "systemctl status smbd.service" and "journalctl -xe" for details.
root@mintLab:/home/b3_tto# systemctl status smbd.service
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2018-07-11 12:53:02 -03; 22s ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 2911 ExecStart=/usr/sbin/smbd --foreground --no-process-group $SMBDOPTIONS (code=exited, status=255)
Main PID: 2911 (code=exited, status=255)
jul 11 12:53:02 mintLab systemd[1]: Starting Samba SMB Daemon...
jul 11 12:53:02 mintLab smbd[2911]: [2018/07/11 12:53:02.734264, 0] ../source3/auth/auth_util.c:778(get_guest_info3)
jul 11 12:53:02 mintLab smbd[2911]: SamInfo3_for_guest: Unable to locate guest account [Heber]!
jul 11 12:53:02 mintLab smbd[2911]: [2018/07/11 12:53:02.734343, 0] ../source3/auth/auth_util.c:846(make_new_session_info_guest)
jul 11 12:53:02 mintLab smbd[2911]: get_guest_info3 failed with NT_STATUS_NO_SUCH_USER
jul 11 12:53:02 mintLab smbd[2911]: [2018/07/11 12:53:02.734380, 0] ../source3/smbd/server.c:2011(main)
jul 11 12:53:02 mintLab smbd[2911]: ERROR: failed to setup guest info.
jul 11 12:53:02 mintLab systemd[1]: smbd.service: Main process exited, code=exited, status=255/n/a
jul 11 12:53:02 mintLab systemd[1]: smbd.service: Failed with result 'exit-code'.
jul 11 12:53:02 mintLab systemd[1]: Failed to start Samba SMB Daemon.
== configuração do smb.conf
[global]
netbios name = PCALBERTO
server string = Servidor Alberto
map to guest = Bad User
guest account = Heber
os level = 100
preferred master = Yes
wins support = Yes
idmap config * : backend = tdb
[arquivos]
path = /mnt
read only = No
guest ok = Yes
[backups]
path = /mnt
read only = No
guest ok = Yes
[Public]
comment = Diretorio Linux
path = /home/terminalroot/
read only = No
create mask = 0755
guest ok = Yes
== versão do samba
Version 4.7.6-Ubuntu