A priori tout mes services devraient bien se lancer au runlevel 2 (au démarrage de l'ordinateur).
Voici ce que j'obtiens quand je tape sysv-rc-conf --list
acpi-support 1:off 2:on 3:on 4:on 5:on
acpid
alsa-utils 0:off 6:off
apache2 0:off 1:off 2:on 3:on 4:on 5:on 6:off
apparmor S:on
apport
atd
avahi-daemon
binfmt-suppo 2:on 3:on 4:on 5:on
bluetooth 0:off 1:off 2:on 3:on 4:on 5:on 6:off
bootlogd
brltty S:on
console-setu S:on
cron
cups 1:off 2:on 3:on 4:on 5:on
dbus
dkms_autoins 2:on 3:on 4:on 5:on
dmesg
dns-clean 1:on 2:on 3:on 4:on 5:on
failsafe-x
fcron 0:off 1:off 2:on 3:on 4:on 5:on 6:off
gdm
grub-common 2:on 3:on 4:on 5:on
hal
halt 0:on
hwclock
hwclock-save
kerneloops 0:off 1:off 2:on 3:on 4:on 5:on 6:off
keyboard-set S:on
killprocs 1:on
laptop-mode 0:off 1:off 2:on 3:on 4:on 5:on 6:off
module-init-
mysql 0:off 1:off 2:on 3:on 4:on 5:on 6:off
network-mana
networking 0:on 6:on
ondemand 2:on 3:on 4:on 5:on
pcmciautils S:on
postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off
pppd-dns 1:on 2:on 3:on 4:on 5:on
procps
pulseaudio 1:off 2:on 3:on 4:on 5:on
rc.local 2:on 3:on 4:on 5:on
reboot 6:on
rsync 1:off 2:on 3:on 4:on 5:on
rsyslog
rsyslog-kmsg
saned 1:off 2:on 3:on 4:on 5:on
saslauthd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
screen-clean S:on
sendsigs 0:on 6:on
single 1:on
speech-dispa 1:off 2:on 3:on 4:on 5:on
ssh 1:off 2:on 3:on 4:on 5:on
stop-bootlog
stop-bootlog
udev
udev-finish
udevmonitor
udevtrigger
ufw
umountfs 0:on 6:on
umountroot 0:on 6:on
unattended-u 0:on 6:on
urandom 0:on 6:on S:on
usplash
wpa-ifupdown 0:on 6:on
x11-common S:on
confirmé par la comande ls -l /etc/rc2.d
total 4
-rw-r--r-- 1 root root 677 2009-11-10 10:44 README
lrwxrwxrwx 1 root root 13 2009-11-19 09:56 S16ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 15 2009-11-13 12:09 S19mysql -> ../init.d/mysql
lrwxrwxrwx 1 root root 28 2009-11-12 23:25 S20dkms_autoinstaller -> ../init.d/dkms_autoinstaller
lrwxrwxrwx 1 root root 20 2009-11-12 21:53 S20kerneloops -> ../init.d/kerneloops
lrwxrwxrwx 1 root root 17 2009-11-13 12:34 S20postfix -> ../init.d/postfix
lrwxrwxrwx 1 root root 19 2009-11-13 21:29 S20saslauthd -> ../init.d/saslauthd
lrwxrwxrwx 1 root root 27 2009-11-12 21:53 S20speech-dispatcher -> ../init.d/speech-dispatcher
lrwxrwxrwx 1 root root 19 2009-11-12 21:53 S25bluetooth -> ../init.d/bluetooth
lrwxrwxrwx 1 root root 14 2009-11-12 21:53 S50cups -> ../init.d/cups
lrwxrwxrwx 1 root root 20 2009-11-12 21:53 S50pulseaudio -> ../init.d/pulseaudio
lrwxrwxrwx 1 root root 15 2009-11-12 21:53 S50rsync -> ../init.d/rsync
lrwxrwxrwx 1 root root 15 2009-11-12 21:53 S50saned -> ../init.d/saned
lrwxrwxrwx 1 root root 19 2009-11-12 21:53 S70dns-clean -> ../init.d/dns-clean
lrwxrwxrwx 1 root root 18 2009-11-12 21:53 S70pppd-dns -> ../init.d/pppd-dns
lrwxrwxrwx 1 root root 15 2010-01-07 20:25 S89fcron -> ../init.d/fcron
lrwxrwxrwx 1 root root 24 2009-11-12 21:53 S90binfmt-support -> ../init.d/binfmt-support
lrwxrwxrwx 1 root root 17 2009-11-13 12:07 S91apache2 -> ../init.d/apache2
lrwxrwxrwx 1 root root 22 2009-11-12 21:53 S99acpi-support -> ../init.d/acpi-support
lrwxrwxrwx 1 root root 21 2009-11-12 21:53 S99grub-common -> ../init.d/grub-common
lrwxrwxrwx 1 root root 21 2009-11-12 21:53 S99laptop-mode -> ../init.d/laptop-mode
lrwxrwxrwx 1 root root 18 2009-11-12 21:53 S99ondemand -> ../init.d/ondemand
lrwxrwxrwx 1 root root 18 2009-11-12 21:53 S99rc.local -> ../init.d/rc.local
donc logiquement appache, mysql et autres devraient se lancer automatiquement au runlevel2. C'est pas que ce soit très gênant pour moi mais j'aimerais comprendre...