This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Addons / Ability to connect to Object Storage
« on: March 16, 2022, 01:24:34 PM »
Hi all
I have a 250gb object storage server, is there a way that I can connect the VPS and Storage together, so that I can use the extra space.
Is this possible..?
I have a 250gb object storage server, is there a way that I can connect the VPS and Storage together, so that I can use the extra space.
Is this possible..?
2
CentOS 7 Problems / Re: memcached and Redis email warnings
« on: May 06, 2021, 06:54:27 PM »
No answer so did what I could, I opened terminal and listed what packages were associated with those services and uninstall the packages, both uninstalled fine and no problems in CWP, also no emails every hour....
3
CentOS 7 Problems / memcached and Redis email warnings
« on: May 06, 2021, 02:28:06 PM »
Hi all, I could not find a solution to this so here goes..
2 emails around every hour:
Account: memcached
Resource: Process Time
Exceeded: 145884 > 1800 (seconds)
Executable: /usr/bin/memcached
Command Line: /usr/bin/memcached -u memcached -p 11211 -m 64 -c 1024
PID: 28237 (Parent PID:28237)
Killed: No
And
Account: redis
Resource: Process Time
Exceeded: 145837 > 1800 (seconds)
Executable: /usr/bin/redis-server
Command Line: /usr/bin/redis-server 127.0.0.1:6379
PID: 31075 (Parent PID:31075)
Killed: No
I have added the services to csf pignore
exe:/usr/sbin/memcached
exe:/usr/bin/redis-server
Also disabled the services in CWP, and removed them as a php service, but still I am getting the emails..
Any ideas
2 emails around every hour:
Account: memcached
Resource: Process Time
Exceeded: 145884 > 1800 (seconds)
Executable: /usr/bin/memcached
Command Line: /usr/bin/memcached -u memcached -p 11211 -m 64 -c 1024
PID: 28237 (Parent PID:28237)
Killed: No
And
Account: redis
Resource: Process Time
Exceeded: 145837 > 1800 (seconds)
Executable: /usr/bin/redis-server
Command Line: /usr/bin/redis-server 127.0.0.1:6379
PID: 31075 (Parent PID:31075)
Killed: No
I have added the services to csf pignore
exe:/usr/sbin/memcached
exe:/usr/bin/redis-server
Also disabled the services in CWP, and removed them as a php service, but still I am getting the emails..
Any ideas
4
CentOS-WebPanel GUI / All service status popups are orange and say warning
« on: May 05, 2021, 12:11:29 PM »
Hi guys, not really a problem, just curiosity, why when I check the status of my server service or mail service, they popup orange and say warning. I am setup and secure as far as I know.
Does it always say this..?
Does it always say this..?

5
CentOS-WebPanel GUI / Re: Login panel for users keeps returning to login
« on: April 28, 2021, 06:59:01 PM »
Managed to fix it myself..
It was the package causing the problem, used the default package and all ok..
It was the package causing the problem, used the default package and all ok..

6
CentOS-WebPanel GUI / Login panel for users keeps returning to login
« on: April 28, 2021, 04:07:13 PM »
Hi all
Have got an annoying problem, I could not login to any of the user panels (5 users), tried 3 different browsers, ended up reinstalling clean copy of CentOS 7 and CWP pro. So have a clean server,but still cannot login to the user panels, just keeps returning to the login panel. It show the user is logged in on the CWP panel. ran - tail -f /usr/local/cwp/php71/var/log/php-fpm*.log
and got the below:
==> /usr/local/cwp/php71/var/log/php-fpm.log <==
[28-Apr-2021 17:58:01] NOTICE: about to trace 17215
[28-Apr-2021 17:58:01] NOTICE: finished trace of 17215
[28-Apr-2021 17:58:06] WARNING: [pool cwpsrv] child 19520, script '/usr/local/cw psrv/htdocs/admin/admin/loader.php' (request: "GET /admin/loader.php?func=get_lo ad&_=1619625316132") executing too slow (5.587582 sec), logging
[28-Apr-2021 17:58:06] NOTICE: child 19520 stopped for tracing
[28-Apr-2021 17:58:06] NOTICE: about to trace 19520
[28-Apr-2021 17:58:06] NOTICE: finished trace of 19520
[28-Apr-2021 17:58:11] WARNING: [pool cwpsrv] child 19521, script '/usr/local/cw psrv/htdocs/admin/admin/loader.php' (request: "GET /admin/loader.php?func=get_lo ad&_=1619625316133") executing too slow (5.583360 sec), logging
[28-Apr-2021 17:58:11] NOTICE: child 19521 stopped for tracing
[28-Apr-2021 17:58:11] NOTICE: about to trace 19521
[28-Apr-2021 17:58:11] NOTICE: finished trace of 19521
==> /usr/local/cwp/php71/var/log/php-fpm-slowlog-cwpsrv.log <==
script_filename = /usr/local/cwpsrv/htdocs/admin/admin/loader.php
[0x00007fd224c1c530] session_start() /usr/local/cwpsrv/htdocs/admin/admin/loader .php:0
[28-Apr-2021 17:58:06] [pool cwpsrv] pid 19520
script_filename = /usr/local/cwpsrv/htdocs/admin/admin/loader.php
[0x00007fd224c1d530] session_start() /usr/local/cwpsrv/htdocs/admin/admin/loader .php:0
[28-Apr-2021 17:58:11] [pool cwpsrv] pid 19521
script_filename = /usr/local/cwpsrv/htdocs/admin/admin/loader.php
[0x00007fd224c1d530] session_start() /usr/local/cwpsrv/htdocs/admin/admin/loader .php:0
==> /usr/local/cwp/php71/var/log/php-fpm-slowlog-cwpsvc.log <==
==> /usr/local/cwp/php71/var/log/php-fpm-slowlog-findit.log <==
can anybody help me with this, even turned the firewall off...but still nothing
Richard
Have got an annoying problem, I could not login to any of the user panels (5 users), tried 3 different browsers, ended up reinstalling clean copy of CentOS 7 and CWP pro. So have a clean server,but still cannot login to the user panels, just keeps returning to the login panel. It show the user is logged in on the CWP panel. ran - tail -f /usr/local/cwp/php71/var/log/php-fpm*.log
and got the below:
==> /usr/local/cwp/php71/var/log/php-fpm.log <==
[28-Apr-2021 17:58:01] NOTICE: about to trace 17215
[28-Apr-2021 17:58:01] NOTICE: finished trace of 17215
[28-Apr-2021 17:58:06] WARNING: [pool cwpsrv] child 19520, script '/usr/local/cw psrv/htdocs/admin/admin/loader.php' (request: "GET /admin/loader.php?func=get_lo ad&_=1619625316132") executing too slow (5.587582 sec), logging
[28-Apr-2021 17:58:06] NOTICE: child 19520 stopped for tracing
[28-Apr-2021 17:58:06] NOTICE: about to trace 19520
[28-Apr-2021 17:58:06] NOTICE: finished trace of 19520
[28-Apr-2021 17:58:11] WARNING: [pool cwpsrv] child 19521, script '/usr/local/cw psrv/htdocs/admin/admin/loader.php' (request: "GET /admin/loader.php?func=get_lo ad&_=1619625316133") executing too slow (5.583360 sec), logging
[28-Apr-2021 17:58:11] NOTICE: child 19521 stopped for tracing
[28-Apr-2021 17:58:11] NOTICE: about to trace 19521
[28-Apr-2021 17:58:11] NOTICE: finished trace of 19521
==> /usr/local/cwp/php71/var/log/php-fpm-slowlog-cwpsrv.log <==
script_filename = /usr/local/cwpsrv/htdocs/admin/admin/loader.php
[0x00007fd224c1c530] session_start() /usr/local/cwpsrv/htdocs/admin/admin/loader .php:0
[28-Apr-2021 17:58:06] [pool cwpsrv] pid 19520
script_filename = /usr/local/cwpsrv/htdocs/admin/admin/loader.php
[0x00007fd224c1d530] session_start() /usr/local/cwpsrv/htdocs/admin/admin/loader .php:0
[28-Apr-2021 17:58:11] [pool cwpsrv] pid 19521
script_filename = /usr/local/cwpsrv/htdocs/admin/admin/loader.php
[0x00007fd224c1d530] session_start() /usr/local/cwpsrv/htdocs/admin/admin/loader .php:0
==> /usr/local/cwp/php71/var/log/php-fpm-slowlog-cwpsvc.log <==
==> /usr/local/cwp/php71/var/log/php-fpm-slowlog-findit.log <==
can anybody help me with this, even turned the firewall off...but still nothing
Richard
Pages: [1]