Results 108 comments of David Mandelberg

> Auxio loads music in memory from a cache rather than doing database queries Any chance of changing that or speeding it up in the future? It's taking multiple minutes...

I tried removing the app from the recent apps list, then using the phone until the home screen widget went back to its not-running state. That didn't seem to trigger...

> You two might need to wait a few weeks No rush, take your time. Until https://gitlab.com/LineageOS/issues/android/-/issues/8499 is fixed I probably don't want to spend much time debugging this anyway....

Makes sense. I still think an equivalent of `--runtime-flag` would be nice too, in case the user wants to pass other flags. E.g., in https://github.com/google/gvisor/issues/11543#issuecomment-2719803292 I also had to pass...

I don't know go, I already got this working for myself with a wrapper script around runsc (https://github.com/dseomn/dotfiles/commit/8ba58540735f2a60e908fdcbabe7911752b37a52 in case anybody wants to do the same thing), and my backlog...

I saw that, but I thought that was supposed to be fixed as of 8e4cb261486ad84bc5657b1cee0288018f693d01, making this a regression?

Thank you, that fixes that error! Should `--ignore-cgroups` be the default for rootless containers, so that it just works out of the box? Btw, there's an (I think) easier way...

I just actually read that dmesg output and literally laughed out loud. Thank you for that, whoever thought to put that humor in the dmesg logs!

> Rootless mode works for me without this flag, so there must be some difference between our systems that make your user unable to set up cgroups without superuser privileges....

Does this command show any matching rules on your system? ``` $ LC_ALL=C.UTF-8 sudo grep -r 'org\.freedesktop\.systemd1\.' /etc/polkit-1/rules.d /run/polkit-1/rules.d /usr/local/share/polkit-1/rules.d /usr/share/polkit-1/rules.d grep: /run/polkit-1/rules.d: No such file or directory grep: /usr/local/share/polkit-1/rules.d:...