Am Samstag, 10. Dezember 2005 01:15 schrieb Walter Saner: > Klaus Schuehler schrieb: > > Alle Punkte Funktioniere bis zum Punkt zcat ....... > > Beim Anlegen der Verzeichnisse kommen mehre Fehler das ein Verz. nicht > > gefunden werden kann oder nicht angelegt werden kann. > > Und was glaubst du, wozu Fehlermeldungen gut sind?
Hi, hier mal die die Vorgehensweise: Platte Partitioniert und Formatiert rescuecd:~# mkswap /dev/hda3 Setting up swapspace version 1, size = 603828224 bytes rescuecd:~# sync; sync; sync; rescuecd:~# swapon /dev/hda3 rescuecd:~# mkdir /mnt/debinst rescuecd:~# mount /dev/hda2 /mnt/debinst rescuecd:~# mkdir /mnt/debinst/boot rescuecd:~# mount /dev/hda1 /mnt/debinst/boot rescuecd:~# mkdir /mnt/debinst/usr rescuecd:~# mount /dev/hda5 /mnt/debinst/usr rescuecd:~# mkdir /mnt/debinst/home rescuecd:~# mount /dev/hda6 /mnt/debinst/home rescuecd:~# mkdir /mnt/debinst/tmp rescuecd:~# mount /dev/hda7 /mnt/debinst/tmp rescuecd:~# mkdir /mnt/debinst/var rescuecd:~# mount /dev/hda8 /mnt/debinst/var rescuecd:~# mkdir work rescuecd:~# cd work rescuecd:~/work# wget http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_0.2.45-0.2_i38 eb --23:35:10-- http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_0.2.45-0.2_i386.deb => `debootstrap_0.2.45-0.2_i386.deb' Resolving ftp.debian.org... done. Connecting to ftp.debian.org[128.101.80.133]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 72,236 [application/x-debian-package] 100%[============================================================>] 72,236 147.58K/s ETA 00: 23:35:11 (147.58 KB/s) - `debootstrap_0.2.45-0.2_i386.deb' saved [72236/72236] rescuecd:~/work# ar -xf debootstrap_0.2.45-0.2_i386.deb rescuecd:~/work# cd / rescuecd:/# zcat /root/work/data.tar.gz | tar xv ./ ./usr/ ./usr/sbin/ ./usr/sbin/debootstrap tar: ./usr/sbin/debootstrap: Cannot open: File exists ./usr/share/ ./usr/share/man/ ./usr/share/man/man8/ ./usr/share/man/man8/debootstrap.8.gz tar: ./usr/share/man/man8/debootstrap.8.gz: Cannot open: File exists ./usr/share/doc/ ./usr/share/doc/debootstrap/ ./usr/share/doc/debootstrap/README.Debian tar: ./usr/share/doc/debootstrap/README.Debian: Cannot open: File exists ./usr/share/doc/debootstrap/copyright tar: ./usr/share/doc/debootstrap/copyright: Cannot open: File exists ./usr/share/doc/debootstrap/changelog.Debian.gz tar: ./usr/share/doc/debootstrap/changelog.Debian.gz: Cannot open: Read-only file system ./usr/lib/ ./usr/lib/debootstrap/ ./usr/lib/debootstrap/scripts/ ./usr/lib/debootstrap/scripts/slink tar: ./usr/lib/debootstrap/scripts/slink: Cannot open: File exists ./usr/lib/debootstrap/scripts/potato tar: ./usr/lib/debootstrap/scripts/potato: Cannot open: File exists ./usr/lib/debootstrap/scripts/woody tar: ./usr/lib/debootstrap/scripts/woody: Cannot open: File exists ./usr/lib/debootstrap/scripts/sarge tar: ./usr/lib/debootstrap/scripts/sarge: Cannot open: File exists ./usr/lib/debootstrap/scripts/sid tar: ./usr/lib/debootstrap/scripts/sid: Cannot open: File exists ./usr/lib/debootstrap/scripts/woody.buildd tar: ./usr/lib/debootstrap/scripts/woody.buildd: Cannot open: Read-only file system ./usr/lib/debootstrap/scripts/sarge.buildd tar: ./usr/lib/debootstrap/scripts/sarge.buildd: Cannot open: Read-only file system ./usr/lib/debootstrap/scripts/sid.buildd tar: ./usr/lib/debootstrap/scripts/sid.buildd: Cannot open: Read-only file system ./usr/lib/debootstrap/functions tar: ./usr/lib/debootstrap/functions: Cannot open: File exists ./usr/lib/debootstrap/pkgdetails tar: ./usr/lib/debootstrap/pkgdetails: Cannot open: File exists ./usr/lib/debootstrap/devices.tar.gz tar: ./usr/lib/debootstrap/devices.tar.gz: Cannot open: File exists ./usr/lib/debootstrap/arch tar: ./usr/lib/debootstrap/arch: Cannot open: File exists tar: Error exit delayed from previous errors rescuecd:/# Ich vermute mal das die Festplatte nicht beschreibbar ist. Sage ich mal so. Kann mir einer weiterhelfen. Viel Grüsse Klaus > > > Das Rescuesystem ist noch auf Woody. Debootstrap 0.3.3 wird verwendet. > > Der Server ist von Netdirekt > > Ist das ein Backport? Mir ist kein debootstrap 0.3.3 für Woody bekannt. > Das von Sarge ist 0.2.45-0.2 und das offizielle von Woody IIRC 0.1.17. > > > Ciao > Walter

