Bug 239903

Summary: pump seg faults and ping is missing libidn
Product: [Fedora] Fedora Reporter: Lee Trager <lt73>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-14 19:07:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lee Trager 2007-05-12 07:44:13 UTC
Description of problem:
System hangs when trying to get an IP through the installer. If booted into the
Rescue disc pump -i eth0 causes a seg fault. Trying to run ping also fails with
a missing library  libidn.so.11 error.

Version-Release number of selected component (if applicable):
Fedora 7 Test 4

How reproducible:

Run Fedora 7 Test 4 and try to get an IP and/or ping out

Steps to Reproduce:
1. Boot Fedora 7 Test 4
2. pump -i eth0
3. ping google.com
  
Actual results:
pump -i eth0
Seg Fault
ping google.com
Missing library libidn.so.11

Expected results:
Get an IP and be able to ping google

Additional info:

Comment 1 David Cantrell 2007-05-14 19:07:09 UTC
The libidn library problem was fixed after the test 4 release.

I have added a new command to the rescue image called 'dhcpclient'.  It handles
both IPv4 and IPv6.  The pump command is symlinked to dhcpclient for now, but it
will be removed at some point in the future.

Thanks.