Fedora Account System
Red Hat Associate
Red Hat Customer
The logrotate configuration snippet: # cat /etc/logrotate.d/minidlna /var/log/minidlna/*.log { rotate 4 weekly missingok notifempty delaycompress compress create 0644 minidlna minidlna postrotate /usr/bin/systemctl restart minidlna.service >/dev/null 2>&1 || true endscript } If the daemon is inactive, `systemctl restart` will start it unconditionally. The correct verb in this scenario is `try-restart`, which will only restart if the daemon is active, doing nothing otherwise. Reproducible: Always Additional Information: minidlna-1.3.3-10.fc42.x86_64
FEDORA-2025-7dbb8de594 (minidlna-1.3.3-13.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-7dbb8de594
FEDORA-2025-7dbb8de594 (minidlna-1.3.3-13.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-0f490a9a10 (minidlna-1.3.3-10.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-0f490a9a10
FEDORA-2025-9fb8ee63fb (minidlna-1.3.3-13.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-9fb8ee63fb
FEDORA-2025-9fb8ee63fb has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-9fb8ee63fb` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-9fb8ee63fb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-0f490a9a10 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-0f490a9a10` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-0f490a9a10 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-9fb8ee63fb (minidlna-1.3.3-13.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-0f490a9a10 (minidlna-1.3.3-10.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.