T-X
T-X
Btw. if a dev would have some use of my broken signal.db or other related files on the phone I'd also be happy to provide them privately. Just wouldn't upload...
I'm still having this issue. I'm trying to somehow extract that sqlite database to be able to have a closer look at it. But I'm having a hard time to...
@elenaf9 as far as I can tell avahi-daemon watches for netlink events on Linux, RTM_NEWLINK, RTM_DELLINK, RTM_NEWADDR and RTM_DELADDR in particular: https://github.com/avahi/avahi/blob/master/avahi-core/iface-linux.c#L66. Which then calls avahi_{,hw_}interface_check_relevant() -> interface_mdns_mcast_join() -> avahi_mdns_mcast_join_ipv{4,6}():...
And it seems like the if-watcher library, which libp2p seems to use, only returns an address right now, without an interface (index): https://docs.rs/if-watch/latest/if_watch/enum.IfEvent.html. But it seems if-watcher also uses netlink...
And one more note / potential pitfall: It seems like avahi-daemon only joins with one IPv4/IPv6 address on a specific interface, it checks i->mcast_joined before joining. And then it prefers...
One more syntax idea came to my mind. I typically would want to use this to designate some interface as a backup. And in that sense it seems like a...
Ha! I found a solution / workaround: 1) Let lightdm login automatically: I added "autologin-user=myuser" to /etc/lightdm.conf After that `DISPLAY=:0 xrandr` on VT2 shows meaningful values and detects eDP-1-1. However...
I've also opened a ticket on LightDM [here](https://github.com/canonical/lightdm/issues/299). As I noticed that with just a docking station and no eGPU the LightDM greeter uses all available monitors that are routed...
Probably related to this: https://github.com/siderolabs/conform/issues/251#issuecomment-2523243166 Installing and using the Go version as described in the INSTALL.md works though. But not quite sure why, because 1.13.1 seems even older than the...
After updating the system to Debian Bookworm and updating Go to the version provided by bookworm-backports (1.23.5) this works now. It would be nice if https://github.com/FreifunkBremen/yanic/blob/main/INSTALL.md listed the minimum, required...