systemctl start wsdd fails with 'resource' error because /etc/default/wsdd does not exists root@workstation#grep default /etc/systemd/system/multi-user.target.wants/wsdd.service EnvironmentFile=/etc/default/wsdd touch /etc/default/wsdd fixes it Reproducible: Always
another way to correct the problem is with the =- directive in /usr/lib/systemd/system/wsdd.service changing EnvironmentFile=/etc/default/wsdd to EnvironmentFile=-/etc/default/wsdd regards
The https://src.fedoraproject.org/rpms/wsdd/pull-request/2 request attempts to fix all the backward incompatible changes. Sam, can you please take a look at that?
Ondrej, thank you for the merge request. I will merge this, but long-term if we can swap the sed commands in the prep section to some patch files that might be a cleaner way to do things.
Any update on this? Should the environment file instead point to the /etc/sysconfig/wsdd file that is shipped with the rpm, or is that only supposed to be used as an example?
Apologies for the delay, I will try to review this over the weekend and try to get an answer early next week.
FEDORA-2024-a1a2fecd48 (wsdd-0.8-1.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-a1a2fecd48
FEDORA-2024-a1a2fecd48 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-a1a2fecd48` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-a1a2fecd48 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-a1a2fecd48 (wsdd-0.8-1.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.