HELP ASAP #703
-
I am having problems running TerrariumPi on my pi 3b+, i had it running fine for the past two months until today, when I decided to clean up my wiring. After changing the wiring the pi booted but the server wouldn't be visible. so I reinstalled everything on the SD card. the problem I am having is now I get a failed error when the pi starts up "failed to start terrariumpi.service. if I try to start the service manually start the service it says failed because the control process exited with error code! Help would be appreciated, my orchids will thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
This should give some more info about errors: https://theyosh.github.io/TerrariumPI/faq/how-to-debug-terrariumpi/ |
Beta Was this translation helpful? Give feedback.
-
I think i'm going to limp my terrarium until pay day when I can give my
left arm for a Pi4..... I have had a bunch of issues like not being able to
get irf520s to work, the camera wont work, the usb sound card wont work....
Hopefully a pi 4 will put me in a better position!
…On Sat, May 14, 2022 at 6:37 PM TheYOSH ***@***.***> wrote:
This should give some more info about errors:
https://theyosh.github.io/TerrariumPI/faq/how-to-debug-terrariumpi/
—
Reply to this email directly, view it on GitHub
<#703 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWCEWRESEAOGVLBXBALNIVTVKA2MZANCNFSM5V6HD7VA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If you did a reinstall, please make sure you use the old (legacy) raspberry pi lite image (Buster). The default image will cause issues with the camera. |
Beta Was this translation helpful? Give feedback.
-
So i wiped the SC card, installed the legacy buster image, followed the steps on the install page. still get the same error |
Beta Was this translation helpful? Give feedback.
-
Ok, found the problem. There was an error in the installation script. Sorry for that. So do a |
Beta Was this translation helpful? Give feedback.
Ok, found the problem. There was an error in the installation script. Sorry for that.
So do a
git pull
in the TerrariumPI folder and rerun the installer:sudo ./install.sh
and then it should work.