During some upgrades or installations of Fedora, the installation program (also known as anaconda) may fail with a Python or traceback error. This error may occur after the selection of individual packages or while trying to save the upgrade log in the /tmp/
directory. The error may look similar to:
Traceback (innermost last):
File "/var/tmp/anaconda-7.1//usr/lib/anaconda/iw/progress_gui.py", line 20, in run
rc = self.todo.doInstall ()
File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 1468, in doInstall
self.fstab.savePartitions ()
File "fstab.py", line 221, in savePartitions
sys.exit(0)
SystemExit: 0
Local variables in innermost frame:
self: <fstab.GuiFstab instance at 8446fe0>
sys: <module 'sys' (built-in)>
ToDo object: (itodo ToDo p1 (dp2 S'method' p3 (iimage CdromInstallMethod
p4 (dp5 S'progressWindow' p6 <failed>
在会发生这个错误的系统中,到 /tmp/
的链接可能是与其它位置的符号链接,或者 /tmp/
自从创建以来已被改变。这些符号链接或被改变的链接在安装进程中无效,因此安装程序无法在其中写入信息而失败。
If you experience such an error, first try to download any available updates for anaconda. Updates for anaconda and instructions for using them can be found at:
http://fedoraproject.org/wiki/Anaconda/Updates
anaconda 的网站也是一个有用的参考,它位于:
http://fedoraproject.org/wiki/Anaconda
你还可以搜寻与这一问题有关的错误报告。要搜寻红帽的错误跟踪系统,请访问:
http://bugzilla.redhat.com/bugzilla/