|
Bugzilla – Full Text Bug Listing |
| Summary: | "uptime" is dumping core | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Neil Rickert <nwr10cst-oslnx> |
| Component: | Basesystem | Assignee: | Bernhard Voelker <mail> |
| Status: | IN_PROGRESS --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | kukuk, mail, mrmazda, nwr10cst-oslnx |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
tar archive of /run/systemd/sessions
transcript showing problem typescript showing output of "who /run/utmp" tar archive of "/run/utmp" |
||
|
Description
Neil Rickert
2023-09-14 22:21:57 UTC
Well, this is really weird. I have been using GDM for login, and using KDE as desktop environment. To test something else, I switched to SDDM. When I login to KDE using SDDM, it seems that "uptime" works perfectly. So I switched back to GDM, and now it dumps core again. That's an unexpected weird interaction. I should have mentioned in the initial report, that "uptime" is from the package "coreutils-systemd". I also tried "who" and "users" from that package, and they also dumped core. I did not retry those with SDDM. (In reply to Neil Rickert from comment #1) > Well, this is really weird. > > I have been using GDM for login, and using KDE as desktop environment. > > To test something else, I switched to SDDM. When I login to KDE using SDDM, > it seems that "uptime" works perfectly. So I switched back to GDM, and now > it dumps core again. That's an unexpected weird interaction. > > I should have mentioned in the initial report, that "uptime" is from the > package "coreutils-systemd". I also tried "who" and "users" from that > package, and they also dumped core. I did not retry those with SDDM. That's the new systemd support of coreutils (please verify that uptime is really linked against libsystemd). If yes, could you please try "/usr/bin/w" from procps? Please make sure that this is also linked against libsystemd. If "w" works, please provide: 1. the output of w, maybe this gives a hint what gnulib does not like 2. The content of /run/systemd/sessions/ as tar archive, so that I can try to reproduce it and report it to the upstream coreutils maintainer. Sorry, uptime and who don't use systemd, even if linked against it, but still /run/utmp. So I would additional need that file to reproduce, and you can ignore "w". That's not helpful in that case. Between, does who /run/utmp seg.faults, too? Created attachment 869537 [details]
tar archive of /run/systemd/sessions
Created attachment 869538 [details]
transcript showing problem
I have uploaded the requested tar archive. And I am uploading a "typescript" file showing that "w" works, that "uptime" crashes, and that it is linked against "libsystemd".
Created attachment 869539 [details]
typescript showing output of "who /run/utmp"
Created attachment 869540 [details]
tar archive of "/run/utmp"
I have to correct me again, it's really logind support in gnulib. I made an upstream bug report about this. Thanks for the data! Request with updated patches from upstream gnulib: https://build.opensuse.org/request/show/1111796 uptime is now absent from coreutils 9.4-3.2 (In reply to Felix Miata from comment #10) > uptime is now absent from coreutils 9.4-3.2 It appears to be in "coreutils-systemd". It looks as if they split the "coreutil" package. |