Lennart Poettering

Results 1507 comments of Lennart Poettering

> In utmpdump the third column **is crippled** to _ts/0_ where it should read _pts/0_ Yes, it definitely is, see utmpx(5) man page. The third column is the ut_id[] field...

note that the venerable write tool does not interface with logind though, i.e. it does not care about sd_session_get_tty(). most likely your ssh ttys are just 0600 or so, while...

i am fine with this btw, but indeed it should be another value for the existing dnssec enum.

I am not sure I follow? the code you are touching here basically only runs if you boot an empty rootfs with just /usr/ linked in. What does that have...

Umm, i disagree with this. If you list some domain in /etc/hosts we really should consider that entry authoritative, and not merge things in a weird way. Sorry, but no.

Sorry, but no. /etc/hosts should be authoritative, I am sure. I am strictly against merging RRs from different sources for the same domain. Sorry.

note that resolved does not lsten on the DOT port for the stub, you cannot use DOT locally to speak to resolved (also, why would you, it's local anyway). please...

Hmm, what I don't like about this is that connect() invocations must be bumped off an external process then. I'd much rather see that the kernel would just allow us...

So, the tricky part about rewriting `sockaddr_un` is that userspace can pass it in with very short sizes, which might not be enough space to rewrite it. So ideally, ebpf...