srd424

Results 95 comments of srd424

If there's anything us random internet geeks can do to help, do let us know :(

It looks like systemd socket activation supports an inetd-compatible mode, which would avoid requirement to link with anything odd or add systemd-specific code. Would that be more acceptable? I guess...

And according to https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html: > There are four ways to launch daemons using launchd. The preferred method is on-demand launching, but launchd can launch daemons that run continuously, and can...

https://patchwork.kernel.org/patch/10541813/ maybe? Just hit this (on an ARM board where I can't easily upgrade kernel to check)

I looked at trying to resurrect https://github.com/greencashew/audioserve for arm builds, but that uses qemu-user to run cargo, and that now seems to die due to lack of memory both on...

There are now some aarch64 binaries, but they're debug at the moment (the client is now built though): https://github.com/srd424/audioserve-builder/releases/ (they're not yet statically linked, so they'll need dropping probably into...

First stab at an aarch64 docker image, includes client and SSL key - not as yet extensively tested, but the basics seem to work when run under qemu: ``` docker...

Ah, OK, that's very interesting - I will have a look! Thank you for your work on this, by the way!

Meanwhile, I have come up with a horrible hack to clone the apk so I can have two versions of the app installed .. I will briefly document here in...

FWIW, I think booksonic/airsonic manages this, so it is possible, but I also imagine a fair amount of work.