
		annakamilla
		
		(usa Manjaro Linux)
		
		Enviado em 27/08/2009 - 15:59h 
		tente trocar a bateria.
digite no konsole se voe tem o kde o seguinte sudo kate /etc/default/rcS
se não tiver o kate no kde tente instalar o mc
sudo apt-get install mc 
e depois
sudo mcedit /etc/default/rcS
procura a linha UTC e mude para no
o meu tá assim pois não uso o dual boot: 
#
# /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
RAMRUN=yes
RAMLOCK=yes
agora o seu deve ficar assim:
#
# /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=no
VERBOSE=no
FSCKFIX=no
RAMRUN=yes
RAMLOCK=yes