Hoernchen
Hoernchen
The build instructions provided by the somewhat dusty readme at https://github.com/mossmann/hackrf/tree/master/host include handling of fftw3
I'm also hitting this problem here, unfortunately vscode only allows adding env vars to the built in terminal, but not on a per project/global scope, so I'm left with a...
win64/py310/kaleido 0.2.1: broken, show_svg() hangs forever - see https://github.com/plotly/Kaleido/issues/126 **solution**: pip install --upgrade "kaleido==0.1.*" pip install nbformat
There is definitely a leak, I ended up here because in my case the strings consume 25gb and ff is incredibly slow... ```Explicit Allocations 28,208.01 MB (100.0%) -- explicit ├──27,389.78...
Yes, I have checked and unchecked that option a few times and that deflates the ram usage to 1gb, which is fine, and keeping it checked restores the old, fast,...
I can confirm this weird issue with my rev 8.2: ``` ~ ping 192.168.2.20 PING 192.168.2.20 (192.168.2.20) 56(84) bytes of data. 64 bytes from 192.168.2.20: icmp_seq=86 ttl=128 time=0.151 ms 64...
Which parts do you need? It appears to be a pcscf issue, only half of the deregistration happens, the other half is perpertually stuck in a pending state, while the...
You need to remove the ".zip" file suffix, zip was way too large to attach, so i had to use zstd. [broken_after_3min.pcapng.zst.zip](https://github.com/herlesupreeth/docker_open5gs/files/15471143/broken_after_3min.pcapng.zst.zip)
Just increasing pending_reg_expires is enough to "fix" the issue, for some reason waiting longer than (pending_reg_expires + expires_grace) appears to be time stuff starts failing. It can also be "fixed"...
enb is srsenb, btw. One "fixed" attempt: [pending_9999999_callfix.pcapng.zst.zip](https://github.com/user-attachments/files/15531497/pending_9999999_callfix.pcapng.zst.zip) And another try, I can basically watch it fail really fast even before making a call by doing this: ``` --- a/pcscf/kamailio_pcscf.cfg...