Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1491450 - Downloaded version of virt-who configure script is not compatible with rhel6
Summary: Downloaded version of virt-who configure script is not compatible with rhel6
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Virt-who Configure Plugin
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Unspecified
Assignee: Marek Hulan
QA Contact: Peter Ondrejka
satellite-doc-list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-13 20:39 UTC by Perry Gagne
Modified: 2019-09-26 16:12 UTC (History)
4 users (show)

Fixed In Version: foreman_virt_who_configure-0.1.7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-21 16:54:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 20918 0 None None None 2017-09-14 05:58:40 UTC

Description Perry Gagne 2017-09-13 20:39:14 UTC
Description of problem:
When using the "Download the script" button the script using the shebang 

"#! /usr/bin/bash"  

This works on RHEL7 but not on RHEL6. 


Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1. Create virt-who config using plugin 
2. Use "download the script" option to say the script to a file.
3. Copy the script to a RHEL6 box, chmod +x it and run it

Actual results:
'''
[root@ibm-x3250m4-04 ~]# ./deploy_virt_who_config_2.sh
-bash: ./deploy_virt_who_config_2.sh: /usr/bin/bash: bad interpreter: No such file or directory
'''

Expected results:
The script executes correctly


Additional info: In rhel7 /bin is a symlink to /usr/bin. So a simple fix would be to change the hash bang to /bin and this should work on both.

Comment 2 Marek Hulan 2017-09-14 05:58:39 UTC
Created redmine issue http://projects.theforeman.org/issues/20918 from this bug

Comment 3 Satellite Program 2017-09-14 14:14:23 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/20918 has been resolved.

Comment 4 Peter Ondrejka 2018-01-03 16:49:42 UTC
Verified on Sat 6.3 snap 30, virt-who script is now created with rhel6-compatible shebang

Comment 5 Bryan Kearney 2018-02-21 16:43:33 UTC
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.

https://access.redhat.com/errata/RHSA-2018:0336

Comment 6 Satellite Program 2018-02-21 16:54:37 UTC
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.
> > 
> > https://access.redhat.com/errata/RHSA-2018:0336


Note You need to log in before you can comment on or make changes to this bug.