Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Démarrage] Hardware clock (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Sun Feb 12, 2006 10:53 am    Post subject: [Démarrage] Hardware clock (résolu) Reply with quote

Bonjour,

Au démarrage, j'ai un message du type "Failed setting hardware clock".

1) Comment retrouver le message exact ?
2) D'où vient ce problème ?
_________________
emerge --info
dmesg
lspci
.config


Last edited by Neuromancien on Sun Mar 19, 2006 5:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
anigel
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 1894
Location: Un petit bled pas loin de Limoges ;-)

PostPosted: Sun Feb 12, 2006 12:31 pm    Post subject: Reply with quote

Bonjour,

Je pense qu'il te manque le support pour ton horloge, dans le noyau :

Code:
Device Drivers  --->
 Character devices  --->
  <*> Enhanced Real Time Clock Support

_________________
Il y a 10 sortes d'individus en ce bas-monde : ceux qui causent binaire, et les autres.
Back to top
View user's profile Send private message
coco-loco
Apprentice
Apprentice


Joined: 30 Oct 2005
Posts: 249

PostPosted: Sun Feb 12, 2006 12:46 pm    Post subject: Reply with quote

Le message exact devrait apparaître avec la commande
Code:
dmesg

ou encore dans le fichier /var/log/messages
_________________
In 2007 Windows will come with command-line tools - an attempt to behave like a real OS?
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Sat Feb 18, 2006 5:45 pm    Post subject: Reply with quote

coco-loco wrote:
Le message exact devrait apparaître avec la commande
Code:
dmesg

ou encore dans le fichier /var/log/messages

J'ai oublié de préciser que j'avais déjà essayé dmesg, sans résultat. Je n'ai pas de fichier /var/log/messages.
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Syl20
l33t
l33t


Joined: 04 Aug 2005
Posts: 621
Location: France

PostPosted: Mon Feb 20, 2006 5:12 pm    Post subject: Reply with quote

8O

Tu as installé un outil de gestion des logs système (syslog-ng, metalog...) ?
Back to top
View user's profile Send private message
sebtx
Tux's lil' helper
Tux's lil' helper


Joined: 02 Nov 2005
Posts: 131
Location: France, Eure-et-loir

PostPosted: Mon Feb 20, 2006 9:25 pm    Post subject: Rtc Reply with quote

Salut,

Essayes à tout hasard de charger le module rtc, puis de relancer le script à la main:
Code:

# modprobe rtc
# /etc/init.d/clock restart


Si cela fonctionne c'est que le RTC est compilé en module. Dans ce cas, ajoutes le module rtc au fichier /etc/modules.autoload.d/kernel-2.6 pour qu'il se charge au boot.

Si le modprobe te retourne une erreur, regardes si /dev/rtc existe.

Pour avoir des détails, tu peux faire un:
Code:

# hwclock -w




@+

Seb.
_________________
Linux gigalaptop 2.6.21-suspend2-r5 #5 SMP PREEMPT Thu May 31 23:32:15 UTC 2007 i686 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux
Back to top
View user's profile Send private message
nemo13
Veteran
Veteran


Joined: 08 Oct 2004
Posts: 1016
Location: France/Istres

PostPosted: Mon Feb 20, 2006 10:17 pm    Post subject: Re: Rtc Reply with quote

sebtx wrote:

Code:

# hwclock

Seb.

Merci, cette fonction est super pour ajuster heure hard<> heure système
(non je n'ai pas l'utilité de ntp :wink: )
Back to top
View user's profile Send private message
nemo13
Veteran
Veteran


Joined: 08 Oct 2004
Posts: 1016
Location: France/Istres

PostPosted: Mon Feb 20, 2006 10:37 pm    Post subject: Re: [Démarrage] Hardware clock Reply with quote

Neuromancien wrote:
Bonjour,

Au démarrage, j'ai un message du type "Failed setting hardware clock".

1) Comment retrouver le message exact ?
2) D'où vient ce problème ?


peut-être que celà te donnera une piste ; ton message à l'air de venir de :
Code:
 extrait de /etc/runlevels/boot/clock

elif [[ -x /sbin/hwclock ]] ; then
                # Since hwclock always exit's with a 0, need to check its output.
                errstr=$(/sbin/hwclock ${myadj} ${myopts} 2>&1 >/dev/null)
                errstr="${errstr}$(/sbin/hwclock --hctosys ${myopts} 2>&1 >/dev/null)"

                if [[ -n ${errstr} ]] ; then
                        ewarn "${errstr}"
                        ret=1
                else
                        ret=0
                fi
                errstr="Failed to set system clock to hardware clock"
        else
                ret=1
                errstr="/sbin/hwclock not found"
        fi
        eend ${ret} "${errstr}"

il se peut alors que tu ais un blème dans ton fichier
Code:
/etc/conf.d/clock
ou
Code:
/etc/init.d/clock
( à priori ce sont les mêmes)
ou que clock ne soit pas au bon endroit
Code:
ewarn "CLOCK should not be set in /etc/rc.conf but in /etc/conf.d/clock"


après je ne sais pas :cry:
Back to top
View user's profile Send private message
Neuromancien
l33t
l33t


Joined: 03 Dec 2003
Posts: 867

PostPosted: Sun Mar 19, 2006 5:31 pm    Post subject: Reply with quote

J'ai réinstallé tout mon système suite à mon problème de disque dur.
_________________
emerge --info
dmesg
lspci
.config
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum