From owner-freebsd-fs@FreeBSD.ORG Wed Jul 9 02:13:51 2003 Return-Path: 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 DD75137B401 for ; Wed, 9 Jul 2003 02:13:51 -0700 (PDT) Received: from lurza.secnetix.de (lurza.secnetix.de [212.66.1.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF34443FA3 for ; Wed, 9 Jul 2003 02:13:50 -0700 (PDT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lclejq@localhost [127.0.0.1]) by lurza.secnetix.de (8.12.8p1/8.12.8) with ESMTP id h699DnB5053576 for ; Wed, 9 Jul 2003 11:13:49 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.12.8p1/8.12.8/Submit) id h699DnK3053575; Wed, 9 Jul 2003 11:13:49 +0200 (CEST) Date: Wed, 9 Jul 2003 11:13:49 +0200 (CEST) Message-Id: <200307090913.h699DnK3053575@lurza.secnetix.de> From: Oliver Fromme To: freebsd-fs@FreeBSD.ORG In-Reply-To: <200307090821.h698LR5C051631@lurza.secnetix.de> X-Newsgroups: list.freebsd-fs User-Agent: tin/1.5.4-20000523 ("1959") (UNIX) (FreeBSD/4.8-RELEASE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: NFS problem FreeBSD vs NetApp Filer using tomcat / java X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2003 09:13:52 -0000 Small addendum: Someone asked me off-list whether I use the "interruptible" flag for the NFS mounts, and suggested switching it off. Well, I always set the interruptible flag, so that processes don't hang in case of NFS problems (so I can kill or Ctrl-C them). Otherwise they will hang forever until I reboot. It is my understanding that the interruptible flag has only an effect when a signal is delivered to a process which is blocked on NFS I/O. Or am I wrong? Regards Oliver -- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way.