Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel Panic when doing anything Network related #536

Open
Int3rC3pt0r opened this issue Mar 29, 2024 · 0 comments
Open

Kernel Panic when doing anything Network related #536

Int3rC3pt0r opened this issue Mar 29, 2024 · 0 comments

Comments

@Int3rC3pt0r
Copy link

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 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
  • /etc/network/interfaces.d/static_interface
allow-hotplug eno2
iface eno2 inet static
 address 192.168.200.10
 netmask 255.255.255.0

The output of the kernel panic: kernel_panic.txt

Any ideas as to why this happens would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant