[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-11-17 Thread Ubuntu QA Website
** Tags added: iso-testing -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-25 Thread Matt Zimmerman
** Tags removed: eucalyptus -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-21 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr808-0ubuntu1 --- eucalyptus (1.6~bzr808-0ubuntu1) karmic; urgency=low [ Dustin Kirkland ] * debian/eucalyptus-udeb.finish-install: eth0 should be set to 'manual', when configured with br0 on dhcp, LP: #430820 *

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-18 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu) Milestone: None = ubuntu-9.10-beta -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-18 Thread Thierry Carrez
** Also affects: eucalyptus (Ubuntu Karmic) Importance: High Assignee: Dustin Kirkland (kirkland) Status: Fix Committed ** Also affects: netcfg (Ubuntu Karmic) Importance: Medium Status: Invalid -- eucalyptus node install results in broken /etc/network/interfaces

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-18 Thread Colin Watson
** Changed in: netcfg (Ubuntu Karmic) Status: Invalid = Won't Fix ** Changed in: netcfg (Ubuntu) Status: Invalid = Triaged -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug notification because you are

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland
** Attachment added: questions.dat http://launchpadlibrarian.net/31905201/questions.dat ** Changed in: eucalyptus (Ubuntu) Status: New = Triaged ** Changed in: eucalyptus (Ubuntu) Importance: Undecided = Medium ** Changed in: eucalyptus (Ubuntu) Importance: Medium = High --

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Etienne Goyer
You will also want to make eth0 manual (iface eth0 inet manual), otherwise both the bridge and eth0 will get an IP, making the routing table funny. -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug notification

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Colin Watson
Ideally, I think netcfg should make sure that netcfg/choose_interface is always set even if there's only one interface. Still, we can work around this in eucalyptus-udeb. ** Also affects: netcfg (Ubuntu) Importance: Undecided Status: New ** Changed in: netcfg (Ubuntu) Importance:

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Colin Watson
Etienne, can you file a separate bug about setting eth0 to manual, with more details? Dustin says he didn't have to do that and is routing table looks OK, so maybe this is a more isolated problem. -- eucalyptus node install results in broken /etc/network/interfaces

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- eucalyptus node install results in broken /etc/network/interfaces https://bugs.launchpad.net/bugs/430820 You received this bug

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr746-0ubuntu3 --- eucalyptus (1.6~bzr746-0ubuntu3) karmic; urgency=low [ Dustin Kirkland ] * tools/eucalyptus-nc.in: Create the suggested 32 loop devices using mknod in the init script, perm'd 660, owned by root:disk, LP:

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Etienne Goyer
Colin, for me on jaunty, the following /etc/network/interfaces result in a system with broken network (ie, cannot ping or connect to anything): --- # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0

[Bug 430820] Re: eucalyptus node install results in broken /etc/network/interfaces

2009-09-16 Thread Dustin Kirkland
I believe that Etienne is correct. Upon installation of the Node Controller, my networking was broken until I configured eth0 to manual, while leaving br0 to dhcp. I did, in fact, draw a dhcp address. I'm fixing this with the following in debian/eucalyptus-udeb.finish- install: + sed -i