Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
newbie fragt sich, wo fehlermeldungen beim booten herkommen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Tue Jul 08, 2003 10:14 pm    Post subject: newbie fragt sich, wo fehlermeldungen beim booten herkommen Reply with quote

hi mädels ;)

also ich habe gerade das zweite mal in meinem leben gentoo installiert, diesmal stage2. hat alles auch ganz gut geklappt, nur bekomme ich jetzt beim booten folgende meldungen:

modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misrc/rtc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misrc/rtc

(ja, das steht zwei mal in folge da) und bissl weiter unten:

xargs: enviroment is too large for exec.

ich frag mich erstens, wo das jetzt her kommt und zweitens, wie ichs wieder weg bekomme, bin mir aber sicher, dass ihr mir helfen könnt ;)

mein erster gedanke war ja, dass in der modules.autoload müll steht (wüsste zwar nicht, wie der da rein gekommen sein soll, aber...), aber die is (bis auf die standard kommentare) leer.

ach ja, noch was seltsames: nach der installation (komplett laut anleitung) konnte ich /mnt/gentoo nicht unmounten: device is busy.
dann hab ich halt so rebootet -_-

nachm reboot waren alle änderungen, die ich in der fstab und der rc.conf vorgenommen hatte, verworfen. bin mir eigentlich ziemlich sicher, dass ich das speichern nicht vergessen habe... aber naja...

danke schon mal für eure hilfe

S(il)as
_________________
42
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Tue Jul 08, 2003 10:50 pm    Post subject: Reply with quote

Hast du
<M> Enhanced Real Time Clock Support

in der Kernelconfig eingestellt?
(Zu finden unter Character devices)
_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9559
Location: beyond the rim

PostPosted: Wed Jul 09, 2003 1:30 am    Post subject: Reply with quote

Für den xargs Fehler: in /etc/init.d/bootmisc die Zeile
Code:
( find /var/lock -type f -print 0 | xargs -0 --no-run-if-empty rm -f 1>&2 ';' )

nach
Code:
( find /var/lock -type f -exec rm -f {} 1>&2 ';' )

ändern (leichte Variationen möglich). Ist ein Bugfix bis mal irgendwer das eigentliche Problem rauskriegt. Zu dem anderen Problem müsste man wissen bei welchem Skript das auftritt, also 1-2 Zeilen über und unter der eigentlichen Fehlermeldung.
Back to top
View user's profile Send private message
Vyper
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 81
Location: Frankfurt, Germany

PostPosted: Wed Jul 09, 2003 4:37 am    Post subject: Re: newbie fragt sich, wo fehlermeldungen beim booten herkom Reply with quote

Sas wrote:
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misrc/rtc
modprobe: Can't locate module /dev/rtc
modprobe: Can't locate module /dev/misrc/rtc


Siehe dazu diesen Bugreport, bzw. diesen Thread.
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Wed Jul 09, 2003 3:52 pm    Post subject: Reply with quote

Think4UrS11 wrote:
Hast du
<M> Enhanced Real Time Clock Support

in der Kernelconfig eingestellt?
(Zu finden unter Character devices)

nein, das war nicht drin (weder fest, noch als modul). ok, dass die meldung jetzt nicht mehr kommt ist verständlich, aber wie kam er überhaupt dazu, das modul laden zu wollen? ein bug in devfsd oder hab ich den entsprechenden bugreport falsch verstanden? (an dieser stelle danke für die links ^^)

das mit dem xargs-fehler hat auch funktioniert, merci :)
_________________
42
Back to top
View user's profile Send private message
dewback
n00b
n00b


Joined: 23 Apr 2003
Posts: 23
Location: Germany

PostPosted: Thu Jul 10, 2003 12:37 pm    Post subject: Re: newbie fragt sich, wo fehlermeldungen beim booten herkom Reply with quote

Sas wrote:


ach ja, noch was seltsames: nach der installation (komplett laut anleitung) konnte ich /mnt/gentoo nicht unmounten: device is busy.
dann hab ich halt so rebootet -_-



Vor dem umounten immer schön "cd /" machen. Befindet man sich noch in der Verzeichnisstruktur des gemounteten Laufwerks/Partition kann man nicht umounten.
_________________
back with gentoo!
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Thu Jul 10, 2003 3:13 pm    Post subject: Reply with quote

...außerdem vorher die chroot-Umgebung verlassen :!:
Back to top
View user's profile Send private message
zypher
Retired Dev
Retired Dev


Joined: 10 Jun 2002
Posts: 416
Location: Cologne, ger.

PostPosted: Thu Jul 10, 2003 3:25 pm    Post subject: Reply with quote

...und natürlich vorher auch proc, usr, usr/lib, boot und watnoch unmounten.
;)
_________________
linux user 65882
Back to top
View user's profile Send private message
Egal
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jan 2003
Posts: 99

PostPosted: Fri Jul 11, 2003 1:32 pm    Post subject: Reply with quote

Und was das speichern angeht ..
Kann sein, dass du die fstab und rc.conf verändert und gespeichert hast, aber das Linux die Änderungen nur im Cache und noch nicht geschrieben hatte.
Der Befehl sync schreibt die Sachen aus dem Cache auf die Platte. Im Zweifelsfall kann man den ja benutzen, um Datenverlust zu verhindern.

cu Egal
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Fri Jul 11, 2003 4:06 pm    Post subject: Reply with quote

zypher wrote:
...und natürlich vorher auch proc, usr, usr/lib, boot und watnoch unmounten.
;)
das hatte ich versäumt

und danke an alle für die tipps ;)
_________________
42
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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