Subject: Re: vnlock problem
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 04/17/2000 16:13:08
On Sat, Apr 15, 2000 at 04:34:14PM +0100, Patrick Welche wrote:
> Just booted a new i386 kernel from today's source. While building userland,
> I had a problem with libg2c, but while trying to fix it, everything to do
> with /usr/obj hangs:

In fact the libg2c problem was random, and I believe related to /usr/obj:
just had

building standard c library
/usr/bin/nm: socketpair.o: File truncated
ar: libc.a: File truncated

quartz# nm ./libc/obj/socketpair.o
nm: ./libc/obj/socketpair.o: File truncated
quartz# ls -l ./libc/obj/socketpair.o
-rw-r--r--  1 root  wheel  637 Apr 17 15:46 ./libc/obj/socketpair.o

So something is odd with

/dev/sd1e /usr/obj ffs rw,async,noatime 1 2

all partitions without async,noatime see fine.. or maybe they don't get
clobbered as much...

Cheers,

Patrick