carve81
01-07-2006, 15:42
Ciao ho un problema
ho configurato un file server con samba in modo da poter farvi accedere client microsoft impostandolo come domain controller.
ho configurato il file smb.conf e sono riuscito ad aggiungere i client (con winxp) al dominio.
Il problema è che al riavvio che richiede winxp dopo l'aggiunta al dominio al momento dell'autenticazione di accesso al dominio mi compare una veloce schermata blu recante il testo:
STOP: (c000021a errore irreversibile di sistema)
il processo di sistema windows logon process terminato
con stato of 0xc0000409 (0x00000000 0x00000000).
Il sistema è stato chiuso
[global]
workgroup = *** (oscurato per privacy)
netbios name = SERVER_LINUX
server string = server basato su linux Debian
os level = 250
preferred master = YES
local master = YES
domain master = YES
domain logons = YES
wins support = YES
logon script = logon.bat (non ho però implementato il file logon.bat sul client winxp)
interfaces = eth0
bind interfaces only = YES
follow symlinks = YES
smb ports = 445 139
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
################################
#Configurazione utenti
security = USER
hosts allow = 127.0.0.1 192.168.2.0/255.255.255.0
min password length = 6
null passwords = NO
smb passwd file = /etc/samba/smbpasswd
encrypt passwords = YES
logon drive = H: (crea l'unita di rete H: al login su client Windows)
################################
#Configurazione computer
add machine script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u
################################
#Configurazione dei file di log#
log file = /var/log/samba/%m.log
max log size = 100
log level = 2
###############################
#Configurazione CUPS
printing = CUPS
printcap = CUPS
[netlogon]
path = /usr/local/samba/netlogon
read only = YES
write list = root
browsable = NO
[repository]
comment=cartella condivisa sul server
path=/repository
public=NO
writable=YES
browsable=YES
valid users=****,**** (li ho oscurati per PRIVACY)
invalid users=guest,administrator,admin
[printers]
comment = pool di stampa linux
path = /var/spool/samba
printable = YES
use client driver = YES
browseable = NO
public = yes
guest ok = yes
writable = NO
printer admin = root
[HP7760]
path=/var/spool/cups
printer admin = root, guest, anybody
public = yes
guest ok = yes
printable = yes
Qualcuno sa dirmi dove sbaglio?
grazie
ho configurato un file server con samba in modo da poter farvi accedere client microsoft impostandolo come domain controller.
ho configurato il file smb.conf e sono riuscito ad aggiungere i client (con winxp) al dominio.
Il problema è che al riavvio che richiede winxp dopo l'aggiunta al dominio al momento dell'autenticazione di accesso al dominio mi compare una veloce schermata blu recante il testo:
STOP: (c000021a errore irreversibile di sistema)
il processo di sistema windows logon process terminato
con stato of 0xc0000409 (0x00000000 0x00000000).
Il sistema è stato chiuso
[global]
workgroup = *** (oscurato per privacy)
netbios name = SERVER_LINUX
server string = server basato su linux Debian
os level = 250
preferred master = YES
local master = YES
domain master = YES
domain logons = YES
wins support = YES
logon script = logon.bat (non ho però implementato il file logon.bat sul client winxp)
interfaces = eth0
bind interfaces only = YES
follow symlinks = YES
smb ports = 445 139
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
################################
#Configurazione utenti
security = USER
hosts allow = 127.0.0.1 192.168.2.0/255.255.255.0
min password length = 6
null passwords = NO
smb passwd file = /etc/samba/smbpasswd
encrypt passwords = YES
logon drive = H: (crea l'unita di rete H: al login su client Windows)
################################
#Configurazione computer
add machine script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u
################################
#Configurazione dei file di log#
log file = /var/log/samba/%m.log
max log size = 100
log level = 2
###############################
#Configurazione CUPS
printing = CUPS
printcap = CUPS
[netlogon]
path = /usr/local/samba/netlogon
read only = YES
write list = root
browsable = NO
[repository]
comment=cartella condivisa sul server
path=/repository
public=NO
writable=YES
browsable=YES
valid users=****,**** (li ho oscurati per PRIVACY)
invalid users=guest,administrator,admin
[printers]
comment = pool di stampa linux
path = /var/spool/samba
printable = YES
use client driver = YES
browseable = NO
public = yes
guest ok = yes
writable = NO
printer admin = root
[HP7760]
path=/var/spool/cups
printer admin = root, guest, anybody
public = yes
guest ok = yes
printable = yes
Qualcuno sa dirmi dove sbaglio?
grazie