Hide Forgot
+++ This bug was initially created as a clone of Bug #708178 +++ > Description of problem: Fix instances of #!/usr/bin/env python in virt-manager > Version-Release number of selected component (if applicable): All releases found on RHEL 5. > How reproducible: Always, if /usr/bin is removed off $PATH or if a different/custom Python release is placed on another directory and this directory preceeds /usr/bin in $PATH. > Steps to Reproduce: $ grep python /usr/bin/virt-manager > Actual results: exec python "/usr/share/virt-manager/virt-manager.py" "$@" > Expected results: exec /usr/bin/python "/usr/share/virt-manager/virt-manager.py" "$@" > Additional info: Reported on SFDC#00317745.
Version-Release should read: All releases found on RHEL 6.
Thanks, fixed upstream: http://git.fedorahosted.org/git?p=virt-manager.git;a=commit;h=f91523197f91417fc3440c77fe4c79967bb28345
Fixed in virt-manager-0.9.0-2.el6
according comment 6 move to assigned.
Sorry, missed a few. Upstream now: http://git.fedorahosted.org/git?p=virt-manager.git;a=commit;h=5104669795788a1685006761b437e9b296840f89
Fixed in virt-manager-0.9.0-6.el6
verify with : libvirt-0.9.4-6.el6 qemu-kvm-0.12.1.2-2.184.el6 kernel-2.6.32-191.el6 virt-manager-0.9.0-6.el6 python-virtinst-0.600.0-3.el6 step: 1:remove /usr/bin from $PATH #echo $PATH /usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/root/bin #grep python /usr/bin/virt-manager exec /usr/bin/python "/usr/share/virt-manager/virt-manager.py" "$@" #/usr/bin/virt-manager the virt-manager will launch successful. Verification passed.
Move to VERIFIED per Comment #10.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: No description necessary
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1642.html