FS#57188 - [jack2-dbus] Process org.jackaudio.service exited with status 1

Attached to Project: Community Packages
Opened by Ben Davis (bendavis78) - Monday, 22 January 2018, 01:53 GMT
Last edited by Eli Schwartz (eschwartz) - Sunday, 11 March 2018, 00:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ray Rashif (schivmeister)
David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I'm unable to use jack2-dbus:

$ jack_control start

```
Traceback (most recent call last):
File "/usr/bin/jack_control", line 399, in <module>
main()
File "/usr/bin/jack_control", line 160, in main
controller = bus.get_object(service_name, "/org/jackaudio/Controller")
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.jackaudio.service exited with status 1
```

Package version: jack2-dbus-1.9.12-1
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Sunday, 11 March 2018, 00:51 GMT
Reason for closing:  No response
Comment by David Runge (dvzrv) - Friday, 09 February 2018, 09:45 GMT
Hmm, I've just successfully used `jack_control start` myself, so I can't reproduce this at all.
Could you tell us more about your environment?
Which desktop environment are you using? Is dbus started for your session (`systemctl --user status dbus`)? Which user are you starting this with and is that user in the audio group (`groups <your user>`)?

Loading...