[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-10-05 Thread Evan Dandrea
Marking the ubiquity task as Invalid.  This was a bug in jockey.

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

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Evan Dandrea
I've proposed the following patch to jockey to fix the prompting issue:
https://code.launchpad.net/~ev/jockey/855042/+merge/77497

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Martin Pitt
Jockey fix uploaded to unapproved. Thanks Evan!

** Changed in: jockey (Ubuntu)
   Importance: Undecided = Medium

** Changed in: jockey (Ubuntu)
   Status: New = 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/855042

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/jockey/ubuntu

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Martin Pitt
** Also affects: jockey (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:jockey

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package jockey - 0.9.4-0ubuntu9

---
jockey (0.9.4-0ubuntu9) oneiric; urgency=low

  * Only ask for confirmation in check_composite if --confirm has been set.
Thanks to Evan Dandrea! Patch cherrypicked from trunk r740.
(LP: #855042)
 -- Martin Pitt martin.p...@ubuntu.com   Thu, 29 Sep 2011 17:22:09 +0200

** Changed in: jockey (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/jockey

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-28 Thread Colin Watson
def check_composite(self):
'''Check for a composite-enabling X.org driver.

If one is available and not installed, offer to install it and return
True if installation succeeded. Otherwise return False.
'''

h_id = self.backend().check_composite()

if h_id:
self.set_handler_enable(h_id, 'enable', True)
return bool(self.backend().handler_info(h_id)['enabled'])

self.error_msg(self._('There is no available graphics driver for your 
system which supports the composite extension, or the current one already 
supports it.'))
return False

Looks like this always asks for confirmation regardless?

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

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-26 Thread Brian Murray
** Changed in: ubiquity (Ubuntu)
   Importance: Undecided = High

** Changed in: ubiquity (Ubuntu)
 Assignee: (unassigned) = Ubuntu Installer Team (ubuntu-installer)

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-20 Thread Chad A. Davis
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/855042

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-20 Thread Chad A. Davis
Running
  sudo killall jockey-text
allows the installation to continue to completion. The system is bootable and 
usable after that.

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-20 Thread Chad A. Davis
Looking at the syslog it may be relevant, that this is a German installation. 
I see: 

Sep 20 23:07:17 ubuntu ubiquity: Bitte 'j' oder 'n' eingeben und Enter drücken
Sep 20 21:07:18  ubiquity: last message repeated 78 times

Maybe someone somewhere is passing a non-localized 'y' for 'yes' and
someone else is expecting a localized 'j' (Ja for yes). Attaching syslog
and debug log from ubiquity. This should have more info that the
previous logs.

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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

[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-20 Thread Chad A. Davis
** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/855042/+attachment/2433430/+files/syslog

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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


[Bug 855042] Re: ubiquity hangs while jockey-text at 100% CPU

2011-09-20 Thread Chad A. Davis
** Attachment added: debug
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/855042/+attachment/2433431/+files/debug

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

Title:
  ubiquity hangs while jockey-text at 100% CPU

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

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