[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-10-16 Thread Blake Rouse
** Changed in: maas Assignee: Blake Rouse (blake-rouse) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1320074 Title: maas-import-pxe fails to catch comms errors

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-10-11 Thread Lightman
giving me a syntax error near unexpected token '(' -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1320074 Title: maas-import-pxe fails to catch comms errors when downloading UEFI shim

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-10-10 Thread Lightman
am trying out this.If this work,a i will be the happiest man on earth, i have been googling this problem for months to no avail. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1320074

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-18 Thread Tranhoangdainguyen
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

Re: [Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-18 Thread Julian Edwards
Thanks for helping to debug, this is useful. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1320074 Title: maas-import-pxe fails to catch comms errors when downloading UEFI shim and

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-17 Thread Tranhoangdainguyen
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

Re: [Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-16 Thread Julian Edwards
On 16/05/14 15:38, Tranhoangdainguyen wrote: 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

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-16 Thread Tranhoangdainguyen
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

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-16 Thread Blake Rouse
The error you are seeing is because the server is responding with an invalid HTTP code, or one that the python httplib cannot understand. Can you check the HTTP code you are getting, by performing a tcpdump while running the script? -- You received this bug notification because you are a member

[Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-15 Thread Tranhoangdainguyen
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