Hi guys,
I'm facing a strange issue after a simple reboot.
The network is not coming up properly.
systemctl status networking shows:
cat /etc/network/interfaces:
I haven't changed anything on the system.
The last thing that may relate to this is an apt update && apt upgrade
During the boot i noticed a period where the process got stuck and displayed the following lines alternating:
Right now I'm a bit clueless where to look next.
Hints are much appreciated.
Thanks for your help in advance.
I'm facing a strange issue after a simple reboot.
The network is not coming up properly.
systemctl status networking shows:
Bash:
root@pve:~# systemctl status networking
* networking.service - Network initialization
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:interfaces(5)
man:ifup(8)
man:ifdown(8)
Dec 23 17:59:22 pve systemd[1]: Dependency failed for Network initialization.
Dec 23 17:59:22 pve systemd[1]: networking.service: Job networking.service/start failed with result 'dependency'.
cat /etc/network/interfaces:
Bash:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.192/24
gateway 192.168.10.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface enp4s0 inet manual
iface wlp3s0 inet manual
I haven't changed anything on the system.
The last thing that may relate to this is an apt update && apt upgrade
During the boot i noticed a period where the process got stuck and displayed the following lines alternating:
Code:
[** ] (1 of 2) A start job is running for Wait for udev To Complete Device Initialization (1min 30s / 3min)
[ *** ] (2 of 2) A start job is running for Helper to synchronize boot up for ifdupdown (1min 31s / 3min)
Right now I'm a bit clueless where to look next.
Hints are much appreciated.
Thanks for your help in advance.
Last edited: