Bug 2290858 - abrt fails to create reports: Failed to obtain all required information from journald , and Package isn't signed with proper key
Summary: abrt fails to create reports: Failed to obtain all required information from ...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 40
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL: https://artifacts.dev.testing-farm.io...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-06-07 09:47 UTC by Martin Pitt
Modified: 2024-06-07 09:57 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Martin Pitt 2024-06-07 09:47:06 UTC
Cockpit's ABRT tests recently started to fail in Fedora rawhide ([1] for some information). The same failure happens in Fedora 40, although that was shadowed by bug #2265927 (which is SELinux, a different root cause, but the observable effect is the same -- no ABRT reports created).

[1] https://github.com/cockpit-project/cockpit/issues/20559

Reproducible: Always

Steps to Reproduce:
prerequisite: Check that services are running (they should by default):

  systemctl status abrtd abrt-journal-core


trigger crash:

  sleep 1m & pkill -e -SEGV sleep
Actual Results:  
  abrt-dump-journal-core[908]: Failed to obtain all required information from journald
  abrt-server[4077]: Package 'coreutils' isn't signed with proper key
  abrt-server[4077]: 'post-create' on '/var/spool/abrt/ccpp-2024-06-07-09:38:42.918456-4067' exited with 1
  abrt-server[4077]: Deleting problem directory '/var/spool/abrt/ccpp-2024-06-07-09:38:42.918456-4067'

nothing in /var/spool/abrt

Expected Results:  
journal sees the crash:

  systemd-coredump[1074]: [🡕] Process 1071 (sleep) of user 0 dumped core.
  [...]
  abrt-notification[1123]: [🡕] Process 1071 (sleep) crashed in clock_nanosleep.5()

$ cat /var/spool/abrt/ccpp-2024-*/executable
/usr/bin/sleep


This also happens with `setenforce 0`. SELinux makes a lot of noise, also for ABRT (bug #2282040), but that's not what breaks here.

On rawhide:

abrt-2.17.5-1.fc41.x86_64
kernel-core-6.10.0-0.rc1.20240531git4a4be1ad3a6e.21.fc41.x86_64
kernel-core-6.10.0-0.rc2.20240605git32f88d65f01b.26.fc41.x86_64
systemd-256~rc3-4.fc41.x86_64

On F40:
abrt-2.17.5-1.fc41.x86_64
kernel-core-6.10.0-0.rc2.20240605git32f88d65f01b.26.fc41.x86_64
systemd-256~rc3-4.fc41.x86_64

Comment 1 Michal Srb 2024-06-07 09:57:56 UTC
Possible duplicate: https://bugzilla.redhat.com/show_bug.cgi?id=2290777


Note You need to log in before you can comment on or make changes to this bug.