I've seen the other posts, but they all concluded in reinstalling the complete proxmox environment. But I don't have a backup, so I would lose everything, including my VM's.A number of issues with similar symptoms that were reported recently end up being incomplete/failed upgrades. Please take a look at a few recent threads for advice on how to force-reinstall the packages.
Other than that, outputs of the following commands may be helpful both to you and community to assist:
ip a
curl -k https://localhost:8006
curl -k htts://[lan_ip_of_pve]:8006
systemctl |grep pve
pveversion -v
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Aug 08 05:23:36 proxmox networking[874]: error: /etc/network/interfaces.d/*.save: line1: error processing line '^X'
Aug 08 05:23:36 proxmox /usr/sbin/ifup[874]: error: /etc/network/interfaces.d/*.save: line1: error processing line '^X'
Aug 08 05:23:36 proxmox networking[874]: error: >>> Full logs available in: /var/log/ifupdown2/network_config_ifupdown2_156_Aug-08-2025_05:23:36.396997 <<<
*.save
file is still present.When I look at the /etc/network/interfaces.d/ I can see two files.Code:Aug 08 05:23:36 proxmox networking[874]: error: /etc/network/interfaces.d/*.save: line1: error processing line '^X' Aug 08 05:23:36 proxmox /usr/sbin/ifup[874]: error: /etc/network/interfaces.d/*.save: line1: error processing line '^X' Aug 08 05:23:36 proxmox networking[874]: error: >>> Full logs available in: /var/log/ifupdown2/network_config_ifupdown2_156_Aug-08-2025_05:23:36.396997 <<<
It seems there is an issue with your network file: the first line contains a forbidden ASCII character. It’s also unusual that the*.save
file is still present.
Probably not, never delete files, in the worst case move them from this folder so thatWhen I look at the /etc/network/interfaces.d/ I can see two files.
Weird, should I delete these?
ifupdown2
package can proceed completely without issue during boot step.cat -A /etc/network/interfaces.d/*.save
is not up to date. After fixing the network-related issues, make sure you have a valid repository configuredpve-cluster: 8.0.10
apt update && apt full-upgrade
@proxmox:~# cat -A /etc/network/interfaces.d/*.saveProbably not, never delete files, in the worst case move them from this folder so thatifupdown2
package can proceed completely without issue during boot step.
You should also check content of faulty files with :
Code:cat -A /etc/network/interfaces.d/*.save
Alright, I think I've downloaded the right repo (was a debian command, I'm running Ubuntu)
Why run PVE on Ubuntu? There is no technical reason to prefer Ubuntu over Debian for this purpose. PVE is a Debian based environment.(was a debian command, I'm running Ubuntu)
Maybe a little bit of a confusion, I'm running Ubuntu on my serverWhy run PVE on Ubuntu? There is no technical reason to prefer Ubuntu over Debian for this purpose. PVE is a Debian based environment.
We use essential cookies to make this site work, and optional cookies to enhance your experience.