F ForexTalk11 Active Member Aug 9, 2018 #1 Aug 9, 2018 #1 Hi, I installed litespeed memcached. When testing: Code: telnet 127.0.0.1 11211 telnet: connect to address 127.0.0.1: Connection refused Can you please tell me what is the issue and how to fix it please? Thank you. Last edited by a moderator: Aug 9, 2018
Hi, I installed litespeed memcached. When testing: Code: telnet 127.0.0.1 11211 telnet: connect to address 127.0.0.1: Connection refused Can you please tell me what is the issue and how to fix it please? Thank you.
Unique_Eric Administrator Staff member Aug 9, 2018 #2 Aug 9, 2018 #2 Hi, Could you show us what's the result? Try service memcached status, to make sure the service is active (running). Try ss -lptun | grep 11211, to make sure the Memcached port is listening. Best,
Hi, Could you show us what's the result? Try service memcached status, to make sure the service is active (running). Try ss -lptun | grep 11211, to make sure the Memcached port is listening. Best,
F ForexTalk11 Active Member Aug 9, 2018 #3 Aug 9, 2018 #3 Code: [root@host ~]# service lsmcd start start lsmcd [ OK ] [root@host ~]# ss -lptun | grep 11211 The second command return nothing. Is that expected result? Thanks. Last edited by a moderator: Aug 10, 2018
Code: [root@host ~]# service lsmcd start start lsmcd [ OK ] [root@host ~]# ss -lptun | grep 11211 The second command return nothing. Is that expected result? Thanks.
Q qtwrk Well-Known Member Aug 15, 2018 #6 Aug 15, 2018 #6 Hi, please edit /usr/local/lsmcd/conf/node.conf there is a line Code: #LogLevel=dbg_medium remove # in front it to enable debug log ,and start LSMCD and log is under /tmp/lsmcd.log, please post what log you got there. Best regards, Last edited by a moderator: Aug 16, 2018
Hi, please edit /usr/local/lsmcd/conf/node.conf there is a line Code: #LogLevel=dbg_medium remove # in front it to enable debug log ,and start LSMCD and log is under /tmp/lsmcd.log, please post what log you got there. Best regards,