Jerry

Results 127 comments of Jerry

I found https://github.com/Morganamilo/paru/issues/1239#issuecomment-2351021340 for upgrading manually, however I get build errors now. `alpm_option_set_disable_sandbox_filesystem()` and `alpm_option_set_disable_sandbox_syscalls()` are missing, and `alpm_sandbox_setup_child()` has too many arguments being passed in

I get this with convert as well when importing config.yaml ``` directory: /home/user/Music library: /home/user/.config/beets/musiclibrary.db import: move: yes copy: no delete: no plugins: edit musicbrainz fromfilename fetchart replaygain mbsync convert...

Not sure about the wav files, but the opus ones I manually converted are all fine. At the least, they played normally. So I'm assuming the wav files were fine...

That build loaded my library without any issues!

On the android app, this is already handled correctly. Even on the same LAN, data to the server is routed through mullvad. And for clarity, it's not an issue with...

Since I use systemd-networkd, I tried making a network for mullvad to automatically create the route, but when I have it enabled mullvad doesn't connect. Maybe @Ciphreon or someone can...

This didn't work either ``` [Match] Name=wg0-mullvad [RoutingPolicyRule] To=2001:db8:abcd:1234::/64 Priority=0 OutgoingInterface=wg0-mullvad GoTo=1 Type=goto ```

I asked grok ai about this, and it suggests adding `ip6 daddr meta mark set 0x6d6f6c65` to the end of the mangle chain. I don't have time to try it...

I was thinking an nftables approach would be the best, but since mullvad is already adding entries to the routing table, and it should already be able to retrieve the...