-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Sytanx error in TerrariumPi sudoers file? #228
Comments
Hm, it is missing the userid in the start of the string. It should be:
You are missing the user pi. Are you installing it under a different user? It expect that you are logged in as a normal user, and run the installer with sudo ./install.sh . If you directly login as user root, I am not sure what will happen. |
I had the same problem, a file needed for sudoers. is corrupt. You have to fix it by hand. @theyosh it happens, when I try to install by using vnc. Then the Installer asks me if I want to install with the user „“... |
Ah, that explains.... So, when the name is empty, I can force the user pi. Then there would be more issues, due to setting the rights on files.... |
I will close this, as it is fixed in the installer, and that is released yesterday. Thanks for notifying. |
After installing TerrariumPi, I'm unable to
sudo
anything. For example, when I try runningsudo raspi-config
in order to open the RaspberryPi config dialog, I get the following error message:when I look at the
terrariumpi
file, it has this as its contents:ALL=(ALL) NOPASSWD: /usr/sbin/service pigpiod restart
Is TerrariumPi installing an invalid sudoers file? What should it be instead?
The text was updated successfully, but these errors were encountered: