Aktualisierung auf 3.0.3: Unable to download the update

Till

Administrator
Das ISPConfig Update script verwendet auch wget. Vermutlich gin die Verbindung oder Namensauflösung nicht.
 

pee

New Member
Komisch, denn er downloaded zuerst etwas zu Ende und dann bleibt er stecken:


root:~# ispconfig_update.sh


--------------------------------------------------------------------------------
_____ ___________ _____ __ _
|_ _/ ___| ___ \ / __ \ / _(_)
| | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _
| | `--. \ __/ | | / _ \| '_ \| _| |/ _` |
_| |_/\__/ / | | \__/\ (_) | | | | | | | (_| |
\___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
__/ |
|___/
--------------------------------------------------------------------------------


>> Update

Please choose the update method. For production systems select 'stable'.
The update from svn is only for development systems and may break your current setup.

Select update method (stable,svn) [stable]:

--2010-10-27 12:05:08-- http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
Resolving www.ispconfig.org... 78.46.59.59
Connecting to www.ispconfig.org|78.46.59.59|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://downloads.sourceforge.net/pr...nfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz [following]
--2010-10-27 12:05:08-- http://downloads.sourceforge.net/pr...nfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://kent.dl.sourceforge.net/project/ispconfig/ISPConfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz [following]
--2010-10-27 12:05:09-- http://kent.dl.sourceforge.net/project/ispconfig/ISPConfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz
Resolving kent.dl.sourceforge.net... 212.219.56.167
Connecting to kent.dl.sourceforge.net|212.219.56.167|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2976836 (2.8M) [application/x-gzip]
Saving to: `ISPConfig-3.0.3.tar.gz.3'

100%[======================================>] 2,976,836 5.17M/s in 0.5s

2010-10-27 12:05:10 (5.17 MB/s) - `ISPConfig-3.0.3.tar.gz.3' saved [2976836/2976836]

Unable to download the update.
root:~#
 

pee

New Member
Kennst du den Befehl mit dem ich das gesamte Dateisystem nach dem Dateinamen durchsuchen kann? Wenn ich einfach "grep ISPConfig-3.0.3.tar.gz.3" eingebe, dann findet er nichts.
 

F4RR3LL

Active Member
ich gehe mal davon aus das das im /tmp liegt
Man könnte es auch so suchen, ist zwar nicht am elegantesten aber funzt

Code:
 find / | egrep ISPConfig*
 

pee

New Member
Lagst mit deiner Vermutung richtig. Lag in /tmp. Nachdem ich alle Dateien im Verzeichnis gelöscht habe und das Update-Skript ausgeführt habe, ging der Download jedoch immer noch nicht:

root:/tmp# ispconfig_update.sh


--------------------------------------------------------------------------------
_____ ___________ _____ __ _
|_ _/ ___| ___ \ / __ \ / _(_)
| | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _
| | `--. \ __/ | | / _ \| '_ \| _| |/ _` |
_| |_/\__/ / | | \__/\ (_) | | | | | | | (_| |
\___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
__/ |
|___/
--------------------------------------------------------------------------------


>> Update

Please choose the update method. For production systems select 'stable'.
The update from svn is only for development systems and may break your current setup.

Select update method (stable,svn) [stable]:

--2010-10-27 14:18:49-- http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
Resolving www.ispconfig.org... 78.46.59.59
Connecting to www.ispconfig.org|78.46.59.59|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://downloads.sourceforge.net/pr...nfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz [following]
--2010-10-27 14:18:49-- http://downloads.sourceforge.net/pr...nfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz
Resolving downloads.sourceforge.net... 216.34.181.59
Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://mesh.dl.sourceforge.net/project/ispconfig/ISPConfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz [following]
--2010-10-27 14:18:50-- http://mesh.dl.sourceforge.net/project/ispconfig/ISPConfig 3/ISPConfig-3.0.3/ISPConfig-3.0.3.tar.gz
Resolving mesh.dl.sourceforge.net... 213.203.218.122
Connecting to mesh.dl.sourceforge.net|213.203.218.122|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2976836 (2.8M) [application/x-gzip]
Saving to: `ISPConfig-3.0.3.tar.gz'

100%[======================================>] 2,976,836 7.40M/s in 0.4s

2010-10-27 14:18:50 (7.40 MB/s) - `ISPConfig-3.0.3.tar.gz' saved [2976836/2976836]

Unable to download the update.
root:/tmp#
 

F4RR3LL

Active Member
Das folgende script wird beim Download ausgeführt.
Die Fehlermeldung kann also bzgl jedem der im Script ausgeführten Befehle auftauchen.
Mir fällt hier zwischen deinem Download und meinen Script ein Unterschied auf.
Schau mal bitte in die /usr/local/ispconfig/server/scripts/update_from_tgz.sh
ob dort bei dir drin steht
if [ -f ISPConfig-3-stable.tar.gz ]
oder
if [ -f ISPConfig-3.0.3.tar.gz ]

Gruß Sven

PHP:
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
if [ -f ISPConfig-3-stable.tar.gz ]
then
        tar xvfz ISPConfig-3-stable.tar.gz
        cd ispconfig3_install/install/
        php -q update.php
        rm -rf /tmp/ispconfig3_install/install
        rm -f ISPConfig-3-stable.tar.gz
else
        echo "Unable to download the update."
fi
 

Till

Administrator
Der korrekte Name der für updates verwendeten Datei lautet ISPConfig-3-stable.tar.gz. Nur die Datei für manuelle Downloads und Installationen ist ISPConfig-3.0.3.tar.gz. Somit entspricht das Script dort dem ISPConfig Standard und funktioniert bei mir auch, habe es gerade nochmal auf meinem Debian Testserver überprüft.

Welche Linuxdistribution verwendest Du denn? Möglicherweise arbeitet das wget bei Dir anders, da die Datei über redirects von sourceforge stammt und Dein wget scheinbar den falschen Dateinamen zum speichern verwendet.
 

Till

Administrator
Ich hab jetzt mal die Umleitung des Downloads zu sourceforge entfernt und eine lokale Kopie der Datei bei uns abgelegt. Ist zwar für internationale nutzer nicht optimal, aber ich muss erstmal rausfinden warum wget die Namen unterschiedlich speichert.

Wäre daher super wenn Ihr mal sagen könntet unter welchem OS der Fehler auftritt.
 

madsam

New Member
Hallo,

ich habe das selbe Problem.
Nach dem ispconfig_update.sh aufruf erhalte ich folgende Meldung


>> Update

Please choose the update method. For production systems select 'stable'.
The update from svn is only for development systems and may break your current setup.

Select update method (stable,svn) [stable]:

--2010-10-27 20:34:49-- http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
Auflösen des Hostnamen »www.ispconfig.org«.... 78.46.59.59
Verbindungsaufbau zu www.ispconfig.org|78.46.59.59|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
2010-10-27 20:34:49 FEHLER 404: Not Found.

Unable to download the update.

Ich habe hier ein Debian Lenny am laufen.

Ein Update 3.0.1 auf die 3.0.2 verlief damals problemlos.

Wenn ich im Browser http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz eingebe, lande ich auf einer 404 Fehlerseite.

mfg
 

Werbung

Top