Bug 13249 - post install configuration hangs on specified but disconnected network
Summary: post install configuration hangs on specified but disconnected network
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Erik Troan
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-06-30 04:56 UTC by Nitin Dahyabhai
Modified: 2007-04-18 16:27 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-13 16:44:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Nitin Dahyabhai 2000-06-30 04:56:10 UTC
I went through a CD install on an IBM machine with
an ISA token ring card.  I added the driver in expert
mode and filled in the settings for IP, hostname,
gateway, and primary DNS and told it to activate on
boot.  After all the packages were finished installing,
the message box stuck with the following Python stack
trace (at least, I think it was hung since it had run
through previous installs without network card/driver/
settings with 6.2-like time):


Exception in thread Thread-1:
Traceback (innermost last):
  File "/usr/lib/python1.5/threading.py", line 376, in __bootstrap
    self.run()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 16, in run
    rc = self.todo.doInstall ()
  File "/usr/lib/anaconda/todo.py", line 1472, in doInstall
    self.writeConfiguration ()
  File "/usr/lib/anaconda/todo.py", line 1235, in writeConfiguration
    self.writeNetworkConfig ()
  File "/usr/lib/anaconda/todo.py", line 585, in writeNetworkConfig
    ip = self.network.lookupHostname()
  File "/usr/lib/anaconda/todo.py", line 150, in lookupHostname
    self.gateway)
  File "/usr/lib/anaconda/isys.py", line 295, in configNetDevice
    return _isys.confignetdevice(device, ip, netmaks, gw)
SystemError: (11, 'Resource temporarily unavailable')

Comment 1 Matt Wilson 2000-07-13 16:44:09 UTC
Fixed in CVS.



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