Was ist denn mit debootstrap los?

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
User avatar
/dev/null
Posts: 149
Joined: 2003-09-11 15:24
Location: Cyberspace
 

Was ist denn mit debootstrap los?

Post by /dev/null »

Hi! Ich versuche gerade mit hilfe von CC's Script auf einem Strato-Server eine Debian auf zu spielen!

Irgendwie hängt mein Server sich aber damit auf:

Code: Select all

# /usr/sbin/debootstrap woody /mnt/debian http://ftp.debian.de/debian/
I: Validating /mnt/debian/var/lib/apt/lists/debootstrap.invalid_dists_woody_Release
I: Validating /mnt/debian/var/lib/apt/lists/debootstrap.invalid_dists_woody_main_binary-i386_Packages
I: Validating /mnt/debian/var/cache/apt/archives/adduser_3.47_all.deb
I: Validating /mnt/debian/var/cache/apt/archives/apt_0.5.4_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/apt-utils_0.5.4_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/at_3.1.8-11_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/base-config_1.33.18_all.deb
I: Validating /mnt/debian/var/cache/apt/archives/base-files_3.0.2_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/base-passwd_3.4.1_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/bash_2.05a-11_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/bsdmainutils_5.20020211-4.99_i386.deb
I: Validating /mnt/debian/var/cache/apt/archives/bsdutils_1%3a2.11n-4_i386.deb
I: Retrieving http://ftp.debian.de/debian/pool/main/c/console-common/console-common_0.7.14_all.deb
Segmentation fault
Das liegt aber eindeutig nicht am Script von CC... Hat da eventuell jemand einen Tipp?

Ciao
/dev/null

P.S.: *rofl* Strato hat auf seinem Rooti keine /mnt im Rettungsmodus...
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Was ist denn mit debootstrap los?

Post by captaincrunch »

Ganz spontan würde ich sagen : "Platte" voll

Wenn du mir nähere Angaben machst, könnte ich mal probieren, das ganze auch auf Strator-Rooties zum laufen zu bekommen, nur kann ich halt selbst nichts testen.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
mikeiv
Posts: 32
Joined: 2003-10-05 12:53
 

Re: Was ist denn mit debootstrap los?

Post by mikeiv »

Hi Jungs ;) Ich meld mich auch mal mit dem ersten Eintrag hier. Hab seit gestern einen Strato Root Server und will auch Debian oben haben.

Ich hatte das selbe Problem. Habe das so gelöst
3.7.4 Run debootstrap (Using basedebs.tar)

debootstrap can use the basedebs.tar file, if you have already downloaded it ahead of time. The basedebs.tar file is generated only every once in a while, so you'll get the latest version of the base system by pointing debootstrap directly to a Debian archive as shown in the previous section.

The basedebs.tar file is found in the base-images-current directory of the Debian archive for your architecture, for example: http://http.us.debian.org/debian/dists/ ... sedebs.tar

Substitute one of the following for ARCH in the debootstrap command: alpha, arm, hppa, i386, ia64, m68k, mips, mipsel, powerpc, s390, or sparc.


$ /usr/sbin/debootstrap --arch ARCH --unpack-tarball
/path-to-downloaded/basedebs.tar woody /mnt/debinst
P.S.: Hab zwar das System schon oben aber booten will er ned :/ Aber das ist eine andere Geschichte.
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: Was ist denn mit debootstrap los?

Post by captaincrunch »

P.S.: Hab zwar das System schon oben aber booten will er ned :/ Aber das ist eine andere Geschichte.
Das wird dann wohl schlicht und ergreifend daran liegen, dass Strato eine ganz andere Netzwerkstruktur haben dürfte als 1&1.
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
mikeiv
Posts: 32
Joined: 2003-10-05 12:53
 

Re: Was ist denn mit debootstrap los?

Post by mikeiv »

hab das system mit netz laufen im rescue system (mit chroot) aber sobald ich boote passiert rein NICHTS. auch keine logs oder sonst was. so schnell gebe ich nicht auf ;)
mikeiv
Posts: 32
Joined: 2003-10-05 12:53
 

Re: Was ist denn mit debootstrap los?

Post by mikeiv »

@/dev/null

könntest du mir bescheid sagen ob dein server bootet oder nicht? eventuell können wir ja die probleme auf strato root server gemeinsam lösen ;)
User avatar
/dev/null
Posts: 149
Joined: 2003-09-11 15:24
Location: Cyberspace
 

Re: Was ist denn mit debootstrap los?

Post by /dev/null »

Server nun 4 oder 5 mal reinstalliert! -> Server bootet!

Das Problem habe ich gelöst indem ich mit die Files, bei denen er einen seg. fult gebracht hat (3 mal oder so!) via wget händisch geholt habe. Ansonsten läuft CC's Script auf dem Stratorooty!
Post Reply