View previous topic :: View next topic |
Author |
Message |
hoschi Advocate
Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Fri Aug 22, 2003 7:37 pm Post subject: "xargs" fehler beim booten |
|
|
hallo, bei meiner frischen gentoo installation begrüßt mich während dem booten immer folgender fehler(ziemlich am ende), gentoo funktioniert jedoch einwandfrei(sieht so aus)!
xargs too large vor exec
oder so ähnlich, was ist xargs...too large
ich schnall es nicht, vielleicht kenn das ja jemand
langsam regt es mich auf, jedes mal ist irgend ein scheiß um es mal so zu sagen
danke im voraus _________________ Just you and me strogg! |
|
Back to top |
|
|
xraver Veteran
Joined: 20 Aug 2003 Posts: 1083 Location: Halberstadt
|
Posted: Fri Aug 22, 2003 7:45 pm Post subject: |
|
|
Hallo,
ich habe mich auch schon gefragt was das sein kann. Aber es scheint das System nicht zu stören. Naja, hässlich sihts eher aus *g*
Wenn trotzdem jemand eine sinvolle Erklärung dafür hatt - bin gespannt. |
|
Back to top |
|
|
compu-tom Guru
Joined: 09 Jan 2003 Posts: 415 Location: Berlin, Germany
|
|
Back to top |
|
|
hoschi Advocate
Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Fri Aug 22, 2003 8:22 pm Post subject: |
|
|
was würde ich den jetzt machen?
ich habs ja anscheinend nicht verbockt:mad:
das hier?
Just found that a backup of /etc/init.d was made in /etc/init_d.old. Replace in your /etc/init.d/bootmisc
Code:
( find /var/lock -type f -print0 | xargs -0 rm -f -- 1>&2 )
by
Code:
( cd /var/lock && find . -type f -exec rm -f -- {} \; 1>&2 )
It worked for me.
Ciao _________________ Just you and me strogg! |
|
Back to top |
|
|
compu-tom Guru
Joined: 09 Jan 2003 Posts: 415 Location: Berlin, Germany
|
Posted: Fri Aug 22, 2003 8:33 pm Post subject: |
|
|
Ich habe es bei mir so gelassen wie es ist. Das Problem ist nicht weiter tragisch und in einer künftigen Portage-Version wird es auch behoben sein... |
|
Back to top |
|
|
hoschi Advocate
Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Fri Aug 22, 2003 8:53 pm Post subject: |
|
|
dann mach ich mal fleissig:
emerge -u system
dann sollte es irgendwann weg sein? _________________ Just you and me strogg! |
|
Back to top |
|
|
|