You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded to a newer meta-iot2050 commit in my image and since then I more often than not get a kernel panic when running network related commands like sudo systemctl restart networking or sudo ifdown eno1. This seems to be connected with dhcp since running sudo ifdown eno2 on my static network interface works perfectly fine. This also doesn't happen consistently because sometimes it works as if there are no problems at all.
The interfaces in my image are configures like this:
/etc/network/interfaces
# interfaces
source /etc/network/interfaces.d/*
allow-hotplug eno1
iface eno1 inet dhcp
# The loopback network interface
auto lo
iface lo inet loopback
Hello there,
I recently upgraded to a newer meta-iot2050 commit in my image and since then I more often than not get a kernel panic when running network related commands like
sudo systemctl restart networking
orsudo ifdown eno1
. This seems to be connected with dhcp since runningsudo ifdown eno2
on my static network interface works perfectly fine. This also doesn't happen consistently because sometimes it works as if there are no problems at all.The interfaces in my image are configures like this:
The output of the kernel panic: kernel_panic.txt
Any ideas as to why this happens would be appreciated!
The text was updated successfully, but these errors were encountered: