Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1411147
Summary: | tlp: deprecated workaround to disable systemd-rfkill@.service | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Koch <linrunner> |
Component: | tlp | Assignee: | Jeremy Newton <alexjnewt> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 25 | CC: | alexjnewt, bugreports2005, linrunner, oliver |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | tlp-0.9-2.fc25 tlp-0.9-2.fc24 tlp-0.9-2.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-17 19:52:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Thomas Koch
2017-01-08 20:13:10 UTC
I didn't check the F24 package, the problem may be inherited from there. Another suggestion: in the Debian package the service is disabled by masking it in the postinst script with systemctl mask system-rfkill.service Is that feasible for Fedora too? (In reply to Thomas Koch from comment #1) > I didn't check the F24 package, the problem may be inherited from there. > > Another suggestion: in the Debian package the service is disabled by masking > it in the postinst script with > > systemctl mask system-rfkill.service > > Is that feasible for Fedora too? Hmm I think so, let me look into it. This is likely the correct solution for post install: > systemctl mask systemd-rfkill and post uninstall: > systemctl unmask systemd-rfkill That's it. tlp-0.9-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-444f65738d tlp-0.9-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-60c68b1957 I tried pushing the fix to epel7, but it didn't take. I'll push it as soon as I figure out what's up. tlp-0.9-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-9e15663376 tlp-0.9-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-9e15663376 tlp-0.9-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-60c68b1957 tlp-0.9-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-444f65738d Update works as expected (fc25). Thank you! (In reply to Thomas Koch from comment #11) > Update works as expected (fc25). Thank you! No problem, thank you for reporting the issue. tlp-0.9-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. tlp-0.9-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. tlp-0.9-2.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. As of RHEL 7.5 there seems to be /usr/lib/systemd/system/systemd-rfkill@.service instead of systemd-rfkill.service, so perhaps the inclusion of this in EPEL7 is breaking instead of fixing things. Hmm, this seems to be the case as well for my CentOS 7.4 system, but I haven't noticed anything wrong compared to Fedora. Running "tlp-stat -s" as root seems normal to me. Does this exhibit any bad behavior for you? If so, you can try using the "systemctl mask" or "systemctl unmask" commands as root, similar to what's described above, and let me know what works for you? |