-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: systemctl status
failed after upgrading systemd to version 250
#31
Comments
Thanks for reporting! I'll look into it when I have time. (I'm busy right now due to house moving... |
I'm experiencing the same issue. To add,
|
Same issue. Test fine when downgrading systemd version to systemd 249 (249.7-2-arch). I got a conflict with
Now, I am success for downgrading:
May be: systemd 250-1.2 -> 250-1.1 - "hwids" was replaced by "hwdata" |
This may be this: |
I am also encountering this on systemd/systemd@v250 -
|
Hi, thanks for the reports, all. I was busy recently but now started to work on distrod fixes again. Actually, I already figured out the root cause and am working on fix. The bug happened only on weird Linux set up (yes, it's WSL), so I'm doing fix from distrod side; making a cgroup namespace. Please wait for a while! |
It still does not work after upgrading systemd to version 251. FYI:
|
Tried that patch on top of 250.4 on NixOS and also didn't work. |
strace
|
I made a bit of progress debugging this issue. I followed this post, executing Then, I read this post, and noticed that After that, Edit: Removed OOT part. You can always see the history 😉 |
It may be worthy of note that this same failure happens when using Microsoft's new built-in systemd support. |
Describe the bug
After upgrading the version of systemd to 250,
systemctl status
doesn't work in Distrod and showsFailed to dump process list for 'PC', ignoring: Input/output error
.Steps to reproduce
systemctl status
, and the error is as below.Expected behavior
systemctl status
shouldn't fail. Actually, version 250 works fine on my another Arch Linux machine.Windows version
Windows 11 (Build 22523.1000)
Linux kernel version
Linux PC 5.10.74.3-microsoft-standard-WSL2 #1 SMP Mon Oct 18 19:27:44 UTC 2021 x86_64 GNU/Linux
Distro
Arch Linux
How did you install that distro?
Installed by Distrod wizard
Logs
additional comment
No response
The text was updated successfully, but these errors were encountered: