cdemu-daemon
No description set
- Devel package for openSUSE:Factory
-
1
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout filesystems/cdemu-daemon && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
60-vhba.rules | 0000000366 366 Bytes | |
_scmsync.obsinfo | 0000000159 159 Bytes | |
cdemu-daemon-3.2.7.tar.xz | 0000086140 84.1 KB | |
cdemu-daemon.changes | 0000008672 8.47 KB | |
cdemu-daemon.service | 0000000219 219 Bytes | |
cdemu-daemon.spec | 0000003254 3.18 KB | |
cdemu-daemon.sysconfig | 0000000197 197 Bytes |
Latest Revision
unknown
committed
(revision 77)
[info=e0a17a15e21b9ed71c6853788ca3ab9c1c8375c894ae629c97f0bd38a8d0a395]
Comments 2
I'm receiving
ERROR: Failed to acquire daemon interface version (this most likely means your daemon is out-of-date): g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name net.sf.cdemu.CDEmuDaemon was not provided by any .service files (2)
Which is preventing me from mounting images.
I think removing Remove bundled DBus activation scripts. is causing the issue. https://build.opensuse.org/package/rdiff/filesystems/cdemu-daemon?linkrev=base&rev=61
Tarball now includes
cdemu-daemon.service
andnet.sf.cdemu.CDEmuDaemon.service
. I have fixed issue by manually copying/cdemu-daemon-3.2.5/service-example/cdemu-daemon.service /usr/lib/systemd/user
andcdemu-daemon-3.2.5/service-example/net.sf.cdemu.CDEmuDaemon.service /usr/share/dbus-1/services/
Followed by sudo systemctl reload.