Hi all,
Just did a upgrade from Proxmox 8.2.2 to Proxmox 8.2.4.
First notice what that I did no longer have any network connectivity and my vmbr0 was missing.
Some googling showed me some issues regarding network renaming in kernel 6.8.
However this is probably not my issue. ( I could get internet temporarly by manually starting dhcp client on my network card )
While searching for answers regarding why there is not network I did find.
1) "less" command was broken. Printed out "ELF not found".
2) doing systemctl status networking => ELF not found.
doing a reinstall (apt-get reinstall less) got less command to work again.
Now I can find that systemctl status networking gives:
root@pve1:~# systemctl status networking
○ networking.service - Network initializati
Loaded: bad-setting (Reason: Unit networking.service has a bad unit file setting.)
Active: inactive (dead)
The file ./usr/lib/systemd/system/networking.service is corrupt:
Any suggestion on how to restore to a working system?
I would assume that there potentially will be a lot more errors.
/ Lars
Just did a upgrade from Proxmox 8.2.2 to Proxmox 8.2.4.
First notice what that I did no longer have any network connectivity and my vmbr0 was missing.
Some googling showed me some issues regarding network renaming in kernel 6.8.
However this is probably not my issue. ( I could get internet temporarly by manually starting dhcp client on my network card )
While searching for answers regarding why there is not network I did find.
1) "less" command was broken. Printed out "ELF not found".
2) doing systemctl status networking => ELF not found.
doing a reinstall (apt-get reinstall less) got less command to work again.
Now I can find that systemctl status networking gives:
root@pve1:~# systemctl status networking
○ networking.service - Network initializati
Loaded: bad-setting (Reason: Unit networking.service has a bad unit file setting.)
Active: inactive (dead)
The file ./usr/lib/systemd/system/networking.service is corrupt:
Code:
[Unit]
Description=Network initializati
Any suggestion on how to restore to a working system?
I would assume that there potentially will be a lot more errors.
/ Lars