ispCP - Board - Support
Installations Probleme - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Installations Probleme (/thread-5706.html)



Installations Probleme - feuerfresser99 - 02-13-2009 10:14 PM

Hallo Leute,

ich habe einen frischen Server von Server4You, mit den älteren Servern vor ca. 4 Wochen hat die Installation problemlos geklappt. Mit den aktuellen Images hat er leider andauernd neue Fehler während der Installation (am Ende nach der Eingabe aller Daten).

Hat jemand änhliche Erfahrungen und einen Tipp für mich?

Gruß
Fabian


RE: Installations Probleme - BeNe - 02-13-2009 10:20 PM

Von was _genau_ redest Du ?
Welche Fehler ? Was ist das für ein vServer ? RAM,CPU usw. ?
Was sagen die Systemlogs dazu ?
Quote:Mit den aktuellen Images
Was für ein Image ?

Greez BeNe


RE: Installations Probleme - feuerfresser99 - 02-13-2009 10:29 PM

Es ist ein frisch "geimagtes" Debian 4.0...
Fehler sind das er diverse (immer unterschiedliche) Dateien zum Abschluss der Installation nicht findet!

Server ist ein VPS...HostSystem hat 2x XEON 3.2Ghz


RE: Installations Probleme - ZooL - 02-13-2009 10:39 PM

(02-13-2009 10:29 PM)feuerfresser99 Wrote:  Es ist ein frisch "geimagtes" Debian 4.0...
Fehler sind das er diverse (immer unterschiedliche) Dateien zum Abschluss der Installation nicht findet!

Server ist ein VPS...HostSystem hat 2x XEON 3.2Ghz

bisschen genauer wäre nicht schlecht...


RE: Installations Probleme - BeNe - 02-13-2009 11:20 PM

Quote:Fehler sind das er diverse (immer unterschiedliche) Dateien zum Abschluss der Installation nicht findet!
Und diese wären ?
Nach welcher Installationsanleintung gehst Du vor ?

Greez BeNe


RE: Installations Probleme - FISA4 - 02-14-2009 01:56 AM

Ich hab gerade meinen (Test-)Server@Home genau nach Anleitung neu installiert.

Alles läuft Prima.

System:
Debian Etch 4.0, ispCP Omega RC7

Hardware: VIA Samuel2 CPU @796.16 MHz, 512MB RAM, 80GB HDD.
Feste IP vorhanden. (Alice Comfort)

Schau mal bitte in Deine /etc/apt/sources.list rein und ändere die mal auf:
Code:
deb-src http://ftp.de.debian.org/debian/ etch main
deb-src http://security.debian.org/ etch/updates main contrib
deb http://ftp.de.debian.org/debian/            etch          main contrib non-free
deb http://security.debian.org/                 etch/updates  main contrib non-free
Danach versuch die Installation nochmal ab :
Quote:Now install the nescessary packages using apt-get:

# apt-get update
# apt-get upgrade

for Debian Sarge (old-stable) use:

# apt-get install $(cat ./docs/Debian/debian-packages-sarge)
for Debian Etch (stable) use:

# apt-get install $(cat ./docs/Debian/debian-packages-etch)
for Debian Lenny (testing)/Sid (unstable) use:

# apt-get install $(cat ./docs/Debian/debian-packages-lenny)

Das "apt-get update / apt-get upgrade" nicht vergessen.

Hatte ein ähnliches Problem mal bei nem Hetzner Server. Da hatte ich die sources.list nicht verändert und hatte viele Probleme.

Gruß

FISA4


RE: Installations Probleme - feuerfresser99 - 02-15-2009 11:21 PM

(02-14-2009 01:56 AM)FISA4 Wrote:  Ich hab gerade meinen (Test-)Server@Home genau nach Anleitung neu installiert.

Alles läuft Prima.

System:
Debian Etch 4.0, ispCP Omega RC7

Hardware: VIA Samuel2 CPU @796.16 MHz, 512MB RAM, 80GB HDD.
Feste IP vorhanden. (Alice Comfort)

Schau mal bitte in Deine /etc/apt/sources.list rein und ändere die mal auf:
Code:
deb-src http://ftp.de.debian.org/debian/ etch main
deb-src http://security.debian.org/ etch/updates main contrib
deb http://ftp.de.debian.org/debian/            etch          main contrib non-free
deb http://security.debian.org/                 etch/updates  main contrib non-free
Danach versuch die Installation nochmal ab :
Quote:Now install the nescessary packages using apt-get:

# apt-get update
# apt-get upgrade

for Debian Sarge (old-stable) use:

# apt-get install $(cat ./docs/Debian/debian-packages-sarge)
for Debian Etch (stable) use:

# apt-get install $(cat ./docs/Debian/debian-packages-etch)
for Debian Lenny (testing)/Sid (unstable) use:

# apt-get install $(cat ./docs/Debian/debian-packages-lenny)

Das "apt-get update / apt-get upgrade" nicht vergessen.

Hatte ein ähnliches Problem mal bei nem Hetzner Server. Da hatte ich die sources.list nicht verändert und hatte viele Probleme.

Gruß

FISA4

Aktuelles Problem trotz der Änderung:
Starting Installation...
ERROR: File '/etc/ispcp/database/database.sql' does not exist !
2. Versuch mit einem frischen System:

Starting Installation...
/bin/cp: cannot create regular file `/etc/ispcp/courier/backup/authdaemonrc.system': No such file or directory
ERROR: External command '/bin/cp -p /etc/courier/authdaemonrc /etc/ispcp/courier/backup/authdaemonrc.system' returned '1' status !


RE: Installations Probleme - BeNe - 02-16-2009 03:26 AM

Punkt 4 und 5 SICHER auch ausgeführt ?
--> http://www.isp-control.net/documentation/start/installation/debian

Greez BeNe