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 | 0000000160 160 Bytes | |
_link | 0000000124 124 Bytes | |
cdemu-daemon-3.2.6.tar.xz | 0000085976 84 KB | |
cdemu-daemon.changes | 0000007999 7.81 KB | |
cdemu-daemon.service | 0000000219 219 Bytes | |
cdemu-daemon.spec | 0000003275 3.2 KB | |
cdemu-daemon.sysconfig | 0000000197 197 Bytes |
Revision 67 (latest revision is 77)
David Sterba (dsterba)
accepted
request 1152112
from
Matthias Bach (theMarix)
(revision 67)
- Fix cdemu-daemon startup failing for regular users due to not being able to trigger the load of the vhba kernel module. (boo#958517) - Changes in spec file are from spec_cleaner and unrelated to functional change.
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.