Bug 1635265
Summary: | /var/run/redis directory not created by RPM (redis-3.2.12-1.el6.x86_64) | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | kristiaan.bonjean |
Component: | redis | Assignee: | Flavio Percoco <fpercoco> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | el6 | CC: | cmelaro, extras-qa, fabian.deutsch, fpercoco, jal233, nathans |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | redis-3.2.12-2.el6 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1592931 | Environment: | |
Last Closed: | 2018-10-31 19:27:21 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
kristiaan.bonjean
2018-10-02 13:42:17 UTC
redis-3.2.12-2.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-dc1208866b Tested build 1155986: [root@host ~]# ll /var/run/redis ls: cannot access /var/run/redis: No such file or directory [root@host ~]# yum -y install /tmp/redis-3.2.12-2.el6.x86_64.rpm ... Complete! [root@host ~]# ll /var/run/redis total 0 [root@host ~]# service redis status redis-server is stopped [root@host ~]# service redis start Starting redis-server: [ OK ] [root@host ~]# service redis status redis-server (pid 8386) is running... [root@host ~]# ps aux|grep redis redis 8386 0.2 0.1 141536 2060 ? Ssl 11:45 0:00 /usr/bin/redis-server 127.0.0.1:6379 root 8456 0.0 0.0 105368 892 pts/0 S+ 11:46 0:00 grep --color=auto redis [root@host ~]# service redis stop Stopping redis-server: [ OK ] [root@host ~]# ps aux|grep redis root 8518 0.0 0.0 105368 888 pts/0 R+ 11:46 0:00 grep --color=auto redis [root@host ~]# service redis status redis-server is stopped [root@host ~]# find /var/run/redis /var/run/redis [root@host ~]# service redis start Starting redis-server: [ OK ] [root@host ~]# service redis status redis-server (pid 8594) is running... [root@host ~]# find /var/run/redis /var/run/redis /var/run/redis/redis.pid Seems to work fine now, thanks! redis-3.2.12-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-2018-dc1208866b | Seems to work fine now, thanks! Great - thanks for testing it out Kristiaan! redis-3.2.12-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. |