André Santos
André Santos
Yes it is. I have installed these prerequisites.
root@magma:/home/magma/magma/lte/gateway# fab -V Fabric3 1.14.post1 Paramiko 2.12.0 root@magma:/home/magma/magma/lte/gateway# vagrant --version Vagrant 2.4.1
I was wondering if there's something about vagrant version, or another package dependency. Because there are some packages in prerequisites page that do not ask for an specific version.
We won't be trying to build any magma packages for a while, unless this outages have been fixed with this new package. I have another information: we can see the...
I am having the same issues. In this case magma is very unstable. How can I solve this? 
Normally we are working with older versions of liblsan and gcc-10-base. @javieraubert do you know how to get AGW working with up-to-date versions of liblsan and gcc-10-base packages?
I didn't understand this, because new UEs cannot authenticate into the network when IPs are not being released. It doesn't seem like a reasonable tradeoff.
Hi! I am having the same leaks, but not when restarting the service. In fact it was during weeks of operation: 
> use firmware version 4.91. idk why but the 4.92 firmware gives error How can I get a different version of this firmware? Are you mentioning PS3 firmware?
You can try this: ``` echo "void __lsan_init(void){}" > /tmp/liblsan.c && gcc -shared -fPIC -o /tmp/liblsan.so.0 /tmp/liblsan.c ``` then ``` cp /tmp/liblsan.so.0 /usr/lib/x86_64-linux-gnu/liblsan.so.0 ``` Restart magmad and see if it...