[Bug 574706] Re: Ubuntu 10.04 Installer crashes with Raid0
Brian Murray
brian at ubuntu.com
Wed Aug 3 17:33:29 UTC 2011
Exception during installation:
May 3 18:21:49 ubuntu python: Traceback (most recent call last):
May 3 18:21:49 ubuntu python: File "/usr/share/ubiquity/install.py", line 2566, in <module>
May 3 18:21:49 ubuntu python: install.run()
May 3 18:21:49 ubuntu python: File "/usr/share/ubiquity/install.py", line 418, in run
May 3 18:21:49 ubuntu python: self.configure_bootloader()
May 3 18:21:49 ubuntu python: File "/usr/share/ubiquity/install.py", line 1681, in configure_bootloader
May 3 18:21:49 ubuntu python: self.db.input('critical', bootdev)
May 3 18:21:49 ubuntu python: File "/usr/lib/python2.6/dist-packages/debconf.py", line 65, in <lambda>
May 3 18:21:49 ubuntu python: lambda *args, **kw: self.command(command, *args, **kw))
May 3 18:21:49 ubuntu python: File "/usr/lib/python2.6/dist-packages/debconf.py", line 86, in command
May 3 18:21:49 ubuntu python: status = int(status)
May 3 18:21:49 ubuntu python: ValueError: invalid literal for int() with base 10: ''
May 3 18:21:49 ubuntu python:
** Tags added: installer-crash
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/574706
Title:
Ubuntu 10.04 Installer crashes with Raid0
Status in “ubiquity” package in Ubuntu:
New
Bug description:
Binary package hint: ubiquity
Traceback (most recent call last):
File "/usr/lib/ubiquity/bin/ubiquity", line 524, in <module>
main(oem_config)
File "/usr/lib/ubiquity/bin/ubiquity", line 511, in main
install(query=options.query)
File "/usr/lib/ubiquity/bin/ubiquity", line 242, in install
ret = wizard.run()
File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 460, in run
self.progress_loop()
File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 863, in progress_loop
(ret, realtb))
RuntimeError: Install failed with exit code 1
Traceback (most recent call last):
File "/usr/share/ubiquity/install.py", line 2566, in <module>
install.run()
File "/usr/share/ubiquity/install.py", line 1681, in configure_bootloader
self.db.input('critical', bootdev)
File "/usr/lib/python2.6/dist-packages/debconf.py", line 65, in <lambda>
lambda *args, **kw: self.command(command, *args, **kw))
FIle "/usr/lib/python2.6/dist-packages/debconf.py", line 86, in command
status = int(status)
ValueError: invalid literal for int() with base 10: "
First, sorry for my bad English
I found this error while I was intalling Kubuntu 10.04 amd64 by the cdrom installer. I think the most important problem is grub-installer, because I am in RAID0 mode and it tries to install the bootloader in /dev/sda instead of the right place (/dev/mapper/...).
I suppose there is the same problem in Ubuntu.
/var/log/syslog
/var/log/partman
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/574706/+subscriptions
More information about the foundations-bugs
mailing list