From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 01:08:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35A316A4B3 for ; Wed, 15 Oct 2003 01:08:25 -0700 (PDT) Received: from mailer2.trusc.net (gladiator.trusc.net [196.22.225.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FFD43FCB for ; Wed, 15 Oct 2003 01:08:19 -0700 (PDT) (envelope-from leon@trusc.net) Received: from localhost.trusc.co.za ([127.0.0.1] helo=localhost) by mailer2.trusc.net with esmtp (Exim 4.14) id 1A9ghc-000MnF-RG for freebsd-questions@freebsd.org; Wed, 15 Oct 2003 10:08:16 +0200 Received: from mailer2.trusc.net ([127.0.0.1]) by localhost (gladiator.trusc.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87584-01 for ; Wed, 15 Oct 2003 10:07:45 +0200 (SAST) Received: from [66.18.79.202] (helo=mailer1.trusc.net) by mailer2.trusc.net with esmtp (Exim 4.14) id 1A9gh3-000Mn6-Rw for freebsd-questions@freebsd.org; Wed, 15 Oct 2003 10:07:43 +0200 Received: from [192.168.255.25] (helo=leon) by mailer1.trusc.net with smtp (Exim 4.20) id 1A9gab-0000Uf-Fx for freebsd-questions@freebsd.org; Wed, 15 Oct 2003 10:01:01 +0200 From: "Leon Botes" To: Date: Wed, 15 Oct 2003 09:58:10 +0200 Message-ID: <000f01c392f2$141ef560$19ffa8c0@trusc.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Spam-Mime-Extension-Scanned: by Trusc Technologies with Amavisd-New Subject: Problem with samba - windows clients reboot when saving. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: leon@trusc.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 08:08:25 -0000 Freebsd 4.7 Recent install world and kernel after cvsup Samba 2.2.8a The clients have files in their home directories and on a common share on the BSD box. Every so often when they make a change to a file and save it the client machine reboots. Clients run win98 and office XP with SP2. error for the log.smbd: smbd version 2.2.8a started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/10/15 08:04:55, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer [2003/10/15 08:17:43, 0] lib/util_sock.c:read_socket_with_timeout(300) read_socket_with_timeout: timeout read. read error = Connection reset by peer. [2003/10/15 08:17:43, 0] smbd/oplock.c:oplock_break(794) oplock_break: receive_smb error (Connection reset by peer) oplock_break failed for file HONDE OORLASTE.doc (dev = 27406, inode = 2861321, file_id = 3). [2003/10/15 08:17:43, 0] smbd/oplock.c:oplock_break(879) oplock_break: client failure in break - shutting down this smbd. [2003/10/15 08:18:11, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer [2003/10/15 08:18:15, 0] smbd/oplock.c:request_oplock_break(1011) request_oplock_break: no response received to oplock break request to pid 934 on port 1127 for dev = 27406, inode = 2861321, file_id = 3 [2003/10/15 08:20:21, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer [2003/10/15 08:38:18, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer [2003/10/15 08:42:08, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer [2003/10/15 08:49:09, 0] lib/util_sock.c:read_data(436) read_data: read failure for 4. Error = Connection reset by peer There have been a lot more reboots that don't appear in the log - don't know why. smb.conf : # Global parameters [global] workgroup = MATZIKAMA netbios name = BSD1 encrypt passwords = Yes unix password sync = Yes preferred master = Yes domain master = Yes admin users = %S create mask = 0777 directory mask = 0777 [homes] valid users = %S read only = No browseable = No [shared] path = /usr/home/shared read only = No guest ok = Yes vfs object = /usr/local/lib/samba/recycle.so vfs options = /usr/local/etc/recycle.conf.default [printers] path = /var/spool/samba guest ok = Yes printable = Yes browseable = No [hp5000] comment = Hp 5000 at Amanda path = /var/spool/lpd/hp5000 read only = No guest ok = Yes printable = Yes printer name = hp5000 oplocks = No ..... and six more printers identical to this one. The problem appeared about 2 months after i upgraded to 2.2.8a I have set the permissions on the users files to 777 and checked ownership just to be sure. Still does the same. I'm not sure if the problem lies on samba office xp or win98. All antivirus software on the clients have been disabled. Any help is needed urgently. Thanks in advance leon.