Debian Installation auf Strato Server

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
Post Reply
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Debian Installation auf Strato Server

Post by mikespi »

Hallo,

Ja ich weiss zum Xten.

Mit dem Script vom CC ( debianhowto.de ) klappt das so weit ganz gut.

Die Ã?nderungen von squize im Script beheben das Partitionsproblem.

Mein Problem ist nur das bei der Installation von Debian

Code: Select all

Failed to access the Debian archive                                                                                    
 When I tried to access the debian archive using the information you provided, apt gave the following error. I will     
   run through the questions again, try to correct the error.                                                             Failed to fetch http://ftp.uni-erlangen.de/pub/Linux/debian/dists/stable/main/binary-i386/Packages Something wicked  
  happened resolving 'ftp.uni-erlangen.de:http' (-3) Failed to fetch                                                     http://ftp.uni-erlangen.de/pub/Linux/debian/dists/stable/main/binary-i386/Release Something wicked happened resolving  │
   'ftp.uni-erlangen.de:http' (-3) W: Couldn't stat source package list http://ftp.uni-erlangen.de stable/main Packages
  (/var/lib/apt/lists/ftp.uni-erlangen.de_pub_Linux_debian_dists_stable_main_binary-i386_Packages) - stat (2 No such    
   file or directory) W: You may want to run apt-get update to correct these problems E: Some index files failed to      
  download, they have been ignored, or old ones used instead.                                          
diese Meldung erscheint und ich nicht weiter komme.
Egal welchen Mirror ich nehmen.

Für Hilfe wäre ich dankbar.
Mike
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Re: Debian Installation auf Strato Server

Post by mikespi »

Um das ganze evtl. besser einzugrenzen.

Ich habe im Script einige Netzwerkeinstellungen per Hand vorgenommen.
Wäre das überhaupt nötig gewesen? Mit der Original Script gings leider auch nicht.

Code: Select all

echo ""
echo "---------------------"
echo "Netzwerkkonfiguration"
echo "---------------------"
echo ""

echo "IP-Adresse deines Servers :"
read IPADD
echo ""

NETMASK=255.255.255.0
NETWORK=81.169.154.0
BROADCAST=81.169.154.255
GATEWAY=81.169.154.1

echo "Hostname deines Server (pxxxxx.pureserver.info) :"
read HOSTNAME
echo ""
Andi
lufthansen
Posts: 390
Joined: 2002-09-24 17:31
Location: NRW
 

Re: Debian Installation auf Strato Server

Post by lufthansen »

hi
was steht den in der /etc/resolv.conf drin ?
so wie es aussieht nichts kann das sein ?
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Re: Debian Installation auf Strato Server

Post by mikespi »

Code: Select all

domain serverkompetenz.net
nameserver 81.169.148.34
nameserver 81.169.148.39
Zugriff ins Netz habe ich. Anpingen kann ich ihn auch.

Verstehe ich das richitg das bei einer Neupartitionierung auch die Partitionen formatiert werden?
lufthansen
Posts: 390
Joined: 2002-09-24 17:31
Location: NRW
 

Re: Debian Installation auf Strato Server

Post by lufthansen »

hmmm
Failed to fetch http://ftp.uni-erlangen.de/pub/Linux/de ... 6/Packages Something wicked
happened resolving 'ftp.uni-erlangen.de:http' (-3) Failed to fetch
das sieht so aus als könnte der den server nicht auflösen

mach mal ping ftp.uni-erlangen.de
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Re: Debian Installation auf Strato Server

Post by mikespi »

Code: Select all

# ping ftp.uni-erlangen.de
PING ftpalt.rrze.uni-erlangen.de (131.188.3.71): 56 data bytes
64 bytes from 131.188.3.71: icmp_seq=0 ttl=238 time=14.7 ms
64 bytes from 131.188.3.71: icmp_seq=1 ttl=238 time=14.7 ms
64 bytes from 131.188.3.71: icmp_seq=2 ttl=238 time=14.6 ms
64 bytes from 131.188.3.71: icmp_seq=3 ttl=238 time=14.6 ms
64 bytes from 131.188.3.71: icmp_seq=4 ttl=238 time=14.6 ms
64 bytes from 131.188.3.71: icmp_seq=5 ttl=238 time=15.1 ms
64 bytes from 131.188.3.71: icmp_seq=6 ttl=238 time=15.3 ms
64 bytes from 131.188.3.71: icmp_seq=7 ttl=238 time=14.5 ms
64 bytes from 131.188.3.71: icmp_seq=8 ttl=238 time=14.8 ms
64 bytes from 131.188.3.71: icmp_seq=9 ttl=238 time=14.9 ms
64 bytes from 131.188.3.71: icmp_seq=10 ttl=238 time=14.6 ms
64 bytes from 131.188.3.71: icmp_seq=11 ttl=238 time=16.4 ms

--- ftpalt.rrze.uni-erlangen.de ping statistics ---
12 packets transmitted, 12 packets received, 0% packet loss
round-trip min/avg/max = 14.5/14.9/16.4 ms
#
??
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Re: Debian Installation auf Strato Server

Post by mikespi »

Weiss denn sonst keiner hier nen Rat?

Bin doch richtig hier bei den Debain Freaks oder habe ich mich da im Forum getäuscht :wink:
squize
Userprojekt
Userprojekt
Posts: 729
Joined: 2003-05-19 16:46
Location: Karlsruhe
Contact:
 

Re: Debian Installation auf Strato Server

Post by squize »

Hast du mal versucht über einen anderen mirror zu gehen?

Ich habe ftp.debian.de benutzt und es lief bis auf die Pakete, die ich manuell holen musste ohne Probleme.

hier mal die sources.list von mir, mit der es geklappt hat:


deb http://ftp.debian.de/debian woody main
deb-src http://ftp.debian.de/debian woody main
deb http://ftp.debian.de/debian-non-US woody/non-US main
deb-src http://ftp.debian.de/debian-non-US woody/non-US main
#deb http://ftp.debian.de/debian/ woody-proposed-updates main
#deb-src http://ftp.debian.de/debian/ woody-proposed-updates main
deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main

Gruss

Marc

P.S.: Mit genug vertrauen zu mir kann ich mir auch mal deine Kiste und was du gemacht hast anschauen.
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Re: Debian Installation auf Strato Server

Post by mikespi »

klappt auch nicht

kruuzifix :wink:
squize
Userprojekt
Userprojekt
Posts: 729
Joined: 2003-05-19 16:46
Location: Karlsruhe
Contact:
 

Re: Debian Installation auf Strato Server

Post by squize »

Also ichhabe es mir mal angeschaut und es gab 2 Probleme

I. Das proc war nicht gemountet
II. Es gab das von mir beschriebene Problem mir dem link von /mnt/debian/etc/resolv.conf auf /tmp/resolv.conf




Gruss

Marc
mikespi
Posts: 95
Joined: 2002-12-28 17:47
Location: Muenchen
 

Re: Debian Installation auf Strato Server

Post by mikespi »

Ã?rgerlich habe mich blöd gelesen die letzten 24 Stunden, dies allerdings übersehen.

Vielen Dank
Post Reply