Bug 862600 - Upgrade to dhclient-4.2.4-P2.fc16 breaks IPv4 ethernet
Summary: Upgrade to dhclient-4.2.4-P2.fc16 breaks IPv4 ethernet
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: 16
Hardware: i686
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Jiri Popelka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-03 11:07 UTC by Jonathan Kamens
Modified: 2012-10-08 08:24 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-10-08 08:24:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jonathan Kamens 2012-10-03 11:07:06 UTC
After upgrading this morning to dhclient-4.2.4-1.P2.fc16 and rebooting, dhclient obtained and logged to /var/log/messages an IP address for eth0 but didn't configure the address onto the device. I had to do "ifconfig eth0 <addr> netmask 255.255.0.0" and then "route add default dev eth0 gw <gateway-from-leases-file>" to get my network up and running. Downgrading to the older dhclient, dhcp-libs and dhcp-client fixes the problem.

I have SELinux enabled, but there's nothing in /var/log/audit/audit.log to suggest an SELinux issue.

Comment 1 Jiri Popelka 2012-10-03 11:47:43 UTC
Whoops !

Comment 2 Fedora Update System 2012-10-03 12:01:11 UTC
dhcp-4.2.4-3.P2.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/dhcp-4.2.4-3.P2.fc16

Comment 3 Jiri Popelka 2012-10-03 12:08:42 UTC
Jonathan, can you try these builds
http://koji.fedoraproject.org/koji/buildinfo?buildID=357937

and leave a karma at
https://admin.fedoraproject.org/updates/dhcp-4.2.4-3.P2.fc16

Thanks

Comment 4 Chris C. Chen 2012-10-04 07:48:07 UTC
It looks like /sbin/dhclient hardcoded to execve /usr/sbin/dhclient-script, while the script is actually in /sbin/dhclient-script.  A sym-link to the actual file fixed my fc16.

/var/log/messages:

>Oct  3 04:57:55 localhost dhclient[1152]: execve (/usr/sbin/dhclient-script, ...): No such file or directory
>Oct  3 04:57:55 localhost dhclient[1151]: DHCPREQUEST on eth0 to 255.255.255.255 port 67
>Oct  3 04:57:55 localhost dhclient[1151]: DHCPACK from 192.168.1.1
>Oct  3 04:57:55 localhost dhclient[1153]: execve (/usr/sbin/dhclient-script, ...): No such file or directory
>Oct  3 04:57:55 localhost dhclient[1151]: bound to 192.168.1.123 -- renewal in 37016 seconds.

Comment 5 Shannon Hughes 2012-10-05 15:51:13 UTC
seeing the same issue on my fedora 16 client. hitting the problem with linked to /usr/sbin/dhclient-script as chris chen indicated above.

Comment 6 Jiri Popelka 2012-10-08 08:24:21 UTC
https://admin.fedoraproject.org/updates/dhcp-4.2.4-3.P2.fc16
has been in stable since 2012-10-04


Note You need to log in before you can comment on or make changes to this bug.