From owner-freebsd-current@FreeBSD.ORG Fri Jul 8 21:00:47 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D4B616A41C for ; Fri, 8 Jul 2005 21:00:47 +0000 (GMT) (envelope-from kometen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0625C43D45 for ; Fri, 8 Jul 2005 21:00:46 +0000 (GMT) (envelope-from kometen@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so546305wra for ; Fri, 08 Jul 2005 14:00:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hD2B8/eGKyhfUmqn3t3yn2J3ExInYGJTcl5GrPHtiF/EV7J/G6sj/p+mXT+6Uo+CynecBES7lWEhIPuHkuCP+1GARvmBulEk7FEGt6O6/2+PG/5cyuf11mhAqtMYTGjgLdUU0vwyHRxkENo9QWy2vsCpCrj8Br6PcVc9NiK7fU0= Received: by 10.54.54.41 with SMTP id c41mr1961616wra; Fri, 08 Jul 2005 14:00:06 -0700 (PDT) Received: by 10.54.125.12 with HTTP; Fri, 8 Jul 2005 14:00:06 -0700 (PDT) Message-ID: Date: Fri, 8 Jul 2005 23:00:06 +0200 From: Claus Guttesen To: Oliver Lehmann In-Reply-To: <20050708222246.630c9de3.lehmann@ans-netz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050708222246.630c9de3.lehmann@ans-netz.de> Cc: freebsd-current@freebsd.org Subject: Re: problems with soft-nfs when the server goes down X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Claus Guttesen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 21:00:47 -0000 > Now my NFS-nt is running 6-CURRENT and my NFS-server still runs 5.4 > When the server gets unavailable, the proccesses on the client will lock > - OK so far. > The problematic thing is, after the server is back online, I still see no > way to get the locked processes back to continue. They are still in heir > NFS-lock. All I can do is reboot the system. That only happens when I > mount the nfs filesystem with "soft". Do you tcp- or udp-mount? AFAIK tcp-mount's don't work properly in 6.0 (current). regards Claus