From owner-freebsd-current Mon Oct 2 02:55:57 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA29815 for current-outgoing; Mon, 2 Oct 1995 02:55:57 -0700 Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id CAA29804 for ; Mon, 2 Oct 1995 02:55:48 -0700 Received: from cc.uq.oz.au by bunyip.cc.uq.oz.au id <29956-0@bunyip.cc.uq.oz.au>; Mon, 2 Oct 1995 19:55:40 +1000 Received: by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) id TAA05174; Mon, 2 Oct 1995 19:11:52 +1000 From: Stephen McKay Message-Id: <199510020911.TAA05174@pandora.devetir.qld.gov.au> To: freebsd-current@freebsd.org cc: syssgm@devetir.qld.gov.au Subject: /kernel: biodone: buffer already done Date: Mon, 02 Oct 95 19:11:51 EST Sender: owner-current@freebsd.org Precedence: bulk My memory starved test box has thrown up this: Oct 2 15:10:26 stupid /kernel: biodone: buffer already done Oct 2 15:10:27 stupid /kernel: biodone: buffer already done This is presumably why I've got a hanging 'mv' process: UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 149 148 109 -18 5 300 12 objtrm DN p0 0:00.22 mv /tmp/_depend148 .depend The source of the mv is on local disk, the target on an NFS mounted disk. The kernel is current as of 1995-10-01 21:48:06 (src-cur 1032). The kernel of the previous day spontaneously rebooted frequently, but I think that one has been found and fixed already. Have a nice day! Stephen.