Bug 489613 - Traceback from OSError, unable to unpack value
Summary: Traceback from OSError, unable to unpack value
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rhpl
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 489406 (view as bug list)
Depends On:
Blocks: F11Beta, F11BetaBlocker
TreeView+ depends on / blocked
 
Reported: 2009-03-10 22:15 UTC by Jesse Keating
Modified: 2013-01-10 03:27 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-03-16 17:58:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jesse Keating 2009-03-10 22:15:23 UTC
anaconda 11.5.0.26 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.6/site-packages/rhpl/executil.py", line 93, in execWithRedirect
    except OSError, (errno, msg):
  File "/usr/lib/python2.6/site-packages/rhpl/keyboard.py", line 129, in activate
    executil.execWithRedirect(argv[0], argv)
  File "/usr/lib/anaconda/textw/keyboard_text.py", line 59, in __call__
    anaconda.id.keyboard.activate()
  File "/usr/lib/anaconda/text.py", line 674, in run
    rc = win(self.screen, instance)
  File "/usr/bin/anaconda", line 1012, in <module>
    anaconda.intf.run(anaconda)
ValueError: need more than 0 values to unpack

Local variables in innermost frame:
status: -1
searchPath: 0
stdout: 1
stdin: 0
argv: ['/usr/bin/loadkeys', 'us']
ignoreTermSigs: 0
command: /usr/bin/loadkeys
stderr: 2
newPgrp: 0
root: /
childpid: 1840

Comment 1 Chris Lumens 2009-03-12 15:56:00 UTC
*** Bug 489406 has been marked as a duplicate of this bug. ***

Comment 2 Jesse Keating 2009-03-12 17:55:56 UTC
Updated the topic.  OSError does indeed raise a tuple that is errorno and the message, so I'm not entirely sure what's going on here.

Comment 3 Chris Lumens 2009-03-16 15:46:10 UTC
There has to be some external factor here, as I am unable to reproduce this locally.  If you can reliably hit it, can you attach the various log files?  Also, is there anything special you are doing or is this just a straight text mode install?

Comment 4 Jesse Keating 2009-03-16 17:58:30 UTC
This may have been due to the squashfs issues we were having.  I'm going to close this unless we can reproduce again somewhere else.


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