#5280 Log file should not be stored under tmpfs-ed /run
Closed: worksforme by rcritten. Opened by pvoborni.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1257530

Description of problem:
After fresh ipa-server-install, there is file
/run/certmonger/.ipa/log/renew.log created. Given /run is mounted as tmpfs, the
log file will get lost after reboot.
Version-Release number of selected component (if applicable):
ipa-server-4.2.0-5.el7.x86_64
certmonger-0.78.4-1.el7.x86_64
How reproducible:
Deterministic.
Steps to Reproduce:
1. Install ipa-server, run ipa-server-install.
2. Check /run/certmonger/.ipa/log.
Actual results:
There is /run/certmonger/.ipa/log/renew.log there.
Expected results:
No log file there.
Additional info:
On this particular installation, the log file is actually empty, even if I also
saw upstream installation in container which had
2015-08-26T15:32:24Z    94      MainThread
ipa.ipalib.session.MemcacheSessionManager       WARNING session memcached
servers not running
2015-08-26T15:32:24Z    101     MainThread
ipa.ipalib.session.MemcacheSessionManager       WARNING session memcached
servers not running
2015-08-26T15:32:24Z    98      MainThread
ipa.ipalib.session.MemcacheSessionManager       WARNING session memcached
servers not running
2015-08-26T15:32:24Z    96      MainThread
ipa.ipalib.session.MemcacheSessionManager       WARNING session memcached
servers not running
2015-08-26T15:32:24Z    97      MainThread
ipa.ipalib.session.MemcacheSessionManager       WARNING session memcached
servers not running
in it -- pretty important information not to be lost.

Metadata Update from @pvoborni:
- Issue assigned to someone
- Issue set to the milestone: FreeIPA 4.5 backlog

This was "fixed" by the deprecation of memcached. Marking as worksforme.

Metadata Update from @rcritten:
- Issue close_status updated to: worksforme
- Issue status updated to: Closed (was: Open)

Metadata