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

Check for dietpi critically fails on other distros #657

Open
ulmeck opened this issue Mar 9, 2025 · 1 comment
Open

Check for dietpi critically fails on other distros #657

ulmeck opened this issue Mar 9, 2025 · 1 comment

Comments

@ulmeck
Copy link

ulmeck commented Mar 9, 2025

Linux Distribution

Rasberry PI OS (Debian Bookworm) (ARM)

What happened

Installing as a dedicated, non-privileged user doing a manual git install.
Klipper install fails immediately after checkout with

[OK] Checkout successful! [ERROR] Error during installation of Klipper requirements! [ERROR] [Errno 13] Permission denied: '/boot/dietpi/.version' [ERROR] Klipper installation failed!

This is due to '/boot' not being world readable and fails in kiauh/components/klipper/klipper_setup.py

What did you expect to happen

I would expect to be able to install without being a privleged user or being prompted for the sudo password.

How to reproduce

Install as a non-privileged user with Pi OS (Debian Bookworm).

Additional information

No response

@dw-0
Copy link
Owner

dw-0 commented Mar 9, 2025

Hi, thank you for reporting.
I pushed a fix for this. Please update and try again.

Keep in mind, that your user must have sudo permissions. Otherwise installing dependencies will fail.

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