Bug 1926084 - vdr is supporting, but not using systemd watchdog capabilities and %post is not reloading systemd
Summary: vdr is supporting, but not using systemd watchdog capabilities and %post is ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vdr
Version: 33
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: MartinKG
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-08 07:39 UTC by Peter Bieringer
Modified: 2021-02-17 05:09 UTC (History)
2 users (show)

Fixed In Version: vdr-2.4.4-4.fc33
Clone Of:
Environment:
Last Closed: 2021-02-17 05:09:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2021-02-08 07:39:25 UTC
Description of problem:
vdr supports systemd watchdog, but unit file is not defining a value

Version-Release number of selected component (if applicable):
vdr-2.4.4

How reproducible:
always

Steps to Reproduce:
1. start vdr

Actual results:
no such messages in vdr's debug log:  SD_WATCHDOG ping


Expected results:
messages in vdr's debug log:  SD_WATCHDOG ping

Additional info:
Enabling is simple by adding following line to unit file vdr.service

[Service]
...
WatchdogSec=60   <--- ADD


In addition, after every update of vdr, it claims about missing systemd daemon-reload, please add related command to vdr.spec:

%post
%systemd_post %{name}.service
systemctl daemon-reload   <--- ADD

Comment 1 Fedora Update System 2021-02-09 09:13:27 UTC
FEDORA-2021-df397e6f30 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-df397e6f30

Comment 2 Fedora Update System 2021-02-10 00:44:19 UTC
FEDORA-2021-df397e6f30 has been pushed to the Fedora 33 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-df397e6f30`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-df397e6f30

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2021-02-17 05:09:08 UTC
FEDORA-2021-df397e6f30 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.


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