Bug#587666: Hangs when loading vlan interface immediately after main interface

2010-07-01 Thread ard
Hello, On Wed, Jun 30, 2010 at 06:58:53PM +0100, i...@comtek.co.uk wrote: If I: 'ifup eth0' wait a few seconds until 'link becomes ready' 'ifup eth0.3' then everything is fine. If I: 'ifup eth0;ifup eth0.3' then I get a stack trace followed by the machine

Bug#587666: Hangs when loading vlan interface immediately after main interface

2010-07-01 Thread ard
Hello, On Thu, Jul 01, 2010 at 03:50:50PM +0100, i...@comtek.co.uk wrote: Okay, I've tried various other combinations of eth0 config with no luck. I haven't been able to get more information on the actual crash but I've attached a screenshot, just in case its of any use. Could this bug

Bug#587666: Hangs when loading vlan interface immediately after main interface

2010-06-30 Thread ian
Package: vlan Version: 1.9-3 Severity: important When I try to bring eth0 up followed by eth0.3 the machine hangs. /etc/network/interfaces looks like: auto lo iface lo inet loopback #auto eth0 iface eth0 inet loopback #auto eth0.3 iface eth0.3

Bug#587666: Hangs when loading vlan interface immediately after main interface

2010-06-30 Thread Timo Weingärtner
Hi, Am Mittwoch, 30. Juni 2010 schrieben Sie: Package: vlan Version: 1.9-3 Severity: important When I try to bring eth0 up followed by eth0.3 the machine hangs. /etc/network/interfaces looks like: auto lo iface lo inet loopback #auto eth0 iface eth0 inet

Bug#587666: Hangs when loading vlan interface immediately after main interface

2010-06-30 Thread Timo Weingärtner
Hi, Am Mittwoch, 30. Juni 2010 schrieb ich: loopback is only for the loopback interface. I guess you don't want to have l3 addresses on eth0. Please try: iface eth0 inet static Sorry, I meant manual instead of static. up ip l s eth0 up down ip l s eth0 down Greetings Timo

Bug#587666: Hangs when loading vlan interface immediately after main interface

2010-06-30 Thread i...@comtek.co.uk
-- Sorry, I just replied direct instead of to the bug report: loopback is only for the loopback interface. I guess you don't want to have l3 addresses on eth0. Please try: iface eth0 inet static Sorry, I meant manual instead of static. up ip l s eth0 up down ip l s eth0 down