Bug 1748322
| Summary: | gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid -> /run/gssproxy.pid; please update the unit file accordingly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Harald Reindl <h.reindl> |
| Component: | gssproxy | Assignee: | Robbie Harwood <rharwood> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | abokovoy, gdeschner, rharwood, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-03 21:17:08 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
Harald Reindl
2019-09-03 11:28:43 UTC
Per FHS:
The purposes of this directory were once served by /var/run. In general, programs may continue to use /var/run to fulfill the requirements set out for /run for the purposes of backwards compatibility. Programs which have migrated to use /run should cease their usage of /var/run, except as noted in the section on /var/run.
-- https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#runRuntimeVariableData
In any case, I already made the change you're asking for in gssproxy-0.8.2-4, which was built back in July. I don't think there's a point in backporting to the very released Fedora 30.
don't explain me the FHS, you just should have read your syslogs in the F30 cycle and calling that change "backport" is laughable given that it's a bullet-proof change honestly what are you guys doing that it's not common sense after alter systemd related nippets issue "systemctl daemon-reload" and look at your syslogs aka "journalctl" and to be clear: on Fedora your FHS quite is pure nonsense given that /var/run is a symlink to /run for many years, there is no point that /var/run exists *anywhere* in the distribution besides that symlink and i am sick and tired fix such stuff all the time on every machien because i read my damned syslogs and you stpit them full with useless stuff as result of your sloppy packaging and that's why such for you "cosmetic" bugs are a pain in the ass of responsible admins 9 lines due a regulary "dnf upgrade" and now imagine 50 packages spit that amount to the syslog and you try to look if there is something serious [root@srv-rhsoft:~]$ cat messages | grep gssproxy.service Sep 4 12:00:01 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:01 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:01 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:01 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:01 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:07 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:07 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:07 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. Sep 4 12:00:07 srv-rhsoft systemd[1]: /usr/lib/systemd/system/gssproxy.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly. |