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.


Topics - RayJ

Pages: [1]
1
Updates / Questions about daily backup email
« on: November 22, 2019, 12:06:55 PM »
Posting here before I open a ticket. So that everyone can benefit!

I had a debacle when I first installed, but I now have a stable working CWP.

Here is the daily cron email (I have removed some items).

The issues are in bold, just need to know if these need fixed and how to fix them.



/etc/cron.daily/cwp:

====================================================
============= CentOS Web Panel Cron ================
====================================================

###########################
Firewall Flush Daily Blocks
###########################

######################
Update Server Packages
######################
TERM environment variable not set. This one is already fixed, found info on this forum. Thanks.
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart cwp-phpfpm.service
Redirecting to /bin/systemctl reload cwpsrv.service
Redirecting to /bin/systemctl reload cwp-phpfpm.service
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service

Date which backup script is using: 2019-11-22 09:44:28

###############################################
Daily Files Backup starting
###############################################

Username: ******
========================================
sending incremental file list
...
...
..

###############################################
Daily Files Backup finished
###############################################

###############################################
Daily MySQL Backup starting
###############################################

Skipping database: information_schema.
Database Backup: mysql --> /backup/mysql/daily//mysql.sql Just pointing out the double slashes // -- needs a fix from developers
Database Backup: oauthv2 --> /backup/mysql/daily//oauthv2.sql
Database Backup: postfix --> /backup/mysql/daily//postfix.sql
Database Backup: root_cwp --> /backup/mysql/daily//root_cwp.sql
Database Backup: roundcube --> /backup/mysql/daily//roundcube.sql

###############################################
Daily MySQL Backup finished
###############################################

cpulimit: no process found Is this a problem to be concerned about? cpulimit is installed
/etc/cron.daily/cwp_acme.sh:

/etc/cron.daily/cwp_bandwidth:

repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.


how to fix these mountpoint issues?



Thanks and I am liking CWP very much.

2
Installation / Little Help with install
« on: November 20, 2019, 08:55:07 AM »
Greetings.

Trying out CWP. Had a little debacle on install.

First issue is that I ran the CentOS 6 script on a CentOS 7 machine.

It seemed to figure that out and the packages it was installing all had "el7" in the names.

It crashed on the database and the install did not complete.

I was able install the database (mariadb) manually, remove the install files, and re-run the install script (proper one for CentOS 7).

That seem to work, but I get this error on all pages for various files.

Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in /usr/local/cwpsrv/... some.php on line 0

I suspect the tables did not get setup. The only table in root_cwp is "domains".

I really want to get this working as I can no longer stand to use CPanel!



Pages: [1]