Bug 124658 - Anaconda exception when installing from FTP
Summary: Anaconda exception when installing from FTP
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 2
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-28 10:07 UTC by André Johansen
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-09 15:07:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Dump from Anaconda, bzip2 compressed (79.82 KB, text/plain)
2004-06-02 06:29 UTC, André Johansen
no flags Details

Description André Johansen 2004-05-28 10:07:45 UTC
From Bugzilla Helper: 
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, 
like Gecko) 
 
Description of problem: 
I booted from a local CD (diskboot.iso), and tried to install from 
FTP. 
 
After a custom package selection, Anaconda crashed with the 
following message: 
 
Traceback (most recent call last): 
  File "/usr/lib/anaconda/gui.py", line 1048, in 
handleRenderCallback 
    self.currentWindow.renderCallback() 
  File "/usr/lib/anaconda/iw/progress_gui.py", line 242, in 
renderCallback 
    self.intf.icw.nextClicked() 
  File "/usr/lib/anaconda/gui.py", line 763, in nextClicked 
    self.dispatch.gotoNext() 
  File "/usr/lib/anaconda/dispatch.py", line 169, in gotoNext 
    self.moveStep() 
  File "/usr/lib/anaconda/dispatch.py", line 237, in moveStep 
    rc = apply(func, self.bindArgs(args)) 
  File "/usr/lib/anaconda/packages.py", line 717, in doPreInstall 
    iutil.writeRpmPlatform(instPath) 
  File "/usr/lib/anaconda/iutil.py", line 644, in writeRpmPlatform 
    os.mkdir("%s/etc/rpm" %(root,)) 
OSError: [Errno 2] No such file or directory: 
'/mnt/sysimage/etc/rpm' 
 
Local variables in innermost frame: 
root: /mnt/sysimage 
rhpl: <module 'rhpl' from 
'/usr/lib/python2.3/site-packages/rhpl/__init__.py'> 
 
(I can send a the full dump in email on request.) 
 
Version-Release number of selected component (if applicable): 
 
 
How reproducible: 
Couldn't Reproduce 
 
Actual Results:  I had to reboot and start over.  On the second 
attempt, I chose a full install (to not wast too much time), but it 
seems to work now.

Comment 1 Jeremy Katz 2004-06-01 19:26:12 UTC
The full dump would be very helpful.  The most helpful would be
clicking the "Create a New Attachment" link and then attaching it to
the bug report.

Comment 2 André Johansen 2004-06-02 06:29:16 UTC
Created attachment 100786 [details]
Dump from Anaconda, bzip2 compressed

Comment 3 Jeremy Katz 2004-06-08 19:51:06 UTC
Can you reproduce this?  If you switch to tty2 when it happens, is
/mnt/sysimage mounted?

Comment 4 André Johansen 2004-06-09 06:24:02 UTC
I did try twice; once with a full install, then with custom 
selection, and both times worked.  I don't really want to reinstall 
my workstation now ;) 

Comment 5 Jeremy Katz 2004-06-09 15:07:16 UTC
I'm going to guess gremlins in the network :)

Comment 6 André Johansen 2004-06-10 06:56:13 UTC
Be aware that the FTP server is on the corporate LAN, so I doubt 
that is the problem... 
 


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