Cant access web gui upon install completion

hi all,

read and followed all the how to

im doing the ubuntu/apache one

but on the last step when i go to

http://ip/install

i get a blank page

just wondering what im doing wrong

ive run this

./validate.php
PHP Fatal error: Uncaught Error: Call to undefined function c_echo() in /opt/librenms/validate.php:175
Stack trace:
#0 /opt/librenms/validate.php(64): print_fail()
#1 {main}
thrown in /opt/librenms/validate.php on line 175

Fatal error: Uncaught Error: Call to undefined function c_echo() in /opt/librenms/validate.php:175
Stack trace:
#0 /opt/librenms/validate.php(64): print_fail()
#1 {main}
thrown in /opt/librenms/validate.php on line 175
librenms@librenms01:~$

thanks,
rob

I’d say go back through the install docs again, you must have missed something but it’s not obvious as that is a really odd message to get back.

ok i redid and works when my vm is NOT behind a proxy

if its behind a proxy the install instructions dont work, im using the alternative instructions below

vi /etc/apt/apt.conf

Acquire::http::Proxy "http://ip:port";
Acquire::https::Proxy " http://ip:port";

vi /etc/wgetrc

https_proxy = http://ip:port/
http_proxy = http://ip:port/
ftp_proxy = http://ip:port/
use_proxy = on

apt update

git config --global http.proxy http://<proxy-server>:<port>/

wget https://getcomposer.org/composer-stable.phar
mv composer-stable.phar /usr/bin/composer
chmod +x /usr/bin/composer

curl -x http://ip:port -o /usr/bin/distro https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/distro

i dont mind this NOT working BEHIND a proxy but what about if i want to update librenms server?

Our docs don’t cover you installing on a box that doesn’t have direct access but I’d expect that as that’s how you run it you would be expected to understand how the commands we provide would need to be updated to get things done, it’s hard for us to offer specific help for every users individual use case.

you mean your docs dont cover non direct access to the internet installs?

No they don’t I’m afraid.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.