安装Hiweed时出错

Ubuntu各种衍生版本
回复
bkkkd
帖子: 110
注册时间: 2005-08-23 11:19

安装Hiweed时出错

#1

帖子 bkkkd » 2007-07-22 7:26

下面是出错的提示
在安装手动编辑分区列表时出现

代码: 全选

We're sorry; the installer crashed. Please file a new bug report at https://launchpad.net/distros/ubuntu/+source/ubiquity/+filebug (do not attach your details to any existing bug) and a developer will attend to the problem as soon as possible. To help the developers understand what went wrong, include the following detail in your bug report, and attach the files /var/log/installer/syslog, /var/log/syslog, and /var/log/partman:
Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 130, in ?
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 55, in install
    ret = wizard.run()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 266, in run
    self.process_step()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 755, in process_step
    self.mountpoints_to_summary()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 1101, in mountpoints_to_summary
    if partman_commit.PartmanCommit(self).run_command(auto_process=True) != 0:
  File "/usr/lib/python2.4/site-packages/ubiquity/filteredcommand.py", line 128, in run_command
    self.start(auto_process=auto_process)
  File "/usr/lib/python2.4/site-packages/ubiquity/filteredcommand.py", line 45, in start
    self.db = DebconfCommunicator(PACKAGE, cloexec=True)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 125, in __init__
    write=self.dccomm.tochild)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 48, in __init__
    self.setUp(title)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 51, in setUp
    self.version = self.version(2)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 60, in <lambda>
    lambda *args, **kw: self.command(command, *args, **kw))
  File "/usr/lib/python2.4/site-packages/debconf.py", line 81, in command
    status = int(status)
ValueError: invalid literal for int(): 
头像
linpinger
帖子: 54
注册时间: 2006-06-15 22:44

#2

帖子 linpinger » 2007-07-22 10:35

碰到过类似的问题,我是在将所有挂载的文件系统全部卸掉才可装上

可以执行 sudo umount -a
xaerochina
帖子: 67
注册时间: 2007-02-10 21:14
来自: The Earth
联系:

#3

帖子 xaerochina » 2007-07-22 11:44

MS 分区的时候不能装载该磁盘上的分区。
bkkkd
帖子: 110
注册时间: 2005-08-23 11:19

#4

帖子 bkkkd » 2007-07-22 12:56

linpinger 写了:碰到过类似的问题,我是在将所有挂载的文件系统全部卸掉才可装上
可以解释一下吗?
liveCD本来就没有挂载分区
怎么去卸掉??
难道把整个盘给格了?
回复