Lennart Poettering

@pid_eins
8.6K Followers
358 Following
2.5K Posts

@levitating those sound like missing features we should cover. can you file bugs about that?

i'd rather fix --bind-user= and stuff for managed userns, than to put work in unmanaged userns

@cks what's your gid? on fedora gid 19 is assigned statically to the "floppy" group...

all of this is kinda fucked...

@cks no, sorry, there is currently no way to merge NSS and userdb records...

a UID of 19 for a human, non-system user is highly problematic, and that not since systemd exists...

@levitating we kinda see the non-managed userns stuff as legacy, and want to get away from it. Where are you missing something in the managed stuff that the unmanaged stuff gave you
@fcrozat fixed
@whreq fixed

Coming soon to #postmarketOS Duranium...

System extensions!

Age verification clearly doesn't belong into #systemd. We should have never merged this. Instead this should be incrementally added to the kernel itself. I'm doing my part:

https://lore.kernel.org/all/20260401-i-hope-someone-believes-this-is-real-04f24e03944e@brauner

[PATCH] vfs: require verified birth date for file creation - Christian Brauner

Finally had a go at solving one of my biggest pet peeves with booting up Linux, having to add console=ttyS0 or console=hvc0 or console=<god-knows-what> to the kernel command line to get output on the serial console. With https://github.com/systemd/systemd/pull/41387, systemd-stub will now try to auto-detect whether a single virtconsole or serial console is attached without graphics output and append console= to the kernel command line automatically so you get output on the serial console automatically.