Possible error in kern_sysctl.c

2015-10-22 Thread Paul Goyette
In the routine sysctl_create(), when we're adding a new child to an existing node, we may have to move some existing entries. If so, we than have to update the parent pointers of any children whose parent was moved. The code to accomplish this is at line 1142 /* * insert new no

Re: NFS related panic? (was: Re: Killing a zombie process?)

2015-10-22 Thread Rhialto
This problem is very repeatable, usually within a few hours, just now it happened within half an hour. It seems to me that somehow the nfs_reqq list gets corrupted. Then either there is a crash when traversing it in nfs_timer() (occurring in nfs_sigintr() due to being called with a bogus pointer),

Re: Hanging at shutdown with mystery "file system full" error

2015-10-22 Thread Ian D. Leroux
On Thu, 22 Oct 2015 13:57:25 +0700 Robert Elz wrote: > Date:Thu, 22 Oct 2015 07:52:06 +0200 > From:"Ian D. Leroux" > Message-ID: <20151022075206.995f2caa63b153174b7f7...@fastmail.fm> > | How are tmpfs filesystems special in this regard? > > Well > > The probl

Re: Hanging at shutdown with mystery "file system full" error

2015-10-22 Thread Robert Swindells
"D'Arcy J.M. Cain" wrote: >On Thu, 22 Oct 2015 01:12:51 +0200 >Joerg Sonnenberger wrote: >> > Have you considered the possibility that having your devices on a >> > mounted FS is just asking for trouble? I'm not sure but I think >> > that I would be surprised if I made all my devices suddenly >

Re: Hanging at shutdown with mystery "file system full" error

2015-10-22 Thread D'Arcy J.M. Cain
On Thu, 22 Oct 2015 01:12:51 +0200 Joerg Sonnenberger wrote: > > Have you considered the possibility that having your devices on a > > mounted FS is just asking for trouble? I'm not sure but I think > > that I would be surprised if I made all my devices suddenly > > disappear and it didn't hang.

daily CVS update output

2015-10-22 Thread NetBSD source update
Updating src tree: P src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c P src/lib/libedit/vi.c P src/sys/arch/arm/nvidia/files.tegra P src/sys/arch/arm/nvidia/tegra_ehci.c cvs update: `src/sys/arch/arm/nvidia/tegra_ehcireg.h' is no longer in the repository P src/sys/arch/arm/nvidia/tegra_io.c U src

Re: Hanging at shutdown with mystery "file system full" error

2015-10-22 Thread Robert Elz
Date:Thu, 22 Oct 2015 07:52:06 +0200 From:"Ian D. Leroux" Message-ID: <20151022075206.995f2caa63b153174b7f7...@fastmail.fm> | That last part I don't understand, or rather I don't understand | why /etc/rc.d/swap1 should worry about that case. I'll explain what I t