dhclient segfaults

David Mack dmack at juniper.net
Thu Jan 17 04:50:02 UTC 2008


> From: fedora-test-list-bounces at redhat.com 
> [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of 
> Antonio Olivares
> Sent: Wednesday, January 16, 2008 6:14 PM
> To: fedora-test-list at redhat.com
> Subject: dhclient segfaults
> 
> I have applied most of the updates of rawhide report 
> 20080116, upon rebooting I see a newer kernel 155 in place of 
> 150, however, my machine no longer connects to internet.
> 
> dhclient segfaults:
> 
> I get 
> 
> dhclient[1548]: segfault at b7fec000 eip 08063331 esp 
> bfeacd00 error 4 
> 
> whatever that means.
>   I cannot connect to anything anymore :(

If you can get a static IP address, fix
/etc/sysconfig/network-scripts/ifcfg-eth0. This is what I had to do:

1> more /etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82557/8/9 [Ethernet Pro 100]
DEVICE=eth0
BOOTPROTO=static
HWADDR=00:02:B3:40:E4:E1
IPV6_AUTOCONF=no
ONBOOT=yes
BROADCAST=192.168.0.255
IPADDR=192.168.0.12
NETMASK=255.255.255.0
NETWORK=192.168.0.0
GATEWAY=192.168.0.1
TYPE=Ethernet

Dave




More information about the fedora-test-list mailing list