Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no file or directory '/tmp/es_redis_master.sock.' #33

Open
MachengShen opened this issue Jul 3, 2019 · 1 comment
Open

no file or directory '/tmp/es_redis_master.sock.' #33

MachengShen opened this issue Jul 3, 2019 · 1 comment

Comments

@MachengShen
Copy link

I got the following error:

[2019-07-03 17:08:04,453 pid=11687] Could not connect to {'unix_socket_path': '/tmp/es_redis_master.sock'}. Retrying after 7.11 sec (2/300). Error: Error 2 connecting to unix socket: /tmp/es_redis_master.sock. No such file or directory.

Could you please tell me how to resolve it? Thanks.

@nph4rd
Copy link

nph4rd commented Sep 5, 2019

I had a similar issue. It's likely that you have a redis-server instance running on the same address that you're trying to use. So if you're using Linux (Ubuntu) try: /etc/init.d/redis-server stop. Else, if you're working on a Mac you could try: redis-cli shutdown.

You should be able to run it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants