From owner-freebsd-fs@FreeBSD.ORG Mon Sep 29 13:12:12 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 E572716A4B3 for ; Mon, 29 Sep 2003 13:12:12 -0700 (PDT) Received: from mail.dtek.chalmers.se (osiris.medic.chalmers.se [129.16.30.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E29344031 for ; Mon, 29 Sep 2003 13:12:11 -0700 (PDT) (envelope-from moro@dtek.chalmers.se) Received: from moro.dtek.chalmers.se (moro.dtek.chalmers.se [129.16.30.44]) by mail.dtek.chalmers.se (Postfix) with ESMTP id ADAC83B21E; Mon, 29 Sep 2003 22:12:09 +0200 (MEST) Received: by moro.dtek.chalmers.se (Postfix, from userid 133119) id 6552F4F88F; Mon, 29 Sep 2003 22:12:09 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by moro.dtek.chalmers.se (Postfix) with ESMTP id 3C50156FEC; Mon, 29 Sep 2003 22:12:09 +0200 (MEST) Date: Mon, 29 Sep 2003 22:12:09 +0200 (MEST) From: Stefan Moro To: Lowell Gilbert In-Reply-To: <44zngompp8.fsf@be-well.ilk.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-fs@freebsd.org Subject: Re: [freebsd-questions] NFS problem.. 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: Mon, 29 Sep 2003 20:12:13 -0000 On 28 Sep 2003, Lowell Gilbert wrote: > Stefan Moro writes: > > > Hello.. > > I'm running FreeBSD 5.1 on a computer configured as an nfs-client and > > freebsd4.8 on a computer configured as an nfs-server. When I try to move > > something from the client to a partition on the server mounted on the > > client in fstab using mv the client crashes. The server should be working > > fine since there is no problem when using mv from a FreeBSD4.8 client to > > the server. > > > > I can without any problem access the files on the nfs server, it's just > > when using mv that the client crashes. > > > > Here are some configurations on the client... > > > > This line is used in fstab: > > 192.168.0.1:/usr /server nfs rw 0 0 > > > > These options are compiled into the kernel. > > options NFSCLIENT #Network Filesystem Client > > options NFS_ROOT #NFS usable as root device, > > > > Any help appreciated > > Update to -CURRENT and see if the problem's still there? > Report it to the -current list if it is? > I solved the problem.. It was the network cable that was corrupt.. I switched cables today and everything works fine.. Thanks anyway.. //Stefan