I have been working on getting Railgun up and running which requires memcached. I have memcached installed and running and it works fine when running and listening on port. But when changing things up and trying to get it to use a socket it does not want to co-operate.
It seems like it starts up and runs ok, service memcached status is fine. But when trying to start Railgun I notice it fails because it cannot connect to Memcached.
I have memcached configured to create memcached.sock in /tmp but after starting memcached I notice the file is not present.
Here is memcached conf:
#PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="512"
OPTIONS=""
-s /tmp/memcached.sock
-a 0666
I have tried setting the -a option to elevated permissions all the way up to 0777 but still no luck. I do run CageFS but have moved the memcached user so he is not restricted and updated CageFS. I cannot find anything in the logs as to why the memcached.sock file is not created. /tmp I increased in size also today up to 3GB.
So looking for some help on this one
It seems like it starts up and runs ok, service memcached status is fine. But when trying to start Railgun I notice it fails because it cannot connect to Memcached.
I have memcached configured to create memcached.sock in /tmp but after starting memcached I notice the file is not present.
Here is memcached conf:
#PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="512"
OPTIONS=""
-s /tmp/memcached.sock
-a 0666
I have tried setting the -a option to elevated permissions all the way up to 0777 but still no luck. I do run CageFS but have moved the memcached user so he is not restricted and updated CageFS. I cannot find anything in the logs as to why the memcached.sock file is not created. /tmp I increased in size also today up to 3GB.
So looking for some help on this one