Bug 1454700 - /var/run/redis directory missing
Summary: /var/run/redis directory missing
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: redis
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Flavio Percoco
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-23 11:09 UTC by Fred van Zwieten
Modified: 2017-07-21 05:28 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-21 05:28:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Fred van Zwieten 2017-05-23 11:09:53 UTC
Description of problem:
When using sockets in redis instead of tcp, redis won't start because /var/run/redis directory is missing.

Version-Release number of selected component (if applicable):
redis-3.2.7-1.fc25.x86_64

How reproducible:
enable unixsocket /var/run/redis/redis.sock in /etc/redis.conf

Steps to Reproduce:
1.
2.
3.

Actual results:
redis refuses to start

Expected results:
redis starting and using socket

Additional info:
Fix in systemd service unit file by adding RuntimeDirectory=redis in [Service] section.

Comment 1 Nathan Scott 2017-07-21 05:28:06 UTC
This issue was resolved in the redis-3.2.9-2 builds; marking as done.


Note You need to log in before you can comment on or make changes to this bug.