-
Notifications
You must be signed in to change notification settings - Fork 113
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
Crash on archlinux #405
Comments
I had a similar Issue on ALL my Fedora Linux 41 Systems. Basically I lost ALL IPv4 DHCP & Static + ALL IPv6 DHCP Connectivity 👎. Not exactly the same Error, but similar I guess -> #410 |
It sounds to me like network-manager and dhcpcd try to act on the same interfaces and conflict with each others' actions. |
Not in my Case at least, since I explicitely disabled NetworkManager while trying (I thought that they might conflict indeed). |
I think I have an idea onto why this crash happens I was tinkering with creating bridge connection over Ethernet and all.
I do think the part when I delete the Ethernet interface causes dhcpcd to crash. |
It's making me pull my Hair out. Now I need to fix like 6-8 Fedora Servers and either move everything to Add Insult to Injury the fact that I have IPv6 Connectivity BUT I also tried to install dhcpcd-10.0.10-1.fc42.x86_64.rpm from Fedora koji (Build Server) fc42 Build but also that crashes :(. EDIT 1: setting That does NOT change the Fact however that it took me a LOT of Time to Figure out how to configure Also because that's what I use on Debian/Ubuntu. And NetworkManager is an absolute PITA in almost every Aspect I can think of ... |
You might have some other dhcp client running like systemd-networkd, network manager will automatically detect it and control over dbus. dhcpcd does not do that, either way recommend to make sure it’s off |
It's disabled and off ...
Based on a previous similar Issue, I start suspecting Other likely culprit as usual might be SELinux although I couldn't find anything of relevance in the logs 😞. |
I just found I have 1 or 2 Fedora 41 Systems where the Issue apparently does NOT appear ... Weird. EDIT 1: only on 1 System fully updated the Issue does NOT show up. And for whatever reason, if there are 2 Network Cards presents on the System, then Weird ... |
On the working System (with only 1 Network Connection), applying one (BIG) Update broke So something happened and one of these Packages is responsible for it:
EDIT 1: trying to execute a. IPv4 Seems to work
b. It seems to hang on IPv6 actually
For more Troubleshooting I'd need some guidance, as I'm not very good at understanding all of the different Options 😞. |
@F8RZD: you might want to obfuscate your IPv6 Prefix 😉. About the Segmentation Fault, that Message seems a bit different than mine (I am on a slightly older Version). Either Way, I wouldn't call either of the behaviors (Segmentation Fault / Hungup) as "normal". It mentioned |
I kinda f,d that up but it's ok since it's incoming traffic is blocked. |
the thing is if you delete the default inteface through Network Manager dhcpcd seg faults |
Weird. In my Case it seems that with 2 Network Interfaces "physically" (well, it's a Virtual Server in my Case) presents and configured in That's basically the only situation where it doesn't :(. Not sure if we need to try to run using
|
I tried with
|
$ cat .gdbinit
|
@perkelix: do you want me to run the previous Command that I tried to run with these Settings ? Can you please put it in a Code block so it's clear which |
If you don't use gdb too often, putting these into your config produces a good basic set of data. |
Well something isn't working unfortunately 😞
Anyway, complete Command & Output
|
dhcpcd crashes after some set of actions I do(I have not yet pin pointed when exactly it happens)
dhcpcd --version
dhcpcd 10.1.0
Copyright (c) 2006-2024 Roy Marples
Compiled in features: INET ARP ARPing IPv4LL INET6 DHCPv6 AUTH PRIVSEP
I use archlinux with linux-zen kernel
I also use NetworkManager and a bridge connection
I think this happens when I delete my Ethernet connection not entirely sure though
I'd gladly provide any additional information on the matter.
The text was updated successfully, but these errors were encountered: