From owner-freebsd-questions@FreeBSD.ORG Wed May 3 08:49:29 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4EB116A491 for ; Wed, 3 May 2006 08:49:29 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C567343D5E for ; Wed, 3 May 2006 08:49:23 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.146] (helo=anti-virus03-09) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1FbD2v-0004LK-L4; Wed, 03 May 2006 09:49:21 +0100 Received: from [80.192.58.117] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1FbD2v-0007u3-5H; Wed, 03 May 2006 09:49:21 +0100 Message-ID: <44586E8F.8010905@dial.pipex.com> Date: Wed, 03 May 2006 09:49:19 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20060305 X-Accept-Language: en MIME-Version: 1.0 To: David Kirchner References: <35c231bf0605021650q5d386f4bi65ec24bb1cc9a6e2@mail.gmail.com> In-Reply-To: <35c231bf0605021650q5d386f4bi65ec24bb1cc9a6e2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: NFS server not responding, new in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 08:49:29 -0000 David Kirchner wrote: > We recently replaced FreeBSD 4.5 with 6.0-RELEASE on a pair of servers. > One of the servers runs rsync to copy its contents to the other server, > over a NFS mount. Everything worked just fine under 4.5, but with 6.0, > we're seeing dozens of these errors every rsync: > > May 2 14:00:59 xxx1 kernel: nfs server xxx2:/usr: not responding IIUC, why not rsync directly to the other server and bypass NFS; see if that works better. --Alex