Timeline for Redis Server Refuses All Connections Via Unix Socket
Current License: CC BY-SA 4.0
8 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jul 30, 2022 at 14:06 | vote | accept | Maestro223 | ||
Jul 30, 2022 at 13:02 | answer | added | Romeo Ninov | timeline score: 2 | |
Jul 30, 2022 at 11:02 | comment | added | Maestro223 | Thanks for the tip... I was connecting incorrectly tcp / socket.. Additionally my user trying to connect doesn't have sufficient permissions, whereas root does. This helped a lot a full solution from here should be easy. | |
Jul 30, 2022 at 10:52 | comment | added | Romeo Ninov |
So redis do not listen on TCP port. How do you expect to connect? Try redis-cli -s /var/run/redis/redis.sock
|
|
Jul 30, 2022 at 10:45 | comment | added | Maestro223 |
Only redis related it unix 2 [ ACC ] STREAM LISTENING 85256 4912/redis-server 1 /var/run/redis/redis.sock
|
|
Jul 30, 2022 at 10:42 | comment | added | Romeo Ninov |
What is the result of netstat -anp|grep LISTEN executed as root?
|
|
Jul 30, 2022 at 10:37 | history | edited | Maestro223 | CC BY-SA 4.0 |
deleted 196 characters in body
|
Jul 30, 2022 at 10:26 | history | asked | Maestro223 | CC BY-SA 4.0 |