marionnet-dev team mailing list archive
-
marionnet-dev team
-
Mailing list archive
-
Message #00637
[Bug 1165066] Re: kernel crash
** Branch linked: lp:marionnet
--
You received this bug notification because you are a member of
marionnet-dev, which is subscribed to marionnet.
https://bugs.launchpad.net/bugs/1165066
Title:
kernel crash
Status in Marionnet - A virtual network laboratory:
New
Bug description:
the VM kernel crash when a user execute the following command :
/sbin/ip link show dev eth0
The kernel used is 3.0.8 with the marionnet patch.
An odd behaviour : If the VM kernel is executed under root (directly
the uml kernel, without marionnet) it works ; if the VM kernel is
executed under another user, it crash.
This command "/sbin/ip link show dev eth0" is used by the ifup script when there it try to setup a vlan interface.
For example if /etc/network/interfaces is :
iface eth0 inet static
address 10.10.10.1
netmask 255.255.255.0
iface eth0.100 inet static
address 10.10.20.1
netmask 255.255.255.0
when the command "ifup eth0.100" is executed the kernel crash.
To manage notifications about this bug go to:
https://bugs.launchpad.net/marionnet/+bug/1165066/+subscriptions
References