[SOLVED] ifupdown2 error

Esben Viborg

Member
Oct 12, 2017
22
0
6
39
Hi

I just installed a new Proxmox node with version 6.1.2, and i am trying to use the "apply configuration" button in the network settings.
I installed ifupdown2 to do so.

However when i try to apply the config i get the following message:

incompatible 'ifupdown2' package version '1.2.5-1+pvetest1'! Did you installed from Proxmox repositories? (500)
(i am using the nosubscription repository)
 
Actually, I'm still a little confused by this issue.

I am running PVE 6.1-7, and /etc/apt/sources.list reports the following 'buster' repositories:

deb http://ftp.us.debian.org/debian buster main contrib

deb http://ftp.us.debian.org/debian buster-updates main contrib

deb http://download.proxmox.com/debian/pve buster pve-no-subscription

# security updates
deb http://security.debian.org buster/updates main contrib


yet i am still getting the error:

incompatible 'ifupdown2' package version '1.2.5-1+pvetest1'! Did you installed from Proxmox repositories? (500)

would anyone kindly let me know what i am missing?
 
I had the same issue. This is the first result on Google. This is what fixed it for me.
As expected, I added the the proxmox no subscription repo to sources.list
I installed ifupdown2 with
Code:
apt install ifupdown2
This installed version 3.1.0-1+pmx3
The SDN plugin complains that this is an incompatible version of ifupdown2.
According to this patch, the version of ifupdown2 must contain the string pve
So to fix,
1. List the versions of ifupdown2 in the repos
Code:
apt-cache policy ifupdown2
2. Install a specific version with pve in the version string
Code:
apt install ifupdown2=3.0.0-1+pve6
3. Click the "Apply" button in the SDN gui
 
Last edited:
  • Like
Reactions: Carlos Oliveira
I had the same issue. This is the first result on Google. This is what fixed it for me.
As expected, I added the the proxmox no subscription repo to sources.list
I installed ifupdown2 with
Code:
apt install ifupdown2
This installed version 3.1.0-1+pmx3
The SDN plugin complains that this is an incompatible version of ifupdown2.
According to this patch, the version of ifupdown2 must contain the string pve
So to fix,
1. List the versions of ifupdown2 in the repos
Code:
apt-cache policy ifupdown2
2. Install a specific version with pve in the version string
Code:
apt install ifupdown2=3.0.0-1+pve6
3. Click the "Apply" button in the SDN gui
This have been already be fixed in pve-manager=7.0-10

https://git.proxmox.com/?p=pve-mana...;hpb=fc6a642e7b191408d31827ff73bcbf3e5497a4a4

you need to upgrade other packages too
 
I had the same issue. This is the first result on Google. This is what fixed it for me.
As expected, I added the the proxmox no subscription repo to sources.list
I installed ifupdown2 with
Code:
apt install ifupdown2
This installed version 3.1.0-1+pmx3
The SDN plugin complains that this is an incompatible version of ifupdown2.
According to this patch, the version of ifupdown2 must contain the string pve
So to fix,
1. List the versions of ifupdown2 in the repos
Code:
apt-cache policy ifupdown2
2. Install a specific version with pve in the version string
Code:
apt install ifupdown2=3.0.0-1+pve6
3. Click the "Apply" button in the SDN gui
thanks, it worked.
Proxmox 6.2.4
 

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!