From owner-freebsd-fs@FreeBSD.ORG Tue Jul 11 06:38:22 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F99416A4DE for ; Tue, 11 Jul 2006 06:38:22 +0000 (UTC) (envelope-from m.ehinger@ltur.de) Received: from postx.gateway-inter.net (postx.gateway-inter.net [213.144.19.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECFBA43D46 for ; Tue, 11 Jul 2006 06:38:21 +0000 (GMT) (envelope-from m.ehinger@ltur.de) In-Reply-To: <44AF15F9.2080502@mawer.org> To: Antony Mawer From: m.ehinger@ltur.de MIME-Version: 1.0 Message-ID: Date: Tue, 11 Jul 2006 08:39:48 +0200 Content-type: text/plain; charset=US-ASCII Cc: freebsd-fs@freebsd.org Subject: Re: novell mount losing state X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 06:38:22 -0000 We use IP for access. We mount it with the mount_nwfs command. My working server (FBSD 4.11) and the non working server (FBSD 6.1) are both connected to the some switch. I also got an kernel trap = 12 after i mounted the novell volume. Antony Mawer 08.07.2006 04:18 An m.ehinger@ltur.de Kopie Thema Re: novell mount losing state On 5/07/2006 5:03 PM, m.ehinger@ltur.de wrote: > i'am using FreeBSD 6.1 Stable and tried to mount an Novell volume (mount_nwfs). Mounting the volume works without problems but after > some time of inactivity on that mount i have to remount the volume to get access again. > > Syslog message: > > Jul 5 08:51:08 pcmcb3-104 kernel: ncprq: Restoring connection, flags = 101 > > Output of "ncplist c" working mount (yesterday evening) > Active NCP connections: > refid server:user(connid), owner:group(mode), refs, > 7 SERVER:USER(483), root:wheel(755), 1, > > Output of "ncplist c" non working mount (today morning) > > Active NCP connections: > refid server:user(connid), owner:group(mode), refs, > 7 SERVER:USER(397), root:wheel(755), 1, <> Are you using IPX or IP for access to the Netware server? What version of Netware are you using? We mount our Netware shares on-demand, but only because that suits our access pattern... We have seen issues with the Netware connection "going away" depending on how you configure the IPX network numbers on FreeBSD and how you're running IPXrouted. We've also seen issues with connectivity to Netware servers with both IP and IPX that are due to network topology problems... moving the FreeBSD server to a different location on the network resolved our connectivity issues at one site. What command are you using to create the initial Netware connection? A mount_nwfs command or ncplogin ? Regards Antony