Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Verzeichnisse mit Busyboy fixen - wie? (solved)
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
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Thu Oct 05, 2006 7:46 pm    Post subject: Verzeichnisse mit Busyboy fixen - wie? (solved) Reply with quote

Hallo Leute,
habe über einen von mir geöffneten Bugreport...

https://bugs.gentoo.org/show_bug.cgi?id=150186
https://bugs.gentoo.org/show_bug.cgi?id=132135

...folgende (vermutliche) Fehlermeldung zu meinen Problem gefunden. Leider verstehe ich nicht genau wie ich das ganze mit Busybox umsetzen soll und bis jetzt habe ich auch keine Rückinfo von den Developer bekommen. Vielleicht könnt Ihr mir helfen.

Quote:

After I fixed the dirs by rm lib64 && mv lib lib64 && ln -s lib64 lib in
busybox (bb.) emerge xorg-x11 went successfully.


Ich brauche mein X wieder https://forums.gentoo.org/viewtopic-t-500185.html

Danke und Gruß,
Benny
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens


Last edited by benjamin200 on Fri Oct 06, 2006 3:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
STiGMaTa_ch
Veteran
Veteran


Joined: 28 Dec 2004
Posts: 1686
Location: Rüti ZH / Schweiz

PostPosted: Thu Oct 05, 2006 8:10 pm    Post subject: Re: Verzeichnisse mit Busyboy fixen - wie? Reply with quote

benjamin200 wrote:
Hallo Leute,
habe über einen von mir geöffneten Bugreport...

Quote:

After I fixed the dirs by rm lib64 && mv lib lib64 && ln -s lib64 lib in
busybox (bb.) emerge xorg-x11 went successfully.


Naja, eigentlich sollst du nix weiter machen als lib64 zu löschen, lib in lib64 umzubenennen und einen Link Namens lib zu erstellen, welcher auf lib64 zeigt. Wie du das machst ist prinzipiell wurscht.

Prinzipiell solltest du - sofern dein System noch bootbar ist - einfach nur die Kommandos (rm lib64 && mv lib lib64 && ln -s lib64 lib) ausführen müssen und gut ist.

Wenn das System nicht bootet, nimm eine LiveCD oder Knoppix oder.... und mounte einfach deine root Partition. Dann führst du genannte Befehle aus und gut ist.

:lol:

Lieber Gruss
STiGMaTa
_________________
Ich bin Schuldknappe. Das bedeutet ich bin immer an allem Schuld. Und das nicht zu knapp! | Der alltägliche Familienwahnsinn auf meinem BLOG
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Thu Oct 05, 2006 8:43 pm    Post subject: Reply with quote

Genau .. und da rm und co. gegen Bibliotheken gelinkt sind die unter /lib64 liegen (und da du zuerst diesen symlink löschst werden diese Bibliotheken danach erstmal nicht mehr gefunden), machst du das über Busybox. Busybox ist ein kleines Programm das dir alle nötigen Kommandos zur Verfügung stellt (musst das gewünschte Kommando nur als ersten Parameter übergeben).
Bei dir sollte das dann in etwa so aussehen:
Code:

$ cd /
$ bb rm lib64
$ bb mv lib lib64
$ bb ln -s lib64 lib

Danach kannst du wieder die normalen Kommandos benutzen.

Cheers,

Sino
_________________
Help to answer the unanswered
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Fri Oct 06, 2006 3:00 pm    Post subject: Reply with quote

Danke Jungs,
hatte es mittels meines noch lauffähigen System versucht, aber nach dem löschen von umbennenen von lib in lib64 half nur noch Knoppix. Hätte das also über Busybox kurz bb machen können. Das ist mir neu --> Danke für die Info.

Benny
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Fri Oct 06, 2006 6:19 pm    Post subject: Reply with quote

Jep. "bb" ist statisch gelinkt, d.h. es ist unabhängig von den Bibliotheken die unter "/lib" (lib64) liegen.

Cheers,

Sino
_________________
Help to answer the unanswered
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