Comments on: How to Install and Configure LibreNMS on Ubuntu 22.04 https://www.rosehosting.com/blog/how-to-install-and-configure-librenms-on-ubuntu-22-04/ Premium Linux Tutorials Since 2001 Mon, 18 Dec 2023 00:13:18 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Andrés Nyman https://www.rosehosting.com/blog/how-to-install-and-configure-librenms-on-ubuntu-22-04/#comment-49023 Mon, 18 Dec 2023 00:13:18 +0000 https://www.rosehosting.com/blog/?p=46457#comment-49023 You forgot one packet in your install list

sudo apt install php-fpm

Also had Git download errors

error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: error reading section header ‘shallow-info’

Increase the Git buffer size to the largest individual file size of your repo:\
git config –global http.postBuffer 157286400
git clone –depth 20 https://github.com/librenms/librenms.git librenms

Worked for me.

]]>