| Cannot install [message #96789] |
Mon, 19 March 2012 01:43  |
|
Good afternoon!
I can not install hypervm, because of some kind of redirect at download area.
Just look at this:
[root@static ~]# wget download.lxlabs.com/download/hypervm/production/hypervm-inst all-master.sh
--2012-03-19 14:58:26-- http:// download.lxlabs.com/download/hypervm/production/hyper vm-install-master.sh
Resolving download.lxlabs.com... 78.159.101.217
Connecting to download.lxlabs.com|78.159.101.217|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http:// www. tzonerz. com/index.php [following]
--2012-03-19 14:58:38-- http:// www. tzonerz. com/index.php
Resolving www.tzonerz.com... 78.159.101.217
Connecting to www.tzonerz.com|78.159.101.217|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http:// contestwinnersandprizes. com/d/tzonerz.com [following]
--2012-03-19 14:58:42-- http:// contestwinnersandprizes .com/d/tzonerz .com
Resolving contestwinnersandprizes.com... 69.6.27.100
Connecting to contestwinnersandprizes .com|69.6.27.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2 [text/html]
Saving to: `tzonerz.com.1'
100%[======================================>] 2 --.-K/s in 0s
2012-03-19 14:37:24 (391 KB/s) - `tzonerz.com.1' saved [2/2]
Its not normal! Install script is dying at 26 string, where it trying to fetch http://download.lxlabs.com/download/program-install.zip.
Situation is permament at the moment, and that script doesnt working at another servers.
[Updated on: Mon, 19 March 2012 09:26] Report message to a moderator
|
|
|
|
| Re: Cannot install [message #96791 is a reply to message #96790] |
Mon, 19 March 2012 01:58   |
|
the result is the same.
[root@static ~]# wget download.lxlabs.com/download/hypervm/production/hypervm-inst all-master.sh
--2012-03-19 14:58:26-- http:// download.lxlabs.com/download/hypervm/production/hyper vm-install-master.sh
Resolving download.lxlabs.com... 78.159.101.217
Connecting to download.lxlabs.com|78.159.101.217|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http:// www. tzonerz. com/index.php [following]
--2012-03-19 14:58:38-- http:// www. tzonerz. com/index.php
Resolving www.tzonerz.com... 78.159.101.217
Connecting to www.tzonerz.com|78.159.101.217|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http:// contestwinnersandprizes. com/d/tzonerz.com [following]
--2012-03-19 14:58:42-- http:// contestwinnersandprizes .com/d/tzonerz .com
Resolving contestwinnersandprizes.com... 69.6.27.100
Connecting to contestwinnersandprizes .com|69.6.27.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2 [text/html]
Saving to: `tzonerz.com.2'
100%[======================================>] 2 --.-K/s in 0s
2012-03-19 14:58:42 (130 KB/s) - `tzonerz.com.2' saved [2/2]
[Updated on: Mon, 19 March 2012 09:25] Report message to a moderator
|
|
|
| Re: Cannot install [message #96792 is a reply to message #96791] |
Mon, 19 March 2012 02:15   |
|
System is just-installed Centos 5.5 and it is clean from malware.
I am hosting this at hetzner server with ip 176.9.143.101, maybe, thats can help.
|
|
|
|
|
|
|
| Re: Cannot install [message #96813 is a reply to message #96812] |
Mon, 19 March 2012 09:04   |
|
jutaz that scenario looks very strange for me too, but it looks like that for some kind of ip-addresses exists redirect to that hosts.
I just want to install hypervm to my server.
Also, I have not got same issue at another Hetzner webservers.
[Updated on: Mon, 19 March 2012 09:06] Report message to a moderator
|
|
|
|
| Re: Cannot install [message #96815 is a reply to message #96814] |
Mon, 19 March 2012 09:06   |
|
[root@static ~]# cat /etc/hosts
### Hetzner Online AG installimage
# nameserver config
# IPv4
127.0.0.1 localhost
176.9.143.101 static.101.143.9.176.clients.your-server.de
#
# IPv6
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
|
|
|
| Re: Cannot install [message #96816 is a reply to message #96815] |
Mon, 19 March 2012 09:07   |
|
Also, ip-address resolves correctly
[root@static ~]# ping download.lxlabs.com
PING download.lxlabs.com (78.159.101.217) 56(84) bytes of data.
64 bytes from hosted-by.leaseweb.com (78.159.101.217): icmp_seq=1 ttl=53 time=16.8 ms
64 bytes from hosted-by.leaseweb.com (78.159.101.217): icmp_seq=2 ttl=53 time=16.6 ms
--- download.lxlabs.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 16.683/16.772/16.861/0.089 ms
|
|
|
| Re: Cannot install [message #96818 is a reply to message #96816] |
Mon, 19 March 2012 09:19   |
|
Hmm...
Looks like malware.
I have just rebooted server in rescue mode with the same ip, and script is downloading...
I`ll try to re-install OS and report about progress.
|
|
|
|
|
|
| Re: Cannot install [message #96823 is a reply to message #96822] |
Mon, 19 March 2012 09:31   |
|
[root@static ~]# cat /etc/resolv.conf
### Hetzner Online AG installimage
# nameserver config
nameserver 213.133.98.98
nameserver 213.133.99.99
nameserver 213.133.100.100
|
|
|
|
|
|
|
|
|
|
|
|