Hide Forgot
Description of problem: In the cloud image of Fedora 23 tmp.mount is masked but this generates warning messages in the journal every 10 minutes. Version-Release number of selected component (if applicable): systemd-222-8.fc23.x86_64 How reproducible: Reproducible every time. Steps to Reproduce: 1. Start the Fedora 23 cloud image? 2. Wait an half an hour. 3. Run journalctl --since "30 minutes ago" | grep tmp Actual results: Nov 05 06:00:05 localhost systemd[1]: tmp.mount: Cannot add dependency job, ignoring: Unit tmp.mount is masked. Nov 05 06:02:39 localhost systemd[1]: tmp.mount: Cannot add dependency job, ignoring: Unit tmp.mount is masked. Nov 05 06:10:05 localhost systemd[1]: tmp.mount: Cannot add dependency job, ignoring: Unit tmp.mount is masked. Nov 05 06:20:15 localhost systemd[1]: tmp.mount: Cannot add dependency job, ignoring: Unit tmp.mount is masked. Expected results: Message to appear only once per boot? Additional info: This did not happen on Fedora 22's systemd. Poking around you can see the tmp.mount dependency here: /usr/lib/systemd/system/local-fs.target.wants/tmp.mount and you can see its masking here: /etc/systemd/system/tmp.mount .
Happens on my non-cloud image of Fedora 23, as I have tmp.mount masked.
Yeah, http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems/ documents masking as the "official" way to disable tmpfs-/tmp and indeed this generates messages at notice level whenever anything having local-fs.target as dependency is started. This is a problem with masking that appears in quite a few places. Maybe we should simply downgrade the message to debug level to hide it.
https://github.com/systemd/systemd/pull/2076
Any chance of a backport of this fix? Fedora 23 is on systemd-222 and this fix probably won't arrive until systemd-229 ...
Yeah, we should. That was the plan anyway.
Should also include https://github.com/systemd/systemd/pull/2322.
http://pkgs.fedoraproject.org/cgit/rpms/systemd.git/commit/?h=f23&id=566578510fd6434cdb6d8323f65e39ba7df6a830
systemd-222-13.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-3d6ff41417
systemd-222-13.fc23 has been pushed to the Fedora 23 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-2016-3d6ff41417
systemd-222-13.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.