[Bug 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-29 Thread surfed
I can duplicate this on my system with two usb hubs. If both of them are
plugged in usb-creator exits and i get this in the log:

Traceback (most recent call last):
  File /usr/bin/usb-creator, line 40, in module
f = GtkFrontend()
  File /usr/lib/python2.5/site-packages/usbcreator/gtk_frontend.py, line 69, 
in __init__
self.backend.detect_devices()
  File /usr/lib/python2.5/site-packages/usbcreator/backend.py, line 357, in 
detect_devices
'free' : d.GetProperty('storage.removable.media_size'),
  File /var/lib/python-support/python2.5/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /var/lib/python-support/python2.5/dbus/connection.py, line 607, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.Hal.NoSuchProperty: No property 
storage.removable.media_size on device with id 
/org/freedesktop/Hal/devices/storage_serial_HP_Photosmart_D7100_series_MY669C80XN04SD_0_0


but if i unplug my printer (with build in hub) it starts up fine.

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package usb-creator - 0.1.7

---
usb-creator (0.1.7) intrepid; urgency=low

  * Unmount filesystems before formatting the device (LP: #273671).
  * Apparently order matters with respect to keyword arguments.
  * Filter out removable CD-ROM devices when trying to find empty disks
(LP: #271006).
  * Only look for devices that have the media_size property when looking for
empty partition tables (LP: #271006).
  * Remove the device representing an empty partition table if we find one of
its partitions (LP: #273671).
  * Properly set the boot device.
  * Shut down the install process when the cancel button is pressed.
  * Add the persistence and noprompt options to syslinux.cfg.
  * Handle the install process dying before shutdown() is called.

 -- Evan Dandrea [EMAIL PROTECTED]   Sun, 28 Sep 2008 20:06:41 -0400

** Changed in: usb-creator (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-28 Thread Evan Dandrea
** Changed in: usb-creator (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-27 Thread Greg Auger
No problem.

** Attachment added: hal_device.txt
   http://launchpadlibrarian.net/17995037/hal_device.txt

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-26 Thread Evan Dandrea
Greg,
Would you mind posting the output of hal-device?

Thanks

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-24 Thread Evan Dandrea
** Changed in: usb-creator (Ubuntu)
   Importance: Undecided = High
 Assignee: (unassigned) = Evan Dandrea (evand)

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-23 Thread Evan Dandrea
It also appears to be trying to use devices that are not USB mass
storage.  The attached dbus output is from a system that failed to find
the needed property on the specified device.

** Changed in: usb-creator (Ubuntu)
   Status: New = Confirmed

** Attachment added: dvdrw.txt
   http://launchpadlibrarian.net/17885365/dvdrw.txt

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-23 Thread Evan Dandrea
-- Starting up at 11:51:24 --
Traceback (most recent call last):
  File /usr/bin/usb-creator, line 25, in module
main()
  File /usr/bin/usb-creator, line 22, in main
f = GtkFrontend()
  File /usr/lib/python2.5/site-packages/usbcreator/gtk_frontend.py, line 75, 
in __init__
self.backend.detect_devices()
  File /usr/lib/python2.5/site-packages/usbcreator/backend.py, line 344, in 
detect_devices
'free' : d.GetProperty('storage.removable.media_size'),
  File /var/lib/python-support/python2.5/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /var/lib/python-support/python2.5/dbus/connection.py, line 607, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.Hal.NoSuchProperty: No property 
storage.removable.media_size on device with id 
/org/freedesktop/Hal/devices/storage_serial__NEC_DVD_RW_ND_1300A_E00010_28_0_0

-- Starting up at 11:52:02 --
Traceback (most recent call last):
  File /usr/bin/usb-creator, line 25, in module
main()
  File /usr/bin/usb-creator, line 22, in main
f = GtkFrontend()
  File /usr/lib/python2.5/site-packages/usbcreator/gtk_frontend.py, line 75, 
in __init__
self.backend.detect_devices()
  File /usr/lib/python2.5/site-packages/usbcreator/backend.py, line 344, in 
detect_devices
'free' : d.GetProperty('storage.removable.media_size'),
  File /var/lib/python-support/python2.5/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /var/lib/python-support/python2.5/dbus/connection.py, line 607, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.Hal.NoSuchProperty: No property 
storage.removable.media_size on device with id 
/org/freedesktop/Hal/devices/storage_serial__NEC_DVD_RW_ND_1300A_E00010_28_0_0

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-23 Thread Greg Auger
Just to extract the relevant part from my attachments:

DBusException: org.freedesktop.Hal.NoSuchProperty: No property
storage.removable.media_size on device with id
/org/freedesktop/Hal/devices/storage_serial_TEAC_USB_HS_SD_Card_030750C4_0_3

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-16 Thread Greg Auger

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/17662164/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/17662166/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/17662167/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/17662168/Traceback.txt

** Visibility changed to: Public

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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 271006] Re: usb-creator crashed with DBusException in call_blocking()

2008-09-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
usb-creator crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/271006
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