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:
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.