[ixpmanager] Issues with customer overview breaking when adding physical interfaces
Nick Hilliard (INEX)
nick at inex.ie
Thu Dec 31 10:00:08 GMT 2020
Mauricio Oviedo wrote on 07/12/2020 16:56:
> I´m having issues with IXP Manager v5.7.0 member/port sections. I can
> only add 1 physical interface (first member of the IX), but as soon as I
> add a second physical interface IXP Manager breaks when accessing the
> “Customer Overview” section:
> [...]
> [2020-12-07 10:38:58] production.ERROR:
> file_put_contents(/srv/ixpmanager/storage/framework/cache/data/21/ab/21abfacf5ce86810b2dfe7eed67acbaca12ef4db):
> failed to open stream: No such file or directory
> {"userId":1,"exception":"[object] (ErrorException(code: 0):
> file_put_contents(/srv/ixpmanager/storage/framework/cache/data/21/ab/21abfacf5ce86810b2dfe7eed67acbaca12ef4db):
> failed to open stream: No such file or directory at
> /srv/ixpmanager/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:133)
Is this a permission problem? Can you delete the artisan cache, the
storage/framework/cache/data directory + reset the permissions on the
storage/framework/cache and see if that works?
# ./artisan config:clear
# ./artisan cache:clear
# rm -rf /srv/ixpmanager/storage/framework/cache/data
# chown www-data:www-data /srv/ixpmanager/storage/framework/cache
# chmod 775 /srv/ixpmanager/storage/framework/cache
> If I try to remove the physical interface or the vlan interface it fails:
>
> Physical interface:
>
> [2020-12-07 10:43:36] production.ERROR: Undefined index: HTTP_REFERER
> {"userId":1,"exception":"[object] (ErrorException(code: 0): Undefined
> index: HTTP_REFERER at
> /srv/ixpmanager/app/Http/Controllers/Interfaces/PhysicalInterfaceController.php:329)
>
> VLAN interface:
>
> [2020-12-07 10:36:23] production.ERROR: Undefined index: HTTP_REFERER
> {"userId":1,"exception":"[object] (ErrorException(code: 0): Undefined
> index: HTTP_REFERER at
> /srv/ixpmanager/app/Http/Controllers/Interfaces/VlanInterfaceController.php:258)
>
> After retrying I can delete the VLAN interface, but not the physical
> Interface.
This might be a Chrome quirk. Can you try on another browser and report
if that works? If it does, we'll file a GH issue to fix it.
Nick
More information about the ixpmanager
mailing list