mdzidic / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

Installation Script Failed on wget #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. Followed installation instructions 
did -> wget -O - http://ovz-web-panel.googlecode.com/svn/installer/ai.sh | sh

Actual result:
Installation aborted
----
Installation...
Downloading: wget -nc -P /opt/ovz-web-panel/ 
http://ovz-web-panel.googlecode.com/files/ovz-web-panel-1.5.tgz
--13:00:50--  http://ovz-web-panel.googlecode.com/files/ovz-web-panel-1.5.tgz
Resolving ovz-web-panel.googlecode.com... 74.125.77.82
Connecting to ovz-web-panel.googlecode.com|74.125.77.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
File `ovz-web-panel-1.5.tgz' already there; not retrieving.

Fatal error: Failed to download distribution.
----

Expected result:
Installation should have completed

Version of the product:
1.5

Server OS:
CentOS 5.3

Browser:

Additional information:
I noticed that file was not being downloaded to the directory
"/opt/ovz-web-panel/" but to the root home directory.

The problem was that the wget version I was using, for some reason, was 
ignoring the -P /opt/ovz-web-panel/.

I did yum update wget (updated to version wget-1.11.4-2.el5_4.1.x86_64) and the 
install completed correctly.

Maybe a check should be added to the install batch in order to guarantee the 
wget version?

Original issue reported on code.google.com by pjacferreira on 18 Oct 2010 at 12:25

GoogleCodeExporter commented 9 years ago
It's strange, but wget even on Centos 4 works as expected. Never see such 
problem earlier. As I can see you solved the installation problem. If there are 
more reports on this issue, I'll think about workaround.

Original comment by sibprogrammer on 18 Oct 2010 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 18 Oct 2010 at 1:33

GoogleCodeExporter commented 9 years ago
I've seen this issue as well. In issue 186, my log file shows a similar failure 
in my error logs. 

Original comment by kd7...@gmail.com on 21 Oct 2010 at 8:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 7 Nov 2010 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by sibprogrammer on 2 Dec 2010 at 3:08

GoogleCodeExporter commented 9 years ago
Information was added to knowledge base.

Original comment by sibprogrammer on 16 Dec 2010 at 3:16