Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
non so piu come fare con sti modules
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 24 Feb 2004
Posts: 376

PostPosted: Thu Feb 26, 2004 4:56 pm    Post subject: non so piu come fare con sti modules Reply with quote

ho cercato da tutte le parti e provato di tutto ma non riesco a risolvere il mio problema....
praticamente all'avvio mi viene detto "/etc/modules.conf is more recent /lib/modules/2.4.20-gentoo-r6/modules.dep" e non riesco a capire il perchè....le mie prove (vane) sono state le seguenti:
1)eliminato modules.dep e ricreato con depmod -a
2)eliminato modules.conf,modules-update e poi depmod-a
in entrambi i casi ho guardato che l'ora di modules.conf fosse piu vecchia (anche di 15 minuti)
Alla fine mi sono accorto che ad ogni riavvio la data cambia per entrambi a quella corrente......è normale?
Qualcuno ha idee o eesperienze?grazie :cry:
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Thu Feb 26, 2004 5:01 pm    Post subject: Reply with quote

La data della tua macchina è settata correttamente?
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Thu Feb 26, 2004 5:21 pm    Post subject: Reply with quote

si si è a posto la data
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Thu Feb 26, 2004 5:26 pm    Post subject: Reply with quote

Fai:

Code:
$ date
$ touch ciccio
$ stat ciccio
$ date
$ rm ciccio


E posta l'output.
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Thu Feb 26, 2004 5:48 pm    Post subject: Reply with quote

bash-2.05b# date
Thu Feb 26 18:47:59 Local time zone must be set--see zic manual page 2004
bash-2.05b# touch ciccio
bash-2.05b# stat ciccio
File: `ciccio'
Size: 0 Blocks: 0 IO Block: 4096 Regular File
Device: 309h/777d Inode: 177579 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2004-02-26 18:48:05.000000000 +0000
Modify: 2004-02-26 18:48:05.000000000 +0000
Change: 2004-02-26 18:48:05.000000000 +0000

bash-2.05b# date
Thu Feb 26 18:48:17 Local time zone must be set--see zic manual page 2004
bash-2.05b# rm ciccio
bash-2.05b#



per "Local time zone must be set--see zic manual page 2004" ho letto che era un bug
Back to top
View user's profile Send private message
Vide
Apprentice
Apprentice


Joined: 20 Nov 2003
Posts: 201
Location: Barcelona

PostPosted: Thu Feb 26, 2004 5:54 pm    Post subject: Reply with quote

Quote:
Thu Feb 26 18:47:59 Local time zone must be set--see zic manual


Non è che è questo?
(la butto lì, eh)
_________________
http://www.heavy-metal.it
Metal, hard rock and much more..
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Thu Feb 26, 2004 6:09 pm    Post subject: Reply with quote

l'ho anche pensato io ma una ricerca di google mi ha detto che era un bug e su un'altro pc me lo dice anche e non mi dice dei moduli :(
mi sono dimenticato che prima del "/etc/modules.con is more recent......" c'è scritto "Modprobe: Note:"

bo?
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Thu Feb 26, 2004 8:26 pm    Post subject: Reply with quote

Prova con un

Code:
# rm /etc/localtime
# ln -s /etc/localtime /usr/share/zoneinfo/Europe/Rome

_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Thu Feb 26, 2004 10:10 pm    Post subject: Reply with quote

E' molto probabile che sia quello il motivo...
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
theo_
n00b
n00b


Joined: 11 Feb 2004
Posts: 30
Location: Vicenza - Italy

PostPosted: Fri Feb 27, 2004 8:06 am    Post subject: Reply with quote

MyZelF wrote:
Prova con un

Code:
# rm /etc/localtime
# ln -s /etc/localtime /usr/share/zoneinfo/Europe/Rome


Code:

# rm /etc/localtime
# ln -s /usr/share/zoneinfo/Europe/Rome /etc/localtime


(Erano invertiti origine e destinazione nell' `ln` :))
Back to top
View user's profile Send private message
MyZelF
Bodhisattva
Bodhisattva


Joined: 25 Feb 2003
Posts: 2010
Location: Venice, Italy

PostPosted: Fri Feb 27, 2004 8:17 am    Post subject: Reply with quote

Ops... :oops: Nella fretta mi era sfuggito. Hai fatto bene a farlo notare... :)
_________________
"Larry the Cow was a bit frustrated at the current state of Linux Distributions..."
Back to top
View user's profile Send private message
f0llia
l33t
l33t


Joined: 22 Apr 2003
Posts: 873

PostPosted: Fri Feb 27, 2004 10:24 am    Post subject: Reply with quote

Ho avuto a che fare con lo stesso problema su una macchina, ho risolto semplicemente settando la data correttamente come gia indicato da cerri e myzelf :)
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Fri Feb 27, 2004 3:52 pm    Post subject: Reply with quote

cavolo..ho provato ma non va ugualmente..ho anche rifatto depmod -a e verificato che modules.dep avesse la data + recente ma il problema rimane...

la data credo sia a posto cmq:
bash-2.05b$ date
Fri Feb 27 17:52:28 CET 2004

non so piu che può essere....
:cry:
Back to top
View user's profile Send private message
shanghai
Guru
Guru


Joined: 08 Feb 2004
Posts: 493
Location: Roma, Italia, GeekLand

PostPosted: Fri Feb 27, 2004 4:18 pm    Post subject: Reply with quote

C'è un altra cosetta da considerare (non garantisco risultati, ma non si sa mai :) ).
Nel file rc.conf c'è una riga
Code:
 CLOCK="local"


Se hai =local imposta =UTC (o viceversa) e riprova...
_________________
Il sonno della ragione genera mostri.
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Sat Feb 28, 2004 9:24 am    Post subject: Reply with quote

ho capito +o- meno come fare ma sono sempre incasinato :(
se faccio

Code:

# rm /etc/localtime
# ln -s /usr/share/zoneinfo/Europe/Rome /etc/localtime

e ogni tanto devo anche mettere la data indietro (di solito 1 paio di ore)
cmq è normale che mi dica
Code:
 Fri Feb 27 17:52:28 CET 2004 
il CET li?

al primo riavvio non me lo dice + ma al secondo riavvio la scritta ricompare :(

Shanghai:ho anche provato cosi ma non cambia nulla :( dev'essere qualche problema di sincronizzazione orologio? (mi farebbe strana sta cosa)
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Feb 28, 2004 9:32 am    Post subject: Reply with quote

CET=Central Europe Time

se non erro
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
gnu-statix
Tux's lil' helper
Tux's lil' helper


Joined: 16 Nov 2003
Posts: 84
Location: Switzerland, Lugano

PostPosted: Sat Feb 28, 2004 10:24 am    Post subject: Reply with quote

Marculin wrote:
ho anche provato cosi ma non cambia nulla :( dev'essere qualche problema di sincronizzazione orologio?


Non credo centri molto con il problema dei moduli...
una volta mi sono messo a litigare con l'orologio di sistema, io lo configuravo con data e lo sincronizzavo con hwclock e il sistema al riavvio successivo mi modificava l'orologio di sistema e quello del bios.
Avevo provato e riprovato a rifare il link /etc/localtime ma niente, alla fine ho risolto cancellando il file /etc/adjtime.

Ciao
_________________
"Se in un primo momento l'idea non è assurda,
allora non c'è nessuna speranza che si realizzi." - Albert Einstein
Back to top
View user's profile Send private message
shanghai
Guru
Guru


Joined: 08 Feb 2004
Posts: 493
Location: Roma, Italia, GeekLand

PostPosted: Sat Feb 28, 2004 11:24 am    Post subject: Reply with quote

Quote:

ogni tanto devo anche mettere la data indietro (di solito 1 paio di ore)

Usi windows in dual boot? Si mi dici sì, tra un paio d'ore ti posto la soluzione (sorry, dovrei fare un reboot su win2000 e ho fretta :) ). a suo tempo ci misi un'oretta buona a capire :)
_________________
Il sonno della ragione genera mostri.
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Sat Feb 28, 2004 1:41 pm    Post subject: Reply with quote

si :)
però ho installato grub su mbr e win non lo sto piu riavviando
Back to top
View user's profile Send private message
shanghai
Guru
Guru


Joined: 08 Feb 2004
Posts: 493
Location: Roma, Italia, GeekLand

PostPosted: Sat Feb 28, 2004 2:02 pm    Post subject: Reply with quote

Nemmeno io uso molto spesso windows ma volte "mi tocca" per motivi di lavoro :roll:

Fai così:
1) imposta l'orologio di sistema (sul BIOS) sull'ora locale
i.e. se sono le 10 lo imposti sulle 10.
2) imposta windows sul fuso orario di greenwich-lisbona (GMT "+0", non il nostro). Qualsiasi altra impostazione, non ho ancora capito come ne perché sballa l'orario su linux :roll:
3) in rc.conf metti clock="local" e linka regolarmente Roma su /etc/localtime

Tutto funzionerà alla perfezione su entrambi i sistemi, in teoria potresti avere qualche raro-occasionale problema solo su windows nel confronto di alcuni orari -tipo email ricevute- ma a me non è mai successo (sarà anche perché su internet ormai uso solo gentoo :wink: ).
E' una puzzonata, ma fà il suo mestiere :)
I miei due cents.
_________________
Il sonno della ragione genera mostri.
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Sat Feb 28, 2004 6:37 pm    Post subject: Reply with quote

per orologio nel bios intendi l'hwclock vero?
ho provato ma come sempre al 1 riavvio ok ma al 2 torna come prima e ho anche verificato che "date" e "hwclock" fossero uguali :(
Back to top
View user's profile Send private message
shanghai
Guru
Guru


Joined: 08 Feb 2004
Posts: 493
Location: Roma, Italia, GeekLand

PostPosted: Sat Feb 28, 2004 6:49 pm    Post subject: Reply with quote

Si, l'orologio hardware. :)

L'unica cosa che posso dirti è: riprova da capo :roll:

Ti assicuro che funziona (cosa dicono gli altri gentooisti? :) )

Verifica che il fuso orario di windows sia impostato su greenwich (e che così facendo contemporaneamente l'ora impostata sulla barra degli strumenti sia esatta )
Se si verificano entrambe queste condizioni, riavvia, fai un rapido check sull'orario del BIOS -che deve riportare l'ora attuale, non una prima una dopo o così via- e imposta linux come ti ho indicato.

Ah, ecco un'altra cosa che forse può aiutarti: da qualche parte nelle impostazioni dell'orologio di windows c'è "metti l'ora legale automaticamente" o qualcosa del genere.
Prova a togliere il check.

Di più non so davvero cosa dirti...
_________________
Il sonno della ragione genera mostri.
Back to top
View user's profile Send private message
cerri
Bodhisattva
Bodhisattva


Joined: 05 Mar 2003
Posts: 2957
Location: # init S

PostPosted: Sat Feb 28, 2004 7:13 pm    Post subject: Reply with quote

Non saprei che dire...
_________________
Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito
Back to top
View user's profile Send private message
creche
n00b
n00b


Joined: 25 Apr 2003
Posts: 23
Location: Livorno, Italy

PostPosted: Sat Feb 28, 2004 8:38 pm    Post subject: Reply with quote

Quote:

emerge ntp

vi /etc/conf.d/ntp-client

NTPCLIENT_OPTS="-b time.ien.it"

rc-update add ntp-client default
Back to top
View user's profile Send private message
Marculin
Guru
Guru


Joined: 24 Feb 2004
Posts: 376

PostPosted: Mon Mar 01, 2004 12:41 pm    Post subject: Reply with quote

devo solo + provare quello di creche..ma cosa fa in dettaglio?
per il resto ho provato di tutto ma è sempre uguale...va solo al primo riavvio :(
grazie ancora
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 1, 2  Next
Page 1 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