Source-Changes archive

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

Re: CVS commit: src



In message <20081112123629.71DAA175D0%cvs.netbsd.org@localhost>
        on Wed, 12 Nov 2008 12:36:29 +0000 (UTC),
        Andrew Doran <ad%netbsd.org@localhost> wrote:
> Module Name:  src
> Committed By: ad
> Date:         Wed Nov 12 12:36:29 UTC 2008
> 
> Modified Files:
...
>       src/etc/rc.d: Makefile hostapd ipfilter ipsec iscsi_target mountall
>           mountd pf pf_boot securelevel
...
> Log Message:
> Remove LKMs and switch to the module framework, pass 1.
> 
> Proposed on tech-kern@.
After this change, some file systems will not mount while booting to
multiuser. rcorder outputs:

# /sbin/rcorder /etc/rc.d/*
/etc/rc.d/mountall
/etc/rc.d/accounting
/etc/rc.d/wdogctl
/etc/rc.d/raidframe
/etc/rc.d/cgd
/etc/rc.d/ccd
/etc/rc.d/swap1
/etc/rc.d/fsck
/etc/rc.d/root
/etc/rc.d/mountcritlocal
/etc/rc.d/ttys
/etc/rc.d/pf_boot
/etc/rc.d/ipsec
/etc/rc.d/ipfilter
/etc/rc.d/sysctl
/etc/rc.d/network
...

Hey, something critically broken.  Who wants mount all file system or
start accounting before doing fsck or constructing cgd?

Is this problem fixed with HEAD?

Best regards.

-- 
Takahiro Kambe <taca%back-street.net@localhost>


Home | Main Index | Thread Index | Old Index