Bug 468882

Summary: gypsy d-bus service not usable after install
Product: [Fedora] Fedora Reporter: Bastien Nocera <bnocera>
Component: dbusAssignee: David Zeuthen <davidz>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: bnocera, davidz, mclasen, pbrobinson, walters
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: gypsy-0.6-9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-21 16:01:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bastien Nocera 2008-10-28 16:21:28 UTC
$ sudo yum -y install gypsy
<snip>
Installed:
  gypsy.x86_64 0:0.6-4.fc10                                                                                                                                                                                                                                                           

Complete!
$ bzr clone http://burtonini.com/bzr/gypsy-status/
$ cd gypsy-status/
$ ./status.py 
Traceback (most recent call last):
<snip>
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Gypsy was not provided by any .service files
$ cat /usr/share/dbus-1/services/org.freedesktop.Gypsy.service
[D-BUS Service]
Name=org.freedesktop.Gypsy
Exec=/usr/libexec/gypsy-daemon

Either dbus is broken and doesn't notice the new file, or the gypsy package is missing something to make dbus notice it.

dbus-1.2.4-1.fc10.x86_64

Comment 1 Peter Robinson 2008-11-04 19:48:07 UTC
Looking at this further it seems that it runs OK if you run /usr/libexec/gypsy-daemon manually. So it seems that the registration of the service if the service isn't already running has issues. I think the /etc/dbus-1/system.d/Gypsy.conf is suppose to take care of the run running rego stuff.

The following link seems likely the best coverage of the possible issues.

http://raphael.slinckx.net/blog/documents/dbus-tutorial

But it seems the upstream gypsy project doesn't have much momentum at the moment.

Comment 2 Bug Zapper 2008-11-26 04:22:22 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Peter Robinson 2009-06-21 16:01:24 UTC
Fixed as per your patch.

Comment 4 Bastien Nocera 2009-06-21 22:50:03 UTC
Figured this out eventually :)