il server (raspberry) ha un sistema debian;
i client sono misti tra windows e linux;
gli utenti windows non hanno nessun problema;
gli utenti linux vedono il server ad intermittenza e ricevono errori vari, tra cui
- Codice: Seleziona tutto
donatello@debian:~$ smbclient //192.168.0.7/devices
Enter donatello's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.6]
Server not using user level security and no password supplied.
Server requested LANMAN password (share-level security) but 'client lanman auth = no' or 'client ntlmv2 auth = yes'
tree connect failed: NT_STATUS_ACCESS_DENIED
ed anche:
- Codice: Seleziona tutto
donatello@debian:~$ smbclient -L 192.168.0.7
Enter donatello's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.6.6]
Server requested LANMAN password (share-level security) but 'client lanman auth = no' or 'client ntlmv2 auth = yes'
tree connect failed: NT_STATUS_ACCESS_DENIED
il file smb.conf è questo
- Codice: Seleziona tutto
[global]
workgroup = WORKGROUP
usershare allow guests = yes
security=share
follow symlinks = yes
wide links = yes
lock directory = /var/cache/samba
lanman auth = yes
client lanman auth = yes
client NTLMv2 auth = No
[devices]
browsable = yes
read only = no
guest ok = yes
path = /mnt/storage/Dati
writable = YES
Qualcuno sa cosa potrei fare per risolvere questo problema????
Vi ringrazio tutti anticipatamente