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

Raspberry Pi 3 Model B installation error #1210

Open
MeMrLuigi opened this issue May 28, 2024 · 1 comment
Open

Raspberry Pi 3 Model B installation error #1210

MeMrLuigi opened this issue May 28, 2024 · 1 comment

Comments

@MeMrLuigi
Copy link

PLEASE READ THE DOCUMENTATION BEFORE SUBMITTING AN ISSUE

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Created image (lite 64) and ran

sudo sed -i 's/CONF_SWAPSIZE=100/CONF_SWAPSIZE=2048/g' /etc/dphys-swapfile &&
sudo sed -i 's/#CONF_MAXSWAP=2048/CONF_MAXSWAP=4096/g' /etc/dphys-swapfile &&
sudo sed -i '/^exit 0/i sudo iw wlan0 set power_save off' /etc/rc.local &&
sudo reboot

then

curl -s https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh | bash

behavior
Installation was canceled:

./install_services.sh: line 391: chown: command not found
./install_services.sh: error reading input file: Input/output error
+ exit 1
The installation exited unsuccessfully.

Your build
Raspberry Pi 3 Model B

@alexbelgium
Copy link

Hi, you opened this issue on this repo but you are using the Nachtzuster version i would recommend that you post on how repository here : https://github.com/Nachtzuster/BirdNET-Pi

You could perhaps try to reinstall it with sudo apt-get install coreutils or use export PATH="$PATH:/usr/sbin" to force the script to use the PATH for your chown on your system?

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