[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Vlans Implementation .... "bad: scheduling while atomic!" ?¿?



 I configured vlans on my switch (working) and i need to configure my dhcp3 to assign the corresponding addreses.
The thing is, when i connect the dhcp's patch cord to the tagged port on my switch.. the server is gone.. it gives me this msg:

"bad: scheduling while atomic!
[<c028bb74>] schedule+0x3c/0x3e6
[<c01040a3>] cpu_idle+0x32/0x34
[<c0366664>] start_kernel+0x18e/0x192"

Kernel bug? ... any patches? ...User bug?  any idea? thnxs in adv!

Kernel 2.6.8, Debian Sarge.

/network/interfaces
auto eth0 vlan2 vlan3 vlan4 vlan5

iface eth0 inet static
address 10.100.200.213
netmask 255.255.255.0
network 10.100.200.0
broadcast 10.100.200.255
gateway 10.100.200.1
vlan_raw_device eth0

iface vlan2 inet static
address 10.2.0.1
netmask 255.255.0.0
network 10.2.0.0
broadcast 10.2.255.255
vlan_raw_device eth0

iface vlan3 inet static
address 10.3.0.1
netmask 255.255.0.0
network 10.3.0.0
broadcast 10.3.255.255
vlan_raw_device eth0

iface vlan4 inet static
address 10.4.0.1
netmask 255.255.0.0
network 10.4.0.0
broadcast 10.4.255.255
vlan_raw_device eth0

iface vlan5 inet static
address 10.5.0.1
netmask 255.255.0.0
network 10.5.0.0
broadcast 10.5.255.255
vlan_raw_device eth0

Reply to: