Hi, On Thu, Jul 7, 2011 at 09:13, Sandro Tosi <mo...@debian.org> wrote: > currently in the conf file shipped with redis-server the socket location (even > if commented) is /tmp/redis.sock . This is not exactly the best place for a > sock > file :) I think we should default to store it in /var/run/ so that the user > willing to activate the socket is not left with an incorrect location and/or > to > guess what's the best place to store it.
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? Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org