Evolving The Future
Evolving The Future
It's a musl implementation of the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc. [More info](https://github.com/pullmoll/musl-fts/)
Would you reject a PR that implement ignore of these?
This is the output from Carla after one day of usage, don't know if all of these "errors" are caused by the jack implementation: ```shell masa@gurkhost (3:505) [~]$ taskset 0x01...
> @mxmilkiib Yes. You can reproduce it on jack2 with that script > Just out of curiosity, can you reproduce it when Carla is pinned to one CPU core with...
> I've replaced the regex matching with some simple string parsing: [4907fb4](https://github.com/badaix/snapcast/commit/4907fb42af822b0c0a07b885cda137b6f30a54fa), which should avoid the bug. > Can you please try the develop branch? I confirm that this patch...
When adding `--env=QT_DEBUG_PLUGINS=1` to the docker command line when launching zoom, I get this extra information: ``` Cannot load library /opt/zoom/Qt/plugins/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file...
Yes, the app does currently not validate that it actually was able to start the charging. This can be improved.
The headline might be a bit wrong since it seems like it actually mounts the root filesystem but fails shortly after.
Update: By building the kernel package (Linux kernel 6.1.69) and the package for the zfs kernel module (from zfs 2.1.14) from Alpine Linux 3.18, it works as expected, which means...
To resolve this issue i did the following: Booted up Alpine Linux with ZFS 2.1.14 and ran `zpool scrub -w` which resulted in: "No known data errors"  I then...