46 Followers
26 Following
624 Posts
tty junkie
XMPP/Jabber[email protected]
OMEMO fingerprintbc74a799 cd800442 68dac9d7 8b0d0623 2fb278cc 8da0675b b802bc76 71d0231b
OTR fingerprint (mobile)5dbd0778 790b2501 b2a104af c3a597b8 e191035c
nice, I'm looking forward to #zfs 2.3.0 to be released so that we can upgrade to it in #alpinelinux

does anyone know of any #syslinux #zfs patches floating around?

https://github.com/openzfs/zfs/issues/10404

syslinux ZFS support · Issue #10404 · openzfs/zfs

I spoke with the maintainer of syslinux in 2014 at LinuxCon about porting GPL 2.0 licensed ZFS code from illumos-grub into syslinux to provide us with an alternative to GRUB2 and he was okay with i...

GitHub

I wrote up how my NAS is now just a big initramfs based on Alpine Linux.

It's been pretty great. Immutable, declarative, and very very simple. Just some files, a list of packages, and a short script.

Turns out you don't need overlays, or special DSLs. Or a rootfs!

https://words.filippo.io/dispatches/frood/?source=Mastodon

frood, an Alpine initramfs NAS

My NAS is just one big initramfs containing a whole Alpine Linux system. It’s delightful. Here's why and how.

Filippo Valsorda

It's been a long while since I've felt I kept GNOME Software's APK plugin at the very end of my TODO-list. It means, right now the plugin works unreliably, and the once fast-and-simple experience in postmarketOS/alpine is not there anymore. If you want to help with it, today it's the day: https://gitlab.alpinelinux.org/alpine/aports/-/issues/16637

#postmarketOS

gnome-software-plugin-apk acting unreliable: call for help (#16637) · Issues · alpine / aports · GitLab

Package Information Package name: gnome-software-plugin-apk Package version: 0.14.0 Alpine version: edge Alpine architecture: x86_64

GitLab

Fresh off the press: The builders finished building 3.21 and 3.21-rc1 has been tagged.

Please help testing it and report any issue on https://gitlab.alpinelinux.org/alpine/aports/-/issues

You can find the downloads at https://cdn.alpinelinux.org/v3.21/releases/

We appreciate all the help we received from the community in fixing the tons of build issues we experienced with 3.21. Without that we would still be struggling getting everything built.

#AlpineLinux

sndiortp play RTP streams or send recorded audio over RTP

https://github.com/ratchov/sndiortp

GitHub - ratchov/sndiortp: Play RTP streams or send recorded audio over RTP

Play RTP streams or send recorded audio over RTP. Contribute to ratchov/sndiortp development by creating an account on GitHub.

GitHub
@rubenerd hi, I recently read your post about trying Alpine Linux, from April this year, and wanted to both say that I enjoyed reading it and that your comment about uutils at the end pushed me in the direction of finally re-packaging uutils-coreutils to be installable as a drop-in replacement for GNU coreutils
alias rustsplain="rustc --explain"

⚠ Restart required for sshd after upgrading to 9.8_p1 on Alpine Linux Edge. Failing to restart will prevent sshd from accepting new connections.

https://alpinelinux.org/posts/2024-07-02-openssh-upgrade-edge.html

#AlpineLinux

Restart required for sshd after upgrade to 9.8_p1 on edge | Alpine Linux

Alpine Linux

OpenSSH sshd on musl-based systems is not vulnerable to RCE via CVE-2024-6387 (regreSSHion).

This is because we do not use localtime in log timestamps and do not use dynamic allocation (because it could fail under memory pressure) for printf formatting.

While the sshd bug is UB (AS-unsafe syslog call from signal context), very deliberate decisions we made for other good reasons reduced the potential impact to deadlock taking a lock.