Description of problem: The init script of redis /etc/init.d/redis is missing an LSB init header. This can cause issues when other servers depend on redis being startet at bootup (in my case, gitlab). Version-Release number of selected component (if applicable): 2.4.10 Solution: Please add the following (or similar) header to /etc/init.d/redis ### BEGIN INIT INFO # Provides: redis-server # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: A persistent key-value database # Description: A persistent key-value database ### END INIT INFO
*** Bug 909082 has been marked as a duplicate of this bug. ***
redis-3.2.10-2.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-0ad4c424f0
redis-3.2.10-2.el6 has been pushed to the Fedora EPEL 6 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-0ad4c424f0
redis-3.2.10-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.