From owner-freebsd-hackers Thu Dec 26 22:11:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA04478 for hackers-outgoing; Thu, 26 Dec 1996 22:11:44 -0800 (PST) Received: from research.gate.nec.co.jp (research.gate.nec.co.jp [202.32.8.49]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA04473 for ; Thu, 26 Dec 1996 22:11:40 -0800 (PST) Received: from sbl-gw.sbl.cl.nec.co.jp by research.gate.nec.co.jp (8.8.3p1+2.6Wbeta9/950912) with ESMTP id PAA16608; Fri, 27 Dec 1996 15:11:37 +0900 (JST) Received: from sirius.sbl.cl.nec.co.jp by sbl-gw.sbl.cl.nec.co.jp (8.7.6+2.6Wbeta7/3.3W6) with ESMTP id PAA28229; Fri, 27 Dec 1996 15:11:36 +0900 (JST) Received: by sirius.sbl.cl.nec.co.jp (8.7.5+2.6Wbeta6/3.3W6) with UUCP id PAA06595; Fri, 27 Dec 1996 15:11:33 +0900 (JST) Date: Fri, 27 Dec 1996 15:11:33 +0900 (JST) From: Naoki Hamada Message-Id: <199612270611.PAA06595@sirius.sbl.cl.nec.co.jp> To: freebsd-hackers@FreeBSD.ORG Subject: [2.2-BETA] NFS hangup! Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, guys! This morning I encountered a sudden hangup and found out what is the case. On a NFS imported filesystem, when I execute the following sequence, the PC totally hangs up after the `mv' command. % mkdir -p tmp/tmp % mv tmp/tmp . On a UFS filesystem, a normal error occurs: mv: rename tmp/tmp to ./tmp: Directory not empty The NFS server is a SS20 which runs SunOS 4.1.4 and the PC runs FreeBSD 2.2 BETA. - nao