From owner-freebsd-fs@FreeBSD.ORG Fri Jul 7 08:38:35 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 CB9A516A4EB for ; Fri, 7 Jul 2006 08:38:35 +0000 (UTC) (envelope-from borisxm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4309E43D45 for ; Fri, 7 Jul 2006 08:38:35 +0000 (GMT) (envelope-from borisxm@gmail.com) Received: by py-out-1112.google.com with SMTP id i75so301091pye for ; Fri, 07 Jul 2006 01:38:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=stCddbP23FhHTlnEs7YtLC0xYkMSupnvkfr6yjw+Y22/QEa/DK0nB5xEAvxGQv1BUkI5+BHW4L9DMFkLjteqLgry7YCxyj8ceznN208wZyWCEY/ToFruY27FXXSTuxW0CBpJ9zPIjvBDH65qBtmQ2jN909X5Q+KH7n0jygOTG0w= Received: by 10.35.82.15 with SMTP id j15mr1959488pyl; Fri, 07 Jul 2006 01:38:34 -0700 (PDT) Received: by 10.35.101.18 with HTTP; Fri, 7 Jul 2006 01:38:34 -0700 (PDT) Message-ID: <35ab6dd50607070138n114deb6jfb1564781abb3daf@mail.gmail.com> Date: Fri, 7 Jul 2006 14:38:34 +0600 From: "Boris Popov" Sender: borisxm@gmail.com To: "m.ehinger@ltur.de" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 73761c3c25174615 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:38:35 -0000 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