Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/09/2010, à 15:31

tux4fun

[Résolu]Optimisation des scripts init-shutdown/reboot néant...

Bonjour,
Afin d'optimiser la vitesse de boot de mon système Lubuntu:

cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"

Modifier les scripts init en lançant les commandes suivantes:

sudo -s
echo CONCURRENCY=makefile >> /etc/default/rcS
apt-get install insserv
dpkg-reconfigure insserv sysv-rc

La machine fonctionne bien pendant quelques temps. Après suppressions de services et installation de package dont je n'ai pas en mémoire la liste, la machine ne se deconnecte pas (extinction impossible, sudo reboot, sudo halt, sudo shutdown -F now....)
Message disponible sur la console N°1 est :
Using makefile-style concurrent boot in runlevel 6.
Voilà je ne sais pas commment me sortir de là, donc si vous avez des subgestions, je suis preneur.
Quelques fichiers de logs

cat /etc/default/rcS
#
# /etc/default/rcS
#
# Default settings for the scripts in /etc/rcS.d/
#
# For information about these variables see the rcS(5) manual page.
#
# This file belongs to the "initscripts" package.

TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
UTC=yes
VERBOSE=no
FSCKFIX=no
CONCURRENCY=makefile
cat /var/log/boot.log | more
fsck de util-linux-ng 2.17.2
fsck de util-linux-ng 2.17.2
fsck de util-linux-ng 2.17.2
init: cryptdisks-enable main process (663) killed by TERM signal
/dev/sda5 : propre, 107489/628320 fichiers, 518748/2511360 blocs
/dev/sda1 : propre, 213/121920 fichiers, 63887/487424 blocs
/dev/sda7 : propre, 509/4202496 fichiers, 3328772/16778496 blocs
init: ureadahead-other main process (692) terminated with status 2
mountall: Event failed
init: ureadahead-other main process (696) terminated with status 2
mountall: Event failed
 * Using makefile-style concurrent boot in runlevel S
/usr/share/insserv/make-testsuite
cat <<'EOF' > $tmpdir$insconf
$local_fs	+mountall +mountoverflowtmp +umountfs
$network	+networking +ifupdown
$named		+named +dnsmasq +lwresd +bind9 $network
$remote_fs	$local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs
$syslog		+rsyslog +sysklogd +syslog-ng +dsyslog +inetutils-syslogd 
$portmap	portmap
$time		+hwclock
<interactive>   glibc udev console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop
EOF
addscript acpid <<EOF
EOF

addscript alsa-mixer-save <<EOF
EOF

addscript anacron <<EOF
EOF

addscript apparmor <<EOF
### BEGIN INIT INFO
# Provides: apparmor
# Required-Start: mountall
# Required-Stop: umountfs
# Default-Start: S
# Default-Stop:
# Short-Description: AppArmor initialization
# Description: AppArmor init script. This script loads all AppArmor profiles.
### END INIT INFO
EOF

addscript apport <<EOF
EOF

addscript atd <<EOF
EOF

addscript athcool <<EOF
### BEGIN INIT INFO
# Provides:          athcool
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:
# Description:       enable powersaving mode for Athlon/Duron processors
### END INIT INFO
EOF

addscript bootlogd <<EOF
### BEGIN INIT INFO
# Provides:          bootlogd
# Required-Start:    mountdevsubfs
# X-Start-Before:    hostname keymap keyboard-setup procps pcmcia hwclock hwclockfirst hdparm hibernate-clean
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Start or stop bootlogd.
# Description:       Starts or stops the bootlogd log program
#                    which logs boot messages.
### END INIT INFO
EOF

addscript console-setup <<EOF
EOF

addscript cpufrequtils <<EOF
### BEGIN INIT INFO
# Provides:       cpufrequtils
# Required-Start: $remote_fs loadcpufreq
# Required-Stop:
# Default-Start:  2 3 4 5
# Default-Stop:
# Short-Description: set CPUFreq kernel parameters
# Description: utilities to deal with CPUFreq Linux 
#	kernel support
### END INIT INFO
EOF

addscript cron <<EOF
EOF

addscript cryptdisks <<EOF
### BEGIN INIT INFO
# Provides:          cryptdisks
# Required-Start:    checkroot cryptdisks-early
# Required-Stop:     umountroot cryptdisks-early
# Should-Start:      udev mdadm-raid lvm2
# Should-Stop:       udev mdadm-raid lvm2
# X-Start-Before:    checkfs
# X-Interactive:     true
# Default-Start:     
# Default-Stop:      0 6
# Short-Description: Setup remaining encrypted block devices.
# Description:
### END INIT INFO
EOF

addscript cryptdisks-early <<EOF
### BEGIN INIT INFO
# Provides:          cryptdisks-early
# Required-Start:    checkroot
# Required-Stop:     umountroot
# Should-Start:      udev
# Should-Stop:       udev
# X-Start-Before:    mdadm-raid lvm2
# X-Interactive:     true
# Default-Start:     
# Default-Stop:      0 6
# Short-Description: Setup early encrypted block devices.
# Description:
### END INIT INFO
EOF

addscript cups <<EOF
### BEGIN INIT INFO
# Provides:          cups
# Required-Start:    $syslog $remote_fs
# Required-Stop:     $syslog $remote_fs
# Should-Start:      $network avahi
# Should-Stop:       $network
# X-Start-Before:    samba
# X-Stop-After:      samba
# Default-Start:     2 3 4 5
# Default-Stop:      1
# Short-Description: CUPS Printing spooler and server
### END INIT INFO
EOF

addscript dbus <<EOF
EOF

addscript dmesg <<EOF
EOF

addscript dns-clean <<EOF
### BEGIN INIT INFO
# Provides:          dns-clean
# Required-Start:    $local_fs gdm
# Required-Stop:     $local_fs
# Default-Start:     1 2 3 4 5
# Default-Stop:
# Short-Description: Cleans up any mess left by 0dns-up
# Description: 0dns-up often leaves behind some cruft. This Script is meant
#              to clean up any such mess.
### END INIT INFO
EOF

addscript early-readahead <<EOF
### BEGIN INIT INFO
# Provides:          early-readahead
# Required-Start:    
# Required-Stop:
# Should-Start:      mountkernfs
# X-Start-Before:    udev mountdevsubfs
# Default-Start:     S
# Default-Stop:
# Short-Description: init script for readahead-fedora
### END INIT INFO
EOF

addscript failsafe-x <<EOF
EOF

addscript grub-common <<EOF
### BEGIN INIT INFO
# Provides:          grub-common
# Required-Start:    $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Record successful boot for GRUB
# Description:       GRUB displays the boot menu at the next boot if it
#                    believes that the previous boot failed. This script
#                    informs it that the system booted successfully.
### 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 <<EOF
EOF

addscript hwclock <<EOF
EOF

addscript hwclock-save <<EOF
EOF

addscript irqbalance <<EOF
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 later-readahead <<EOF
### BEGIN INIT INFO
# Provides:          later-readahead
# Required-Start:    $remote_fs
# Required-Stop:
# Should-Start:      mountkernfs
# X-Start-Before:
# Default-Start:     S
# Default-Stop:
# Short-Description: init script for readahead-fedora
### END INIT INFO
EOF

addscript loadcpufreq <<EOF
### BEGIN INIT INFO
# Provides:          loadcpufreq
# Required-Start:    $remote_fs
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Load kernel modules needed to enable cpufreq scaling
# Description:       Make it possible to save power by reducing
#                    the CPU speed when there is little to do.
### END INIT INFO
EOF

addscript lxdm <<EOF
EOF

addscript module-init-tools <<EOF
EOF

addscript network-interface <<EOF
EOF

addscript network-interface-security <<EOF
EOF

addscript networking <<EOF
### BEGIN INIT INFO
# Provides:          networking
# Required-Start:    
# Required-Stop:     $local_fs
# Default-Start:     
# Default-Stop:      0 6
# Short-Description: Raise network interfaces.
### END INIT INFO
EOF

addscript ntp <<EOF
### BEGIN INIT INFO
# Provides:        ntp
# Required-Start:  $network $remote_fs $syslog
# Required-Stop:   $network $remote_fs $syslog
# Default-Start:   2 3 4 5
# Default-Stop:    1
# Short-Description: Start NTP daemon
### END INIT INFO
EOF

addscript nullmailer <<EOF
### BEGIN INIT INFO
# Provides:          nullmailer
# Required-Start:    $remote_fs $syslog $network
# Required-Stop:     $remote_fs $syslog $network
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
### END INIT INFO
EOF

addscript ondemand <<EOF
### BEGIN INIT INFO
# Provides:          ondemand
# Required-Start:    $remote_fs $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Set the CPU Frequency Scaling governor to "ondemand"
### END INIT INFO
EOF

addscript plymouth <<EOF
EOF

addscript plymouth-log <<EOF
EOF

addscript plymouth-splash <<EOF
EOF

addscript plymouth-stop <<EOF
EOF

addscript portmap <<EOF
EOF

addscript powernowd <<EOF
### BEGIN INIT INFO
# Provides:          powernowd
# Required-Start:    $syslog $local_fs $time
# Required-Stop:     $syslog $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:	     1
# Short-Description: Start powernowd .
### END INIT INFO
EOF

addscript powernowd.early <<EOF
EOF

addscript pppd-dns <<EOF
### BEGIN INIT INFO
# Provides:          pppd-dns
# Required-Start:    $local_fs gdm
# Required-Stop:
# Default-Start:     1 2 3 4 5
# Default-Stop:
# Short-Description: Restore resolv.conf if the system crashed.
### END INIT INFO
EOF

addscript preload <<EOF
### BEGIN INIT INFO
# Provides:          preload.sourceforge.net
# Required-Start:    $local_fs $remote_fs $time
# Required-Stop:     $local_fs $remote_fs $time
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Adaptive readahead daemon
# Description:       Analyzes what applications users run and tries to predict
#                    what they would like to run and loads them into memory
#                    beforehand.
### END INIT INFO
EOF

addscript procps <<EOF
EOF

addscript rc.local <<EOF
### BEGIN INIT INFO
# Provides:          rc.local
# Required-Start:    $remote_fs $syslog $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 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:      1
# 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
EOF

addscript saned <<EOF
### BEGIN INIT INFO
# Provides:          saned
# Required-Start:    $syslog $local_fs
# Required-Stop:     $syslog $local_fs
# Should-Start:      dbus avahi
# Should-Stop:       dbus avahi
# Default-Start:     2 3 4 5
# Default-Stop:      1
# Short-Description: SANE network scanner server
# Description:       saned makes local scanners available over the
#                    network.
### 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 stop-bootlogd <<EOF
### BEGIN INIT INFO
# Provides:          stop-bootlogd
# Required-Start:    $local_fs $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Stop bootlogd
# Description:       See the init.d/bootlogd script
### END INIT INFO
EOF

addscript stop-bootlogd-single <<EOF
### BEGIN INIT INFO
# Provides:          stop-bootlogd-single
# Required-Start:    $local_fs $all
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Stop bootlogd in single user mode
# Description:       See the init.d/bootlogd script
### END INIT INFO
EOF

addscript stop-readahead-fedora <<EOF
### BEGIN INIT INFO
# Provides:          stop-readahead-fedora
# Required-Start:    $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: init script for stopping readahead profiling
### END INIT INFO
EOF

addscript udev <<EOF
EOF

addscript udev-finish <<EOF
EOF

addscript udevmonitor <<EOF
EOF

addscript udevtrigger <<EOF
EOF

addscript ufw <<EOF
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, devfs,
#                    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 unattended-upgrades <<EOF
### BEGIN INIT INFO
# Required-Start:
# Required-Stop:
# Provides:          unattended-upgrade-shutdown-check
# Default-Start:     0 6
# Default-Stop:      
# Short-Description: Check if unattended upgrades are being applied
# Description:       Check if unattended upgrades are being applied
#                    and wait for them to finish
### END INIT INFO
EOF

addscript urandom <<EOF
### BEGIN INIT INFO
# Provides:          urandom
# Required-Start:    $remote_fs
# Required-Stop:     $remote_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

addscript wicd <<EOF
### BEGIN INIT INFO
# Provides:          wicd
# Required-Start:    $remote_fs dbus
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Starts and stops Wicd
# Description:       Starts and stops Wicd, a network manager
### END INIT INFO
EOF

addscript wpa-ifupdown <<EOF
### BEGIN INIT INFO
# Provides:             wpa-ifupdown
# Required-Start:       $network
# Required-Stop:        $network $remote_fs
# Should-Start:
# Should-Stop:
# Default-Start:
# Default-Stop:         0 6
# Short-Description:    Stop wpa_supplicant processes started via ifupdown
# Description:          Run ifdown on interfaces authenticated via
#                       wpa_supplicant. Sendsigs terminates wpa_supplicant
#                       processes before networking is stopped causing each
#                       network interface authenticated via a wpa_supplicant
#                       daemon to be terminated abrubtly.
#                       Since initscripts package version 2.86.ds1-48 an
#                       interface exists to omit process id's from sendsigs. If
#                       this interface is present this script is a no-op.
### END INIT INFO
EOF

addscript x11-common <<EOF
### BEGIN INIT INFO
# Provides:          x11-common
# Required-Start:    $local_fs
# Required-Stop:     $local_fs
# Default-Start:     S
# Default-Stop:
### END INIT INFO
EOF

ln -s ../init.d/preload rc0.d/K05preload
ln -s ../init.d/nullmailer rc0.d/K20nullmailer
ln -s ../init.d/stop-readahead-fedora rc0.d/K20stop-readahead-fedora
ln -s ../init.d/wicd rc0.d/K20wicd
ln -s ../init.d/unattended-upgrades rc0.d/S10unattended-upgrades
ln -s ../init.d/sendsigs rc0.d/S20sendsigs
ln -s ../init.d/urandom rc0.d/S30urandom
ln -s ../init.d/umountnfs.sh rc0.d/S31umountnfs.sh
ln -s ../init.d/networking rc0.d/S35networking
ln -s ../init.d/umountfs rc0.d/S40umountfs
ln -s ../init.d/cryptdisks rc0.d/S48cryptdisks
ln -s ../init.d/cryptdisks-early rc0.d/S59cryptdisks-early
ln -s ../init.d/umountroot rc0.d/S60umountroot
ln -s ../init.d/halt rc0.d/S90halt
ln -s ../init.d/preload rc1.d/K05preload
ln -s ../init.d/nullmailer rc1.d/K20nullmailer
ln -s ../init.d/rsync rc1.d/K20rsync
ln -s ../init.d/saned rc1.d/K20saned
ln -s ../init.d/stop-readahead-fedora rc1.d/K20stop-readahead-fedora
ln -s ../init.d/wicd rc1.d/K20wicd
ln -s ../init.d/ntp rc1.d/K77ntp
ln -s ../init.d/cups rc1.d/K80cups
ln -s ../init.d/killprocs rc1.d/S30killprocs
ln -s ../init.d/single rc1.d/S90single
ln -s ../init.d/loadcpufreq rc2.d/S05loadcpufreq
ln -s ../init.d/powernowd.early rc2.d/S10powernowd.early
ln -s ../init.d/cpufrequtils rc2.d/S19cpufrequtils
ln -s ../init.d/athcool rc2.d/S20athcool
ln -s ../init.d/nullmailer rc2.d/S20nullmailer
ln -s ../init.d/wicd rc2.d/S20wicd
ln -s ../init.d/ntp rc2.d/S23ntp
ln -s ../init.d/cups rc2.d/S50cups
ln -s ../init.d/rsync rc2.d/S50rsync
ln -s ../init.d/saned rc2.d/S50saned
ln -s ../init.d/preload rc2.d/S95preload
ln -s ../init.d/grub-common rc2.d/S99grub-common
ln -s ../init.d/ondemand rc2.d/S99ondemand
ln -s ../init.d/rc.local rc2.d/S99rc.local
ln -s ../init.d/stop-readahead-fedora rc2.d/S99stop-readahead-fedora
ln -s ../init.d/loadcpufreq rc3.d/S05loadcpufreq
ln -s ../init.d/cpufrequtils rc3.d/S19cpufrequtils
ln -s ../init.d/athcool rc3.d/S20athcool
ln -s ../init.d/nullmailer rc3.d/S20nullmailer
ln -s ../init.d/wicd rc3.d/S20wicd
ln -s ../init.d/ntp rc3.d/S23ntp
ln -s ../init.d/cups rc3.d/S50cups
ln -s ../init.d/rsync rc3.d/S50rsync
ln -s ../init.d/saned rc3.d/S50saned
ln -s ../init.d/preload rc3.d/S95preload
ln -s ../init.d/grub-common rc3.d/S99grub-common
ln -s ../init.d/ondemand rc3.d/S99ondemand
ln -s ../init.d/rc.local rc3.d/S99rc.local
ln -s ../init.d/stop-readahead-fedora rc3.d/S99stop-readahead-fedora
ln -s ../init.d/loadcpufreq rc4.d/S05loadcpufreq
ln -s ../init.d/cpufrequtils rc4.d/S19cpufrequtils
ln -s ../init.d/athcool rc4.d/S20athcool
ln -s ../init.d/nullmailer rc4.d/S20nullmailer
ln -s ../init.d/wicd rc4.d/S20wicd
ln -s ../init.d/ntp rc4.d/S23ntp
ln -s ../init.d/cups rc4.d/S50cups
ln -s ../init.d/rsync rc4.d/S50rsync
ln -s ../init.d/saned rc4.d/S50saned
ln -s ../init.d/preload rc4.d/S95preload
ln -s ../init.d/grub-common rc4.d/S99grub-common
ln -s ../init.d/ondemand rc4.d/S99ondemand
ln -s ../init.d/rc.local rc4.d/S99rc.local
ln -s ../init.d/stop-readahead-fedora rc4.d/S99stop-readahead-fedora
ln -s ../init.d/loadcpufreq rc5.d/S05loadcpufreq
ln -s ../init.d/cpufrequtils rc5.d/S19cpufrequtils
ln -s ../init.d/athcool rc5.d/S20athcool
ln -s ../init.d/nullmailer rc5.d/S20nullmailer
ln -s ../init.d/wicd rc5.d/S20wicd
ln -s ../init.d/ntp rc5.d/S23ntp
ln -s ../init.d/cups rc5.d/S50cups
ln -s ../init.d/rsync rc5.d/S50rsync
ln -s ../init.d/saned rc5.d/S50saned
ln -s ../init.d/preload rc5.d/S95preload
ln -s ../init.d/grub-common rc5.d/S99grub-common
ln -s ../init.d/ondemand rc5.d/S99ondemand
ln -s ../init.d/rc.local rc5.d/S99rc.local
ln -s ../init.d/stop-readahead-fedora rc5.d/S99stop-readahead-fedora
ln -s ../init.d/preload rc6.d/K05preload
ln -s ../init.d/nullmailer rc6.d/K20nullmailer
ln -s ../init.d/stop-readahead-fedora rc6.d/K20stop-readahead-fedora
ln -s ../init.d/wicd rc6.d/K20wicd
ln -s ../init.d/unattended-upgrades rc6.d/S10unattended-upgrades
ln -s ../init.d/sendsigs rc6.d/S20sendsigs
ln -s ../init.d/urandom rc6.d/S30urandom
ln -s ../init.d/umountnfs.sh rc6.d/S31umountnfs.sh
ln -s ../init.d/networking rc6.d/S35networking
ln -s ../init.d/umountfs rc6.d/S40umountfs
ln -s ../init.d/cryptdisks rc6.d/S48cryptdisks
ln -s ../init.d/cryptdisks-early rc6.d/S59cryptdisks-early
ln -s ../init.d/umountroot rc6.d/S60umountroot
ln -s ../init.d/reboot rc6.d/S90reboot
ln -s ../init.d/early-readahead rcS.d/S03early-readahead
ln -s ../init.d/apparmor rcS.d/S37apparmor
ln -s ../init.d/later-readahead rcS.d/S50later-readahead
ln -s ../init.d/urandom rcS.d/S55urandom
ln -s ../init.d/x11-common rcS.d/S70x11-common
 ls /etc/rc?.d
/etc/rc0.d:
K05preload                S10unattended-upgrades  S40umountfs
K20nullmailer             S20sendsigs             S48cryptdisks
K20stop-readahead-fedora  S30urandom              S59cryptdisks-early
K20wicd                   S31umountnfs.sh         S60umountroot
README                    S35networking           S90halt

/etc/rc1.d:
K05preload     K20saned                  K77ntp   S30killprocs
K20nullmailer  K20stop-readahead-fedora  K80cups  S90single
K20rsync       K20wicd                   README

/etc/rc2.d:
README              S20athcool     S50cups     S99grub-common
S05loadcpufreq      S20nullmailer  S50rsync    S99ondemand
S10powernowd.early  S20wicd        S50saned    S99rc.local
S19cpufrequtils     S23ntp         S95preload  S99stop-readahead-fedora

/etc/rc3.d:
README           S20nullmailer  S50rsync        S99ondemand
S05loadcpufreq   S20wicd        S50saned        S99rc.local
S19cpufrequtils  S23ntp         S95preload      S99stop-readahead-fedora
S20athcool       S50cups        S99grub-common

/etc/rc4.d:
README           S20nullmailer  S50rsync        S99ondemand
S05loadcpufreq   S20wicd        S50saned        S99rc.local
S19cpufrequtils  S23ntp         S95preload      S99stop-readahead-fedora
S20athcool       S50cups        S99grub-common

/etc/rc5.d:
README           S20nullmailer  S50rsync        S99ondemand
S05loadcpufreq   S20wicd        S50saned        S99rc.local
S19cpufrequtils  S23ntp         S95preload      S99stop-readahead-fedora
S20athcool       S50cups        S99grub-common

/etc/rc6.d:
K05preload                S10unattended-upgrades  S40umountfs
K20nullmailer             S20sendsigs             S48cryptdisks
K20stop-readahead-fedora  S30urandom              S59cryptdisks-early
K20wicd                   S31umountnfs.sh         S60umountroot
README                    S35networking           S90reboot

/etc/rcS.d:
README              S37apparmor         S55urandom
S03early-readahead  S50later-readahead  S70x11-common

Dernière modification par tux4fun (Le 17/09/2010, à 15:06)


tux4fun
http://linuxcounter.net/ - http://frederick.varin.free.fr
Linux Registered User     #363458
Machine Registered     #261921

Hors ligne

#2 Le 08/09/2010, à 15:11

tux4fun

Re : [Résolu]Optimisation des scripts init-shutdown/reboot néant...

Un petit Up...


tux4fun
http://linuxcounter.net/ - http://frederick.varin.free.fr
Linux Registered User     #363458
Machine Registered     #261921

Hors ligne

#3 Le 16/09/2010, à 18:17

tux4fun

Re : [Résolu]Optimisation des scripts init-shutdown/reboot néant...

sudo -s
nano /etc/default/rcS

Supprimer makefile et puis:

echo CONCURRENCY=SHELL >> /etc/default/rcS
dpkg-reconfigure insserv sysv-rc

Refonctionne à nouveau, probablement le paquet fedora-readahead avec auditd est responsable de ce plantage.


tux4fun
http://linuxcounter.net/ - http://frederick.varin.free.fr
Linux Registered User     #363458
Machine Registered     #261921

Hors ligne