Sto installando una Slack 12.2 su un server HP. Ho notato che riconfigurando Samba come avevo sul precedente server che montava una 12.1
ho dei problemi sul funzionamento della rete.
Questo e' l'errore che appare dando un:
Codice: Seleziona tutto
netstat -taCodice: Seleziona tutto
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:swat *:* LISTEN
tcp 0 0 *:time *:* LISTEN
tcp 0 0 *:submission *:* LISTEN
tcp 0 0 *:pop3 *:* LISTEN
tcp 0 0 *:x11 *:* LISTEN
tcp 0 0 *:auth *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 localhost:ipp *:* LISTEN
tcp 0 0 *:telnet *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp6 0 0 [::]:5800 [::]:* LISTEN
tcp6 0 0 [::]:netbios-ssn [::]:* LISTEN
tcp6 0 0 [::]:5900 [::]:* LISTEN
tcp6 0 0 [::]:x11 [::]:* LISTEN
tcp6 0 0 [::]:http [::]:* LISTEN
tcp6 0 0 [::]:ssh [::]:* LISTEN
tcp6 0 0 [::]:microsoft-ds [::]:* LISTEN
getnameinfo failed
tcp6 0 0 proliant.f:microsoft-ds [UNKNOWN]:adapt-sna ESTABLISHED
infatti facendo un smbstatus questa e' la risposta:
Codice: Seleziona tutto
ERROR: Failed to initialise messages database: Permission denied
messaging_tdb_init failed: NT_STATUS_ACCESS_DENIED
Samba version 3.2.5
PID Username Group Machine
-------------------------------------------------------------------
3462 andy-x users andy-x (::ffff:192.168.100.11)
Service pid machine Connected at
-------------------------------------------------------
IPC$ 3462 andy-x Mon Aug 3 15:17:22 2009
andy-x 3462 andy-x Mon Aug 3 15:17:29 2009
No locked files
Codice: Seleziona tutto
# Samba config file created using SWAT
# from UNKNOWN (?? ???t??(???_|??t??????<??8??h??? ·?t?????????? ?????? )
# Date: 2009/08/03 16:09:58
[global]
server string = Samba Server
log file = /var/log/samba.%m
max log size = 50
local master = No
domain master = No
dns proxy = No
ldap ssl = no
[homes]
comment = directory personali
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = N
Sul vecchio server c'era Samba 3.0.28a e sulla 12.2 c'e' la 3.2.5.
Che ne pensate?

