Hi group
Upgraded from latest Proxmox 7 to rel 8.0.4 and ran into some problems
First I ran into the problem that the ethernet interface did not come up again, and when trying to manually bring the interface up with ifup, I got the error "Permission denied" even that I was root.
It showed up the the ifup is now a link to some Python code under /usr/share/ifupdown2/ , and the files __main__.py and the file __init__.py both missed the executable flag for all groups
Given the executable flag to these 2 files fixed my Proxmox box and I got network connectivity again, but now I'm facing another problem
Trying to update my Proxmox box it crashes for every retry- Both from the GUI and from CLI
I get this strange message running apt upgrade (After the apt update)
Reading database ... 62150 files and directories currently installed.)
Preparing to unpack .../proxmox-kernel-6.2.16-12-pve_6.2.16-12_amd64.deb ...
Unpacking proxmox-kernel-6.2.16-12-pve (6.2.16-12) over (6.2.16-12) ...
And then the box crashes !!
Why do the system try to unpack on top of the already installed proxmox kernel in same release ?
And why do the system tell me that the proxmox-kernel-6.2.16-12-pve/now 6.2.16-12 package can be upgraded to 6.2.16-12 (See below)
As can be seen same kernel is already installed on the system
root@pve2:/usr/share/ifupdown2# apt list --installed | grep -i proxmox-kernel
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
proxmox-kernel-6.2.16-12-pve/now 6.2.16-12 amd64 [installed,upgradable to: 6.2.16-12]
proxmox-kernel-helper/now 7.4-1 all [installed,upgradable to: 8.0.3]
Any suggestions or help are very appreciated
Br
Steen
Upgraded from latest Proxmox 7 to rel 8.0.4 and ran into some problems
First I ran into the problem that the ethernet interface did not come up again, and when trying to manually bring the interface up with ifup, I got the error "Permission denied" even that I was root.
It showed up the the ifup is now a link to some Python code under /usr/share/ifupdown2/ , and the files __main__.py and the file __init__.py both missed the executable flag for all groups
Given the executable flag to these 2 files fixed my Proxmox box and I got network connectivity again, but now I'm facing another problem
Trying to update my Proxmox box it crashes for every retry- Both from the GUI and from CLI
I get this strange message running apt upgrade (After the apt update)
Reading database ... 62150 files and directories currently installed.)
Preparing to unpack .../proxmox-kernel-6.2.16-12-pve_6.2.16-12_amd64.deb ...
Unpacking proxmox-kernel-6.2.16-12-pve (6.2.16-12) over (6.2.16-12) ...
And then the box crashes !!
Why do the system try to unpack on top of the already installed proxmox kernel in same release ?
And why do the system tell me that the proxmox-kernel-6.2.16-12-pve/now 6.2.16-12 package can be upgraded to 6.2.16-12 (See below)
As can be seen same kernel is already installed on the system
root@pve2:/usr/share/ifupdown2# apt list --installed | grep -i proxmox-kernel
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
proxmox-kernel-6.2.16-12-pve/now 6.2.16-12 amd64 [installed,upgradable to: 6.2.16-12]
proxmox-kernel-helper/now 7.4-1 all [installed,upgradable to: 8.0.3]
Any suggestions or help are very appreciated
Br
Steen
Last edited: