Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues installing packages on OHS Nodes #213

Open
pierrepgithub opened this issue Aug 28, 2024 · 1 comment
Open

issues installing packages on OHS Nodes #213

pierrepgithub opened this issue Aug 28, 2024 · 1 comment

Comments

@pierrepgithub
Copy link

Are these packages needed for the OHS nodes? Ran into a few issues which seemed to have been skipped while running the ./provision_oke.sh script

  • compat-libstdc++-*
  • compat-libcap*
Installing the OS package 'compat-libstdc++-*' on Webhost 10.0.2.11...
Current STEPNO: 167
ssh -q -i /home/opc/.ssh/id_rsa -t -o "StrictHostKeyChecking no" -o ProxyCommand='ssh -q -i /home/opc/.ssh/id_rsa [email protected] -W %h:%p' [email protected] "sudo yum install -y compat-libstdc++-* "
 Error: Unable to find a match: compat-libstdc++-* 28 Aug 2024 10:00:35 PM GMT.
Status=1
===========
Installing the OS package 'compat-libcap*' on Webhost 10.0.2.11...
Current STEPNO: 168
ssh -q -i /home/opc/.ssh/id_rsa -t -o "StrictHostKeyChecking no" -o ProxyCommand='ssh -q -i /home/opc/.ssh/id_rsa [email protected] -W %h:%p' [email protected] "sudo yum install -y compat-libcap* "
 Error: Unable to find a match: compat-libcap* Wed 28 Aug 2024 10:00:35 PM GMT.
Status=1
Installing the OS package 'compat-libstdc++-*' on Webhost 10.0.2.6...
Current STEPNO: 178
ssh -q -i /home/opc/.ssh/id_rsa -t -o "StrictHostKeyChecking no" -o ProxyCommand='ssh -q -i /home/opc/.ssh/id_rsa [email protected] -W %h:%p' [email protected] "sudo yum install -y compat-libstdc++-* "
 Error: Unable to find a match: compat-libstdc++-* 28 Aug 2024 09:32:47 PM GMT.
Status=1
===========
Installing the OS package 'compat-libcap*' on Webhost 10.0.2.6...
Current STEPNO: 179
ssh -q -i /home/opc/.ssh/id_rsa -t -o "StrictHostKeyChecking no" -o ProxyCommand='ssh -q -i /home/opc/.ssh/id_rsa [email protected] -W %h:%p' [email protected] "sudo yum install -y compat-libcap* "
 Error: Unable to find a match: compat-libcap* Wed 28 Aug 2024 09:32:47 PM GMT.
Status=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@pierrepgithub and others