tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sc->sc_dk.dk_copenmask == 1 after /etc/rc.d/fsck_root



On Wed, Jul 08, 2009 at 07:43:09PM -0500, David Young wrote:
> dk_copenmask never returns to 0, not even during shutdown.
> 
> As a consequence of this dk_copenmask I am running 5.99.15.  The problem
> seems to be relatively new.

Oops, that was supposed to say,

> As a consequence of this, dk_copenmask never returns to 0, not even
> during shutdown.
>
> I am running 5.99.15.  The problem seems to be relatively new.

I modified /etc/rc.d/fsck_root to run 'ktruss -i fsck'. fsck execs
fsck_ffs. fsck_ffs does open /dev/sd0a and /dev/rsd0a, but it does not
close them before calling exit(0).

Perhaps the kernel is not cleaning up processes' file descriptor tables
like it used to?

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933


Home | Main Index | Thread Index | Old Index