Jump to content

Sandeep B.

Administrators
  • Last visited

  • Posts

    298
  • Reputation

    10k

Everything posted by Sandeep B.

  1. I usually install cwp first and do this and it works every time, different hardware doesn’t matter and the kernel will take care of it. in some cases efi boot cause issues in this situation move the users manually Red Hat Customer PortalHow to easily migrate local users and groups from one sys...All local users and groups (within a certain UID/GID number range) need to be migrated from one old system to another freshly-installed system without manually creating said users on the new system.
  2. yes, it possible when running the same version of os and app via rsync, rsync the /home /var/lib/mysql/ (mysql should be the same version) /var/vmail /usr/local/apache /etc/ /var/spool/cron/crontabs and other you remember then rebuild webserver and cwpsrv user config
  3. please try this /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force cd /usr/local/src rm -rf netdata git clone --recursive https://github.com/netdata/netdata cd netdata ./netdata-installer.sh --disable-cloud --dont-waitthen after the official version is installed without any error (keep an eye on errors if there is any) uninstall it again : /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --forcethen install it from cwp
  4. you can use this command to check the quotas repquota -a
  5. There are lot’s of complains regarding the netdata not working or installing in CWP to fix the issue please follow the easy fix : you will need top install these dependencies before installing netdata from cwp : First uninstall netdata : /usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force Install dependencies : yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest yum install libyaml-develafter these depes are installed go to cwp admin » netdata » and install to from there Installation can take few time depending on your server performance.
  6. Can you provide some error messages
  7. can you check if diskquota is showing correct disk usage ?
  8. you need to select the default wordpress template in webserver main config
  9. Have you tried this? https://blog.alphagnu.com/how-to-update-netdata-in-cwp-control-webpanel-centos-rhel-ubuntu-debian/
  10. It's for all os el7, el8 and el9
  11. hi install the dev version it is fixed : Admin chattr -i -R /usr/local/cwpsrv/htdocs/admin cd /usr/local/cwpsrv/htdocs rm -f cwp-el7-DEV.zip wget http://dl1.centos-webpanel.com/files/cwp/el7-dev/cwp-el7-DEV.zip unzip -o cwp-el7-DEV.zip User cd /usr/local/cwpsrv/var/services/ rm -f cwp-services-DEV.zip wget http://dl1.centos-webpanel.com/files/cwp/el7-dev/cwp-services-DEV.zip unzip -o cwp-services-DEV.zip
  12. hi can you check the acme log /root/.acme.sh/acme.sh.log
  13. you need to check which processes are taking the CPU via the top command
  14. Did you try our upgrade tutorial?
  15. any error you're getting with the latest version build with Apache?
  16. you can remove the cwp-http package and try to install it again
  17. If you're getting this error and the repo is failing with Centos 8 with a similar message mentioned below then run the fix script to auto fix the appstream or other repo : Errors during downloading metadata for repository 'appstream': - Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Could not resolve host: mirrorlist.centos.org] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock [Could not resolve host: mirrorlist.centos.org] Due to EOL the mirrorlist.centos.org doesn't exist anymore and removed you need to change the repo to vault.centos.org it would help if you ran the below script on your server : sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* yum update -y
  18. try this command then update Apache yum remove cwp-httpd httpd* -y && yum install cwp-httpd -y
  19. you can install it in any subdomain with pgsql PHP extension installed
  20. YOU NEED TO RUN THE UPPER COMMANDS TO FIX IT it is because the repo are closed
  21. hi the roundcube usage cwp php timezone if you change the time zone in cwp panel it will et changed too
  22. to remove cache you can run this command : /usr/bin/varnishadm 'ban req.url ~ .'