Re: R e: VFS panic is now fixed.

2002-09-30 Thread Danny Braniss
if i can help, please let me know! all im doing is: newfs /dev/ad0s2a mount /dev/ad0s2a /mnt-root rsh dev -n dump 0f - /c/4 | restore rf - and after a short while it panics. with today's cvsup, and with this 'fix': *** vfs_subr.c 2002/09/29 08:16:40 1.1 --- v

Re: R e: VFS panic is now fixed.

2002-09-26 Thread Danny Braniss
> > On Thu, 26 Sep 2002, Danny Braniss wrote: > I am not able to reproduce this. Can you tell me how your kernel conf > differs from GENERIC as well as provide some details on how you trigered > this? > > Jeff > sure, the kernel is GENERIC, no changes. (with one change, in /sys/kern/vfs_subr.

Re: R e: VFS panic is now fixed.

2002-09-26 Thread Jeff Roberson
On Thu, 26 Sep 2002, Danny Braniss wrote: > if this is of any help: > > panic: vn_finished_write: neg cnt > Debugger("panic") > Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 > db> trace > Debugger(c04b2d1c,c05664e0,c04bcd6b,cb4607d8,1) at Debugger+0x54 > panic(c04bcd6b,cb46082c,c032

R e: VFS panic is now fixed.

2002-09-26 Thread Danny Braniss
if this is of any help: panic: vn_finished_write: neg cnt Debugger("panic") Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 db> trace Debugger(c04b2d1c,c05664e0,c04bcd6b,cb4607d8,1) at Debugger+0x54 panic(c04bcd6b,cb46082c,c0325417,c05298e0,0) at panic+0xab vn_finished_write(c05298e0,0

Re: VFS panic is now fixed.

2002-09-26 Thread Danny Braniss
> The VFS panic that was introduced in my recent commits has been fixed. I > accidentally commited extra stuff from my tree that was not entirely > correct. i just cvs'ed. i'm getting: panic: vn_finished_write: neg cnt danny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: VFS panic is now fixed.

2002-09-25 Thread walt
Jeff Roberson wrote: > The VFS panic that was introduced in my recent commits has been fixed... The obvious problems (at least) are gone now, thanks. In fact, even the X server didn't make fun of my Big Beziers this time around. -- Maybe now's the time to buy a lottery ticket. To Unsubscri

VFS panic is now fixed.

2002-09-25 Thread Jeff Roberson
The VFS panic that was introduced in my recent commits has been fixed. I accidentally commited extra stuff from my tree that was not entirely correct. Thank you all for the error reports and debugging assistance. Jeff To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cu