[Bug 298509] Re: ubiquity crashed with ValueError in command()

2019-10-30 Thread Jean-Baptiste Lallement
closing old report without recent duplicate.

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/298509

Title:
  ubiquity crashed with ValueError in command()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/298509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 298509] Re: ubiquity crashed with ValueError in command()

2012-07-10 Thread Sebastien Bacher
bug #601295 seems similar, still happening on quantal, cf bug #1012906

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/298509

Title:
  ubiquity crashed with ValueError in command()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/298509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2012-06-25 Thread Colin Watson
** Changed in: ubiquity (Ubuntu)
   Status: Fix Committed = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/298509

Title:
  ubiquity crashed with ValueError in command()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/298509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2012-04-29 Thread Edilson R. Campijo
** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/298509

Title:
  ubiquity crashed with ValueError in command()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/298509/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-04-13 Thread Hoa Le
Yesterday I was able to solve the problem by:

1. Changing BIOS default setting of PNP=NO (because Windows takes care
of PNP) to PNP=YES;

2. Download the iso file of Ubuntu Alternate CD for Lucid Beta 2;

3. Burn to a CD and install Lucid Beta 2.

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-04-13 Thread Charlie Kravetz
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided = High

** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-04-12 Thread Hoa Le
Hi,

Just tried installing Lucid Beta2 again but this time added pnpbios=0.
Same problem.  Errno 13: Permission denied /proc/2601/environ.

Here's the content of /var/log/installer/debug:

Ubiquity 2.2.15
/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py:558: GtkWarning: 
gtk_window_resize: assertion `width  0' failed
  widget.resize(w, h)
/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py:1255: GtkWarning: 
gtk_progress_set_percentage: assertion `percentage = 0  percentage = 1.0' 
failed
  self.progress_bar.set_fraction(fraction)
/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py:1264: GtkWarning: 
gtk_progress_set_percentage: assertion `percentage = 0  percentage = 1.0' 
failed
  self.progress_bar.set_fraction(fraction)
Exception in GTK frontend (invoking crash handler):
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/gtk_ui.py, line 508, in run
self.process_step()
  File /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 1160, in 
process_step
self.progress_loop()
  File /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 1043, in 
progress_loop
(ret, realtb))
RuntimeError: Install failed with exit code 1
Traceback (most recent call last):
  File /usr/share/ubiquity/install.py, line 2497, in module
install.run()
  File /usr/share/ubiquity/install.py, line 391, in run
self.configure_hardware()
  File /usr/share/ubiquity/install.py, line 1403, in configure_hardware
install_misc.set_debconf(self.target, 'popularity-contest/participate', 
participate, self.db)
  File /usr/lib/ubiquity/ubiquity/install_misc.py, line 70, in set_debconf
dc = debconf.Debconf(read=dccomm.stdout, write=dccomm.stdin)
  File /usr/lib/python2.6/dist-packages/debconf.py, line 53, in __init__
self.setUp(title)
  File /usr/lib/python2.6/dist-packages/debconf.py, line 56, in setUp
self.version = self.version(2)
  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: ''


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/gtk_ui.py, line 508, in run
self.process_step()
  File /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 1160, in 
process_step
self.progress_loop()
  File /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py, line 1043, in 
progress_loop
(ret, realtb))
RuntimeError: Install failed with exit code 1
Traceback (most recent call last):
  File /usr/share/ubiquity/install.py, line 2497, in module
install.run()
  File /usr/share/ubiquity/install.py, line 391, in run
self.configure_hardware()
  File /usr/share/ubiquity/install.py, line 1403, in configure_hardware
install_misc.set_debconf(self.target, 'popularity-contest/participate', 
participate, self.db)
  File /usr/lib/ubiquity/ubiquity/install_misc.py, line 70, in set_debconf
dc = debconf.Debconf(read=dccomm.stdout, write=dccomm.stdin)
  File /usr/lib/python2.6/dist-packages/debconf.py, line 53, in __init__
self.setUp(title)
  File /usr/lib/python2.6/dist-packages/debconf.py, line 56, in setUp
self.version = self.version(2)
  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: ''

The crash occurred near the end where the Installer is configuring
hardware.

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-04-11 Thread Hoa Le
Same crash on 10.04 beta 4 downloaded n Friday  April 9, 2010

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-04-11 Thread Hoa Le
Based on the solution to Bug#298509, retried installing 10.04 beta2.
After the first crash, a gnome desktop appeared. I clicked on
Accessories to open a terminal to type ubiquity --no-migration-
assistant, before hitting the install ubuntu 10.04 folder. After
selecting boot loader location, I deliberately chose NOT to migrate any
documents or settings and proceed with Install.  The installation or
ubiquity crashed near the very end.  Screen went black then same ubuntu
desktop re-appears with error message: ubiquity crashed with value
error in command().

Crash report details has permission denied: /proc/16194/environ

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-03-27 Thread Jason
Also seen same crash on 10.4 downloaded Mar 26

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-03-19 Thread Harald
Same crash with 10.4 Beta downloaded on Friday 2010-3-18.

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2010-01-30 Thread Apport retracing service
** Tags added: bugpattern-needed

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2009-06-17 Thread santo
Same crash here with Ubuntu 9.04 Live CD install.

How to reproduce (at least on my system):
start livecd and either select to install a new system or to run a live cd.
If the latter, then start ubiquity manually by clicking the install shortcut 
on the desktop.

Set language, keyboard, time zone, ... and don't select any OS'es when offered 
to migrate settings from other OS'es on you system.
At the end click finish to start the installation.
The installation will start formatting/copying files/... and finally crash with 
the error mentioned above.
Result: an unusable, unbootable Ubuntu installation !

Apparently the problem has to do with the migration of settings form other 
OS'es.
While I selected to not migrate any settings, it appears that it is still 
trying to do so during installation.

How do I know ?
Because when you start ubiquity from a terminal window on the live cd with the 
following options:

ubiquity --no-migration-assistant

The installation finishes without any errors.

Actually I don't know why I still choose to download the live cd, as it has 
never worked for me.
Each time a new Ubuntu version is released and I try to install through the 
live cd, something doesn't work and
in the end I always have to download the alternate install cd.
This time I was rather *lucky* that I found a workaround.

It's really incomprehensible that Ubuntu releases such crappy
installation cd's

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 298509] Re: ubiquity crashed with ValueError in command()

2009-05-09 Thread Hew McLachlan
** Visibility changed to: Public

-- 
ubiquity crashed with ValueError in command()
https://bugs.launchpad.net/bugs/298509
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs