Bug 229670

Summary: anaconda does not bring up loopback device during install
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium 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-03-06 20:54:05 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 Orion Poplawski 2007-02-22 17:15:31 UTC
Doing a PXE/kickstart/NFS install of rawhide from 20070222.  The loopback device
is not configured.  This prevents me from mounting an nfs directory in %post
because the mount.nfs command tries to contact the local portmap server via the
loopback address.

Comment 1 Chris Lumens 2007-02-22 17:33:08 UTC
David - looks like lo is configured, but not brought up.  Similar to other
issues we've had with regular interfaces.

Orion - for now you should be able to work around this with a quick "ifconfig lo
up" at the beginning of your %post script.

Comment 2 David Cantrell 2007-03-06 20:54:05 UTC
Yeah, the netlink API is not friendly past kernel 2.6.17.  Rewrote
initLoopback() to use ioctl() and it's working now.