From owner-freebsd-fs@FreeBSD.ORG Fri Jul 7 08:48:24 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 8DD5716A4DA; Fri, 7 Jul 2006 08:48:24 +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 0EB6143D58; Fri, 7 Jul 2006 08:48:23 +0000 (GMT) (envelope-from m.ehinger@ltur.de) In-Reply-To: <35ab6dd50607070138n114deb6jfb1564781abb3daf@mail.gmail.com> To: "Boris Popov" From: m.ehinger@ltur.de MIME-Version: 1.0 Message-ID: Date: Fri, 7 Jul 2006 10:49:46 +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: Fri, 07 Jul 2006 08:48:24 -0000 I'm running another server with FreeBSD 4.11 which mounts the same volume on the same Novell Server without problems. I get syslog message with something like ... Restoring connection, flags = 15 but i still can acces the mount. On FreeBSD 6.1 i need to access the mounted volume at least every 10 minutes, to keep it working. Maik "Boris Popov" Gesendet von: borisxm@gmail.com An "m.ehinger@ltur.de" 07.07.2006 10:38 Kopie freebsd-fs@freebsd.org Thema Re: novell mount losing state 2006/7/7, m.ehinger@ltur.de wrote: > > I'm 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 Usually this is enough to get connection back to work. May be newer NetWare versions implement something like "idle connection timeout". Also check if NetWare server configured to send periodical SAP/RIP broadcasts as described here: http://people.freebsd.org/~bp/ipxen.html#FAQ If this doesn't help, then just access mounted volume via cron. -- Boris Popov