Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions debian-rk3576-ospack.yaml
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's easier to just override the unit file for drkonqi-coredump to remove the filter on !@System. It's probably not the best long term fix, but neither is removing the service altogether.

It would be great to better understand the rationale for why this condition was introduced in the first place though.

Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,20 @@ actions:
chroot: true
command: update-alternatives --set regulatory.db /lib/firmware/regulatory.db-upstream

- action: run
description: Disable KDE drkonqi coredump handling
chroot: true
command: |
systemctl --global mask \
drkonqi-coredump-launcher.socket \
drkonqi-coredump-cleanup.service \
drkonqi-coredump-cleanup.timer \
drkonqi-coredump-pickup.service \
drkonqi-sentry-postman.path \
drkonqi-sentry-postman.service \
drkonqi-sentry-postman.timer
systemctl mask drkonqi-coredump-processor@.service

- action: overlay
description: Copy test suite into the target
source: {{ $testsdir }}
Expand Down