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

Install.sh does not support Arch ARM #596

Open
adregner opened this issue Jul 5, 2023 · 0 comments
Open

Install.sh does not support Arch ARM #596

adregner opened this issue Jul 5, 2023 · 0 comments

Comments

@adregner
Copy link

adregner commented Jul 5, 2023

install_chef.sh does not support "Arch ARM"

Describe the problem

the install_chef.sh script says "Unable to determine platform version!" when running on a Arch Linux OS running on a Raspberry PI (i.e. ARM CPU architecture).

Software Version

(root) akvm-1:~# uname -m
armv7l
(root) akvm-1:~# uname -r
5.15.68-3-rpi-ARCH
(root) akvm-1:~# head -5 /etc/os-release
NAME="Arch Linux ARM"
PRETTY_NAME="Arch Linux ARM"
ID=archarm
ID_LIKE=arch
BUILD_ID=rolling

Replication Case

I'm using a PiKVM image that uses arch as shown above:

(root) akvm-1:~# wget https://omnitruck.chef.io/install.sh
[ ... ]
(root) akvm-1:~# chmod +x install.sh
(root) akvm-1:~# ./install.sh
Unable to determine platform version!
Version:

Please file a Bug Report at ....

Stacktrace

see above

Possible Solution

Not sure, just reporting as the script advised me to :-)

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

1 participant