Re: Memcached config issue

2020-05-09 Thread Pablo C

Thanks Jim! It makes sense. I will check on CSF's support forum.


Thanks a lot!

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/dc0880ff-d719-4b81-81f3-94ed5b1e7e33%40googlegroups.com.


Re: Memcached config issue

2020-05-09 Thread Jim Jones
From running some Google searches those messages appear to be from this 
package.


https://www.configserver.com/cp/csf.html

So I'd figure out why that's installed and talk to whoever configured 
it.  Meaning, it's an add-on package that's not part of Linux of 
Memcached which is trying to be helpful and identify "problematic" 
processes.  But in your case, it's a false alarm.


-jj


On 5/9/20 4:32 PM, Pablo C wrote:


We have a installed memcached a few days ago, and we keep getting 
messages like this every hour.


||
|Time: Fri May 8 22:16:11 2020 + Account: memcached Resource: 
Process Time Exceeded: 77389 > 1800 (seconds) Executable: 
/usr/bin/memcached Command Line: /usr/bin/memcached -u memcached -p 
11211 -m 2GB -c 1024 -l 127.0.0.1 -U 0 PID: 9582 (Parent PID:9582) 
Killed: No |


Could anyone be so kind as to advice if we need to change the config 
and how?



Memcached config:

|PORT="11211" USER="memcached" MAXCONN="1024" CACHESIZE="2GB" 
OPTIONS="-l 127.0.0.1 -U 0" |


The server has CentOS 7.8 | Apache 2.4 | PHP 7.4

|sudo netstat -tulpn | grep :11211 tcp 0 0 127.0.0.1:11211 0.0.0.0:* 
LISTEN 9582/memcached |


status:

|Redirecting to /bin/systemctl status memcached.service ● 
memcached.service - Memcached Loaded: loaded 
(/usr/lib/systemd/system/memcached.service; enabled; vendor pr eset: 
disabled) Active: active (running) since Fri 2020-05-08 00:46:22 UTC; 
21h ago Main PID: 9582 (memcached) CGroup: 
/system.slice/memcached.service └─9582 /usr/bin/memcached -u memcached 
-p 11211 -m 2GB -c 1024 -l ...` |


Thanks

--

---
You received this message because you are subscribed to the Google 
Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to memcached+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/9ce648fe-7ac6-4d85-84fe-d738d5d6ea4d%40googlegroups.com 
.



--

--- 
You received this message because you are subscribed to the Google Groups "memcached" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/1a700c20-05ce-e473-9f8c-b8b50885b806%40smugmug.com.


Re: Memcached config issue

2020-05-09 Thread dormando
Hey,

I hear you, I have no idea what's generating that message. it's not part
of memcached. What is generating it? How did you install memcached into
your system?

On Sat, 9 May 2020, Pablo C wrote:

> I am asking cause I have don't know much about memcached.
> I checked and it seem to be running fine, but I wonder if it is due to 
> CACHESIZE or MAXCONN values.
>
>
>
>
> El sábado, 9 de mayo de 2020, 20:32:15 (UTC-3), Pablo C escribió:
>
>   We have a installed memcached a few days ago, and we keep getting 
> messages like this every hour.
>
> Time: Fri May  8 22:16:11 2020 +
> Account:  memcached
> Resource: Process Time
> Exceeded: 77389 > 1800 (seconds)
> Executable:   /usr/bin/memcached
> Command Line: /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l 
> 127.0.0.1 -U 0
> PID:  9582 (Parent PID:9582)
> Killed:   No
>
>   Could anyone be so kind as to advice if we need to change the config 
> and how?
>
>
>   Memcached config:
>
> PORT="11211"
> USER="memcached"
> MAXCONN="1024"
> CACHESIZE="2GB"
> OPTIONS="-l 127.0.0.1 -U 0"
>
>   The server has CentOS 7.8 | Apache 2.4 | PHP 7.4
>
> sudo netstat -tulpn | grep :11211
> tcp0  0 127.0.0.1:11211 0.0.0.0:*LISTEN   
> 9582/memcached
>
>   status:
>
> Redirecting to /bin/systemctl status memcached.service
> ● memcached.service - Memcached
> Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor pr
> eset: disabled)
> Active: active (running) since Fri 2020-05-08 00:46:22 UTC; 21h ago
> Main PID: 9582 (memcached)
> CGroup: /system.slice/memcached.service
>└─9582 /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l ...`
>
>   Thanks
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to memcached+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/memcached/9049e413-6eeb-4602-b452-6c85c0ae5b69%40googlegroups.com.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/alpine.DEB.2.21.2005091950370.14499%40dskull.


Re: Memcached config issue

2020-05-09 Thread Pablo C
I am asking cause I have don't know much about memcached.

I checked and it seem to be running fine, but I wonder if it is due to 
CACHESIZE or MAXCONN values.




El sábado, 9 de mayo de 2020, 20:32:15 (UTC-3), Pablo C escribió:
>
> We have a installed memcached a few days ago, and we keep getting messages 
> like this every hour.
>
>
> Time: Fri May  8 22:16:11 2020 +
> Account:  memcached
> Resource: Process Time
> Exceeded: 77389 > 1800 (seconds)
> Executable:   /usr/bin/memcached
> Command Line: /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l 
> 127.0.0.1 -U 0
> PID:  9582 (Parent PID:9582)
> Killed:   No
>
> Could anyone be so kind as to advice if we need to change the config and 
> how?
>
>
> Memcached config:
>
> PORT="11211"
> USER="memcached"
> MAXCONN="1024"
> CACHESIZE="2GB"
> OPTIONS="-l 127.0.0.1 -U 0"
>
> The server has CentOS 7.8 | Apache 2.4 | PHP 7.4
>
> sudo netstat -tulpn | grep :11211
> tcp0  0 127.0.0.1:11211 0.0.0.0:*LISTEN   
> 9582/memcached
>
> status:
>
> Redirecting to /bin/systemctl status memcached.service
> ● memcached.service - Memcached
> Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor pr 
>
> eset: disabled)
> Active: active (running) since Fri 2020-05-08 00:46:22 UTC; 21h ago
> Main PID: 9582 (memcached)
> CGroup: /system.slice/memcached.service
>└─9582 /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l ...`
>
> Thanks
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/9049e413-6eeb-4602-b452-6c85c0ae5b69%40googlegroups.com.


Re: Memcached config issue

2020-05-09 Thread dormando
What is generating that message? I have no idea what that means :(

It sounds like it's using too much CPU? But it's not killing it, so you'll
just keep getting this warning every hour?

How did you install memcached?

On Sat, 9 May 2020, Pablo C wrote:

>
> We have a installed memcached a few days ago, and we keep getting messages 
> like this every hour.
>
> Time: Fri May  8 22:16:11 2020 +
> Account:  memcached
> Resource: Process Time
> Exceeded: 77389 > 1800 (seconds)
> Executable:   /usr/bin/memcached
> Command Line: /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l 
> 127.0.0.1 -U 0
> PID:  9582 (Parent PID:9582)
> Killed:   No
>
> Could anyone be so kind as to advice if we need to change the config and how?
>
>
> Memcached config:
>
> PORT="11211"
> USER="memcached"
> MAXCONN="1024"
> CACHESIZE="2GB"
> OPTIONS="-l 127.0.0.1 -U 0"
>
> The server has CentOS 7.8 | Apache 2.4 | PHP 7.4
>
> sudo netstat -tulpn | grep :11211
> tcp0  0 127.0.0.1:11211 0.0.0.0:*LISTEN   
> 9582/memcached
>
> status:
>
> Redirecting to /bin/systemctl status memcached.service
> ● memcached.service - Memcached
> Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor pr
> eset: disabled)
> Active: active (running) since Fri 2020-05-08 00:46:22 UTC; 21h ago
> Main PID: 9582 (memcached)
> CGroup: /system.slice/memcached.service
>└─9582 /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l ...`
>
> Thanks
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to memcached+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/memcached/9ce648fe-7ac6-4d85-84fe-d738d5d6ea4d%40googlegroups.com.
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/alpine.DEB.2.21.2005091704210.14499%40dskull.


Memcached config issue

2020-05-09 Thread Pablo C


We have a installed memcached a few days ago, and we keep getting messages 
like this every hour.


Time: Fri May  8 22:16:11 2020 +
Account:  memcached
Resource: Process Time
Exceeded: 77389 > 1800 (seconds)
Executable:   /usr/bin/memcached
Command Line: /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l 
127.0.0.1 -U 0
PID:  9582 (Parent PID:9582)
Killed:   No

Could anyone be so kind as to advice if we need to change the config and 
how?


Memcached config:

PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="2GB"
OPTIONS="-l 127.0.0.1 -U 0"

The server has CentOS 7.8 | Apache 2.4 | PHP 7.4

sudo netstat -tulpn | grep :11211
tcp0  0 127.0.0.1:11211 0.0.0.0:*LISTEN   
9582/memcached

status:

Redirecting to /bin/systemctl status memcached.service
● memcached.service - Memcached
Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor pr   
 
eset: disabled)
Active: active (running) since Fri 2020-05-08 00:46:22 UTC; 21h ago
Main PID: 9582 (memcached)
CGroup: /system.slice/memcached.service
   └─9582 /usr/bin/memcached -u memcached -p 11211 -m 2GB -c 1024 -l ...`

Thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/memcached/9ce648fe-7ac6-4d85-84fe-d738d5d6ea4d%40googlegroups.com.