Ifquery - Segmentation Fault

Frank Pohle

New Member
Sep 22, 2016
2
0
1
Three of my twelfe container have no access to the network. It seems to me that it relates to the last proxmox update.

dmesg shows the following message
ifquery [xxxxx]: segfault at 1 ip xxxxxx sp xxxxxx errer 4 in ifup[xxxxxx]

running Proxmox-ve 4.2.64
(see attached file for other information)

I found a bug-report of ubuntu 15, somehow a year ago.

Can you support ? Any ideas?
 

Attachments

So what is the distro from the failing CTs?
And did you update the containers recently? If yes I'd suggest going back to the working ifupdown package from the apt cache.

You may try to use the iproute2 tools to manage the network inside the CTs as a (clunky) workaround, e.g.:

Code:
ip link set eth0 up
ip addr add 192.168.30.77/20 dev eth0
ip route add default via 192.168.16.1 dev eth0

Or at least, if this works, this would show that its really a problem with ifupdown.