Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OROLOGIO e ora legale/solare. [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
guerro
Guru
Guru


Joined: 21 Jun 2004
Posts: 416
Location: Brescia

PostPosted: Thu Mar 29, 2007 12:18 pm    Post subject: Reply with quote

Forse posso aiutarvi...
Il problema credo sia dato anche dal kernel (2.6.19-rx, l'utima stabile per intenderci) per lo meno sulla mia macchina è quello... ...lo puoi verificare con "hwclock" se questo non ti permette nemmeno di visualizzare l'ora perchè il device non è disponibile allora è proprio il kernel.
Infatti ho letto in giro che il 2.6.19 e 2.6.20 hanno problemi nella gestione del clock perchè pare si incasinino quando fanno variazioni per il risparmio energetico della CPU....

Io ho risolto con "NTP" anche se non mi piace avere un sistema non perfettamente funzionante, ma al momento credo sia l'unica soluzione praticabile.
_________________
(.(*. .*).)
.. G u e r r o ..
(.(.* *.).)
Back to top
View user's profile Send private message
klaimath
Apprentice
Apprentice


Joined: 18 Jun 2006
Posts: 213

PostPosted: Thu Mar 29, 2007 1:51 pm    Post subject: Reply with quote

randomaze wrote:
klaimath wrote:
Praticamente mi suggerisci di rimettere le cose come le avevo messe quando installai Gentoo ... anche se poi si è sbalestrato tutto.


Beh se vuoi é un "suggerimento". Ma il fatto che sia riportato in tutte le guide e nei commenti di /etc/conf.d/clock dovrebbe far pensare che l'eventuale errore di configurazione non é li, non credi?


Forse ho letto male io ma "local" dovrebbe servire solo nel caso del dualboot che io non ho
Back to top
View user's profile Send private message
klaimath
Apprentice
Apprentice


Joined: 18 Jun 2006
Posts: 213

PostPosted: Thu Mar 29, 2007 1:53 pm    Post subject: Reply with quote

guerro wrote:
Forse posso aiutarvi...
Il problema credo sia dato anche dal kernel (2.6.19-rx, l'utima stabile per intenderci) per lo meno sulla mia macchina è quello... ...lo puoi verificare con "hwclock" se questo non ti permette nemmeno di visualizzare l'ora perchè il device non è disponibile allora è proprio il kernel.
Infatti ho letto in giro che il 2.6.19 e 2.6.20 hanno problemi nella gestione del clock perchè pare si incasinino quando fanno variazioni per il risparmio energetico della CPU....

Io ho risolto con "NTP" anche se non mi piace avere un sistema non perfettamente funzionante, ma al momento credo sia l'unica soluzione praticabile.


Pare che il kernel sia ok ... hwclock mi ritorna questo

Code:

gio 29 mar 2007 16:00:25 CEST  -0.798666 secondi
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Mar 29, 2007 2:07 pm    Post subject: Reply with quote

Attento che un elemento di "disturbo" potrebbe essere il file /etc/adjtime.

Fai 2-3 volte questo passaggio, x assicurarti che sia tutto apposto

  1. cancellazione del file /etc/adjtime
  2. verifica e impostazione data/ora sistema (manualmente o tramite rdate/ntp)
  3. hwclock --systohc
  4. verifica orologio hardware con hwclock --show

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
klaimath
Apprentice
Apprentice


Joined: 18 Jun 2006
Posts: 213

PostPosted: Thu Mar 29, 2007 3:49 pm    Post subject: Reply with quote

Scen wrote:
Attento che un elemento di "disturbo" potrebbe essere il file /etc/adjtime.

Fai 2-3 volte questo passaggio, x assicurarti che sia tutto apposto

  1. cancellazione del file /etc/adjtime
  2. verifica e impostazione data/ora sistema (manualmente o tramite rdate/ntp)
  3. hwclock --systohc
  4. verifica orologio hardware con hwclock --show


grazie mille pare si andato apposto
Back to top
View user's profile Send private message
bandreabis
Advocate
Advocate


Joined: 18 Feb 2005
Posts: 2495
Location: イタリアのロディで

PostPosted: Thu Mar 29, 2007 7:36 pm    Post subject: Reply with quote

Scen wrote:
Attento che un elemento di "disturbo" potrebbe essere il file /etc/adjtime.

Fai 2-3 volte questo passaggio, x assicurarti che sia tutto apposto

  1. cancellazione del file /etc/adjtime
  2. verifica e impostazione data/ora sistema (manualmente o tramite rdate/ntp)
  3. hwclock --systohc
  4. verifica orologio hardware con hwclock --show


A me capita questo:
Quote:
# date
gio mar 29 21:37:58 CEST 2007


Quote:
# hwclock --systohc
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.


Quote:
# hwclock --debug
hwclock da util-linux-2.12r
hwclock: Non riuscita l'apertura di /dev/rtc, errno=16: Dispositivo o risorsa occupata.
Impossibile trovare un'interfaccia clock utilizzabile.
Cannot access the Hardware Clock via any known method.

_________________
Il numero di post non fa di me un esperto! Anzi!
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Thu Mar 29, 2007 8:13 pm    Post subject: Reply with quote

@bandreabis: nella configurazione del kernel, in
Code:

Device Drivers  --->
    Character devices  --->

devi DESELEZIONARE
Code:

< > Enhanced Real Time Clock Support

e abilitare le nuove voci che compaiono
Code:

<*> Generic /dev/rtc emulation
[*]   Extended RTC operation

_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
GiRa
l33t
l33t


Joined: 07 Apr 2005
Posts: 717

PostPosted: Sat Mar 31, 2007 7:37 am    Post subject: Reply with quote

klaimath wrote:
Forse ho letto male io ma "local" dovrebbe servire solo nel caso del dualboot che io non ho

Sbagliato, local piuttosto che UTC va impostato a seconda di come hai l'orogolgio del BIOS: orario locale oppure quello GMT.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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