On Mon, Jul 18, 2011 at 15:14, Sandro Tosi <[email protected]> wrote: > Thanks for handling it! Sadly, I just noticed that by only setting > /var/run/redis.sock won't work: that's because /var/run is 755 and > root:root, so the user redis (the uid that redis-server uses to run) > can't write redis.sock there. Maybe adding a /var/run/redis/ to store > both the socket and the pid file?
/var/run/redis should be redis:redis and created before starting redis-server (at install time?) -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

