pveam update - hangs on ProxMox v1.3

apmuthu

Renowned Member
Feb 26, 2009
868
11
83
Chennai - India & Singapore
github.com
On my windows desktop I am able to download the file:
Code:
[URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]

I am unable to download the said file on the ProxMox v1.3 Console like:
Code:
wget [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
This is what I get:
Code:
# wget [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
--2010-05-19 22:53:36--  [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
           => `aplinfo.dat.gz'
Resolving download.proxmox.com... 92.51.129.73
Connecting to download.proxmox.com|92.51.129.73|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.
--2010-05-19 22:54:08--  [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
  (try: 2) => `aplinfo.dat.gz'
Connecting to download.proxmox.com|92.51.129.73|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.
Ping however works fine:
Code:
# ping 92.51.129.73
PING 92.51.129.73 (92.51.129.73) 56(84) bytes of data.
64 bytes from 92.51.129.73: icmp_seq=1 ttl=47 time=405 ms
64 bytes from 92.51.129.73: icmp_seq=2 ttl=47 time=402 ms
Even the http download hangs at:
Code:
# wget [URL]http://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
--2010-05-19 23:01:29--  [URL]http://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
Resolving download.proxmox.com... 92.51.129.73
Connecting to download.proxmox.com|92.51.129.73|:80... failed: Connection timed out.
Retrying.
 
Last edited:
Actually it appears that we cannot download anything on the host thru ports 21 and 80. All the guests can download on any port and are fine - both KVM and OpenVZ containers.

On the host it hangs with
Code:
# wget [URL]http://www.google.com[/URL]
--2010-05-20 01:12:54--  [URL]http://www.google.com/[/URL]
Resolving [URL="http://www.google.com"]www.google.com[/URL]... 216.239.61.104
Connecting to [URL="http://www.google.com|216.239.61.104|:80"]www.google.com|216.239.61.104|:80[/URL]...
 
Re: pveam update - hangs on ProxMox v1.3 - Non-Issue

It was a pfSense (v1.2.3 RC1) issue and ProxMox was fine!
Logged on to the pfSense as an admin and had to go to
Code:
Diagnostics -> Commands
and execute some read command like
Code:
# cat /etc/hosts
and close the pfSense Window. Found a nice guide here.
Actually the entire command page was in beta testing and 'use at your own risk'.