Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-09-02 Thread Javier Fontan
There is a pull request that should fix this problem. I'll generate new packages as soon as possible. Thanks for the tip. https://github.com/OpenNebula/addon-context-linux/pull/4 On Wed, Aug 6, 2014 at 5:40 PM, Wilma Hermann wrote: > Hi, > > Just stumbled on a curious case today: Using the new c

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-08-06 Thread Wilma Hermann
Hi, Just stumbled on a curious case today: Using the new context packages under Ubuntu 14.04 killed my loopback NIC since it was left it without an IP (so 127.0.0.1 was not set). I changed the script to call '/sbin/ifquery -X lo -la' to leave the loopback device as is. Furthermore, under Ubuntu 1

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-28 Thread Javier Fontan
I've updated the debian packages with the ip flush command sent by Stefan (thanks!). Now it seems to work even when an IP was previously configured in the interfaces file. This will make the context scripts more resilient when you save a disk without cleaning the interfaces file. http://dev.openne

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-28 Thread ML mail
Thanks for the new package. I just tested this version 4.6.0 which now works perfectly with ubuntu 14.04 and I have network access from the first boot. Btw: is there an official repository or download page for the ONE context packages? On Saturday, April 26, 2014 2:28 AM, Javier Fontan wr

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-28 Thread Javier Fontan
Thanks for the tip, we will check if this solves the problem. On Sun, Apr 27, 2014 at 10:35 AM, Stefan Kooman wrote: > Quoting Javier Fontan (jfon...@opennebula.org): >> We have applied the changes made by Michael. That seems to do the >> trick. Thank you! >> >> You can find the package at >> htt

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-27 Thread Stefan Kooman
Quoting Javier Fontan (jfon...@opennebula.org): > We have applied the changes made by Michael. That seems to do the > trick. Thank you! > > You can find the package at > http://dev.opennebula.org/attachments/download/779/one-context_4.6.0.deb I would add an "ip addr flush dev $i" to make sure ip'

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-25 Thread Javier Fontan
We have applied the changes made by Michael. That seems to do the trick. Thank you! You can find the package at http://dev.opennebula.org/attachments/download/779/one-context_4.6.0.deb Cheers On Fri, Apr 25, 2014 at 8:54 AM, ML mail wrote: > Small addition here: after the first boot (where the

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-24 Thread ML mail
Small addition here: after the first boot (where the network is not available) instead of rebooting (where the network works afterwards), I can simply run "ifup eth0" and the network is working. So somehow ONE context sets things up correctly but eth0 is simply not up after the first boot...

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-24 Thread ML mail
I also had no problems with Ubuntu 12.04, this problem only arises with 14.04. After installing the package I did not touch the interfaces file, actually I never touched it and strangely enough it has the correct context data in it but eth0 is just not configured upon first boot. Maybe it's m

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-24 Thread Michael Kutzner
Hi Javier, Am 24.04.2014 um 19:02 schrieb Javier Fontan : > We have tested the package in both 12.04 and 14.04. Network works fine > in the first boot. Did you modify interfaces file after installing the > package? One of the things the package does is to empty the interfaces > file, just has the

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-24 Thread Javier Fontan
We have tested the package in both 12.04 and 14.04. Network works fine in the first boot. Did you modify interfaces file after installing the package? One of the things the package does is to empty the interfaces file, just has the loopback configured so it does not configure the network before the

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-24 Thread Javier Fontan
Thanks! I'll take a look at it and test it in other distros. On Thu, Apr 24, 2014 at 8:00 AM, Michael Kutzner wrote: > Hi Javier, > > > Am 23.04.2014 um 21:18 schrieb Javier Fontan : > >> Network restart is not supported in ubuntu. There is new code to >> overcome this issue but we are still test

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-24 Thread ML mail
Hi Javier, I tried the one-context package (v4.5.85) you attached with a new Ubuntu 14.04 image but unfortunately the same issue: upon first boot the network is not working, only after a restart is the network available.  Regards ML On Wednesday, April 23, 2014 9:18 PM, Javier Fontan wrot

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-23 Thread Michael Kutzner
Hi Javier, Am 23.04.2014 um 21:18 schrieb Javier Fontan : > Network restart is not supported in ubuntu. There is new code to > overcome this issue but we are still testing the packages. A package > with the latest code is attached if you want to try. You can install > it over the previous versio

Re: [one-users] ubuntu 14.04 as image - no network on first boot

2014-04-23 Thread Javier Fontan
Network restart is not supported in ubuntu. There is new code to overcome this issue but we are still testing the packages. A package with the latest code is attached if you want to try. You can install it over the previous version. On Wed, Apr 23, 2014 at 8:26 PM, ML mail wrote: > Hello, > > I

[one-users] ubuntu 14.04 as image - no network on first boot

2014-04-23 Thread ML mail
Hello, I just generated a KVM qcow2 image for the new Ubuntu Server 14.04 LTS release. I usually prepare my images by simply installing the the ONE context package (http://dev.opennebula.org/attachments/download/768/one-context_4.5.0.deb) which I also did for this image. Now when I deploy a