Show Posts

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.


Messages - meek2100

Pages: 1 [2]
16
MySQL / Optimizing MySQL/MariaDB for Wordpress/Woocommerce with MySQL Tuner
« on: September 18, 2020, 05:58:15 AM »
Hi,
I'm trying to optimize my VPS server for Woocommerce as my store has been running slow. 

Here is my current /etc/my.cnf file.
Code: [Select]
#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]

#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d

[mysqld]
performance_schema=ON
innodb_buffer_pool_size=1024M
query_cache_limit=16M
query_cache_size=0
query_cache_type=0
innodb_log_file_size=128M
innodb_buffer_pool_instances=1
tmp_table_size=128M
max_heap_table_size=128M


I followed the steps here to switch my database to innodb: https://www.cloudservices.store/cp/index.php/knowledgebase/63/Tune-MySQL-or-mariadb-database-for-WooCommerce-and-WordPress.html

And now I'm using MySQL Tuner to try and optimize the database.  Here is the following recommendations:
Code: [Select]
-------- Recommendations ---------------------------------------------------------------------------
General recommendations:
    Set up a Password for user with the following SQL statement ( SET PASSWORD FOR 'user'@'SpecificDNSorIp' = PASSWORD('secure_password'); )
    MySQL was started within the last 24 hours - recommendations may be inaccurate
    Reduce or eliminate unclosed connections and network issues
    Configure your accounts with ip or subnets only, then update your configuration with skip-name-resolve=1
    When making adjustments, make tmp_table_size/max_heap_table_size equal
    Reduce your SELECT DISTINCT queries which have no LIMIT clause
    Consider installing Sys schema from https://github.com/mysql/mysql-sys for MySQL
    Consider installing Sys schema from https://github.com/good-dba/mariadb-sys for MariaDB

Will setting a password for mariadb.sys@localhost or skip-name-resolve=1 create any issues for Cent OS Web Panel?

Also I noticed that https://github.com/good-dba/mariadb-sys for MariaDB only supports 10.0.x is there anything newer that this to add the Sys schema support for MariaDB 10.4.x?

17
That fixed it.  Thanks for the help.

18
Code: [Select]
Transaction check error:
  file /usr/include/python3.6m/pyconfig-64.h from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from
package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/libpython3.6m.so.1.0 from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_markupbase.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_markupbase.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_markupbase.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_pydecimal.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_pydecimal.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_sysconfigdata_dm_linux_x86_64-linux-gnu.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_sysconfigdata_dm_linux_x86_64-linux-gnu.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_sysconfigdata_dm_linux_x86_64-linux-gnu.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/argparse.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64
conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/base64.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/base64.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/binhex.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/binhex.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/bz2.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/cProfile.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64
conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/cProfile.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64
conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/cProfile.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/cgi.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/cgi.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/cgi.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/chunk.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/chunk.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/distutils/__pycache__/cmd.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/distutils/__pycache__/cmd.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/compileall.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/compileall.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/configparser.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/difflib.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/difflib.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/doctest.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/doctest.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/ftplib.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/ftplib.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/ftplib.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/gettext.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/gzip.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/gzip.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts
with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/imp.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/imp.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/inspect.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/inspect.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/keyword.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/keyword.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/lzma.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts
with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/mailbox.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/mailbox.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/modulefinder.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/modulefinder.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/netrc.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/netrc.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/netrc.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/nntplib.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/nntplib.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pathlib.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pdb.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pdb.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pdb.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pickle.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pickletools.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pickletools.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc from install of python3-libs-3.6.8-10.el7.x86_64 conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/platform.cpython-36.opt-1.pyc from install of python3-libs-3.6.8-10.el7.x86_64
conflicts with file from package python36u-libs-3.6.8-1.el7.ius.x86_64
  file /usr/lib64/python3.6/__pycache__/platform.cpython-36.opt-2.pyc from install of python3-libs-3.6.8-10.el7.x86_64

19
PHP Selector / Re: Manual adding PHP 7.4.1 to CWP
« on: February 21, 2020, 04:34:11 PM »
I wondered if this might might work to manually add php 7.4.

https://www.mysterydata.com/how-to-install-build-php-7-3-manually-on-cwp-centos-web-panel/

20
I would love to have PHP 7.4 support ASAP.

They have already released PHP 7.4.3 and I would love to start using it for the performance gains.

21
+1 for PHP 7.4 support ASAP.

PHP 7.4.3 has already been releases and I would love to start using it.

22
@ejsolutions
Your suggestion worked great! No more emails.

23
Thanks.  So just a notice message, because I removed things.

24
So I removed memcached since I decided to go with redis-server instead with "yum remove memcached" and then I ran "yum autoremove" to clean up any left over dependencies. Then I received this email, so far everything appears to still be working, but this email is very concerning to me.  Should I be worried or is their a recovery path/command that I should run to restore any of these items that are important? 

The following list of files have FAILED the md5sum comparison test. This means that the file has been changed in some way. This could be a result of an OS update or application upgrade. If the change is unexpected it should be investigated:

/usr/bin/memcached: FAILED open or read
/usr/bin/memcached-tool: FAILED open or read
/usr/bin/pear: FAILED open or read
/usr/bin/peardev: FAILED open or read
/usr/bin/pecl: FAILED open or read
/usr/bin/phar: FAILED open or read
/usr/bin/phar.phar: FAILED open or read
/usr/bin/php: FAILED open or read
/usr/bin/php-cgi: FAILED open or read
/usr/bin/phpize: FAILED open or read
/usr/bin/zipcmp: FAILED open or read
/usr/bin/zipmerge: FAILED open or read
/usr/bin/ziptorrent: FAILED open or read
/usr/sbin/t1libconfig: FAILED open or read
/bin/memcached: FAILED open or read
/bin/memcached-tool: FAILED open or read
/bin/pear: FAILED open or read
/bin/peardev: FAILED open or read
/bin/pecl: FAILED open or read
/bin/phar: FAILED open or read
/bin/phar.phar: FAILED open or read
/bin/php: FAILED open or read
/bin/php-cgi: FAILED open or read
/bin/phpize: FAILED open or read
/bin/zipcmp: FAILED open or read
/bin/zipmerge: FAILED open or read
/bin/ziptorrent: FAILED open or read
/sbin/t1libconfig: FAILED open or read

25
@rcschaff
Yes, I did restart csf after making the changes and I did stop getting email for rpcbind, so it does seem like it worked for that just not redis or memcached.

Here is what I currently added in /etc/csf/csf.pignore.
exe:/usr/sbin/rpcbind
exe:/usr/sbin/redis-server
exe:/usr/sbin/memcached


@ejsolutions
Thanks for that suggestion.  I'll try this now, fingers crossed.


26
I'm still getting these emails even after following the instructions on http://wiki.centos-webpanel.com/csflfd-firewall-configuration and added "exe:/usr/bin/redis-server" and "exe:/usr/bin/memcached" to the bottom of the /etc/csf/csf.pignore.

What else can I do? Getting 2 emails every hour is getting really annoying.

Time:         Wed Feb 12 03:00:29 2020 +0000
Account:      memcached
Resource:     Process Time
Exceeded:     12863 > 1800 (seconds)
Executable:   /usr/bin/memcached
Command Line: /usr/bin/memcached -u memcached -p 56861 -m 64 -c 1024
PID:          1625 (Parent PID:1625)
Killed:       No

Time:         Wed Feb 12 03:00:29 2020 +0000
Account:      redis
Resource:     Process Time
Exceeded:     12863 > 1800 (seconds)
Executable:   /usr/bin/redis-server
Command Line: /usr/bin/redis-server 127.0.0.1:6379                     
PID:          1637 (Parent PID:1637)
Killed:       No


27
CentOS 7 Problems / Why is this process using 90-100% cpu, help.
« on: January 09, 2020, 07:01:32 PM »
Hi,
Can some one explain to me why one of my websites processes is at 100% cpu, but the server still has plenty of cpu available?


28
This is still a problem on PHP 7.3.13 for me using the PHP-FPM Selector, but I found a work around to get it working here: https://forum.mysterydata.com/topic/4/cwp-help-to-install-memcached/4

29
Any updates on this?  I would love to update to phpfpm 7.3, but I'm stuck on phpfpm 7.2 because memcache isn't working on 7.3.

Pages: 1 [2]