On 21/07/12 23:32, Roger Leigh wrote:
> So from what the other submitters reported, it sounds like this is
> the result of paralellism in the rcS scripts.  This would imply
> that there's a missing dependency relating to checkroot.sh.  So
> this should be fairly simple to fix once we know what's running
> in parallel inappropriately.
> 
> /usr/share/insserv/make-testsuite and

attached make-testsuite.output.txt


> /etc/init.d/.depend.boot
> will show you the dependency graph.

# cat /etc/init.d/.depend.boot
TARGETS = kldutils mountkernfs.sh hostname.sh freebsd-utils keyboard-setup geli 
mountdevsubfs.sh checkroot.sh mtab.sh checkroot-bootclean.sh checkfs.sh 
mountall.sh urandom devd mountall-bootclean.sh networking rpcbind mountnfs.sh 
mountnfs-bootclean.sh console-setup rpc.statd nfsiod powerd bootmisc.sh 
kbdcontrol rpc.lockd
INTERACTIVE = freebsd-utils keyboard-setup checkroot.sh checkfs.sh console-setup
freebsd-utils: kldutils
keyboard-setup: mountkernfs.sh
geli: kldutils
mountdevsubfs.sh: mountkernfs.sh
checkroot.sh: geli mountdevsubfs.sh hostname.sh keyboard-setup
mtab.sh: freebsd-utils checkroot.sh
checkroot-bootclean.sh: checkroot.sh
checkfs.sh: checkroot.sh mtab.sh
mountall.sh: checkfs.sh kldutils
urandom: mountall.sh
devd: mountall.sh kldutils
mountall-bootclean.sh: mountall.sh
networking: devd mountkernfs.sh mountall.sh
rpcbind: networking mountall.sh
mountnfs.sh: mountall.sh networking rpcbind
mountnfs-bootclean.sh: mountall.sh mountnfs.sh
console-setup: mountall.sh mountnfs.sh mountnfs-bootclean.sh
rpc.statd: networking mountall.sh mountnfs.sh mountnfs-bootclean.sh rsyslog
nfsiod: networking mountall.sh rsyslog
powerd: mountall.sh mountnfs.sh mountnfs-bootclean.sh rsyslog
bootmisc.sh: mountall.sh mountnfs.sh mountnfs-bootclean.sh
kbdcontrol: mountall.sh mountnfs.sh mountnfs-bootclean.sh
rpc.lockd: rpc.statd mountall.sh mountnfs.sh mountnfs-bootclean.sh

> 
> Looking at the screenshot you attached, I can't see any obvious
> reason for fsck to make the kernel panic.  There's no indication
> of odd scripts (other than geli) running in parallel here.  This
> really needs investigation from a kfreebsd person; I'm not
> sufficiently knowledgeable to look into it myself.
> 
> 

I guess this is reproducible by simply installing Debian/kFreeBSD AMD64
on a virtual machine and forcing and unclean shutdown (killing the qemu
process when the virtual machine is running).

Regards!
set +C
cat <<'EOF' > $insconf
$local_fs       +mountall +mountoverflowtmp +umountfs
$network        +networking +ifupdown
$named          +named +dnsmasq +lwresd +bind9 +unbound $network
$remote_fs      $local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs
$syslog         +rsyslog +sysklogd +syslog-ng +dsyslog +inetutils-syslogd
$time           +hwclock
<interactive>   glibc udev console-screen keymap keyboard-setup console-setup 
cryptdisks cryptdisks-early checkfs-loop
EOF
set -C

addscript atd <<'EOF'
### BEGIN INIT INFO
# Provides:          atd
# Required-Start:    $syslog $time $remote_fs
# Required-Stop:     $syslog $time $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Deferred execution scheduler
# Description:       Debian init script for the atd deferred executions
#                    scheduler
### END INIT INFO
EOF

addscript bootmisc.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          bootmisc
# Required-Start:    $remote_fs
# Required-Stop:
# Should-Start:      udev
# Default-Start:     S
# Default-Stop:
# Short-Description: Miscellaneous things to be done during bootup.
# Description:       Some cleanup.  Note, it need to run after 
mountnfs-bootclean.sh.
### END INIT INFO
EOF

addscript checkfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          checkfs
# Required-Start:    checkroot
# Required-Stop:
# Should-Start:      mtab
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Check all filesystems.
### END INIT INFO
EOF

addscript checkroot-bootclean.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          checkroot-bootclean
# Required-Start:    checkroot
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: bootclean after checkroot.
# Description:       Clean temporary filesystems after
#                    the root filesystem has been mounted.
#                    At this point, directories which may be
#                    masked by future mounts may be cleaned.
### END INIT INFO
EOF

addscript checkroot.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          checkroot
# Required-Start:    mountdevsubfs hostname
# Required-Stop:     
# Should-Start:      keymap hwclockfirst hdparm bootlogd
# Should-stop:
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Check to root file system.
### END INIT INFO
EOF

addscript console-setup <<'EOF'
### BEGIN INIT INFO
# Provides:          console-setup
# Required-Start:    $remote_fs
# Required-Stop:
# Should-Start:      console-screen kbd
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Set console font and keymap
### END INIT INFO
EOF

addscript cron <<'EOF'
### BEGIN INIT INFO
# Provides:          cron
# Required-Start:    $remote_fs $syslog $time
# Required-Stop:     $remote_fs $syslog $time
# Should-Start:      $network $named slapd autofs ypbind nscd nslcd
# Should-Stop:       $network $named slapd autofs ypbind nscd nslcd
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Regular background program processing daemon
# Description:       cron is a standard UNIX program that runs user-specified 
#                    programs at periodic scheduled times. vixie cron adds a 
#                    number of features to the basic UNIX cron, including better
#                    security and more powerful configuration options.
### END INIT INFO
EOF

addscript devd <<'EOF'
### BEGIN INIT INFO
# Provides:             devd
# Required-Start:       $local_fs kldutils
# Required-Stop:        $local_fs
# X-Start-Before:       networking
# Default-Start:        S
# Default-Stop:         0 1 6
# Short-Description:    device state change daemon
### END INIT INFO
EOF

addscript exim4 <<'EOF'
### BEGIN INIT INFO
# Provides:          exim4
# Required-Start:    $remote_fs $syslog $named $network $time
# Required-Stop:     $remote_fs $syslog $named $network
# Should-Start:      postgresql mysql clamav-daemon greylist spamassassin
# Should-Stop:       postgresql mysql clamav-daemon greylist spamassassin
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: exim Mail Transport Agent
# Description:       exim is a Mail Transport agent
### END INIT INFO
EOF

addscript freebsd-utils <<'EOF'
### BEGIN INIT INFO
# Provides:          freebsd-utils udev
# Required-Start:
# Required-Stop:
# X-Start-Before:    mtab
# Default-Start:     S
# Default-Stop:
# Short-Description: FreeBSD kernel specific setup
### END INIT INFO
EOF

addscript geli <<'EOF'
### BEGIN INIT INFO
# Provides:          geli
# Required-Start:    kldutils
# Required-Stop:
# X-Start-Before:    checkroot
# X-Stop-After:      umountfs
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Start/stop GELI subsystem.
# Description:
### END INIT INFO
EOF

addscript halt <<'EOF'
### BEGIN INIT INFO
# Provides:          halt
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      0
# Short-Description: Execute the halt command.
# Description:
### END INIT INFO
EOF

addscript hostname.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          hostname
# Required-Start:
# Required-Stop:
# Should-Start:      glibc
# Default-Start:     S
# Default-Stop:
# Short-Description: Set hostname based on /etc/hostname
# Description:       Read the machines hostname from /etc/hostname, and
#                    update the kernel value with this value.  If
#                    /etc/hostname is empty, the current kernel value
#                    for hostname is used.  If the kernel value is
#                    empty, the value 'localhost' is used.
### END INIT INFO
EOF

addscript hwclock.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          hwclock
# Required-Start:    mountdevsubfs
# Required-Stop:     $local_fs
# Default-Start:     S
# X-Start-Before:    checkroot
# Default-Stop:      0 6
### END INIT INFO
EOF

addscript kbdcontrol <<'EOF'
### BEGIN INIT INFO
# Provides:             kbdcontrol
# Required-Start:       $local_fs $remote_fs
# Required-Stop:
# Default-Start:        S
# Default-Stop:
# Short-Description:    Set keymap
# Description:          Set the Console keymap
### END INIT INFO
EOF

addscript keyboard-setup <<'EOF'
### BEGIN INIT INFO
# Provides:          keyboard-setup
# Required-Start:    mountkernfs
# Required-Stop:
# Should-Start:      keymap udev
# X-Start-Before:    checkroot
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Set preliminary keymap
# Description:       Set the console keyboard as early as possible
#                    so during the file systems checks the administrator
#                    can interact.  At this stage of the boot process
#                    only the ASCII symbols are supported.
### END INIT INFO
EOF

addscript killprocs <<'EOF'
### BEGIN INIT INFO
# Provides:          killprocs
# Required-Start:    $local_fs
# Required-Stop:
# Default-Start:     1
# Default-Stop:
# Short-Description: executed by init(8) upon entering runlevel 1 (single).
### END INIT INFO
EOF

addscript kldutils <<'EOF'
### BEGIN INIT INFO
# Provides:          kldutils module-init-tools
# Required-Start:
# Required-Stop:
# X-Start-Before:    mountall freebsd-utils
# Should-Start:      
# Should-stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Process /etc/modules.
# Description:       Load the modules listed in /etc/modules.
### END INIT INFO
EOF

addscript motd <<'EOF'
### BEGIN INIT INFO
# Provides:          motd
# Required-Start:    hostname $local_fs
# Required-Stop:
# Should-Start:
# Default-Start:     1 2 3 4 5
# Default-Stop:
# Short-Description: Create dynamic part of /etc/motd
# Description:       /etc/motd is user-editable and static.  This script
#                    creates the initial dynamic part, by default the
#                    output of uname, and stores it in /var/run/motd.dynamic.
#                    Both parts are output by pam_motd.
### END INIT INFO
EOF

addscript mountall-bootclean.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountall-bootclean
# Required-Start:    mountall
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: bootclean after mountall.
# Description:       Clean temporary filesystems after
#                    all local filesystems have been mounted.
### END INIT INFO
EOF

addscript mountall.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountall
# Required-Start:    checkfs
# Required-Stop: 
# Default-Start:     S
# Default-Stop:
# Short-Description: Mount all filesystems.
# Description:
### END INIT INFO
EOF

addscript mountdevsubfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountdevsubfs
# Required-Start:    mountkernfs
# Required-Stop:
# Should-Start:      udev
# Default-Start:     S
# Default-Stop:
# Short-Description: Mount special file systems under /dev.
# Description:       Mount the virtual filesystems the kernel provides
#                    that ordinarily live under the /dev filesystem.
### END INIT INFO
EOF

addscript mountkernfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountkernfs
# Required-Start:
# Required-Stop:
# Should-Start:      glibc
# Default-Start:     S
# Default-Stop:
# Short-Description: Mount kernel virtual file systems.
# Description:       Mount initial set of virtual filesystems the kernel
#                    provides and that are required by everything.
### END INIT INFO
EOF

addscript mountnfs-bootclean.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountnfs-bootclean
# Required-Start:    $local_fs mountnfs
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: bootclean after mountnfs.
# Description:       Clean temporary filesystems after
#                    network filesystems have been mounted.
### END INIT INFO
EOF

addscript mountnfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountnfs
# Required-Start:    $local_fs
# Required-Stop:
# Should-Start:      $network $portmap nfs-common  udev-mtab
# Default-Start:     S
# Default-Stop:
# Short-Description: Wait for network file systems to be mounted
# Description:       Network file systems are mounted by
#                    /etc/network/if-up.d/mountnfs in the background
#                    when interfaces are brought up; this script waits
#                    for them to be mounted before carrying on.
### END INIT INFO
EOF

addscript mtab.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mtab
# Required-Start:    checkroot
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Update mtab file.
# Description:       Update the mount program's mtab file after
#                    all local filesystems have been mounted.
### END INIT INFO
EOF

addscript networking <<'EOF'
### BEGIN INIT INFO
# Provides:          networking ifupdown
# Required-Start:    mountkernfs $local_fs
# Required-Stop:     $local_fs
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Raise network interfaces.
# Description:       Prepare /run/network directory, ifstate file and raise 
network interfaces, or take them down.
### END INIT INFO
EOF

addscript networking.dpkg-old <<'EOF'
### BEGIN INIT INFO
# Provides:          networking ifupdown
# Required-Start:    mountkernfs $local_fs
# Required-Stop:     $local_fs
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Raise network interfaces.
# Description:       Prepare /run/network directory, ifstate file and raise 
network interfaces, or take them down.
### END INIT INFO
EOF

addscript nfsiod <<'EOF'
### BEGIN INIT INFO
# Provides:             nfsiod
# Required-Start:       $network $local_fs
# Required-Stop:        $network $local_fs
# Should-Start:         $syslog
# Should-Stop:          $syslog
# Default-Start:        2 3 4 5 S
# Default-Stop:         0 1 6
# Short-Description:    local NFS asynchronous I/O server
### END INIT INFO
EOF

addscript powerd <<'EOF'
### BEGIN INIT INFO
# Provides:             powerd
# Required-Start:       $remote_fs
# Required-Stop:        $remote_fs
# Should-Start:         $syslog
# Should-Stop:          $syslog
# Default-Start:        2 3 4 5 S
# Default-Stop:         0 1 6
# Short-Description:    System power control utility
# Description:          The powerd utility monitors the system state and sets
#                       various power control options accordingly, such as CPU
#                       frequency and power management modes.
### END INIT INFO
EOF

addscript rc.local <<'EOF'
### BEGIN INIT INFO
# Provides:          rc.local
# Required-Start:    $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Run /etc/rc.local if it exist
### END INIT INFO
EOF

addscript reboot <<'EOF'
### BEGIN INIT INFO
# Provides:          reboot
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      6
# Short-Description: Execute the reboot command.
# Description:
### END INIT INFO
EOF

addscript rmnologin <<'EOF'
### BEGIN INIT INFO
# Provides:          rmnologin
# Required-Start:    $remote_fs $all
# Required-Stop: 
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Remove /etc/nologin at boot
# Description:       This script removes the /etc/nologin file as the
#                    last step in the boot process, if DELAYLOGIN=yes.
#                    If DELAYLOGIN=no, /etc/nologin was not created by
#                    bootmisc earlier in the boot process.
### END INIT INFO
EOF

addscript rpc.lockd <<'EOF'
### BEGIN INIT INFO
# Provides:             rpc.lockd
# Required-Start:       rpc.statd $remote_fs
# Required-Stop:        rpc.statd $remote_fs
# Default-Start:        2 3 4 5 S
# Default-Stop:         0 1 6
# Short-Description:    NFS file locking daemon
### END INIT INFO
EOF

addscript rpc.statd <<'EOF'
### BEGIN INIT INFO
# Provides:             rpc.statd
# Required-Start:       $network $time $remote_fs
# Required-Stop:        $network $time $remote_fs
# Should-Start:         $syslog
# Should-Stop:          $syslog
# Default-Start:        2 3 4 5 S
# Default-Stop:         0 1 6
# Short-Description:    host status monitoring daemon
### END INIT INFO
EOF

addscript rpcbind <<'EOF'
### BEGIN INIT INFO
# Provides:          rpcbind
# Required-Start:    $network $local_fs
# Required-Stop:     $network $local_fs
# Default-Start:     S 2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: RPC portmapper replacement
# Description:       rpcbind is a server that converts RPC (Remote
#                    Procedure Call) program numbers into DARPA
#                    protocol port numbers. It must be running in
#                    order to make RPC calls. Services that use
#                    RPC include NFS and NIS.
### END INIT INFO
EOF

addscript rsync <<'EOF'
### BEGIN INIT INFO
# Provides:          rsyncd
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Should-Start:      $named
# Default-Start:     2 3 4 5
# Default-Stop:      
# Short-Description: fast remote file copy program daemon
# Description:       rsync is a program that allows files to be copied to and
#                    from remote machines in much the same way as rcp.
#                    This provides rsyncd daemon functionality.
### END INIT INFO
EOF

addscript rsyslog <<'EOF'
### BEGIN INIT INFO
# Provides:          rsyslog
# Required-Start:    $remote_fs $time
# Required-Stop:     umountnfs $time
# X-Stop-After:      sendsigs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: enhanced syslogd
# Description:       Rsyslog is an enhanced multi-threaded syslogd.
#                    It is quite compatible to stock sysklogd and can be 
#                    used as a drop-in replacement.
### END INIT INFO
EOF

addscript sendsigs <<'EOF'
### BEGIN INIT INFO
# Provides:          sendsigs
# Required-Start:    
# Required-Stop:     umountnfs
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Kill all remaining processes.
# Description: 
### END INIT INFO
EOF

addscript single <<'EOF'
### BEGIN INIT INFO
# Provides:          single
# Required-Start:    $local_fs $all killprocs
# Required-Stop:
# Default-Start:     1
# Default-Stop:
# Short-Description: executed by init(8) upon entering runlevel 1 (single).
### END INIT INFO
EOF

addscript ssh <<'EOF'
### BEGIN INIT INFO
# Provides:             sshd
# Required-Start:       $remote_fs $syslog
# Required-Stop:        $remote_fs $syslog
# Default-Start:        2 3 4 5
# Default-Stop:         
# Short-Description:    OpenBSD Secure Shell server
### END INIT INFO
EOF

addscript umountfs <<'EOF'
### BEGIN INIT INFO
# Provides:          umountfs
# Required-Start:
# Required-Stop:     umountroot
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Turn off swap and unmount all local file systems.
# Description:
### END INIT INFO
EOF

addscript umountnfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          umountnfs
# Required-Start:
# Required-Stop:     umountfs
# Should-Stop:       $network $portmap nfs-common
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Unmount all network filesystems except the root fs.
# Description:       Also unmounts all virtual filesystems (proc,
#                    devpts, usbfs, sysfs) that are not mounted at the
#                    top level.
### END INIT INFO
EOF

addscript umountroot <<'EOF'
### BEGIN INIT INFO
# Provides:          umountroot
# Required-Start:
# Required-Stop:
# Should-Stop:       halt reboot kexec
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Mount the root filesystem read-only.
### END INIT INFO
EOF

addscript urandom <<'EOF'
### BEGIN INIT INFO
# Provides:          urandom
# Required-Start:    $local_fs $time
# Required-Stop:     $local_fs
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Save and restore random seed between restarts.
# Description:       This script saves the random seed between restarts.
#                    It is called from the boot, halt and reboot scripts.
### END INIT INFO
EOF

cd $tmpdir/etc
mkdir rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d rcS.d
ln -s ../init.d/atd rc0.d/K01atd
ln -s ../init.d/devd rc0.d/K01devd
ln -s ../init.d/exim4 rc0.d/K01exim4
ln -s ../init.d/nfsiod rc0.d/K01nfsiod
ln -s ../init.d/powerd rc0.d/K01powerd
ln -s ../init.d/rpc.lockd rc0.d/K01rpc.lockd
ln -s ../init.d/urandom rc0.d/K01urandom
ln -s ../init.d/rpc.statd rc0.d/K02rpc.statd
ln -s ../init.d/sendsigs rc0.d/K03sendsigs
ln -s ../init.d/rsyslog rc0.d/K04rsyslog
ln -s ../init.d/umountnfs.sh rc0.d/K05umountnfs.sh
ln -s ../init.d/rpcbind rc0.d/K06rpcbind
ln -s ../init.d/networking rc0.d/K07networking
ln -s ../init.d/umountfs rc0.d/K08umountfs
ln -s ../init.d/geli rc0.d/K09geli
ln -s ../init.d/umountroot rc0.d/K09umountroot
ln -s ../init.d/halt rc0.d/K10halt
ln -s ../init.d/atd rc1.d/K01atd
ln -s ../init.d/devd rc1.d/K01devd
ln -s ../init.d/exim4 rc1.d/K01exim4
ln -s ../init.d/nfsiod rc1.d/K01nfsiod
ln -s ../init.d/powerd rc1.d/K01powerd
ln -s ../init.d/rpc.lockd rc1.d/K01rpc.lockd
ln -s ../init.d/rpc.statd rc1.d/K02rpc.statd
ln -s ../init.d/rsyslog rc1.d/K04rsyslog
ln -s ../init.d/rpcbind rc1.d/K06rpcbind
ln -s ../init.d/killprocs rc1.d/S01killprocs
ln -s ../init.d/motd rc1.d/S01motd
ln -s ../init.d/single rc1.d/S02single
ln -s ../init.d/motd rc2.d/S01motd
ln -s ../init.d/rpcbind rc2.d/S12rpcbind
ln -s ../init.d/rsyslog rc2.d/S14rsyslog
ln -s ../init.d/atd rc2.d/S15atd
ln -s ../init.d/cron rc2.d/S15cron
ln -s ../init.d/exim4 rc2.d/S15exim4
ln -s ../init.d/rsync rc2.d/S15rsync
ln -s ../init.d/ssh rc2.d/S15ssh
ln -s ../init.d/nfsiod rc2.d/S16nfsiod
ln -s ../init.d/powerd rc2.d/S16powerd
ln -s ../init.d/rpc.statd rc2.d/S16rpc.statd
ln -s ../init.d/rpc.lockd rc2.d/S17rpc.lockd
ln -s ../init.d/rc.local rc2.d/S18rc.local
ln -s ../init.d/rmnologin rc2.d/S18rmnologin
ln -s ../init.d/motd rc3.d/S01motd
ln -s ../init.d/rpcbind rc3.d/S12rpcbind
ln -s ../init.d/rsyslog rc3.d/S14rsyslog
ln -s ../init.d/atd rc3.d/S15atd
ln -s ../init.d/cron rc3.d/S15cron
ln -s ../init.d/exim4 rc3.d/S15exim4
ln -s ../init.d/rsync rc3.d/S15rsync
ln -s ../init.d/ssh rc3.d/S15ssh
ln -s ../init.d/nfsiod rc3.d/S16nfsiod
ln -s ../init.d/powerd rc3.d/S16powerd
ln -s ../init.d/rpc.statd rc3.d/S16rpc.statd
ln -s ../init.d/rpc.lockd rc3.d/S17rpc.lockd
ln -s ../init.d/rc.local rc3.d/S18rc.local
ln -s ../init.d/rmnologin rc3.d/S18rmnologin
ln -s ../init.d/motd rc4.d/S01motd
ln -s ../init.d/rpcbind rc4.d/S12rpcbind
ln -s ../init.d/rsyslog rc4.d/S14rsyslog
ln -s ../init.d/atd rc4.d/S15atd
ln -s ../init.d/cron rc4.d/S15cron
ln -s ../init.d/exim4 rc4.d/S15exim4
ln -s ../init.d/rsync rc4.d/S15rsync
ln -s ../init.d/ssh rc4.d/S15ssh
ln -s ../init.d/nfsiod rc4.d/S16nfsiod
ln -s ../init.d/powerd rc4.d/S16powerd
ln -s ../init.d/rpc.statd rc4.d/S16rpc.statd
ln -s ../init.d/rpc.lockd rc4.d/S17rpc.lockd
ln -s ../init.d/rc.local rc4.d/S18rc.local
ln -s ../init.d/rmnologin rc4.d/S18rmnologin
ln -s ../init.d/motd rc5.d/S01motd
ln -s ../init.d/rpcbind rc5.d/S12rpcbind
ln -s ../init.d/rsyslog rc5.d/S14rsyslog
ln -s ../init.d/atd rc5.d/S15atd
ln -s ../init.d/cron rc5.d/S15cron
ln -s ../init.d/exim4 rc5.d/S15exim4
ln -s ../init.d/rsync rc5.d/S15rsync
ln -s ../init.d/ssh rc5.d/S15ssh
ln -s ../init.d/nfsiod rc5.d/S16nfsiod
ln -s ../init.d/powerd rc5.d/S16powerd
ln -s ../init.d/rpc.statd rc5.d/S16rpc.statd
ln -s ../init.d/rpc.lockd rc5.d/S17rpc.lockd
ln -s ../init.d/rc.local rc5.d/S18rc.local
ln -s ../init.d/rmnologin rc5.d/S18rmnologin
ln -s ../init.d/atd rc6.d/K01atd
ln -s ../init.d/devd rc6.d/K01devd
ln -s ../init.d/exim4 rc6.d/K01exim4
ln -s ../init.d/nfsiod rc6.d/K01nfsiod
ln -s ../init.d/powerd rc6.d/K01powerd
ln -s ../init.d/rpc.lockd rc6.d/K01rpc.lockd
ln -s ../init.d/urandom rc6.d/K01urandom
ln -s ../init.d/rpc.statd rc6.d/K02rpc.statd
ln -s ../init.d/sendsigs rc6.d/K03sendsigs
ln -s ../init.d/rsyslog rc6.d/K04rsyslog
ln -s ../init.d/umountnfs.sh rc6.d/K05umountnfs.sh
ln -s ../init.d/rpcbind rc6.d/K06rpcbind
ln -s ../init.d/networking rc6.d/K07networking
ln -s ../init.d/umountfs rc6.d/K08umountfs
ln -s ../init.d/geli rc6.d/K09geli
ln -s ../init.d/umountroot rc6.d/K09umountroot
ln -s ../init.d/reboot rc6.d/K10reboot
ln -s ../init.d/hostname.sh rcS.d/S01hostname.sh
ln -s ../init.d/kldutils rcS.d/S01kldutils
ln -s ../init.d/mountkernfs.sh rcS.d/S01mountkernfs.sh
ln -s ../init.d/freebsd-utils rcS.d/S02freebsd-utils
ln -s ../init.d/keyboard-setup rcS.d/S03keyboard-setup
ln -s ../init.d/geli rcS.d/S04geli
ln -s ../init.d/mountdevsubfs.sh rcS.d/S04mountdevsubfs.sh
ln -s ../init.d/checkroot.sh rcS.d/S06checkroot.sh
ln -s ../init.d/checkroot-bootclean.sh rcS.d/S07checkroot-bootclean.sh
ln -s ../init.d/mtab.sh rcS.d/S07mtab.sh
ln -s ../init.d/checkfs.sh rcS.d/S08checkfs.sh
ln -s ../init.d/mountall.sh rcS.d/S09mountall.sh
ln -s ../init.d/devd rcS.d/S10devd
ln -s ../init.d/mountall-bootclean.sh rcS.d/S10mountall-bootclean.sh
ln -s ../init.d/urandom rcS.d/S10urandom
ln -s ../init.d/networking rcS.d/S11networking
ln -s ../init.d/rpcbind rcS.d/S12rpcbind
ln -s ../init.d/mountnfs.sh rcS.d/S13mountnfs.sh
ln -s ../init.d/mountnfs-bootclean.sh rcS.d/S14mountnfs-bootclean.sh
ln -s ../init.d/console-setup rcS.d/S15console-setup
ln -s ../init.d/bootmisc.sh rcS.d/S16bootmisc.sh
ln -s ../init.d/kbdcontrol rcS.d/S16kbdcontrol
ln -s ../init.d/nfsiod rcS.d/S16nfsiod
ln -s ../init.d/powerd rcS.d/S16powerd
ln -s ../init.d/rpc.statd rcS.d/S16rpc.statd
ln -s ../init.d/rpc.lockd rcS.d/S17rpc.lockd

list_rclinks

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to