Comment 10 for bug 152737

Revision history for this message
Brian Murray (brian-murray) wrote : Traceback

Exception during installation:
Oct 16 18:47:34 ubuntu python: Traceback (most recent call last):
Oct 16 18:47:34 ubuntu python: File "/usr/share/ubiquity/install.py", line 1768, in <module>
Oct 16 18:47:34 ubuntu python: install.run()
Oct 16 18:47:34 ubuntu python: File "/usr/share/ubiquity/install.py", line 397, in run
Oct 16 18:47:34 ubuntu python: self.configure_hardware()
Oct 16 18:47:34 ubuntu python: File "/usr/share/ubiquity/install.py", line 1082, in configure_hardware
Oct 16 18:47:34 ubuntu python: self.set_debconf('popularity-contest/participate', participate)
Oct 16 18:47:34 ubuntu python: File "/usr/share/ubiquity/install.py", line 1745, in set_debconf
Oct 16 18:47:34 ubuntu python: dc = debconf.Debconf(read=dccomm.stdout, write=dccomm.stdin)
Oct 16 18:47:34 ubuntu python: File "/usr/lib/python2.5/site-packages/debconf.py", line 48, in __init__
Oct 16 18:47:34 ubuntu python: self.setUp(title)
Oct 16 18:47:34 ubuntu python: File "/usr/lib/python2.5/site-packages/debconf.py", line 51, in setUp
Oct 16 18:47:34 ubuntu python: self.version = self.version(2)
Oct 16 18:47:34 ubuntu python: File "/usr/lib/python2.5/site-packages/debconf.py", line 60, in <lambda>
Oct 16 18:47:34 ubuntu python: lambda *args, **kw: self.command(command, *args, **kw))
Oct 16 18:47:34 ubuntu python: File "/usr/lib/python2.5/site-packages/debconf.py", line 81, in command
Oct 16 18:47:34 ubuntu python: status = int(status)
Oct 16 18:47:34 ubuntu python: ValueError: invalid literal for int() with base 10: ''
Oct 16 18:47:34 ubuntu python: