-
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 Fedora Linux 41 - ps_inet_startcb: dhcp6_open: Address already in use #410
Comments
@luckylinux can you test the master branch please, or the commit in e9e4040? |
@rsmarples: I added most of the Information in another Issue including some Trace -> #405 (comment) |
Right, but this patch deals exclusively with fedora 41 as an update to it breaks dhcpcd with privsep. And you note Fedora 41 in the title of this ticket and #405 is about arch linux and I don't know if they have updated their glibc yet. |
@rsmarples: any specific Flags to use when building / configuring ? From https://koji.fedoraproject.org/koji/buildinfo?buildID=2481527 and the SRC RPM, it would seem they use And the whole .spec File is:
|
Looks fine to me - most distros want to change the directories to their personal flavor. |
OK quick & dirty (leaving the
I was now getting some "Permission Denied" and Looking at
But there is still something not right ... Ah yes, also
But still Permission Denied 😞.
So it's definitively something that I overwrote during my Looking at
There is probably some Nevertheless a Journal of
|
@rsmarples Trying with Furthermore I saw this in
EDIT 1: it was a Duplicate IP address (DAD), my Fault for that. Still, there are some SELinux Issues that need to be sorted out .... With |
@rsmarples: any idea what is missing to get SELinux to work with Thanks 😃 |
No idea sorry and I don't have time for dhcpcd right now as I'm in the middle of moving house. |
Yeah that's definitively a huge amount of Work. I moved far too often up until recently so I hope I don't have to go through that again. Courage 👍 Somehow I'm managing with NetworkManager for the Time being, otherwise I'll hack something in BASH Script and Systemd Services instead. Thanks for your Help |
Recently (since Yesterday ???) on at least one Fedora Linux 41 System (recently upgraded from Fedora Linux 40),
dhcpcd
(Version 10.0.8) is suddenly Crashing.The Host is not getting a Global Unicast assigned IPv6 Address anymore from the Router (OPNSense).
The most intriguing Lines in the Logs are:
ps_inet_startcb: dhcp6_open: Address already in use
dhcp6_openudp: Address already in use
main: control_open: Connection refused
Configuration File
/etc/dhcpcd.conf
:The Host is getting:
fe80:
Type Address Configured/128
Address Configured/64
Address ConfiguredHowever, No Global Unicast Address, as Configured on the OPNSense Router, is getting assigned to the Interface anymore.
For some Reason,
dhcpcd
is crashing (Core Dump).A similar Host running Debian Linux still (knock on Wood) has the IPv6 Address assigned, as configured on the OPNSense Router.
What I also don't understand is the "Connection refused". Is this indicating that there is another DHCP Client active on the Host ?
EDIT 1: the "Workaround" in Order to get back IPv6 Connectivity is to add a Static IPv6 Address in the Interface Section:
But it's a Lousy Workaround.
All Hosts running Fedora Linux 41 seem to be affected 😢.
The text was updated successfully, but these errors were encountered: