Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Probleme mit emerge sync
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
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sat Jul 09, 2005 5:28 pm    Post subject: Probleme mit emerge sync Reply with quote

Hallo

Ich will mein Gentoo neu installieren. Ich bin zu den Schritt emerge -sync gekommen ausgeführt hat es angefangen das zu downloaden plötzlich macht es nicht mehr weiter. Dann habe ich es abgeprochen.


Und jetzt kommt immer dieser Fehler wenn ich das eingebe emerge --sync

Code:
 emerge --sync
>>> starting rsync with rsync://64.127.121.98/gentoo-portage...
>>> checking server timestamp ...
Welcome to owl.gentoo.org

Server Address : 64.127.121.98
Contact Name   : mirror-admin@gentoo.org
Hardware       : 4 x Intel(R) Xeon(TM) CPU 2.40GHz, 1024MB 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.


MOTD brought to you by motd-o-matic, version 0.3

receiving file list ...
1 file to consider
mkstemp "/var/tmp/.timestamp.chk.PgSAof" failed: Read-only file system
          32 100%    0.00kB/s    0:00:00

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 32
Total bytes written: 223
Total bytes read: 537

wrote 223 bytes  read 537 bytes  304.00 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files could not be transferred (code 23) at main.c(1064)
>>> retry ...


>>> Starting retry 1 of 3 with rsync://140.211.166.165/gentoo-portage
>>> checking server timestamp ...
Welcome to raptor.gentoo.org

Server Address : 140.211.166.165
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Pentium III (Katmai), 2432MB 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.


MOTD brought to you by motd-o-matic, version 0.3

receiving file list ...
1 file to consider
mkstemp "/var/tmp/.timestamp.chk.udFfEA" failed: Read-only file system
          32 100%    0.00kB/s    0:00:00

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 32
Total bytes written: 223
Total bytes read: 533

wrote 223 bytes  read 533 bytes  302.40 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files could not be transferred (code 23) at main.c(1064)
>>> retry ...


>>> Starting retry 2 of 3 with rsync://134.68.220.97/gentoo-portage
>>> checking server timestamp ...
Welcome to hawk.gentoo.org

Server Address : 134.68.220.97
Contact Name   : mirror-admin@gentoo.org
Hardware       : 1 x Intel(R) Pentium(R) 4 CPU 2.40GHz, 2176MB 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.


MOTD brought to you by motd-o-matic, version 0.3

receiving file list ...
1 file to consider
mkstemp "/var/tmp/.timestamp.chk.x622ns" failed: Read-only file system
          32 100%    0.00kB/s    0:00:00

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 32
Total bytes written: 223
Total bytes read: 542

wrote 223 bytes  read 542 bytes  510.00 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files could not be transferred (code 23) at main.c(1064)
>>> retry ...


>>> Starting retry 3 of 3 with rsync://134.68.220.74/gentoo-portage
>>> checking server timestamp ...
Welcome to crane.gentoo.org

Server Address : 134.68.220.74
Contact Name   : mirror-admin@gentoo.org
Hardware       : 2 x Intel(R) Xeon(TM) CPU 1700MHz, 2176MB 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.


MOTD brought to you by motd-o-matic, version 0.3

receiving file list ...
1 file to consider
mkstemp "/var/tmp/.timestamp.chk.lZMVFh" failed: Read-only file system
          32 100%    0.00kB/s    0:00:00

Number of files: 1
Number of files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 32
Total bytes written: 223
Total bytes read: 538

wrote 223 bytes  read 538 bytes  304.40 bytes/sec
total size is 32  speedup is 0.04
rsync error: some files could not be transferred (code 23) at main.c(1064)

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

Failed to write to mtimedb: [Errno 30] Read-only file system: '/var/cache/edb/mtimedb'


Wo liegt das Problem

Gruss Dave
_________________
Root Server 1: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 32Bit
Root Server 2: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 64Bit
Back to top
View user's profile Send private message
xces
Guru
Guru


Joined: 11 Oct 2002
Posts: 515

PostPosted: Sat Jul 09, 2005 5:31 pm    Post subject: Re: Probleme mit emerge sync Reply with quote

Hotstuff wrote:
Wo liegt das Problem

Lies die Fehlermeldung in der letzten Zeile. Dein /var ist read-only.
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sat Jul 09, 2005 5:33 pm    Post subject: Reply with quote

Hallo

Danke für die schnelle Antwort


Wie ändere ich das?

Gruss Dave
_________________
Root Server 1: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 32Bit
Root Server 2: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 64Bit
Back to top
View user's profile Send private message
xces
Guru
Guru


Joined: 11 Oct 2002
Posts: 515

PostPosted: Sat Jul 09, 2005 5:45 pm    Post subject: Reply with quote

Im besten Fall mit `mount -o remount,rw /var`.
Wenn das nicht klappt, poste mal die Ausgabe von `mount` und deine /etc/fstab.
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sat Jul 09, 2005 6:08 pm    Post subject: Reply with quote

Hallo

Allso meine fstab config sieht so aus, ist auch noch in der installtion

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT /boot ext2 noauto,noatime $
/dev/ROOT / xfs noatime $
/dev/SWAP none swap sw $
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro $
#/dev/fd0 /mnt/floppy auto noauto


Gruss Dave
_________________
Root Server 1: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 32Bit
Root Server 2: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 64Bit
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Sat Jul 09, 2005 10:24 pm    Post subject: Reply with quote

Na ja, du solltest die Platzhalter wie ROOT, BOOT und SWAP halt schon durch die richtigen Devices ersetzen...:roll:
Oder bist du noch ganz am Anfang? Dann solltest du natürlich die Partition(en) auch mounten, auf die du Gentoo installieren möchtest und das chroot durchführen. Lies besser noch mal die Anleitung.
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
Hotstuff
Guru
Guru


Joined: 19 Sep 2004
Posts: 487
Location: Schweiz ( Zürich )

PostPosted: Sat Jul 09, 2005 10:34 pm    Post subject: Reply with quote

Hallo

Problem ist gelöst, habe einfach noch mal angefangen zu installieren.

Gruss und besten Dank
_________________
Root Server 1: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 32Bit
Root Server 2: INTEL Core 2 Quad Q6600 "Kentsfield", 4x 2.40GHz, 4GB DDR2 Ram, Gentoo 2007.0 64Bit
Back to top
View user's profile Send private message
m.b.j.
Guru
Guru


Joined: 12 Sep 2003
Posts: 407
Location: Germany (Essen)

PostPosted: Sat Jul 09, 2005 11:14 pm    Post subject: Reply with quote

Hotstuff wrote:
Hallo

Problem ist gelöst, habe einfach noch mal angefangen zu installieren.

Gruss und besten Dank



??? Das heißt du hast wieder eine LiveCD im Rechner stecken? Und wirst nach emerge sync; /usr/portage/scripts/bootsprab.sh; emerge system; emerge sonstwas, Kernelconfiguration und erstem Reboot von der lokalen Platte wieder mit der gleichen /etc/fstab booten die doch nur Platzhalter zur Verfügung stellt?
_________________
root@mbj # echo "sys-pizza/calzone -tunfish" >> /etc/paludis/use.conf
root@mbj # paludis -i calzone --dl-blocks discard
Back to top
View user's profile Send private message
beejay
Retired Dev
Retired Dev


Joined: 03 Oct 2002
Posts: 924
Location: Flensungen (das liegt neben Merlau)

PostPosted: Sat Jul 09, 2005 11:23 pm    Post subject: Reply with quote

Hotstuff wrote:
Hallo

Problem ist gelöst, habe einfach noch mal angefangen zu installieren.

Gruss und besten Dank


Sollte mit der Maschine ja nich allzulange dauern.

PS Warum erinnere ich mich nun an das Sprichwort mit den Bauern und den Kartoffeln? :roll:
_________________
Dort wo schwarzer Rauch aufsteigt, sich alsbald ein Fehler zeigt.
www.paludis-sucks.org | www.gentoo.de | www.gentoo-ev.org | www.gentoo.org
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