Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
portage kaputt?
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
frY_xt
n00b
n00b


Joined: 22 May 2006
Posts: 2

PostPosted: Mon May 22, 2006 3:08 pm    Post subject: portage kaputt? Reply with quote

Hi,

Seit meinem Systemupdate vor 2 Tagen kann ich leder kein emerge --sync mehr verwenden, und ich kann mir einfach nicht erklären warum.

Hier der Fehler:

Code:

frylp ~ # emerge --sync
>>> Starting rsync with rsync://62.75.252.130/gentoo-portage rsync://rsync.europe.gentoo.org/gentoo-portage...
>>> Checking server timestamp ...

Welcome to rsync13.de.gentoo.org

Server Address : 62.75.252.130
Contact Name   : gentoo@sonic-lux.net
Hardware       : Athlon XP 2600+, 512 MB RAM


Please note: common gentoo-netiquette says you should not sync more
than once a day.  Users who abuse the rsync.gentoo.org rotation
may be added to a temporary ban list.



receiving file list ... done
rsync: mkdir "/root/rsync://rsync.europe.gentoo.org/gentoo-portage/metadata/timestamp.chk" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(509) [receiver=2.6.8]

!!! Rsync has reported that there is a File IO error. Normally
!!! this means your disk is full, but can be caused by corruption
!!! on the filesystem that contains PORTDIR. Please investigate
!!! and try again after the problem has been fixed.
!!! PORTDIR=/usr/portage


Was mir sorgen bereitet ist diese Zeile:
Code:

rsync: mkdir "/root/rsync://rsync.europe.gentoo.org/gentoo-portage/metadata/timestamp.chk" failed: No such file or directory (2)


denn wenn ich jetzt vorher z.B. "cd /usr" mache schaut die zeile so aus:
Code:

rsync: mkdir "/usr/rsync://rsync.europe.gentoo.org/gentoo-portage/metadata/timestamp.chk" failed: No such file or directory (2)


Und am Speicherplatz kanns auch nicht liegen:
Code:

frylp / # df -h
Dateisystem          Größe Benut  Verf Ben% Eingehängt auf
/dev/hda8              19G  9,5G  9,1G  51% /
udev                  442M  288K  442M   1% /dev
cachedir               19G  9,5G  9,1G  51% /lib/splash/cache
shm                   442M     0  442M   0% /dev/shm


Ich hoffe ihr könnt mir helfen.

Gruss frY
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Mon May 22, 2006 3:10 pm    Post subject: Reply with quote

Kannst du mal deine /etc/make.conf posten?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
frY_xt
n00b
n00b


Joined: 22 May 2006
Posts: 2

PostPosted: Mon May 22, 2006 3:12 pm    Post subject: Reply with quote

Code:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="cdr acpi xvid dvdread dvd dvdr font-server gtk gtk2 gnome -kde bzip2 -qt alsa mmx2 mmx mmxext ogg xine samba win32codecs xinerama opengl ssl nptl nptlonly dri lm_sensors xscreensaver bitmap-fonts truetype-fonts type1-fonts corefonts nls browserplugin mozilla firefox -spell dbus gnutls mono startup-notification tcltk -debug cbd cgi mysql mysqli pcntl zip mono"
ACCEPT_KEYWORDS="~x86"
VIDEO_CARDS="fglrx ati"
INPUT_DEVICES="keyboard mouse synaptics"
LINGUAS="de"
PORTDIR_OVERLAY="/usr/local/overlays/local"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage rsync://rsync.europe.gentoo.org/gentoo-portage"


Hab das Prob gefunden :/ Lag am "SYNC" in der make.conf

Sorry für den Thread :S
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Mon May 22, 2006 6:14 pm    Post subject: Reply with quote

frY_xt wrote:
Code:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="cdr acpi xvid dvdread dvd dvdr font-server gtk gtk2 gnome -kde bzip2 -qt alsa mmx2 mmx mmxext ogg xine samba win32codecs xinerama opengl ssl nptl nptlonly dri lm_sensors xscreensaver bitmap-fonts truetype-fonts type1-fonts corefonts nls browserplugin mozilla firefox -spell dbus gnutls mono startup-notification tcltk -debug cbd cgi mysql mysqli pcntl zip mono"
ACCEPT_KEYWORDS="~x86"
VIDEO_CARDS="fglrx ati"
INPUT_DEVICES="keyboard mouse synaptics"
LINGUAS="de"
PORTDIR_OVERLAY="/usr/local/overlays/local"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage rsync://rsync.europe.gentoo.org/gentoo-portage"


Hab das Prob gefunden :/ Lag am "SYNC" in der make.conf

Sorry für den Thread :S


:)
Kein Problem. Aber markiere ihn doch als solved.

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
floppysoft
n00b
n00b


Joined: 05 Jul 2006
Posts: 2

PostPosted: Wed Jul 05, 2006 10:12 am    Post subject: Reply with quote

Ich habe das selbe Problem wie frY_xt.
Leider kann ich nicht nachvollziehen wie frY_xt das Problem gelöst hat :oops:
Meine make.conf ist praktisch identisch:
Code:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-X -alsa -oss -gif -mad -gpm -gnome -motif -mikmod -encode -kde -apm -nls -arts -avi -bitmap-fonts -cups -foomaticdb -gtk -gtk2 -ipv6 -jpeg -mpeg -oggvorbis -opengl -pdflib -png -qt -quicktime -readline -sdl -truetype -xmms -xv apache2 nptl ssl pam ssh ldap"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage rsync://rsync.europe.gentoo.org/gentoo-portage"
LINGUAS="de"

Mit der SYNC Zeile ist doch alles in Ordung, oder nicht?
Grüsse Floppysoft
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Wed Jul 05, 2006 10:20 am    Post subject: Reply with quote

floppysoft wrote:
Ich habe das selbe Problem wie frY_xt.
Leider kann ich nicht nachvollziehen wie frY_xt das Problem gelöst hat :oops:
Meine make.conf ist praktisch identisch:
Code:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-X -alsa -oss -gif -mad -gpm -gnome -motif -mikmod -encode -kde -apm -nls -arts -avi -bitmap-fonts -cups -foomaticdb -gtk -gtk2 -ipv6 -jpeg -mpeg -oggvorbis -opengl -pdflib -png -qt -quicktime -readline -sdl -truetype -xmms -xv apache2 nptl ssl pam ssh ldap"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/ ftp://ftp.solnet.ch/mirror/Gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage rsync://rsync.europe.gentoo.org/gentoo-portage"
LINGUAS="de"

Mit der SYNC Zeile ist doch alles in Ordung, oder nicht?
Grüsse Floppysoft


Vermutlich meint er, dass er einen anderen sync mirorr gewählt hat. /dev/glaskugel meldet das.

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
platinumviper
l33t
l33t


Joined: 12 Feb 2004
Posts: 648
Location: Munich, Germany

PostPosted: Wed Jul 05, 2006 10:42 am    Post subject: Reply with quote

floppysoft wrote:
Mit der SYNC Zeile ist doch alles in Ordung, oder nicht?

Der zweite Eintrag wird als Verzeichnisname interpretiert (ist oder wird vermutlich ein Feature), nimm ihn raus und es geht wieder.

platinumviper
_________________
No money back garantee. In case of problems, don't call us, we call you.
Back to top
View user's profile Send private message
freigeist
Guru
Guru


Joined: 26 Jan 2004
Posts: 338
Location: Cologne, Germany

PostPosted: Wed Jul 05, 2006 9:05 pm    Post subject: Reply with quote

man make.conf sagt auch (implizit), dass nur ein mirror angegeben werden darf:
Quote:

SYNC = [RSYNC]
Insert your preferred rsync mirror here. This rsync server is
used to sync the local portage tree when `emerge --sync` is run.
Defaults to rsync://rsync.gentoo.org/gentoo-portage

_________________
Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc
Back to top
View user's profile Send private message
floppysoft
n00b
n00b


Joined: 05 Jul 2006
Posts: 2

PostPosted: Thu Jul 06, 2006 1:14 pm    Post subject: Reply with quote

Vielen Dank für die Antworten.
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