Bug 720374
Summary: | Files "condor_router_history", "condor_router_rm" and "condor_router_q" are not valid executable files for Windows | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Petra Svobodová <psvobodo> |
Component: | condor | Assignee: | Timothy St. Clair <tstclair> |
Status: | CLOSED ERRATA | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | Development | CC: | iboverma, jneedle, matt, mkudlej, tstclair |
Target Milestone: | 2.0.1 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Windows | ||
Whiteboard: | |||
Fixed In Version: | condor-7.6.3-0.3 | Doc Type: | Bug Fix |
Doc Text: |
Certain utility scripts did not end in a suffix, which is required for executables on Windows. These scripts are no longer included in the MSI installer.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-09-07 16:45:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 723887 |
Description
Petra Svobodová
2011-07-11 14:32:46 UTC
updated to add their correct .py extension in distribution see dependent BZ information Files "condor_router_rm" and "condor_router_q" are shell scripts. Would you possibly to look at these files, please? thanks for the update, apparently I was a bit quick on the draw. I've modified to .sh extension on install. You will need to setup file associations with cygwin in order to run. 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: C: Build modifications exposed a flaw in distribution, when fixed causes issues when trying to run on windows C: Without a file extension users will have to determine the correct interpreter and invoke by hand F: Add correct extension during installation prior to packaging R: Installs should have the correct file extensions. Kicking back to assigned b/c we have decided to remove these tools from the windows build and they have never worked. Deleted Technical Notes Contents. Old Contents: C: Build modifications exposed a flaw in distribution, when fixed causes issues when trying to run on windows C: Without a file extension users will have to determine the correct interpreter and invoke by hand F: Add correct extension during installation prior to packaging R: Installs should have the correct file extensions. Modified upstream for conditional build flag removal. Thus is will not be in our next revision. 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: C: Build modifications exposed a flaw in distribution to distro executables when they are scripts. C: Tools did not work F: Remove the tools from distribution on windows. R: Tools are no longer distributed in the .msi package. There are still condor_router_* are in condor-win-7.6.3-0.2.msi and there is not any other newer package. -->ASSIGNED Tested on Windows 2003/2008/7 x x86_64/i386 and Windows XP i386 and Windows 2008 R2 x86_64 with condor-win-7.6.3-0.3.msi and condor_router_* are not there. -->VERIFIED Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1 @@ -C: Build modifications exposed a flaw in distribution to distro executables when they are scripts. +Certain utility scripts did not end in a suffix, which is required for executables on Windows. These scripts are no longer included in the MSI installer.-C: Tools did not work -F: Remove the tools from distribution on windows. -R: Tools are no longer distributed in the .msi package. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-1249.html |