[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

samba upgrade problem



Hi,

since i upgraded from 2.x Samba to 3.x i get errors (sent by
logcheck). It's when i connect from an XP machine.
I can copy or read files from my shares on the linux machine and
i can log in without any problems (Server is configured as PDC).
So everything works but i don't understand why i get these errors then.

Security Violations
=-=-=-=-=-=-=-=-=-=
jan 12 08:10:46 arthur smbd[25328]:   getpeername failed. Error was Er is
geen verbinding met het transporteindpunt
jan 12 08:10:46 arthur smbd[25328]:   read_socket_data: recv failure for
4. Error = Verbinding gesloten door communicatiepartner
jan 12 08:10:46 arthur smbd[25327]:   process_request_pdu: failed to do
schannel processing.
jan 12 08:10:46 arthur smbd[25327]:   process_request_pdu: failed to do
schannel processing.

System Events
=-=-=-=-=-=-=
jan 12 08:10:46 arthur smbd[25328]: [2004/01/12 08:10:46, 0]
lib/util_sock.c:get_socket_addr(919)
jan 12 08:10:46 arthur smbd[25328]: [2004/01/12 08:10:46, 0]
lib/util_sock.c:read_socket_data(342)
jan 12 08:10:46 arthur smbd[25327]: [2004/01/12 08:10:46, 0]
rpc_server/srv_pipe.c:api_pipe_netsec_process(1343)
jan 12 08:10:46 arthur smbd[25327]:   Invalid auth info 68 or level 5 on
schannel
jan 12 08:10:46 arthur smbd[25327]: [2004/01/12 08:10:46, 0]
rpc_server/srv_pipe_hnd.c:process_request_pdu(605)
jan 12 08:10:46 arthur smbd[25327]: [2004/01/12 08:10:46, 0]
rpc_server/srv_pipe.c:api_pipe_netsec_process(1343)
jan 12 08:10:46 arthur smbd[25327]:   Invalid auth info 68 or level 5 on
schannel

Anybody have an idea of what could be wrong?
Here's my samba config

[global]
   # Do something sensible when Samba crashes: mail the admin a backtrace
   panic action = /usr/share/samba/panic-action %d
   ;basic server settings
   workgroup = CAMELOT
   netbios name = ARTHUR
   server string = Samba PDC running %v
   socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192

   ;PDC and master browser settings
   os level = 64
   preferred master = yes
   local master = yes
   domain master = yes
   wins support = yes
   hide unreadable = yes
   time server = yes

   ;security and logging settings
   security = user
   encrypt passwords = true
   passdb backend = smbpasswd guest
   domain logons = yes
   log file = /var/log/samba/log.%m
   log level = 0
   #keepalive = 300
   max log size = 50
   hosts allow = 127.0.0.1 192.168.0.1 192.168.0.10 192.168.0.0/255.255.255.0
   interfaces = eth1
   bind interfaces only = yes
   add user script = /usr/sbin/useradd -d /dev/null -g 200 -s /bin/false
-M %u
   ;allow pasword changes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = "*Enter OLD password*" %o\n "*Enter NEW password*" %n\n
"*Reenter NEW password*" %n\n "*Password changed*"

   ;user profiles and home directory
   logon drive = C:
   logon script = logon.bat

[homes]
   comment = Home Directories
   browseable = no
   writeable = yes

[tmp]
   path = /tmp
   writeable = yes

[mp3]
   path = /usr/local/mp3
   browseable = yes
   writeable = yes
   create mask = 0770
   directory mask = 0770
   public = yes
   write list = benedict

[netlogon]
   path = /home/netlogon
   read only = yes
   write list = benedict

Regards,
Benedict



Reply to: