View Issue Details

IDProjectCategoryView StatusLast Update
0000377AlmaLinux-8systemdpublic2023-05-01 08:24
Reporterqupfer Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Platformx64OSalmalinuxOS Version8.7
Summary0000377: Resizing Terminal finish `journalctl -f` with "Couldn't wait for journal event: Interrupted system call"
DescriptionIf you run `journalctl -f` inside an gui terminal and resize the gui-terminal, it ends with "Couldn't wait for journal event: Interrupted system call"
Steps To Reproduce1: open a gui terminal
2: run journalctl -f
3: resize the window

-------
works in docker too

0: open gui terminal like gnome-terminal
1: docker run --rm -it almalinux:8.7 bash
2: journalctl -f
3: resize window

seeh screen capute attached or from here: https://nc.caroschaf.de/s/PtpbQ82aksA5wpE
Additional InformationI haven't a gui almalinux, so it happend for me (and my colleague, who found it first) through SSH to an almalinux system (and docker) from a ubuntu 22.04 system.
Tagsalmalinux8, resize, systemd
abrt_hash
URL

Activities

qupfer

2023-03-08 18:58

reporter   ~0000837

screencapture

qupfer

2023-03-08 19:05

reporter   ~0000838

Can't upload the capture.
-
Same problem with rockylinux:latest

steen.schutt

2023-05-01 08:22

reporter   ~0000873

Possibly related:
https://github.com/systemd/systemd/issues/10724

I can reproduce on the following AlmaLinux 8.7:
```
# cat /etc/almalinux-release
AlmaLinux release 8.7 (Stone Smilodon)
# journalctl --version
systemd 239 (239-68.el8_7.4)
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy
```

I can not reproduce on the following AlmaLinux 8.6:
```
# cat /etc/almalinux-release
AlmaLinux release 8.6 (Sky Tiger)
# journalctl --version
systemd 239 (239-58.el8)
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy
```

The bug also doesn't appear to be present in any AlmaLinux 9 release.

Issue History

Date Modified Username Field Change
2023-03-08 18:57 qupfer New Issue
2023-03-08 18:57 qupfer Tag Attached: almalinux8
2023-03-08 18:57 qupfer Tag Attached: resize
2023-03-08 18:57 qupfer Tag Attached: systemd
2023-03-08 18:58 qupfer Note Added: 0000837
2023-03-08 19:05 qupfer Note Added: 0000838
2023-05-01 08:22 steen.schutt Note Added: 0000873