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

Abort in install.sh forced by deprecated mktemp parameter #107

Closed
InuSasha opened this issue Sep 21, 2021 · 3 comments
Closed

Abort in install.sh forced by deprecated mktemp parameter #107

InuSasha opened this issue Sep 21, 2021 · 3 comments

Comments

@InuSasha
Copy link

InuSasha commented Sep 21, 2021

Issue Report

install.sh abort with error

bash-5.1# ./install.sh
python3.9
Downloading installer script...
mktemp: (null): Invalid argument

The "-t" in mktemp is deprecated and not working in every environment.
https://linux.die.net/man/1/mktemp

Removing of "-t oci_ansible_install_tmp_XXXX" from the mktemp in install.sh solved the problem, for me.
https://github.com/oracle/oci-ansible-collection/blob/master/scripts/install.sh#L214

Environment

  • OS version: alpine:3.14
@manojmeda
Copy link
Member

@InuSasha We don't support alpine and haven't tested with it. But we will check and see if we can update so that it works.

@rohan033
Copy link
Contributor

rohan033 commented Dec 6, 2021

@InuSasha This is fixed for alpine.

@rohan033 rohan033 closed this as completed Dec 6, 2021
@InuSasha
Copy link
Author

@rohan033 Thanks

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

3 participants