[ixpmanager] IXP manager can't accept option for MRTG ?

Basil Elbalaawi saifbasilyazan at gmail.com
Fri Mar 26 03:15:36 GMT 2021


Now everything is ok ,

Thanks NIck

On Tue, Mar 23, 2021 at 11:08 PM Nick Hilliard <nick at foobar.org> wrote:

> 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 directoryIXPROOT=/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/20210326/c37e2c30/attachment.htm>


More information about the ixpmanager mailing list