theyosh / TerrariumPI

Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
https://terrarium.theyosh.nl
GNU General Public License v3.0
402 stars 97 forks source link

New fresh install fails to start terrariumpi service #870

Closed worzel910 closed 6 months ago

worzel910 commented 6 months ago

Setup:

After installation terrariumpi service fails to start.

To Reproduce / Installation steps Clean install of Pi os lite then a install of terrariumpi.

Expected behavior Service to start after boot

worzel910 commented 6 months ago

After looking through the debug output discovered the libopenblas-dev package is needed. After install of the package terrariumpi.service now starts. Needs to be added as a dependency ?

theyosh commented 6 months ago

Please add some more debug information: https://theyosh.github.io/TerrariumPI/faq/how-to-debug-terrariumpi/

theyosh commented 6 months ago

ah that was quick :P

Hmm, OS package updates are hard to test. That takes about an hour... So I am always hoping that they stay to work. I will add the package to the installation list

theyosh commented 6 months ago

Added package libopenblas-dev to the installer script

worzel910 commented 6 months ago

ah that was quick :P

Hmm, OS package updates are hard to test. That takes about an hour... So I am always hoping that they stay to work. I will add the package to the installation list

Nice to be an easy fix though!

theyosh commented 6 months ago

But the strange thing is that I do not need it on my existing systems. So that is a bit strange... but I will just leave it as a dependency to install. But it should be solved now.

worzel910 commented 6 months ago

Oddly, didn't need it for the desktop image. Issue arose when I went to the lite version.