run crashed with DBusException in call_blocking()

Bug #344916 reported by Eric Hickman
This bug affects 35 people
Affects Status Importance Assigned to Milestone
Checkbox
Fix Released
High
Marc Tardif
checkbox (Ubuntu)
Fix Released
High
Marc Tardif

Bug Description

Binary package hint: checkbox

just tried to run system testing after latest juanty upgrade, and it crashed

ProblemType: Crash
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/checkbox/run
InterpreterPath: /usr/bin/python2.6
Package: checkbox 0.7
PackageArchitecture: all
ProcCmdline: python /usr/share/checkbox/run /usr/share/checkbox/configs/checkbox-gtk.ini
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
PythonArgs: ['/usr/share/checkbox/run', '/usr/share/checkbox/configs/checkbox-gtk.ini']
SourcePackage: checkbox
Title: run crashed with DBusException in call_blocking()
Uname: Linux 2.6.28-10-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

Revision history for this message
Eric Hickman (enhickman) wrote :
David Murphy (schwuk)
Changed in checkbox (Ubuntu):
assignee: nobody → cr3
importance: Undecided → High
milestone: none → ubuntu-9.04-beta
status: New → Triaged
Changed in checkbox:
assignee: nobody → cr3
importance: Undecided → High
milestone: none → 0.7.1
status: New → Triaged
Revision history for this message
linuxuser600 (linuxuser600) wrote :

Same Problem here.

Revision history for this message
Z Hespelt (zhespelt) wrote :

Tried to run system testing after latest Jaunty upgrade, and it crashed.

Revision history for this message
Alethea Mack (halow8888) wrote :

Yep. Me too.

Revision history for this message
Wickus Martin (wickus-martin) wrote :

Same here.

Revision history for this message
sombertattoo (glp) wrote :

Very same problem. Update from 8.10 to 9.04. Tried the system testing. Crashed without GUI.

Revision history for this message
PirBoazo (pierre-boizot-name) wrote :

szaaaame problem with UNR version 9.04

Revision history for this message
Wivern (wivern) wrote :

8.10 to 9.04 alpha 6 update.

running "System testing" (checkbox-gtk) as regular user gives the same error.
but running as "root" works fine.

so for now I just changed the menu from "/usr/bin/checkbox-gtk" to "gksu /usr/bin/checkbox-gtk" and it works fine.

Revision history for this message
Tadas Masiulionis (tadzikaz) wrote :

Same problem

Revision history for this message
Z Hespelt (zhespelt) wrote :

Run crashed when I tried to run system testing.

Revision history for this message
Meigs (meigs-deactivatedaccount-deactivatedaccount) wrote :

Exactly the same problem here

Revision history for this message
Jonas Diaz (jonasdiaz) wrote :

One more, I have the same problem...

Revision history for this message
Phil (pcorbett) wrote :

same problem too!

Revision history for this message
Randall (xrandallx2008) wrote :

same prob here just happened i was wanting to be curious and see what it done and bam it crashed

Revision history for this message
Z Hespelt (zhespelt) wrote :

updated again this morning and rebooted. Run crashed again.

Revision history for this message
macpablo (t-bordeleau) wrote :

same here, even after todays updates.

Revision history for this message
Rick McBride (rmcbride) wrote :

seems to be dying trying to attach to dbus and getting access denied.

Revision history for this message
amdefeo (amdefeo) wrote :

I might as well jump on the band wagon.

Same problem.

Revision history for this message
Jon Charge (seropith) wrote :

Same issue.

Revision history for this message
Joel zetterlund (joel-uusimaki) wrote :

Same here.

Revision history for this message
Marc Tardif (cr3) wrote :

Could someone experiencing this problem please attach the configuration files from /etc/checkbox.d and also try running checkbox with debugging information: checkbox-gtk --log-level=debug

The reason I ask is that there have been other reports about configuration file management. So, if the backend manager which should be run as root is not blacklisted when running the checkbox client, then this might cause problems. Thanks for all the reports!

Changed in checkbox:
status: Triaged → Incomplete
Changed in checkbox (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Alethea Mack (halow8888) wrote :

Surprise, surprise. I went to run it from terminal as:
checkbox-gtk --log-level-debug

It worked. I submitted it, and am attatching the checkbox.log anyway.

Revision history for this message
amdefeo (amdefeo) wrote :

This is what I got when I ran checkbox-gtk --log-level=debug

See attachment

Revision history for this message
linuxuser600 (linuxuser600) wrote :

when i run checkbox-gtk --log-level=debug it looks like this.

Revision history for this message
Marc Tardif (cr3) wrote :

Thank you very much for the above attachments. The problem seems to be related to the installation process which didn't override the configuration file. So, the backend manager is not being blacklisted and is attempted to be run as the user, whereas it should actually be run by dbus. For a temporary workaround until a new package is released, please try adding the following line in /etc/checkbox.d/checkbox.conf under the [checkbox/plugins] section:

blacklist = backend_manager

Changed in checkbox (Ubuntu):
status: Incomplete → In Progress
Changed in checkbox:
status: Incomplete → In Progress
Revision history for this message
Jonas Enge (jonas-enge) wrote :

sudo nano /etc/checkbox.d/checkbox.ini

And add
blacklist = backend_manager

to [checkbox/plugins] section worked for me.

Revision history for this message
Jeroen Hooyberghs (jeroen-linux) wrote :

Adding the option worked here too.

Revision history for this message
cheshirrrrre (cheshirrrrre) wrote :

same here.

Revision history for this message
NetBit73 (mmach) wrote : Re: [Bug 344916] Re: run crashed with DBusException in call_blocking()

THX :)

Marc Tardif pisze:
> Thank you very much for the above attachments. The problem seems to be
> related to the installation process which didn't override the
> configuration file. So, the backend manager is not being blacklisted and
> is attempted to be run as the user, whereas it should actually be run by
> dbus. For a temporary workaround until a new package is released, please
> try adding the following line in /etc/checkbox.d/checkbox.conf under the
> [checkbox/plugins] section:
>
> blacklist = backend_manager
>
> ** Changed in: checkbox (Ubuntu)
> Status: Incomplete => In Progress
>
> ** Changed in: checkbox
> Status: Incomplete => In Progress
>
>

Revision history for this message
NetBit73 (mmach) wrote :

THX :)

Jonas Enge pisze:
> sudo nano /etc/checkbox.d/checkbox.ini
>
> And add
> blacklist = backend_manager
>
> to [checkbox/plugins] section worked for me.
>
>

Revision history for this message
dmcdonald (daniel-mcdonald) wrote :

Same here

Revision history for this message
Soren (acquino) wrote : Re: [!! SPAM] [Bug 344916] Re: run crashed with DBusException in call_blocking()

Works ! :)

Marc Tardif a écrit :
> Thank you very much for the above attachments. The problem seems to be
> related to the installation process which didn't override the
> configuration file. So, the backend manager is not being blacklisted and
> is attempted to be run as the user, whereas it should actually be run by
> dbus.

Revision history for this message
Chris McCormick (cjmccormick) wrote :

just tried to run system testing after latest juanty upgrade, and it crashed

Revision history for this message
Jonas Diaz (jonasdiaz) wrote : Re: [Bug 344916] Re: run crashed with DBusException in call_blocking()

>
> Worked here...Thxs...
>

Revision history for this message
amdefeo (amdefeo) wrote :

Nice!!!!

Revision history for this message
Marc Tardif (cr3) wrote :

Thanks for all the feedback everyone, I have just committed a fix which should prevent this problem from occuring again. I have basically removed ucf from the equation because there is currently no use case to modify the configuration file. So, instead of asking to keep the user's configuration or the package maintainer's, the latter configuration is always used.

Changed in checkbox:
status: In Progress → Fix Committed
Changed in checkbox (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Peter (shewankao) wrote :

Works well, thank!

On Tue, Mar 24, 2009 at 10:23 PM, Marc Tardif <email address hidden>wrote:

> Thanks for all the feedback everyone, I have just committed a fix which
> should prevent this problem from occuring again. I have basically
> removed ucf from the equation because there is currently no use case to
> modify the configuration file. So, instead of asking to keep the user's
> configuration or the package maintainer's, the latter configuration is
> always used.
>
> ** Changed in: checkbox
> Status: In Progress => Fix Committed
>
> ** Changed in: checkbox (Ubuntu)
> Status: In Progress => Fix Committed
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

Revision history for this message
nutznboltz (nutznboltz-deactivatedaccount) wrote :

same on amd64

Revision history for this message
CR. Middaugh (cr-middaugh) wrote :

Thanks, problem solved with:

/etc/checkbox.d/checkbox.ini

[checkbox/plugins]
blacklist = backend_manager

Revision history for this message
skyrider (xtreambike) wrote :

Hi thank you for the e-mail!
Can I ask you something else? I'm new user and I instal the ubuntu 8.10 and
I feel very happy
with this edition!!!! everthing works great, at least that I check unless a
wifi adaptor realteck rtl 8187.
I try to instal a driver that I found in realtck site and then the adaptor
works but when I open the firefox
does not run (online but no upload-download...).
But the most important problem is that, I try to do a system hardware check
and the system start and when the sound check start
I hear a mistirious noise ksssksksks... and from then and after my sound
card has malfuction.. I have not sound, only
this ksksksskssks. Have you ever hear for that problem?

Thank you for listening me.

acer aspire 2930
intel core2 T5800 2.0Ghz, 3Gb ram, Graphics 4500MHD,

2009/3/25 nutznboltz <email address hidden>

> same on amd64
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
Mototechnicland R&D Store
Babis
<email address hidden>

Revision history for this message
skyrider (xtreambike) wrote :

Sorry, I forgot to tell you that now I instal the 9.04 ubuntu version and
the problem excist...

Thank you!

P.S. sorry for my english...

2009/3/25 nutznboltz <email address hidden>

> same on amd64
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
Mototechnicland R&D Store
Babis
<email address hidden>

Revision history for this message
dervish (dervish666) wrote :

worked here, but only when I run as root/

Revision history for this message
Patrick Coutu (patrick-coutu) wrote :

Running Ubuntu 9.04 beta, same problem

Revision history for this message
rfurgy (rfurgy) wrote :

Ubuntu jaunty (development branch) 9.04 beta

same crash here

Revision history for this message
magicdarvin (magicdarvin) wrote :
Revision history for this message
manueljdms (manueljdms) wrote :

Muchas gracias... ya funciona!

2009/3/27 magicdarvin <email address hidden>

> solved https://bugs.launchpad.net/checkbox/+bug/344916/comments/26
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
Gmyfam (gmyfam) wrote :

Tried to Run system testing it says: Sorry the program ''run'' closed unexpectedly

Revision history for this message
manueljdms (manueljdms) wrote :

2009/3/28 Gmyfam <email address hidden>

> Tried to Run system testing it says: Sorry the program ''run'' closed
> unexpectedly
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
bLaCkMeTaL (andreamatesi) wrote :

here too, running beta and same bug

Revision history for this message
manueljdms (manueljdms) wrote :

2009/3/28 bLaCkMeTaL <email address hidden>

> here too, running beta and same bug
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
Z Hespelt (zhespelt) wrote :

Run crashed while loading system testing after most recent updates (3/28/09 9:30am)

Revision history for this message
manueljdms (manueljdms) wrote :

2009/3/28 Z Hespelt <email address hidden>

> Run crashed while loading system testing after most recent updates
> (3/28/09 9:30am)
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
ARXONTAS666 (arxontas) wrote :

Tried to Run system testing .... And it says: Sorry the program 'run' unexpectedly closed..

Revision history for this message
ARXONTAS666 (arxontas) wrote :
  • 1 Edit (1011 bytes, text/plain)

Tried to Run system testing .... And it says: Sorry the program 'run' unexpectedly closed..

Revision history for this message
endorfin (rene-kersten) wrote :

Tried to Run system testing ...

Then i add this fix from the comment above

/etc/checkbox.d/checkbox.ini

[checkbox/plugins]
blacklist = backend_manager

... and the system testing works fine.

Revision history for this message
car4dave (d-gross-06) wrote :

apparently I was not the only one who tried to run system testing after installing the beta :o)

Revision history for this message
FSFsupporter (loldaolda) wrote :

unfortunately, the solution posted here ( /etc/checkbox.d/checkbox.ini

[checkbox/plugins]
blacklist = backend_manager)
 does not help to solve it on my rig...

Revision history for this message
FSFsupporter (loldaolda) wrote :

please ignore my comment, it works fine :)

Revision history for this message
manueljdms (manueljdms) wrote :

2009/3/29 FSFsupporter <email address hidden>

> unfortunately, the solution posted here ( /etc/checkbox.d/checkbox.ini
>
> [checkbox/plugins]
> blacklist = backend_manager)
> does not help to solve it on my rig...
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

gissi (zerinol)
description: updated
Revision history for this message
manueljdms (manueljdms) wrote :

2009/3/29 gissi <email address hidden>

> ** Description changed:
>
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> - Architecture: i386
> + Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
Strider (alex-rayu) wrote :

The problem was caused when a "System Testing" was launched. Unubtu 9.04 Beta - Testing.

Revision history for this message
manueljdms (manueljdms) wrote :

2009/3/31 Strider <email address hidden>

> The problem was caused when a "System Testing" was launched. Unubtu
> 9.04 Beta - Testing.
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
Victor Blanco (xtremeshadow) wrote :

Segun lo que e verificado el inconveniente pareceria estar directamente en
gnome o algo similar por que al usar otro escritorio como kde o ligth.... me
funciona el sistema sin ningun problema menos la wireless. Seria bueno
solucionar el problema antes de la version final de Jaunty Jackalope...

2009/3/31 manueljdms <email address hidden>

> 2009/3/31 Strider <email address hidden>
>
> > The problem was caused when a "System Testing" was launched. Unubtu
> > 9.04 Beta - Testing.
> >
> > --
> > run crashed with DBusException in call_blocking()
> > https://bugs.launchpad.net/bugs/344916
> > You received this bug notification because you are a direct subscriber
> > of a duplicate bug.
> >
> > Status in Checkbox System Testing: Fix Committed
> > Status in “checkbox” source package in Ubuntu: Fix Committed
> >
> > Bug description:
> > Binary package hint: checkbox
> >
> > just tried to run system testing after latest juanty upgrade, and it
> > crashed
> >
> > ProblemType: Crash
> > Architecture: AMD64
> > DistroRelease: Ubuntu 9.04
> > ExecutablePath: /usr/share/checkbox/run
> > InterpreterPath: /usr/bin/python2.6
> > Package: checkbox 0.7
> > PackageArchitecture: all
> > ProcCmdline: python /usr/share/checkbox/run
> > /usr/share/checkbox/configs/checkbox-gtk.ini
> > ProcEnviron:
> > SHELL=/bin/bash
> > LANG=en_US.UTF-8
> > PythonArgs: ['/usr/share/checkbox/run',
> > '/usr/share/checkbox/configs/checkbox-gtk.ini']
> > SourcePackage: checkbox
> > Title: run crashed with DBusException in call_blocking()
> > Uname: Linux 2.6.28-10-generic i686
> > UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
> >
>
>
> --
> manueljd.
>
>
> ** Attachment added: "Si falla run"
> http://launchpadlibrarian.net/24562918/Si%20falla%20run
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Checkbox System Testing: Fix Committed
> Status in “checkbox” source package in Ubuntu: Fix Committed
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
L0rd5h@d0w
Sent from Guatemala

Revision history for this message
Dim Zoom (dimzoom) wrote :

still crashing with beta

Revision history for this message
David Murphy (schwuk) wrote :

Released in Checkbox 0.7.1.

Changed in checkbox:
status: Fix Committed → Fix Released
Revision history for this message
pswartout (paul-swartout) wrote :

Just tried running "System Testing" from latest update (updated 20 mins ago) and got error. Looks the same as above

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package checkbox - 0.7.1

---------------
checkbox (0.7.1) jaunty; urgency=low

  * New Bugfix release (LP: #352389)
  * New icon
  * Fixed pygst dependency (LP: #334442)
  * Fixed configuration file updates during install (LP: #330596) and
    and DBus exceptions (LP: #344916)
  * Expanded and fixed translations (LP: #347038)

 -- Dave Murphy <email address hidden> Tue, 31 Mar 2009 13:54:12 +0100

Changed in checkbox:
status: Fix Committed → Fix Released
Revision history for this message
Paul (ep42) wrote :

Had that crash on a DELL GX240 (Small FormFactor)...

Revision history for this message
Yohanes Mario Chandra (yohanes-mc) wrote :

System Testing on 9.04 beta, upgraded from 8.10, still crashing.

Revision history for this message
ludefork (ludefork) wrote :

Crashed using 9.04 and after updating in the last 3 minutes.

Revision history for this message
zednex (zhurzuk) wrote :

thanx for the fix

Revision history for this message
David Murphy (schwuk) wrote :

@Paul, @Yohanes, @ludefork: Can you confirm which version of Checkbox you have (`dpkg -l | grep checkbox`), and can you attach your /etc/checkbox.d/checkbox.ini please.

Revision history for this message
manueljdms (manueljdms) wrote :

2009/4/2 Dave Murphy <email address hidden>

> @Paul, @Yohanes, @ludefork: Can you confirm which version of Checkbox
> you have (`dpkg -l | grep checkbox`), and can you attach your
> /etc/checkbox.d/checkbox.ini please.
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
Jim Louvau (jlouvau) wrote :

0.7.1 fixed it here on 1 i386 and 2 amd64 boxen (9.04 beta). Thanks!

Revision history for this message
jem141 (jem141) wrote :

Yes, 0.7.1 seems to be stable. Thanks!!!

On Thu, Apr 2, 2009 at 8:33 AM, Jim Louvau <email address hidden> wrote:
> 0.7.1 fixed it here on 1 i386 and 2 amd64 boxen (9.04 beta). Thanks!
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
~ Jeff McDonough

Revision history for this message
ludefork (ludefork) wrote :

Dave Murphy:

I've got checkbox 0.7.1.

See attach for checkbox.ini

Crashed again a few minutes ago while loading "System Testing". I had updated the 9.04 software before loading "System Testing."

Revision history for this message
David Murphy (schwuk) wrote :

@ludefork: You might have 0.7.1 installed, but your checkbox.ini is wrong (which is strange because 0.7.1 should replace that file). Can you replace the contents of /etc/checkbox.d/checkbox.ini with the following and re-test?

[DEFAULT]
version = 0.7
plugins = checkbox/plugins
registries = checkbox/registries

[checkbox/plugins]
blacklist = backend_manager
modules = %(checkbox_share)s/plugins/*.py

[checkbox/registries]
modules = %(checkbox_share)s/registries/*.py

Revision history for this message
jem141 (jem141) wrote :

It appears mine is wrong as well.

rugrat@jeff3:~$ cat /etc/checkbox.d/checkbox.ini
[DEFAULT]
version = 0.1-0ubuntu10
plugins = checkbox/plugins
registries = checkbox/registries

[checkbox/plugins]
blacklist = backend_manager
modules = %(checkbox_share)s/plugins

[checkbox/registries]
modules = %(checkbox_share)s/registries

rugrat@jeff3:~$ dpkg -l | grep checkbox
ii checkbox 0.7.1
                Checkbox System Testing
ii checkbox-gtk 0.7.1
                Checkbox GTK Interface
ii hwtest 0.7.1
                Transitional package to checkbox
ii hwtest-gtk 0.7.1
                Transitional package to checkbox-gtk
rugrat@jeff3:~$

On Thu, Apr 2, 2009 at 11:08 AM, Dave Murphy <email address hidden> wrote:
> @ludefork: You might have 0.7.1 installed, but your checkbox.ini is
> wrong (which is strange because 0.7.1 should replace that file). Can you
> replace the contents of /etc/checkbox.d/checkbox.ini with the following
> and re-test?
>
> [DEFAULT]
> version = 0.7
> plugins = checkbox/plugins
> registries = checkbox/registries
>
> [checkbox/plugins]
> blacklist = backend_manager
> modules = %(checkbox_share)s/plugins/*.py
>
> [checkbox/registries]
> modules = %(checkbox_share)s/registries/*.py
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
~ Jeff McDonough

Revision history for this message
Michael Priest (pingers) wrote :

Okay, I had the same trouble - replaced the checkbox.ini and it runs fine
Running 0.7.1... so I assume it was supposed to be replaced, but wasn't.
(Upgraded from Ubuntu 8.10 to 9.04)

Revision history for this message
ludefork (ludefork) wrote :

Dave Murphy: thanks, that worked!

Revision history for this message
manueljdms (manueljdms) wrote :

2009/4/2 Michael Priest <email address hidden>

> Okay, I had the same trouble - replaced the checkbox.ini and it runs fine
> Running 0.7.1... so I assume it was supposed to be replaced, but wasn't.
> (Upgraded from Ubuntu 8.10 to 9.04)
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
despois (akazen) wrote : Re: [Bug 344916] Re: run crashed with DBusException in call_blocking()

manueljdms a écrit :
> 2009/4/2 Michael Priest <email address hidden>
>
>
>> Okay, I had the same trouble - replaced the checkbox.ini and it runs fine
>> Running 0.7.1... so I assume it was supposed to be replaced, but wasn't.
>> (Upgraded from Ubuntu 8.10 to 9.04)
>>
>> --
>> run crashed with DBusException in call_blocking()
>> https://bugs.launchpad.net/bugs/344916
>> You received this bug notification because you are a direct subscriber
>> of a duplicate bug.
>>
>> Status in Checkbox System Testing: Fix Released
>> Status in “checkbox” source package in Ubuntu: Fix Released
>>
>> Bug description:
>> Binary package hint: checkbox
>>
>> just tried to run system testing after latest juanty upgrade, and it
>> crashed
>>
>> ProblemType: Crash
>> Architecture: AMD64
>> DistroRelease: Ubuntu 9.04
>> ExecutablePath: /usr/share/checkbox/run
>> InterpreterPath: /usr/bin/python2.6
>> Package: checkbox 0.7
>> PackageArchitecture: all
>> ProcCmdline: python /usr/share/checkbox/run
>> /usr/share/checkbox/configs/checkbox-gtk.ini
>> ProcEnviron:
>> SHELL=/bin/bash
>> LANG=en_US.UTF-8
>> PythonArgs: ['/usr/share/checkbox/run',
>> '/usr/share/checkbox/configs/checkbox-gtk.ini']
>> SourcePackage: checkbox
>> Title: run crashed with DBusException in call_blocking()
>> Uname: Linux 2.6.28-10-generic i686
>> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>>
>>
>
>
>
no more problem since i made some updates,
many thanks

Revision history for this message
Desai (bhavikdesai1988) wrote :

when clicked system testing, it gave me
Sorry, the program g
"run" closed
unexpectedly

If you were not doing anything confidential(entering
passwords or other private information), you can help
to improve the application by reporting the problem.

Revision history for this message
manueljdms (manueljdms) wrote : Re: [Bug 344916] Re: run crashed with DBusException in call_blocking()

2009/4/4 Desai <email address hidden>

> when clicked system testing, it gave me
> Sorry, the program g
> "run" closed
> unexpectedly
>
> If you were not doing anything confidential(entering
> passwords or other private information), you can help
> to improve the application by reporting the problem.
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: AMD64
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

description: updated
Revision history for this message
Adam Stovicek (arstovicek) wrote :

System Testing crashed with this bug on first attempt with the below criteria. It happen while the "Gathering information from your system..." dialog box was visible. Subsequent attempts to use System Testing finished with no errors.

adam@osiris:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu jaunty (development branch)
Release: 9.04
Codename: jaunty

adam@osiris:~$ uname -a
Linux osiris 2.6.28-11-generic #40-Ubuntu SMP Fri Apr 3 17:39:51 UTC 2009 i686 GNU/Linux

adam@osiris:~$ dpkg -l | grep checkbox
ii checkbox 0.7.1 Checkbox System Testing
ii checkbox-gtk 0.7.1 Checkbox GTK Interface
ii hwtest-gtk 0.7.1 Transitional package to checkbox-gtk

adam@osiris:~$ cat /etc/checkbox.d/checkbox.ini
[DEFAULT]
version = 0.7
plugins = checkbox/plugins
registries = checkbox/registries

[checkbox/plugins]
blacklist = backend_manager
modules = %(checkbox_share)s/plugins/*.py

[checkbox/registries]
modules = %(checkbox_share)s/registries/*.py

Revision history for this message
collinp (collinp) wrote :

Had this same problem, the configuration posted before fixed it.

Revision history for this message
Nerix (l-neri) wrote :

Run crashed while loading system testing

Revision history for this message
manueljdms (manueljdms) wrote :

2009/4/5 Nerix <email address hidden>

> Run crashed while loading system testing
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

--
manueljd.

Revision history for this message
Allan Nordhøy (comradekingu) wrote :

8.04 → 8.10 → 9.04
Updated, but still crashes.

Revision history for this message
Jonathande2 (jonathan-slob) wrote :

fixed only you clicked on no when the updater asked to replace a config file that`s why it still crashes

Revision history for this message
zaphodbblx (zaphodbblx) wrote :

found fix...all better thanks!
brian
On Tue, Apr 7, 2009 at 4:07 PM, Jonathande2 <email address hidden>wrote:

> fixed only you clicked on no when the updater asked to replace a config
> file that`s why it still crashes
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Ubuntu..... Linux for human beings

Revision history for this message
Alex Mayorga (alex-mayorga) wrote :

I for one still crashing like this as reported on Bug #357407

Revision history for this message
ivavis (ivano.visco) wrote :

good work :D

2009/4/8 zaphodbblx <email address hidden>

> found fix...all better thanks!
> brian
> On Tue, Apr 7, 2009 at 4:07 PM, Jonathande2 <<email address hidden>
> >wrote:
>
> > fixed only you clicked on no when the updater asked to replace a config
> > file that`s why it still crashes
> >
> > --
> > run crashed with DBusException in call_blocking()
> > https://bugs.launchpad.net/bugs/344916
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
>
> --
> Ubuntu..... Linux for human beings
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

Revision history for this message
David Murphy (schwuk) wrote :

For anyone still experiencing this problem, please can you replace the contents of /etc/checkbox.d/checkbox.ini with the following and re-test. Thank you.

[DEFAULT]
version = 0.7
plugins = checkbox/plugins
registries = checkbox/registries

[checkbox/plugins]
blacklist = backend_manager
modules = %(checkbox_share)s/plugins/*.py

[checkbox/registries]
modules = %(checkbox_share)s/registries/*.py

Revision history for this message
YA_SRSLY (hippo56) wrote :

found fix that works for me... try re-installing "checkbox" through Synaptic... worked like a charm

Revision history for this message
Nikola B (eniaroyah) wrote :

Re> For anyone still experiencing this problem, please can you replace the
contents of /etc/checkbox.d/checkbox.ini with the following and re-test.

Thank you, this works on x64.

Revision history for this message
Eero Pajarre (epajarre) wrote :

Dave Murphy's checkbox.ini fixed the System testing start for me also
(Jaunty on Pentium4). I still seem to get an latter error though.

I will see what Apport wants to report for that.

     Eero

Revision history for this message
ivavis (ivano.visco) wrote :

re-installing checkbox worked for me too.

2009/4/8 YA_SRSLY <email address hidden>

> found fix that works for me... try re-installing "checkbox" through
> Synaptic... worked like a charm
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

Revision history for this message
Voicu Marius (voicumarius) wrote :

 It worked after re-installing checkbox.

2009/4/8 Ivano Visco <email address hidden>

> re-installing checkbox worked for me too.
>
> 2009/4/8 YA_SRSLY <email address hidden>
>
> > found fix that works for me... try re-installing "checkbox" through
> > Synaptic... worked like a charm
> >
> > --
> > run crashed with DBusException in call_blocking()
> > https://bugs.launchpad.net/bugs/344916
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
> > Status in Checkbox System Testing: Fix Released
> > Status in “checkbox” source package in Ubuntu: Fix Released
> >
> > Bug description:
> > Binary package hint: checkbox
> >
> > just tried to run system testing after latest juanty upgrade, and it
> > crashed
> >
> > ProblemType: Crash
> > Architecture: i386
> > DistroRelease: Ubuntu 9.04
> > ExecutablePath: /usr/share/checkbox/run
> > InterpreterPath: /usr/bin/python2.6
> > Package: checkbox 0.7
> > PackageArchitecture: all
> > ProcCmdline: python /usr/share/checkbox/run
> > /usr/share/checkbox/configs/checkbox-gtk.ini
> > ProcEnviron:
> > SHELL=/bin/bash
> > LANG=en_US.UTF-8
> > PythonArgs: ['/usr/share/checkbox/run',
> > '/usr/share/checkbox/configs/checkbox-gtk.ini']
> > SourcePackage: checkbox
> > Title: run crashed with DBusException in call_blocking()
> > Uname: Linux 2.6.28-10-generic i686
> > UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
> >
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Checkbox System Testing: Fix Released
> Status in “checkbox” source package in Ubuntu: Fix Released
>
> Bug description:
> Binary package hint: checkbox
>
> just tried to run system testing after latest juanty upgrade, and it
> crashed
>
> ProblemType: Crash
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/checkbox/run
> InterpreterPath: /usr/bin/python2.6
> Package: checkbox 0.7
> PackageArchitecture: all
> ProcCmdline: python /usr/share/checkbox/run
> /usr/share/checkbox/configs/checkbox-gtk.ini
> ProcEnviron:
> SHELL=/bin/bash
> LANG=en_US.UTF-8
> PythonArgs: ['/usr/share/checkbox/run',
> '/usr/share/checkbox/configs/checkbox-gtk.ini']
> SourcePackage: checkbox
> Title: run crashed with DBusException in call_blocking()
> Uname: Linux 2.6.28-10-generic i686
> UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
>

Revision history for this message
Steven Acres (swa) wrote :

Re-installing and hand-editing the checkbox.ini config is a viable and working solution.
Cheers!

Revision history for this message
Jordy Dickinson (jordy-d) wrote :

Wow, the entire Ubuntu community must be subscribed to this page. O.o

Revision history for this message
mickey (mickey-rose-trees) wrote :

Replaced file...now works fine. thanks.

Revision history for this message
lorem ispmro (loremispmro-deactivatedaccount-deactivatedaccount) wrote :

Hello

Thanks alot all of you. I have re-installed checkbox, and now can use
"system testing".
Keep up the goodwork.

Good day

On Fri, Apr 10, 2009 at 10:40 PM, mickey <email address hidden> wrote:

> Replaced file...now works fine. thanks.
>
> --
> run crashed with DBusException in call_blocking()
> https://bugs.launchpad.net/bugs/344916
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>

--
aTs

Revision history for this message
David Wing (dave-penguinway) wrote :

I just upgraded to Jaunty today and I had the same problem with System Testing crashing. It would only run if I ran it as root from the command line. I replaced the /etc/checkbox.d/checkbox.ini file with the one Dave Murphy suggested and the program works fine now. I am using x64 architecture on my PC. I guess the bad .ini file is still getting shipped with Jaunty. Here is an attachment of it.

Revision history for this message
Myroslav (mgalan) wrote : Re: [Bug 344916] Re: run crashed with DBusException in call_blocking()

I added the line blacklist = backend_manager to

/etc/checkbox.d/checkbox.ini and System Testing now works in Jaunty.

M

David Wing wrote:
> I just upgraded to Jaunty today and I had the same problem with System
> Testing crashing. It would only run if I ran it as root from the
> command line. I replaced the /etc/checkbox.d/checkbox.ini file with the
> one Dave Murphy suggested and the program works fine now. I am using
> x64 architecture on my PC. I guess the bad .ini file is still getting
> shipped with Jaunty. Here is an attachment of it.
>
>
> ** Attachment added: "0.1-0ubuntu10.txt"
> http://launchpadlibrarian.net/25994165/0.1-0ubuntu10.txt
>
>

Revision history for this message
Myroslav (mgalan) wrote :

Sorry. I forgot to say that I added the line blacklist =
backend_manager in

/etc/checkbox.d/checkbox.ini

under the item [checkbox/plugins]

M

David Wing wrote:
> I just upgraded to Jaunty today and I had the same problem with System
> Testing crashing. It would only run if I ran it as root from the
> command line. I replaced the /etc/checkbox.d/checkbox.ini file with the
> one Dave Murphy suggested and the program works fine now. I am using
> x64 architecture on my PC. I guess the bad .ini file is still getting
> shipped with Jaunty. Here is an attachment of it.
>
>
> ** Attachment added: "0.1-0ubuntu10.txt"
> http://launchpadlibrarian.net/25994165/0.1-0ubuntu10.txt
>
>

Revision history for this message
Paco Soberón (unratito) wrote :

Same here. Just upgraded to Jaunty yesterday and checkbox-gtk doesn't run as user. The version installed was 0.7.1 (which is supposed to have the fix included). I guess it works for fresh installs but not for upgrades.

For the record, workaround (including blacklist line in config file) works.

Revision history for this message
Peter (shewankao) wrote : Invitation to connect on LinkedIn

LinkedIn
------------

Bug,

I'd like to add you to my professional network on LinkedIn.

- 旭萬

旭萬 高
Student at University of Houston
Houston, Texas Area

Confirm that you know 旭萬 高
https://www.linkedin.com/e/isd/1270243140/vo4GTyKz/

------
(c) 2010, LinkedIn Corporation

To post a comment you must log in.