View previous topic :: View next topic |
Author |
Message |
danielinux Apprentice
Joined: 10 Nov 2004 Posts: 202
|
Posted: Mon Mar 07, 2005 2:23 pm Post subject: [Samba] NT_STATUS_BAD_NETWORK_NAME [Risolto] |
|
|
Il problema è il seguente:
Ho seguito attentamente la guida per l'installazione e la configurazione di samba, ma da win
non riesco ad accederci cioè vedo il pc nel mio gruppo di lavoro da windows , ma cercando di accederci, un errore mi mi dice che è impossibile accedere perchè l'utente potrebbe non disporre dell'autorizzazione necessaria per l'utilizzo dela risorsa di rete ... Server non configurato per le transazioni.
Se provo a fare
root# smbclient -L localhost
Password:
Domain=[MIOWRKGRP] OS=[Unix] Server=[Samba 3.0.10]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Da cosa può essere dato l'errore?
Il file smb.conf è fatto così:
Code: |
[global]
workgroup= MIOWRKGRP
server string = Samba Server %v
printcap name = cups
printing = cups
load printers = yes
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = lo eth0
bind interfaces only = yes
hosts allow = 127.0.0.1 192.168.0.2/24 192.168.0.3/24 192.168.0.4/24 192.168.0.201/24
hosts deny = 0.0.0.0/0
security = share
guest account = guest
guest ok = yes
vfs object = vscan-clamav
vscan-clamav: config-file = /etc/samba/vscan-clamav.conf
[print$]
comment = Printer Drivers
path = /etc/samba/printer
guest ok = yes
browseable = yes
read only = yes
write list = root
[HPDesk]
comment = HP Deskjet
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes
printer admin = root
[printers]
comment = All Printers
browseable = no
writable = no
printable = yes
public = yes
guest ok = yes
path = /var/spool/samba
printer admin = root
[public]
comment = Public Files
browseable = yes
public = yes
create mode = 0766
guest ok = yes
path = /home/samba/public
|
Last edited by danielinux on Wed Mar 09, 2005 3:37 pm; edited 1 time in total |
|
Back to top |
|
|
danielinux Apprentice
Joined: 10 Nov 2004 Posts: 202
|
Posted: Mon Mar 07, 2005 3:52 pm Post subject: |
|
|
Il problema sembrerebbe legato al NETWORK NAME o alla sua risoluzione..
Comunque ho anche configurato il file nsswitch.conf aggiungendo wins alla riga
hosts: files dns wins
Se provo ad aggiungerlo anche alla riga networks il problema non si risolve comunque...
Qualcuno ha un suggerimento , idea per favore? |
|
Back to top |
|
|
danielinux Apprentice
Joined: 10 Nov 2004 Posts: 202
|
Posted: Mon Mar 07, 2005 4:17 pm Post subject: vscan-clamav |
|
|
Riporto un pezzo del log su alcuni errori che si ripetono quado cerco di connettermi con smbclient sul pc locale:
Mar 7 16:59:39 pinguino smbd[7380]: Can't find a vfs module [vscan-clamav]
Mar 7 16:59:39 pinguino smbd[7380]: [2005/03/07 16:59:39, 0] smbd/vfs.c:smbd_vfs_init(319)
Mar 7 16:59:39 pinguino smbd[7380]: smbd_vfs_init: vfs_init_custom failed for vscan-clamav
Mar 7 16:59:39 pinguino smbd[7380]: [2005/03/07 16:59:39, 0] smbd/service.c:make_connection_snum(517)
Mar 7 16:59:39 pinguino smbd[7380]: vfs_init failed for service IPC$
Vedendo questi errori, mi è venuto in mente che nel file di configurazione dell'antivirus /etc/samba/vscan-clamav.conf
c'erano le seguenti righe
deny access on error = yes
deny access on minor error = yes
Ho settato i valori a 'no' ma la situazione non cambia...
AIUUUTO!!! |
|
Back to top |
|
|
danielinux Apprentice
Joined: 10 Nov 2004 Posts: 202
|
Posted: Wed Mar 09, 2005 3:36 pm Post subject: [Risolto] |
|
|
Ho risolto ri emergendo samba con gli use flag di oav settati!!! |
|
Back to top |
|
|
|