Firas Khana

Results 127 comments of Firas Khana

That's the known issue, `w` doesn't show available users. Try running `w` on any working Linux system (also on Adélie) and compare outputs.

Unfortunately, that seems to be the case.

Any updates to this issue?

In my honest opinion, and based on my experience, Artix currently has the best s6 + s6-rc implementation, and I'd suggest that you spend some time understanding how they've implemented...

I'd say Obarun's implementation is kinda their own thing now, even their s6/s6-rc stuff were archived and are no longer maintained in favor of 66. I recommend you study Artix's...

Oh it's a good thing that you checked. Artix doesn't use utmps (because it has glibc), and `w` grabs its information from `/run/utmp` which is created via the `cleanup` oneshot...

Cool, lemme know if you managed to get utmps (and `w`) to work.

> UGH. Still no users listed after executing w. But now I have sockets in /run/utmps! Yup, last time I checked that was the most you could do, and still...

Ok, I've contacted skarnet and he advised me to run an strace on `w` inside glaucus (thanks to a [static strace binary](https://skarnet.org/tmp/strace) he provided which can be easily used in...

I ran an `strace w` on Artix's `w` and it seems that it's checking for the files `/var/run/utmp` and `/var/run/utmpx` (which are created at boot time, instead of relying on...