[Samba] Clients loose connection

2004-07-29 Thread Dirk Wagner
Hi there,
I set up a Samba 3. Server on a SUSE 9.1 box, working as a PDC.
There are Win9X and Win2K Clients connecting to the server.
At a certain time (has been at 1 to 48 hours of uptime), the clients 
loose connection to the server.
At this point, it is not possible to log into the server on a new 
terminal window, but running processes are still running and reacting.

I disconnected the server from the network to see, if some odd 
traffic is causing the problem - but no change in bahavior.

tcpdump shows also nothing striking.
top -i shows 25 entries with smbd:
6065 root 0 8980 3296 7468 D 0.0 0.0 0:00.00 smbd
...
6078 root 0 8980 3296 7468 D 0.0 0.0 0:00.00 smbd
24 times with user root and one time with an other user (the one who 
mentioned the disconnection first)
all the entries were looking like shown above.

At this point, I can end top and tcpdump but halt shows no reaction...
So I have to reboot the server by cuting the power-cord...
I already changed the NIC in the server (from Realtek to 3Com) and 
did the same at one of the clients.
After dooing so, the system was running fine for a longer time, but 
finaly failed also.

Any ideas?
Thanks
Dirk
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] clients loose connection/cant save to samba server (samba-3.0.0-2)

2003-10-10 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Denis Heitbrock wrote:
| hi,
|
| i setup a samba-3.0.0-2 server under redhat 9. i added this server to a
| win nt 4.0 domain controller. the nt domaincontroller only runs the
| following services: wins, dhcp & pdc.
| nothing more.
|
| /etc/samba/smb.conf:
| [global]
|workgroup = SCHLICK-ROTO
|server string = Server - File
|hosts allow = 172.24. 127.
|printcap name = /etc/printcap
|load printers = yes
|log file = /var/log/samba/log.%m
|max log size = 50
|security = domain
|password server = SV90005 SV90007
|socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
|wins server = 172.24.90.5
|dns proxy = no
|
| [Dokuser]
| vfs objects = extd_audit recycle
| comment = Dokuser
| valid users = @dokuadmin,@dokuuser,@domaenenadmin
| writeable = yes
| create mask = 0777
| directory mask = 0777
| path = /data1/Dokuser
|
|
You need to look at smbd's logfile, not nmbd.
| w2k (sp3) & win nt 40 (sp5) clients got this problem. they open the file
| and edit or made changes to the document. when they want to save the
| file they cant. they get an error message and the work is lost. does
| anyone got the same problems and/or maybe know a solution?
There were some error code fixes post 3.0.0.  You might
want to test the 3.0.1pre1 release opnce it is out.


cheers, jerry
- --
~ Hewlett-Packard- http://www.hp.com
~ SAMBA Team -- http://www.samba.org
~ GnuPG Key   http://www.plainjoe.org/gpg_public.asc
~ "You can never go home again, Oatman, but I guess you can shop there."
~--John Cusack - "Grosse Point Blank" (1997)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/huWMIR7qMdg1EfYRAmyAAJ4mcRiAHxIOV+WuhNYyna355LTmOACeKcej
xO5bonjards79NCMc6N3UJY=
=Us5n
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] clients loose connection/cant save to samba server (samba-3.0.0-2)

2003-10-10 Thread Denis Heitbrock
hi,

i setup a samba-3.0.0-2 server under redhat 9. i added this server to a
win nt 4.0 domain controller. the nt domaincontroller only runs the
following services: wins, dhcp & pdc.
nothing more.

/etc/samba/smb.conf:
[global]
   workgroup = SCHLICK-ROTO
   server string = Server - File
   hosts allow = 172.24. 127.
   printcap name = /etc/printcap
   load printers = yes
   log file = /var/log/samba/log.%m
   max log size = 50
   security = domain
   password server = SV90005 SV90007
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   wins server = 172.24.90.5
   dns proxy = no

[Dokuser]
vfs objects = extd_audit recycle
comment = Dokuser
valid users = @dokuadmin,@dokuuser,@domaenenadmin
writeable = yes
create mask = 0777
directory mask = 0777
path = /data1/Dokuser


/var/log/samba/log.nmbd:
[2003/10/08 16:39:40, 0] libsmb/nmblib.c:send_udp(758)
  Packet send failed to 172.24.90.5(137) ERRNO=Das Argument ist
ungültig
[2003/10/08 16:39:40, 0] nmbd/nmbd_packets.c:send_netbios_packet(163)
  send_netbios_packet: send_packet() to IP 172.24.90.5 port 137 failed
[2003/10/08 16:39:40, 0] nmbd/nmbd_namerelease.c:wins_release_name(166)
  release_name: Failed to send packet trying to release name
SCHLICK-ROTO<00> IP 172.24.91.7
[2003/10/08 16:39:40, 0] libsmb/nmblib.c:send_udp(758)
  Packet send failed to 172.24.90.5(137) ERRNO=Das Argument ist
ungültig
[2003/10/08 16:39:40, 0] nmbd/nmbd_packets.c:send_netbios_packet(163)
  send_netbios_packet: send_packet() to IP 172.24.90.5 port 137 failed
[2003/10/08 16:39:40, 0] nmbd/nmbd_namerelease.c:wins_release_name(166)
  release_name: Failed to send packet trying to release name
SCHLICK-ROTO<1e> IP 172.24.91.7
[2003/10/08 16:39:40, 0] libsmb/nmblib.c:send_udp(758)
  Packet send failed to 172.24.90.5(137) ERRNO=Das Argument ist
ungültig
[2003/10/08 16:39:40, 0] nmbd/nmbd_packets.c:send_netbios_packet(163)
  send_netbios_packet: send_packet() to IP 172.24.90.5 port 137 failed
[2003/10/08 16:39:40, 0] nmbd/nmbd_namerelease.c:wins_release_name(166)
  release_name: Failed to send packet trying to release name SV91001<00>
IP 172.24.91.7
[2003/10/08 16:39:40, 0] libsmb/nmblib.c:send_udp(758)
  Packet send failed to 172.24.90.5(137) ERRNO=Das Argument ist
ungültig
[2003/10/08 16:39:41, 0] nmbd/nmbd_packets.c:send_netbios_packet(163)
  send_netbios_packet: send_packet() to IP 172.24.90.5 port 137 failed
[2003/10/08 16:39:41, 0] nmbd/nmbd_namerelease.c:wins_release_name(166)
  release_name: Failed to send packet trying to release name SV91001<03>
IP 172.24.91.7
[2003/10/08 16:39:41, 0] libsmb/nmblib.c:send_udp(758)
  Packet send failed to 172.24.90.5(137) ERRNO=Das Argument ist
ungültig
[2003/10/08 16:39:41, 0] nmbd/nmbd_packets.c:send_netbios_packet(163)
  send_netbios_packet: send_packet() to IP 172.24.90.5 port 137 failed
[2003/10/08 16:39:41, 0] nmbd/nmbd_namerelease.c:wins_release_name(166)
  release_name: Failed to send packet trying to release name SV91001<20>
IP 172.24.91.7

i dont know if this loginfo has something to do with the problem

w2k (sp3) & win nt 40 (sp5) clients got this problem. they open the file
and edit or made changes to the document. when they want to save the
file they cant. they get an error message and the work is lost. does
anyone got the same problems and/or maybe know a solution?

thxxx for help.

greetz
denis



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba