ok, i solved the problem
for some bizarre reason, the urllib2 does not work in my ubuntu 14.04 os,
neither on VM or physical host.
thus the method urllib2.urlopen(url) always fails.
so i replace it by using this snippet to all the files that has
urllib2.urlopen method by:
import urllib3
I have tried to test MAAS on other physical machine with good network,
and i suffered the same error
anyway, here is the tcpdump from my VM in the attachment
** Attachment added: "haha.txt"
https://bugs.launchpad.net/maas/+bug/1320074/+attachment/4114226/+files/haha.txt
--
You received
Thank you for your suggestion,
I did a little debug in file utils.py
the error happened at line
>* 95 release_file = get_file(release_url)
>
and the release_url value is: http://archive.ubuntu.com/ubuntu/dists
/tr
thank you for quick reply.
my VM access to internet via NAT from my host machine (ubuntu 13.10).
I don't have problen with internet, as it be able to download all the boot
images
And I can access the http://archive.ubuntu.com/ubuntu from my VM using
lynx (it is 14.04 server version)
so what is t
Public bug reported:
I install fresh ubuntu server 14.04 on Vmware virtual machine to test MAAS.
Installation is correct, I can access and log in into the WEB GUI already.
My main interface card can connect to internet .
But when I try to import boot images, the action cannot complete, it seams t