https://bugzilla.novell.com/show_bug.cgi?id=864094 https://bugzilla.novell.com/show_bug.cgi?id=864094#c0 Summary: improperly formatted /usr/bin/qemu-kvm causes Exec format error Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: KVM AssignedTo: brogers@suse.com ReportedBy: brogers@suse.com QAContact: jdouglas@suse.com Found By: --- Blocker: --- I'm not sure how this even slipped by, but our shell script for /usr/bin/qemu-kvm needs a sh-bang header to be able to execute correctly in all instances. I've bumped into the case where libvirt complains as follows: error: internal error: Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /usr/bin/qemu-kvm -help) unexpected exit status 1: libvirt: error : cannot execute binary /usr/bin/qemu-kvm: Exec format error We need to add the following to the start of that shell script: #!/bin/sh Doing so resolves this issue -- 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.