Created attachment 321787 [details] full sealert Description of problem: I just found this SELinux alert: ... SELinux is preventing consoletype (consoletype_t) "read" to /var/lib/dhclient/dhclient-ra0.leases (dhcpc_state_t). ... Version-Release number of selected component (if applicable): selinux-policy-3.5.13-8.fc10.noarch on an uptodate (2008-10-29) i386-rawhide system. How reproducible: No idea. I had been playing with system-config-network during the time when this alert popped up.
Leaked file descriptor in dhclient Please call fcntl(fd, F_SETFD, FD_CLOEXEC) after opening the descriptor
The read_client_leases() function uses open(2) rather than fopen(3), which is probably why I looked past it when adding in the FD_CLOEXEC stuff. I've modified the patch to use O_CLOEXEC on open(2) calls and add the 'e' character to the mode string in fopen(3) calls. This works when you compile with -D_GNU_SOURCE. While I'm pretty confident this fixes the problem you're seeing, I'm going to queue this build as an F-10 update.
I've built a new package as dhcp-4.0.0-31.fc10, here's the koji job: http://koji.fedoraproject.org/koji/taskinfo?taskID=911385 I cannot create an F-10 update yet, so if you want to try out the packages now on rawhide, you can download them from the koji task page.
dhcp-4.0.0-31.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/dhcp-4.0.0-31.fc10
dhcp-4.0.0-32.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dhcp'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/f10/FEDORA-2008-9915
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
*** Bug 472923 has been marked as a duplicate of this bug. ***
I tried to install the update listed in Comment #5 and terminal told me it found the update but did not install and when I tried the link given, I got a message saying the "path /updates/f10/FEDORA-2008-9915 cannot be found." Any suggestions?
dhcp-4.0.0-32.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.