View previous topic :: View next topic |
Author |
Message |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Fri Oct 17, 2008 3:45 pm Post subject: [solved] Emerge kann nichts Herunterladen? |
|
|
Hallo,
seit heute habe ich folgendes Problem mit emerge:
Code: | >>> Downloading 'http://ftp.easysw.com/pub/cups/1.3.9/cups-1.3.9-source.tar.bz2'
[Errno 13] Permission denied:
/usr/bin/wget -t 5 -T 60 --passive-ftp -O /usr/portage/distfiles/cups-1.3.9-source.tar.bz2 http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/cups-1.3.9-source.tar.bz2
!!! Couldn't download 'cups-1.3.9-source.tar.bz2'. Aborting.
* Fetch failed for 'net-print/cups-1.3.9'
!!! can't process invalid log file: merge.ERROR
|
aber
Code: | /usr/bin/wget -t 5 -T 60 --passive-ftp -O /usr/portage/distfiles/cups-1.3.9-source.tar.bz2 http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/cups-1.3.9-source.tar.bz2 |
manuell ausgeführt funktionierts einwandfrei.
Ich hoffe jemand kann mir helfen.
Grüße
Drakesoft
Last edited by drakesoft on Sat Oct 18, 2008 8:00 pm; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Polynomial-C Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/gallery/Funny_Figure/music.gif)
Joined: 01 Jun 2003 Posts: 1432 Location: Germany
|
Posted: Fri Oct 17, 2008 4:29 pm Post subject: |
|
|
Bitte mal die Ausgabe von Code: | ls -ld /usr/portage/distfiles | und posten. _________________ The manual said "Requires Windows10 or better" so I installed GNU/Linux...
my portage overlay
Need a stage1 tarball? (Unofficial builds) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Fri Oct 17, 2008 5:02 pm Post subject: |
|
|
Code: | drw-rwsr-- 3 root portage 16384 17. Nov 17:44 /usr/portage/distfiles |
emerge --info :http://rafb.net/p/g1M2Fs51.html |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Polynomial-C Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/gallery/Funny_Figure/music.gif)
Joined: 01 Jun 2003 Posts: 1432 Location: Germany
|
Posted: Fri Oct 17, 2008 5:14 pm Post subject: |
|
|
Hmm, die Berechtigungen von /usr/portage/distfiles sehen eigentlich okay aus. Kannst du mit Code: | FEATURES="-userfetch" emerge ... | irgendwas runterladen lassen? _________________ The manual said "Requires Windows10 or better" so I installed GNU/Linux...
my portage overlay
Need a stage1 tarball? (Unofficial builds) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
69719 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 20 Sep 2004 Posts: 865
|
Posted: Fri Oct 17, 2008 5:30 pm Post subject: |
|
|
Ich geh von aus, dass du es als user und nicht als root machst? Ist der nutzer auch in der portage gruppe? gib mal die ausgabe von id! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Fri Oct 17, 2008 5:53 pm Post subject: |
|
|
mit "FEATURES="-userfetch" emerge ... " funktioniert es wieder.
Aber jetzt frage ich mich was da in meinem system seit gestern nicht mehr stimmt, ich habe da anscheinend diverse probleme mit Berechtigungen oder so ähnlich:
https://forums.gentoo.org/viewtopic-t-711497.html
https://forums.gentoo.org/viewtopic-t-711496.html
https://forums.gentoo.org/viewtopic-t-711592.html
Code: | server ~ # id
uid=0(root) gid=0(root) Gruppen=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),20(dialout),26(tape),27(video) |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Polynomial-C Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/gallery/Funny_Figure/music.gif)
Joined: 01 Jun 2003 Posts: 1432 Location: Germany
|
Posted: Fri Oct 17, 2008 7:44 pm Post subject: |
|
|
Also das klingt für mich immer noch stark nach einem Problem mit fehlenden Berechtigungen.
Aus reiner Neugier, poste doch mal bitte die Ausgabe von _________________ The manual said "Requires Windows10 or better" so I installed GNU/Linux...
my portage overlay
Need a stage1 tarball? (Unofficial builds) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Fri Oct 17, 2008 9:03 pm Post subject: |
|
|
Code: | server ~ # ls -ld /usr
drwxr-xr-x 13 root root 4096 7. Sep 13:26 /usr
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Fri Oct 17, 2008 9:12 pm Post subject: |
|
|
Noch mal so ein fehler Code: | /sbin/start-stop-daemon: Unable to start /usr/sbin/ddclient: Permission denied (Permission denied) | aber ddclient manuell ausgeführt funktioniert wieder einwandfrei |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DarkSpir Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 04 Feb 2005 Posts: 117
|
Posted: Sat Oct 18, 2008 6:18 am Post subject: |
|
|
Moment mal, die Dienste werden doch erstmal als root gestartet, oder? Mach mal sicherheitshalber ein ls -lh /usr/sbin aber ich geh davon aus, dass hier die Rechte auch okay sind. Könnte es sein, dass das filesystem einen Schlag hat? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Sat Oct 18, 2008 7:27 am Post subject: |
|
|
Filesystem habe ich überprüft mit einem anderen pc
Ausgabe von ls -lh /usr/sbin: http://rafb.net/p/V0OeNY58.html
Ich habe ein "chmod 755 /" gemacht jetzt funktioniert der cups halbwegs wieder jetzt kommt nur noch "/usr/libexec/cups/backend/usb failed" wenn ich meinen Drucker anzeigen lasse und das startscript funktioniert auch wieder. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Josef.95 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 03 Sep 2007 Posts: 4693 Location: Germany
|
Posted: Sat Oct 18, 2008 1:41 pm Post subject: |
|
|
Hallo drakesoft
ich bin mir jetzt nicht sicher aber evtl lassen sich die Rechte durch neumergen von "baselayout" wieder richten.
MfG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Sat Oct 18, 2008 4:43 pm Post subject: |
|
|
Nein hat leider nichts gebracht trotzdem danke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
few Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 03 Mar 2008 Posts: 448
|
Posted: Sat Oct 18, 2008 5:34 pm Post subject: |
|
|
Wie sind denn deine Rechte für /var and /var/log? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
drakesoft Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 07 Aug 2008 Posts: 129
|
Posted: Sat Oct 18, 2008 8:00 pm Post subject: |
|
|
hallo zu sammen jetzt funktioniert wieder alles nach einem Neustart ... ich schätze das "chmod 755 /" die lösung war. Danke für eure Vorschläge |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|