Bug 170428 - FTP install fails
Summary: FTP install fails
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-11 16:49 UTC by David Woodhouse
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-11 17:27:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Woodhouse 2005-10-11 16:49:04 UTC
FTP installation fails on ppc64, today's rawhide (anaconda 10.3.0.30)

               | An unhandled exception has occurred.        # |
               | This is most likely a bug.  Please save a   # |
               | copy of the detailed exception and file a   # |
               | bug report against anaconda at              # |
               | http://bugzilla.redhat.com/bugzilla/        # |
               |                                             # |
               | Traceback (most recent call last):          # |
               |   File "/usr/bin/anaconda", line 1177, in   # |
               | ?                                           # |
               |     intf.run(id, dispatch)                  # |
               |   File "/usr/lib/anaconda/text.py", line    # |
               | 493, in run                                 # |
               |     dispatch.gotoNext()                     # |
               |   File "/usr/lib/anaconda/dispatch.py",     # |
               | line 154, in gotoNext                       # |
               |     self.moveStep()                         # |
               |   File "/usr/lib/anaconda/dispatch.py",     # |
               | line 225, in moveStep                       # |
               |     rc = apply(func, self.bindArgs(args))   # |
               |   File "/usr/lib/anaconda/backend.py",      # |
               | line 131, in doPreSelection                 # |
               |     backend.doPreSelection(intf, id,        # |
               | instPath)                                   # |
               |   File "/usr/lib/anaconda/yuminstall.py",   # |
               | line 253, in doPreSelection                 # |
               |     self.ayum.setup(fn="/tmp/yum.conf",     # |
               | root=instPath)                              # |
               |   File "/usr/lib/anaconda/yuminstall.py",   # |
               | line 222, in setup                          # |
               |     self.doConfigSetup(fn, root)            # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/yum/__in  # |
               | it__.py", line 82, in doConfigSetup         # |
               |     self.conf =                             # |
               | config.yumconf(configfile=fn, root=root)    # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/yum/conf  # |
               | ig.py", line 189, in __init__               # |
               |     configh = confpp(configfile)            # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/yum/conf  # |
               | ig.py", line 584, in __init__               # |
               |     fo = self._pushfile( url )              # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/yum/conf  # |
               | ig.py", line 675, in _pushfile              # |
               |     fo = self._urlresolver.urlopen(absurl)  # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 444, in urlopen        # |
               |     return default_grabber.urlopen(url,     # |
               | **kwargs)                                   # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 575, in urlopen        # |
               |     return self._retry(opts, retryfunc,     # |
               | url)                                        # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 547, in _retry         # |
               |     return apply(func, (opts,) + args, {})  # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 574, in retryfunc      # |
               |     return URLGrabberFileObject(url,        # |
               | filename=None, opts=opts)                   # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 728, in __init__       # |
               |     self._do_open()                         # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 820, in _do_open       # |
               |     fo, hdr = self._make_request(req,       # |
               | opener)                                     # |
               |   File                                      # |
               | "/usr/lib/python2.4/site-packages/urlgrabb  # |
               | er/grabber.py", line 891, in _make_request  # |
               |     fo = opener.open(req)                   # |
               |   File "/usr/lib/python2.4/urllib2.py",     # |
               | line 358, in open                           # |
               |     response = self._open(req, data)        # |
               |   File "/usr/lib/python2.4/urllib2.py",     # |
               | line 376, in _open                          # |
               |     '_open', req)                           # |
               |   File "/usr/lib/python2.4/urllib2.py",     # |
               | line 337, in _call_chain                    # |
               |     result = func(*args)                    # |
               |   File "/usr/lib/python2.4/urllib2.py",     # |
               | line 1119, in file_open                     # |
               |     return self.open_local_file(req)        # |
               |   File "/usr/lib/python2.4/urllib2.py",     # |
               | line 1131, in open_local_file               # |
               |     import email.Utils                      # |
               | ImportError: No module named email.Utils    # |

Comment 1 Jeremy Katz 2005-10-11 17:27:54 UTC
Fixed in CVS


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