Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage-Errors
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
mario88
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2003
Posts: 122
Location: Vienna

PostPosted: Mon Jun 14, 2004 3:38 pm    Post subject: Portage-Errors Reply with quote

Ich hab seit kurzem ein Problem mit meinem Portage. Ehrlich gesagt hab ich absolut keine Ahnung, woran das liegen kann.

Code:

net-www/galeon/Manifest
        1448 100%    3.86kB/s    0:00:00  (13, 83.7% of 85561)
net-www/galeon/galeon-1.3.14a.ebuild
        2012 100%    3.91kB/s    0:00:00  (14, 83.7% of 85561)
net-www/galeon/galeon-1.3.15.ebuild
        1942 100%    3.76kB/s    0:00:00  (15, 83.7% of 85561)
readlink "/usr/portage/net-analyzer/ngrep/files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch" failed: Input/output error
readlink "/usr/portage/net-analyzer/ngrep/files/ngrep-1.41-libpcap-include.patch" failed: Input/output error
readlink "/usr/portage/net-analyzer/nmap/ChangeLog" failed: Input/output error
readlink "/usr/portage/net-mail/bincimap/files/digest-bincimap-1.2.7-r1" failed: Input/output error
readlink "/usr/portage/net-p2p/mnet/ChangeLog" failed: Input/output error
readlink "/usr/portage/net-p2p/mnet/Manifest" failed: Input/output error
readlink "/usr/portage/net-p2p/mnet/mnet-0.6.2.340.ebuild" failed: Input/output error
 200 files....
Number of files: 85561
Number of files transferred: 15
Total file size: 70208803 bytes
Total transferred file size: 30143 bytes
Literal data: 30143 bytes
Matched data: 0 bytes
File list size: 1949446
Total bytes written: 485
Total bytes read: 1980693

wrote 485 bytes  read 1980693 bytes  101598.87 bytes/sec
total size is 70208803  speedup is 35.44
rsync error: some files could not be transferred (code 23) at main.c(1048)

!!! Rsync has not successfully finished. It is recommended that you keep
!!! trying or that you use the 'emerge-webrsync' option if you are unable
!!! to use rsync due to firewall or other restrictions. This should be a
!!! temporary problem unless complications exist with your network
!!! (and possibly your system's filesystem) configuration.

root@workstation mario #

:?:
_________________
Cyber Anarchist
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Jun 14, 2004 5:17 pm    Post subject: Reply with quote

Festplatte voll? Mal fsck ausgeführt?
Back to top
View user's profile Send private message
mario88
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2003
Posts: 122
Location: Vienna

PostPosted: Mon Jun 14, 2004 8:59 pm    Post subject: Reply with quote

Festplatte ist nicht voll, und sonst habe ich ja keine Probleme mit dem Dateisystem.
_________________
Cyber Anarchist
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Mon Jun 14, 2004 9:02 pm    Post subject: Reply with quote

ide kabel locker?
controller im sack?
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Jun 14, 2004 9:22 pm    Post subject: Reply with quote

Überprüf mal, das in der /etc/fstab kein Eintrag der Art
Code:

/dev/ROOT [...] xfs

steht.

https://forums.gentoo.org/viewtopic.php?p=736321#736321
https://forums.gentoo.org/viewtopic.php?p=817629#817629

Evtl. auch mal den rsync-mirror wechseln.
https://forums.gentoo.org/viewtopic.php?p=311350#311350
Back to top
View user's profile Send private message
mario88
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2003
Posts: 122
Location: Vienna

PostPosted: Tue Jun 15, 2004 8:43 pm    Post subject: Reply with quote

Derartige Einträge sind nicht in meiner fstab und den rsync-Mirror hab ich schon versucht zu wechseln --> Fehlanzeige =((
_________________
Cyber Anarchist
Back to top
View user's profile Send private message
Robelix
l33t
l33t


Joined: 21 Jul 2002
Posts: 760
Location: in a World created by a Flying Spaghetti Monster

PostPosted: Wed Jun 16, 2004 9:44 am    Post subject: Reply with quote

Schon mal probiert die betroffenen files anzusehen? (mit cat oder less oder whatever)

Robelix
_________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Back to top
View user's profile Send private message
tux2
Apprentice
Apprentice


Joined: 09 Jun 2004
Posts: 172
Location: Germany

PostPosted: Wed Jun 16, 2004 11:41 am    Post subject: Reply with quote

Schon mal versucht den ganzen portage-tree neu runter zu laden?

Code:

rm -rf /usr/portage
emerge rsync

!ACHTUNG! Das Verzeichnis distfiles wird dadurch auch gelöscht; ggf verschieben, fals du die Downloaddateien brauchst! UND eigene ebuilds werden auch gelöscht!

tux2
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Jun 16, 2004 11:47 am    Post subject: Reply with quote

tux2 wrote:
UND eigene ebuilds werden auch gelöscht!

Die sollten doch gar nicht in /usr/portage sein. Sonst werden die eh bei jedem Sync gelöscht. Dafür gibts doch das PORTAGE_OVERLAY...
Back to top
View user's profile Send private message
tux2
Apprentice
Apprentice


Joined: 09 Jun 2004
Posts: 172
Location: Germany

PostPosted: Wed Jun 16, 2004 12:00 pm    Post subject: Reply with quote

Quote:
Die sollten doch gar nicht in /usr/portage sein. Sonst werden die eh bei jedem Sync gelöscht.


Blubb. Stimmt ja; hab grad gar net drangedacht, dass die ja auch bei emerge (r)sync geloescht werden :oops:

mfg tux2 :)
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Wed Jun 16, 2004 12:23 pm    Post subject: Reply with quote

tux2 wrote:
Blubb. Stimmt ja; hab grad gar net drangedacht, dass die ja auch bei emerge (r)sync geloescht werden :oops:

Was aber noch gelöscht wird ist /usr/portage/packages also für manchen auch nicht unwichtig...
Back to top
View user's profile Send private message
mario88
Tux's lil' helper
Tux's lil' helper


Joined: 25 Jul 2003
Posts: 122
Location: Vienna

PostPosted: Sun Jun 20, 2004 12:05 pm    Post subject: Reply with quote

Danke, Leute, das Löschen des kompletten Portage-Trees hat geholfen. :D
_________________
Cyber Anarchist
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