Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Emerge kann nichts Herunterladen?
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
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Fri Oct 17, 2008 3:45 pm    Post subject: [solved] Emerge kann nichts Herunterladen? Reply with quote

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
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Fri Oct 17, 2008 4:29 pm    Post subject: Reply with quote

Bitte mal die Ausgabe von
Code:
ls -ld /usr/portage/distfiles
und
Code:
emerge --info
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
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Fri Oct 17, 2008 5:02 pm    Post subject: Reply with quote

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
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Fri Oct 17, 2008 5:14 pm    Post subject: Reply with quote

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
View user's profile Send private message
69719
l33t
l33t


Joined: 20 Sep 2004
Posts: 865

PostPosted: Fri Oct 17, 2008 5:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Fri Oct 17, 2008 5:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Fri Oct 17, 2008 7:44 pm    Post subject: Reply with quote

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
Code:
ls -ld /usr

_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Fri Oct 17, 2008 9:03 pm    Post subject: Reply with quote

Code:
server ~ # ls -ld /usr
drwxr-xr-x 13 root root 4096  7. Sep 13:26 /usr
Back to top
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Fri Oct 17, 2008 9:12 pm    Post subject: Reply with quote

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
View user's profile Send private message
DarkSpir
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2005
Posts: 117

PostPosted: Sat Oct 18, 2008 6:18 am    Post subject: Reply with quote

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
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Sat Oct 18, 2008 7:27 am    Post subject: Reply with quote

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
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4693
Location: Germany

PostPosted: Sat Oct 18, 2008 1:41 pm    Post subject: Reply with quote

Hallo drakesoft
ich bin mir jetzt nicht sicher aber evtl lassen sich die Rechte durch neumergen von "baselayout" wieder richten.

MfG
Back to top
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Sat Oct 18, 2008 4:43 pm    Post subject: Reply with quote

Nein hat leider nichts gebracht trotzdem danke
Back to top
View user's profile Send private message
few
Guru
Guru


Joined: 03 Mar 2008
Posts: 448

PostPosted: Sat Oct 18, 2008 5:34 pm    Post subject: Reply with quote

Wie sind denn deine Rechte für /var and /var/log?
Back to top
View user's profile Send private message
drakesoft
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2008
Posts: 129

PostPosted: Sat Oct 18, 2008 8:00 pm    Post subject: Reply with quote

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
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