Jump to content

Sandeep B.

Administrators
  • Joined

  • Last visited

Everything posted by Sandeep B.

  1. you can dm me with root logins
  2. Yes it can be fixed generally i sent you the method will fix it.
  3. Its not bug in cwp its your kernel quota bug
  4. you're not using cwp compatible quota you need to follow this tutorial https://forum.centos-webpanel.com/centos-configuration/how-to-setup-user-quotas/ after adding to fstab : /dev/sda1 / ext4 srjquota=quota.user,jqfmt=vfsv0 0 0 usrjquota=quota.user,jqfmt=vfsv0 reboot the system and then run again mount -o remount / quotacheck -avugm quotaon -avug
  5. can you post the output of this commands : mount -o remount / quotacheck -avugm quotaon -avug
  6. it seems to be quota issue with kernel predefined quota recommended to use ext4 or xfs file system
  7. this tutorial will also enable ALPN
  8. You can delete this line and check depends on mariadb_init
  9. @c64solved by himself
  10. add this line to /etc/my.cnf [mysqld] pid-file = /var/lib/mysql/mariadb.pid restart mariadb service and edit monit config file : nano /etc/monit.d/cwp.mysql replace with below config : check process mariadb with pidfile /var/lib/mysql/mariadb.pid group database start program = "/usr/bin/systemctl start mariadb" stop program = "/usr/bin/systemctl stop mariadb" restart program = "/usr/bin/systemctl restart mariadb" if failed port 3306 protocol mysql then restart if 3 restarts within 5 cycles then timeout alert root@localhost only on {timeout} then restart monit service
  11. you can pm me your server details for the checks
  12. hi did you try to update mod security?
  13. same thing but this process is more clean
  14. Sandeep B. replied to leisegang's post in a topic in CWP - Control WEB Panel
    as per the module code /64 will work with this module did you tested ?
  15. Sandeep B. replied to leisegang's post in a topic in CWP - Control WEB Panel
    in CWP ipv6 module is in development you can wait for it.
  16. you can't do it via hostname you can choose some other subdomain and proxy the port 2031 with apache or nginx via the webserver domain config
  17. for the hostname you don't need to use certbot, go to cwp admin >> change hostname >> hit the change hostname button this will issue an LE cert
  18. try this : cd /usr/local/cwpsrv/var/services yum install cwpPgphp -y yum reinstall cwpPgphp -y mv phpPgAdmin phpPgAdmin.bak wget https://github.com/phppgadmin/phppgadmin/releases/download/REL_7-13-0/phpPgAdmin-7.13.0.zip unzip phpPgAdmin-7.13.0.zip mv phpPgAdmin-7.13.0 phpPgAdmin rm -rf phpPgAdmin-7.13.0.zip
  19. hi why do you want to change the hostname template ? are you hosting anything on the hostname subdomain?
  20. Hi currently there is no way but you can search the config in .conf under user account with grep
  21. can you audit whole log for any other errors
  22. please check the PHP build log for any error also if you've low RAM the PHP will fail add a swap to your OS and retry
  23. HI, strangely, you're getting timeout for such a small file. I've tested the CWP PMA (root and user) and didn't find the issue. Can you show us some screenshots of the error with your URL?
  24. Fix the GPG key error EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org> The DEB.SURY.ORG Debian/ubuntu package repository has changed its package signing key. By running the below commands will fix the issue : rm -rf /etc/apt/sources.list.d/php.list apt-get update apt-get -y install lsb-release ca-certificates curl rm -rf /tmp/debsuryorg-archive-keyring.deb curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/debsuryorg-archive-keyring.deb dpkg -i /tmp/debsuryorg-archive-keyring.deb sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list' apt-get update then again run apt update command and upgrade command : apt-get update apt-get upgrade
  25. wait for cwp el9 it will be released soon if you want to upgrade you can use centos 8 stream or alamalinux 8