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

/usr/bin/grafana-kiosk: command not found #30

Closed
DennisCor opened this issue Apr 2, 2020 · 3 comments
Closed

/usr/bin/grafana-kiosk: command not found #30

DennisCor opened this issue Apr 2, 2020 · 3 comments
Labels
question Further information is requested

Comments

@DennisCor
Copy link

I'm using a Raspberry Pi 3b and Grafana v6.6.1. and trying to run your grafana-kiosk tool.
But I get the error Message:
pi@raspberrypi:~ $ sudo /usr/bin/grafana-kiosk --URL https://localhost:3000 --login-method local --username admin --password ** --kiosk-mode tv

sudo: /usr/bin/grafana-kiosk: Befehl nicht gefunden

Befehl nicht gefunden = command not found

I downloade the .zip from "releases", extract grafana-kiosk.linux.armv7 to /usr/bin/ and renamed it to grafana-kiosk. Like you deskrip it in the manual. But runing the comand gets me the Err.
What am I doing wrong ?

@thirdgen88
Copy link

You might not need to run grafana-kiosk with sudo, you only need sudo to copy it into /usr/bin. I'd try running without it, it runs fine for me on Raspberry Pi 2 Model B w/ the armv7 build.

@briangann
Copy link
Collaborator

can you give the output of ls -l /usr/bin/grafana-kiosk

the execute bit may not be set. chmod a+x /usr/bin/grafana-kiosk

@briangann briangann added the question Further information is requested label May 16, 2020
@briangann
Copy link
Collaborator

will recheck the zip file, most likely this is related to the execute bit not being set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants