[Bug 864094] New: improperly formatted /usr/bin/qemu-kvm causes Exec format error
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.
https://bugzilla.novell.com/show_bug.cgi?id=864094 https://bugzilla.novell.com/show_bug.cgi?id=864094#c1 Bruce Rogers <brogers@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Bruce Rogers <brogers@suse.com> 2014-02-15 16:09:44 UTC --- Fix checked in and pushed. Again, sorry for this oversight in the latest changes. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=864094 https://bugzilla.novell.com/show_bug.cgi?id=864094#c2 --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-15 18:00:14 CET --- This is an autogenerated message for OBS integration: This bug (864094) was mentioned in https://build.opensuse.org/request/show/222444 Factory / qemu -- 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.
participants (1)
-
bugzilla_noreply@novell.com