microsoft / omi-script-provider

Script Provider for the OMI Project
Other
8 stars 7 forks source link

[non-python2.7 OS] installation failed with python2.7: command not found #43

Closed JumpingYang001 closed 7 years ago

JumpingYang001 commented 7 years ago

This does not support in current release, I just list this issue here, thanks. ENV: CentOS 5 (x64/x86), CentOS 6 (x64/x86) Oracle 5 (x64/x86), Oracle 6 (x64/x86) SUSE 10 (x64/x86), SUSE 11 (x64/x86), Rhel 5 (x64/x86), Rhel 6 (x64/x86)

Installation fail:

root@omi64-rhel5-01  # rpm -ivh OMIScriptProvider-1.1.1-22.x64.rpm 
Preparing...                ########################################### [100%]
   1:OMIScriptProvider      ########################################### [100%]
/var/tmp/rpm-tmp.5297: line 1: python2.7: command not found 

~
root@omi64-rhel5-01  # echo $?
0 

Run: /opt/omi/bin/omireg --Python xyz_frog

Error: Server::open - exec failed: 2: "No such file or directory"/opt/omi/bin/omireg: MI_Module.schemaDecl is null

JumpingYang001 commented 7 years ago

Remove Debian 6 (x64/x86), thanks.

JumpingYang001 commented 7 years ago
~
root@omi64-rhel5-01  # echo $?
0 

shows the install pass even the console shows "python2.7: command not found" ?

JumpingYang001 commented 7 years ago

Just close this, and if we need to support non-python2.7 in the future, then we can test them that time.