Quantcast
Viewing all articles
Browse latest Browse all 171044

BUG? VE3.2 kernel 2.6.32-28-pve breaks libnl/netlink in host and VMs

Hello Forum

Basically all the information are already in the header. I just updated a Proxmox installation from VE 3.1to 3.2. I noticed that our software crashed because it was unable to initialize libnl. After some digging I found the reasons is the new proxmox kernel. This can be easily reproduced by installing the libnl-utils package on the host or in a VM, which will also fail.

With the current kernel:

Code:

# uname --all
Linux proxmox 2.6.32-28-pve #1 SMP Tue Mar 18 15:21:47 CET 2014 x86_64 GNU/Linux
# nl-qdisc-list
Error: Unable to allocate link cache: Input data out of range
# nl-link-list
Error: Unable to allocate link cache: Input data out of range

When I rebooted the machine with the previous kernel

Code:

# uname --all
Linux proxmox 2.6.32-24-pve #1 SMP Fri Sep 13 07:29:30 CEST 2013 x86_64 GNU/Linux
# nl-qdisc-list
qdisc pfifo_fast dev eth1 id none parent root bands 3
qdisc pfifo_fast dev eth0 id none parent root bands 3
# nl-link-list
lo loopback <loopback,up,running,lowerup>
eth1 ether d8:5d:4c:80:bc:6d <broadcast,multicast,up>
eth0 ether 1c:6f:65:38:2c:49 <broadcast,multicast,up,running,lowerup>
vmbr0 ether 1c:6f:65:38:2c:49 <broadcast,multicast,up,running,lowerup>
vmbr1 ether d8:5d:4c:80:bc:6d <broadcast,multicast,up,running,lowerup>
venet0 void <broadcast,pointopoint,noarp,up,running,lowerup>
veth100.0 ether 82:dc:83:cc:c9:d7 <broadcast,multicast,up,running,lowerup>
veth104.0 ether 96:13:ba:a7:3d:6b <broadcast,multicast,up,running,lowerup>
veth101.0 ether 16:fd:5d:08:5f:4f <broadcast,multicast,up,running,lowerup>
veth105.0 ether 96:ce:e6:37:36:43 <broadcast,multicast,up,running,lowerup>
veth111.0 ether 8a:81:e2:42:5c:57 <broadcast,multicast,up,running,lowerup>
veth110.0 ether 76:f9:30:fb:ac:30 <broadcast,multicast,up,running,lowerup>

I googled and could not find any information regarding problems with libnl and OpenVZ. Is this problem by intention? Am I the only one affected? Because I guess somebody should have noted as the netlink library is quite common.

Does anybody have any suggestions or pointers?

Thanks

Viewing all articles
Browse latest Browse all 171044

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>