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

Add a diagnosis check for infamous "Wi-Fi is currently blocked by rfkill." on Raspbian #2395

Closed
tituspijean opened this issue May 16, 2024 · 0 comments · Fixed by YunoHost/yunohost#1841
Assignees

Comments

@tituspijean
Copy link

On Raspbian, if the Wi-Fi country code is not set, the Wi-Fi is disabled, and the script /etc/profile.d/wifi-check.sh will add a warning into every interactive shells outputs.

This can lead to ridiculous and fatal errors when the warning is included in variables generated by a command:

2024-05-12 17:38:41,349: DEBUG - + ynh_app_setting set immich psql_port '
2024-05-12 17:38:41,349: DEBUG - Wi-Fi is currently blocked by rfkill.
2024-05-12 17:38:41,350: DEBUG - Use raspi-config to set the country before use.
2024-05-12 17:38:41,350: DEBUG - 
2024-05-12 17:38:41,350: DEBUG - 5433'

cf. YunoHost-Apps/immich_ynh#31 (comment)

Solution

Let's add a Diagnosis error about this.

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

Successfully merging a pull request may close this issue.

1 participant