[ixpmanager] IXP manager can't accept option for MRTG ?
Nick Hilliard
nick at foobar.org
Tue Mar 23 21:08:30 GMT 2021
Basil Elbalaawi wrote on 23/03/2021 21:00:
>
> Hi Nick
>
>
> after disable GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
> by #GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
>
> the output of graph is
>
>
> file_put_contents(/srv/ixpmanager/storage/framework/cache/data/c2/6e/c26ee835b3e3e0176e686264d2c08452c0b8162a):
> failed to open stream: Permission denied
>
this can happen if you run artisan commands as root. You can fix it easily:
> |# set this to your IXP Manager installation directory
> IXPROOT=/srv/ixpmanager MY_WWW_USER=www-data # fix as appropriate to
> your operating system # ensure the web server daemon user can write to
> necessary directories: chown -R $MY_WWW_USER:
> ${IXPROOT}/{bootstrap/cache,composer.lock,storage,vendor} chmod -R
> ug+rwX ${IXPROOT}/{bootstrap/cache,composer.lock,storage,vendor}|
(copied from https://docs.ixpmanager.org/install/upgrading/)
Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20210323/6a527753/attachment.htm>
More information about the ixpmanager
mailing list