https://bugzilla.novell.com/show_bug.cgi?id=788886 https://bugzilla.novell.com/show_bug.cgi?id=788886#c0 Summary: CDEmu daemon not working Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: i686 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: opera1818@yandex.ru QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Opera/9.80 (X11; Linux i686; U; ru) Presto/2.10.289 Version/12.02 When run manually I get it: ~> cdemu load 0 ~/1/opt/xensource/packages/iso/xs-tools-6.0.0.iso ERROR: Failed to connect to CDEmu daemon: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/cdemu-daemon-session.sh exited with status 255 ERROR: Failed to connect to daemon (bus: 'session')! My Next Step: ~> cat /usr/sbin/cdemud-launch #!/bin/sh modprobe -q sg; modprobe -q vhba; exec /usr/bin/cdemud ""; ~> su - # cdemud-launch Starting CDEmu daemon with following parameters: - num devices: 1 - ctl device: /dev/vhba_ctl - audio driver: null - bus type: session In other console: ~> lsmod | egrep "vhba|sg" vhba 17504 1 sg 35635 0 ~> cdemu load 0 ~/1/opt/xensource/packages/iso/xs-tools-6.0.0.iso ERROR: Failed to connect to CDEmu daemon: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/cdemu-daemon-session.sh exited with status 255 ERROR: Failed to connect to daemon (bus: 'session')! Then I create a file /etc/udev/rules.d/60-vhba.rules: KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="users" Also I do the following: # modprobe -r vhba sg # cdemud-launch ~> cdemu load 0 ~/1/opt/xensource/packages/iso/xs-tools-6.0.0.iso ~> cdemu status Devices' status: DEV LOADED FILENAME 0 1 /home/aliaksei/1/opt/xensource/packages/iso/xs-tools-6.0.0.iso 1 0 How to solve a problem without file? Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.