Thursday, May 2, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2529  / 3 Years ago, sun, august 15, 2021, 11:26:41

I'm using APTonCD on my ubuntu 13.04 amd64 installation. I've installed hal, but the load button in the restore menu of APTonCD does not work at all.



When I run APTonCD through the terminal, this is the output I get after clicking the load button:



Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/APTonCD/restore/restoreWindow.py", line 205, in on_btnLoadFrom
bus = dbus_helper.DeviceList()
File "/usr/lib/python2.7/dist-packages/APTonCD/core/dbus_helper.py", line 26, in __init__
self.hal_object = self.bus.get_object('org.freedesktop.Hal', '/org/freedesktop/Hal/Manager')
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 180, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 278, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with unknown return code 1


I can't make any sense about why this would be happening, and I would really appreciate some help


More From » package-management

 Answers
1

You need to downgrade to the version of hal used in 12.10 Quantal [download the Quantal hal packages from packages.ubuntu.com]. Uninstall the current version of hal [and it's 3 libraries]. Install hal-info first [I use Gdebi], then libhal1, libhal-storage1 and finally hal itself. Ignore warnings about later versions being available in the software channel. After this hal should load when you hit the restore button in APTonCD. Lock the hal versions with Synaptic or you might accidentally upgrade and recreate the problem.


[#31535] Monday, August 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
untroo

Total Points: 3
Total Questions: 110
Total Answers: 95

Location: Palestine
Member since Thu, Oct 28, 2021
3 Years ago
untroo questions
;