ifupdown2 ?
if yes, can you send your /etc/network/interfaces, and result of ifreload in debug mode "ifreload -a -d" ?
Thanks for the analysis. Can you send your network interfaces file ? Ans also output of "ifreload -a -d ". Ill make a bugreport to ifupdown2 devWas 2.0.1-1+pve2, now 2.0.1-1+pve3
Same error message: "error: main exception: Length of MACAddress attribute not supported: 24"
It comes from https://github.com/CumulusNetworks/python-nlmanager/blob/master/nlmanager/nlpacket.py#L591
I've replaced the raise.exception with a simple print('error') and the network comes up as expected on all interfaces.
I'm surprised not to have the same problem on another node, with a different IB card.
The bug is related to some infiniband nic with big 24 characters length.The network interface file does not seem to have any link with this issue. This part of ifupdown2 scans the available devices, without using the interfaces file.
More details with a new node impacted...
I just got the same problem on a second server, also using a melanox adapter (same as the first one I reported).
lshw reports it as "MT26428 [ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE]"
No problem up to now on my third server using a Qlogic adapter: "IBA7322 QDR InfiniBand HCA"
Kernel versions:
- 1st server (Melanox): 5.3.13-1-pve
- 2nd server (Melanox): 5.3.18-1-pve <- just upgraded /rebooted
- 3rd server (QLogic): 5.3.13-1-pve
2nd and 3rd servers are both Dell R710, 1st is a Supermicro
exit 1
status.the kernel limit interfaces name to 15characters. It's should be limited in the gui, maybe it's missing a check.Old thread I know, but why open a new one when this describes my exact issue...? I get the exact same error with theexit 1
status.
It complains about too long interface names, yet it allow it to be added in the GUI. I use OVS btw. Maybe I should report it as a bug instead? Making the interfaces names shorter solved the "issue".
warning: /etc/network/interfaces: line63: rmtechnology_xyz: interface name too long
warning: /etc/network/interfaces: line70: importantis_imismedi: interface name too long
warning: /etc/network/interfaces: line77: danielshanssons_xyz: interface name too long
the kernel limit interfaces name to 15characters. It's should be limited in the gui, maybe it's missing a check.
which kind of interfaces ? ovs int port ?
Do you use last version of proxmox ?
A bug limit of interfaces name was fixed last month:
https://git.proxmox.com/?p=proxmox-...it;h=60ed17bf96e17b21fe9029d137a53ac36ee8c94b
they are interface for proxmox firewall, when firewall checkbox is enable on vm nic.Same issue here.
Strange things seeing here with ip addr: I get more or less 30 interfaces like fwln300i1@fwpr300p1 dont know why.
Seem related to enp7s0 && vmbr5.I just changed one Nic yesterday. Everything works, but when i change the Comment/Description of the NIC it gives me the error.