[shutdown pc] impossible d' éteindre après slim (résolu)
Publié : mer. 07 nov. 2012, 23:20
Bonsoir,
J'ai installé une CTKArch 0.7 puis mis à jour. Ensuite j'ai voulu mettre SLIM au démarrage mais par la suite je n'arrive plus à éteindre mon PC que par la commande suivante :
Que dois-je faire ? 
voici mon fichier /etc/inittab :
J'ai installé une CTKArch 0.7 puis mis à jour. Ensuite j'ai voulu mettre SLIM au démarrage mais par la suite je n'arrive plus à éteindre mon PC que par la commande suivante :
Code : Tout sélectionner
shutdown -h now

voici mon fichier /etc/inittab :
Code : Tout sélectionner
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# Example line for starting a login manager
# Comment out autostartx behind if you use this
x:5:respawn:/usr/bin/slim >& /dev/null
#x:5:once:/bin/su koax -l -c "bash --login -c 'startx &>/dev/null'"
# End of file