Apo Kalipso
Apo Kalipso
I got the same error while deploying from x86_64-linux to aarch64-linux (raspberry pi 3). Adding `nixpkgs.system = "aarch64-linux";` to the configuration of the raspberry pi worked for me. > If...
@kwohlfahrt as far as I know it is enough to enable aarch64-linux emulation on the building machine using: `boot.binfmt.emulatedSystems = [ "aarch64-linux" ];` At least it works for me. So...
I also had segmentation Faults when running bmon for a while. Also going into Standby seems to cause Segfault sometimes. > Run bmon -i netlink:notc This also helped me, had...
`if ((err = nl_cache_resync(sock, link_cache, NULL, NULL)) < 0) { fprintf(stderr, "Unable to resync link cache: %s\n", nl_geterror(err)); goto disable; } ` Error is catched in src/in_netlink.c:834. The error seems...
@RichardLitt Iam also happy if someone else does it. If you have any recommendations feel free to suggest another person. I think all that matters is that someone takes care...
I wonder what the status of this issue is. From the comments here, it is not clear if or when we can expect a migration away from libolm. I see...
I got the Playback working setting `diago.Transport.BindHost` to my local Ipv4 within the 192.168.1.0/24 range instead of `localhost`, as well as the `sipgo.WithUserAgentHostname`. Now iam wondering a bit what are...