Wheezy를 계속 사용하고 있을 때는 아무런 문제 없이 LAN에서 Samba 공유에 액세스할 수 있었습니다. 하지만 Jessie로 업데이트한 후 Windows와 Android 휴대폰 모두 다음 메시지가 표시됩니다. SmbAuthException: Login failed
나는 여전히 이전과 동일한 smb.conf를 사용하고 있습니다.
[global]
workgroup = HOME
netbios name =myDrive
server string = BananaPi
security = user
disable spoolss = yes
log file = /var/log/samba/samba.log
syslog = 0
max log size = 100
dns proxy = no
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
use sendfile = yes
aio read size = 16384
aio write size = 16384
deadtime = 30
guest account = root
[myDrive]
path = /media
read only = no
available = yes
browseable = yes
writable = yes
guest ok = yes
public = yes
로그가 매우 비어 있습니다.
[2015/10/12 15:47:00.759016, 0] ../source3/lib/util_sock.c:446(open_socket_in)
open_socket_in(): setsockopt: SO_REUSEPORT = true on port 137 failed with error = Protocol not available
[2015/10/12 15:47:00.761053, 0] ../source3/lib/util_sock.c:446(open_socket_in)
open_socket_in(): setsockopt: SO_REUSEPORT = true on port 137 failed with error = Protocol not available
[2015/10/12 15:47:00.761454, 0] ../source3/lib/util_sock.c:446(open_socket_in)
open_socket_in(): setsockopt: SO_REUSEPORT = true on port 137 failed with error = Protocol not available
[2015/10/12 15:47:00.763518, 0] ../lib/util/become_daemon.c:136(daemon_ready)
[2015/10/12 15:47:02.325451, 0] ../lib/util/become_daemon.c:136(daemon_ready)
STATUS=daemon 'smbd' finished starting up and ready to serve connectionsopen_socket_in(): setsockopt: SO_REUSEPORT = true on port 445 failed with error = Protocol not available
STATUS=daemon 'nmbd' finished starting up and ready to serve connections*****
Samba name server MYDRIVE is now a local master browser for workgroup HOME on subnet 192.168.1.70
*****
네트워크에서 액세스하려면 비밀번호가 필요한지 알고 있지만 지금은 LAN 액세스가 다시 작동하도록 하고 WAN에 집중하겠습니다.
"root" 비밀번호를 사용하여 로그인을 시도했지만 작동하지 않는 것 같습니다.
답변1
security = user
security = share
공유에서 유효한 사용자를 사용하거나 설정 하거나 지정합니다.valid users = root
force user = root
나는 개인적으로 force user =
내 공유에 대한 액세스를 방해하는 SMB 보안 변경 사항에 지쳤기 때문에 이를 내 공유에 사용합니다. 부분적으로는 Windows 클라이언트의 액세스 및 인증이 형편없기 때문입니다.