Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fehler nach Update auf ~x86
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
Xiller
n00b
n00b


Joined: 14 Mar 2004
Posts: 33

PostPosted: Sat Sep 18, 2004 12:41 pm    Post subject: Fehler nach Update auf ~x86 Reply with quote

Hallo ihr,
ich habe heute auf ~x86 geupdatete.
Nach einem reboot scheint nur der Kernel zu laden. Nach den Kernelsachen kommt sofort

Code:
sh-3.00#


ohne Fehlermeldung. Kein Initscript oder so etwas wird geladen :cry:
Wer weiß rat?

Danke und Gruß
Xiller
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Sat Sep 18, 2004 1:11 pm    Post subject: Reply with quote

Ich fürchte, dabei kann ich dir nicht helfen.
Bei den wenigen Informationen bezweifle ich allerdings, dass es irgend jemand kann.
Etwas mehr sollte es schon sein: Welchen kernel hattest du vorher, welchen jetzt z.B.
Ist dir irgend was Besonderes aufgefallen beim emerge update world?
Welches X verwendest du (oder wolltest du verwenden)?
Auf den ersten Blick sieht es so aus, als würde dein Dateisystem gar nicht gemountet.
Hast du eine gentoo CD oder eine boot disc, um auf dein Dateisystem zuzugreifen?
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2961
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Sat Sep 18, 2004 1:16 pm    Post subject: Re: Fehler nach Update auf ~x86 Reply with quote

Lasker hat Recht. Allerdings interessiert mich das:

Xiller wrote:

ich habe heute auf ~x86 geupdatete.


was heißt das?
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Sat Sep 18, 2004 1:36 pm    Post subject: Re: Fehler nach Update auf ~x86 Reply with quote

pablo_supertux wrote:

Xiller wrote:

ich habe heute auf ~x86 geupdatete.


was heißt das?

Ich denke mal, Xiller hat in der /etc/make.conf ACCEPT_KEYWORDS="x86" auf "~x86" geändert, dann
emerge sync und emerge update (--deep?) world (kurz: emerge -uD world) ausgeführt.
Mit anderen Worten: Ein Sprung in's kalte Wasser, sprich in den testing/unstable branch.
Wer so was tut, weiss was er tut (oder sollte es zumindest). :roll:
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2961
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Sat Sep 18, 2004 1:37 pm    Post subject: Re: Fehler nach Update auf ~x86 Reply with quote

Lasker wrote:



Ich denke mal, Xiller hat in der /etc/make.conf ACCEPT_KEYWORDS="x86" auf "~x86" geändert


das ist mir auch klar. Aber ich wollte wissen, was er geupdatet hat.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
øxygen
Apprentice
Apprentice


Joined: 09 Mar 2004
Posts: 236
Location: Bergheim, Germany

PostPosted: Sat Sep 18, 2004 2:20 pm    Post subject: Re: Fehler nach Update auf ~x86 Reply with quote

Xiller wrote:
Hallo ihr,
ich habe heute auf ~x86 geupdatete.
Nach einem reboot scheint nur der Kernel zu laden. Nach den Kernelsachen kommt sofort

Code:
sh-3.00#


ohne Fehlermeldung. Kein Initscript oder so etwas wird geladen :cry:
Wer weiß rat?

Danke und Gruß
Xiller

Ich hatte mal das gleiche Problem, allerdings nicht in Verbindung mit einem Update. Es war einfach nur das Dateisystem fritiert.
Back to top
View user's profile Send private message
Lasker
Guru
Guru


Joined: 17 Jul 2002
Posts: 445

PostPosted: Sat Sep 18, 2004 4:00 pm    Post subject: Re: Fehler nach Update auf ~x86 Reply with quote

øxygen wrote:
Es war einfach nur das Dateisystem fritiert.

Nur. Deinen Humor möchte ich haben! 8O
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1495
Location: Würzburg

PostPosted: Sat Sep 18, 2004 4:06 pm    Post subject: Reply with quote

Probier in der Eingabezeile folgendes :

Code:

etc-update
env-update
source /etc/profile


Meld Dich ob es was gebracht hat.
Back to top
View user's profile Send private message
øxygen
Apprentice
Apprentice


Joined: 09 Mar 2004
Posts: 236
Location: Bergheim, Germany

PostPosted: Sat Sep 18, 2004 4:23 pm    Post subject: Re: Fehler nach Update auf ~x86 Reply with quote

Lasker wrote:
øxygen wrote:
Es war einfach nur das Dateisystem fritiert.

Nur. Deinen Humor möchte ich haben! 8O

Wo ist das Problem? Backup einspielen und gut ist.
Back to top
View user's profile Send private message
himpierre
l33t
l33t


Joined: 31 Aug 2002
Posts: 867
Location: Berlin

PostPosted: Sat Sep 18, 2004 6:54 pm    Post subject: Reply with quote

Quote:

Wo ist das Problem? Backup einspielen und gut ist


Backup ist doch was für Feiglinge.

t.
Back to top
View user's profile Send private message
windoof
n00b
n00b


Joined: 18 May 2003
Posts: 31

PostPosted: Sun Sep 19, 2004 9:09 am    Post subject: Reply with quote

Reingefallen... Hatte das selbe Problem. Folgendes hat bei mir funktioniert:

1.) Boote von der Gentoo-Live-CD
2.) mache deine richtige root-partition zur aktuellen umgebung:

chroot /dev/hdax /bin/bash
env-update
hdax = Deine richtrige root-partition

2.) emerge -C baselayout
3.) emerge -C sysvinit
4.) emerge -C modutils
5.) emerge =sys-apps/baselayout-1.9.4-r3
6.) emerge module-init-tools

Gruß
Windoof
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