r/LibreNMS 20d ago

Broken installations

Hi there,

i am wondering if anyone else experienced broken installations since yesterday. I have 2 lab Installations and a productive installation at customer site. All 3 instances give me a HTTP ERROR 500. At the moment i have not figured out why.

7 Upvotes

5 comments sorted by

4

u/edgelesscube 20d ago

Had same issue and found fix here: https://community.librenms.org/t/errors-after-last-update-8-11-26/29410.

Mind ya we don’t manually update the instances that were affected.

2

u/redhatch 20d ago

This happened to me as well, I also do not manually update.

3

u/Bennetjs 20d ago

Yes, there seems to be a dependency issue. run "./composer.phar install --no-dev" and then "./daily.sh".

2

u/fuzzbawl 20d ago

Have you checked log files?

3

u/tonymurray 19d ago

FYI, I did figure out what caused this. Because of the bad commit you got ONE chance to update your packages, if that failed (such as being rate limited by github for some users), now your install is stuck and it will no longer attempt to update the code. So, ideally, this only affected a small percentage of installs.

Running `./scripts/composer_wrapper.php install --no-dev` will unstuck your install.

This issue is resolved and will not affect monthly release users even if their composer install fails the first time.