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

  • pve-version.txt
    1.4 KB · Views: 6
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.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!