When in 'Restore' the 'Load' button does not work.

Bug #231289 reported by bri0
2
Affects Status Importance Assigned to Milestone
APTonCD
Incomplete
Undecided
Unassigned

Bug Description

Ubuntu 8.04 (x86) - APTonCD (0.1.98-0ubuntu1) installed from Synaptic.

When in 'Restore' the 'Load' button does not work.

Thanks

Revision history for this message
Laudeci Oliveira (laudeci) wrote :

More info needed.
Can you send us the traceback starting aptoncd from terminal?

Changed in aptoncd:
status: New → Incomplete
Revision history for this message
bri0 (bri-cowl) wrote :

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/APTonCD/restore/restoreWindow.py", line 209, in on_btnLoadFrom
    drives = bus.get_devices()
  File "/usr/lib/python2.5/site-packages/APTonCD/core/dbus_helper.py", line 38, in get_devices
    if vol.GetPropertyBoolean("volume.is_disc") and vol.GetPropertyBoolean("volume.disc.has_data"):
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  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.DBus.Error.AccessDenied: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "(unset)" member "GetPropertyBoolean" error name "(unset)" destination ":1.5")
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 78, in apport_excepthook
    report_file = open(pr_filename, 'wt')
IOError: [Errno 13] Permission denied: '/var/crash/_usr_bin_aptoncd.1000.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/APTonCD/restore/restoreWindow.py", line 209, in on_btnLoadFrom
    drives = bus.get_devices()
  File "/usr/lib/python2.5/site-packages/APTonCD/core/dbus_helper.py", line 38, in get_devices
    if vol.GetPropertyBoolean("volume.is_disc") and vol.GetPropertyBoolean("volume.disc.has_data"):
  File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  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.DBus.Error.AccessDenied: A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "(unset)" member "GetPropertyBoolean" error name "(unset)" destination ":1.5")

Revision history for this message
Laudeci Oliveira (laudeci) wrote : Re: [Bug 231289] Re: When in 'Restore' the 'Load' button does not work.
  • unnamed Edit (4.1 KiB, text/html; charset=ISO-8859-1)
Download full text (3.1 KiB)

Take a look at this bug
https://bugs.edge.launchpad.net/ubuntu/+source/aptoncd/+bug/199600
This problem was solved in this bug report, as you see it is duplicated.

Thank you for your report.

2008/5/18 bri0 <email address hidden>:

> *** This bug is a duplicate of bug 199600 ***
> https://bugs.launchpad.net/bugs/199600
>
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/APTonCD/restore/restoreWindow.py",
> line 209, in on_btnLoadFrom
> drives = bus.get_devices()
> File "/usr/lib/python2.5/site-packages/APTonCD/core/dbus_helper.py", line
> 38, in get_devices
> if vol.GetPropertyBoolean("volume.is_disc") and
> vol.GetPropertyBoolean("volume.disc.has_data"):
> File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in
> __call__
> return self._proxy_method(*args, **keywords)
> 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.DBus.Error.AccessDenied: A
> security policy in place prevents this sender from sending this message to
> this recipient, see message bus configuration file (rejected message had
> interface "(unset)" member "GetPropertyBoolean" error name "(unset)"
> destination ":1.5")
> Error in sys.excepthook:
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/apport_python_hook.py", line 78, in
> apport_excepthook
> report_file = open(pr_filename, 'wt')
> IOError: [Errno 13] Permission denied:
> '/var/crash/_usr_bin_aptoncd.1000.crash'
>
> Original exception was:
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/APTonCD/restore/restoreWindow.py",
> line 209, in on_btnLoadFrom
> drives = bus.get_devices()
> File "/usr/lib/python2.5/site-packages/APTonCD/core/dbus_helper.py", line
> 38, in get_devices
> if vol.GetPropertyBoolean("volume.is_disc") and
> vol.GetPropertyBoolean("volume.disc.has_data"):
> File "/var/lib/python-support/python2.5/dbus/proxies.py", line 68, in
> __call__
> return self._proxy_method(*args, **keywords)
> 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.DBus.Error.AccessDenied: A
> security policy in place prevents this sender from sending this message to
> this recipient, see message bus configuration file (rejected message had
> interface "(unset)" member "GetPropertyBoolean" error name "(unset)"
> destination ":1.5")
>
> --
> When in 'Restore' the 'Load' button does not work.
> https://bugs.launchpad.net/bugs/231289
> You received this bug notification because you are a bug assignee (via
> bug 199600).
>

--
-------------------------------------------------------------------------------------------------------------------------------
Laudeci Oliveira
Red Hat Certified Technician
Microsoft Certified Professional
Microsoft Certified Trainer
Tecnólogo em Sistema de I...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.