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

FYI: Octopi moves location of vcgencmd #136

Open
ChrisHeerschap opened this issue Aug 24, 2022 · 2 comments
Open

FYI: Octopi moves location of vcgencmd #136

ChrisHeerschap opened this issue Aug 24, 2022 · 2 comments

Comments

@ChrisHeerschap
Copy link

Running OctoPi 1.0.0 RC1 and OctoSlack wasn't working. Found the cause in the logs:

FileNotFoundError: [Errno 2] No such file or directory: '/opt/vc/bin/vcgencmd'

Investigated and saw that the underlying OS for this release doesn't put vcgencmd in that folder anymore, it's now located in /bin/vcgencmd

I looked through the configs and didn't see where that path was coded so couldn't propose a change, but there is a simple update:

sudo mkdir -p /opt/vc/bin
sudo ln -s /bin/vcgencmd /opt/vc/bin
@fraschetti fraschetti added the bug label Nov 4, 2022
@fraschetti
Copy link
Owner

Received. Thanks for reporting and sharing the updated path.

@fraschetti
Copy link
Owner

I've pushed a change to ideally transparently & efficiently support the new & old paths.
Thanks for reporting this issue, the change will of course be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants