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 - ekgrad

Pages: [1]
1
I checked rsyslod daemon is running but I see no logs for many services although these servies are running fine. Can anyone throw any light on this. Anyone experiencing this or am I alone to witness this issue.

2
SSL / Auto SSL Error reported by crontab
« on: June 08, 2021, 01:39:15 PM »
Crontab email reports this error

Constant subroutine unbound_version redefined at /usr/local/cpanel/bin/autossl_check line 4294967295.

any help???

3
CentOS-WebPanel Bugs / BIG Wordpress Installer BUG
« on: October 22, 2020, 07:26:05 AM »
The WordPress installer is leaving the site wide open to hackers.

If DOES NOT update the salt keys in wp-config.php and just leaves the default

define( 'AUTH_KEY',         'put your unique phrase here' );
define( 'SECURE_AUTH_KEY',  'put your unique phrase here' );
define( 'LOGGED_IN_KEY',    'put your unique phrase here' );
define( 'NONCE_KEY',        'put your unique phrase here' );
define( 'AUTH_SALT',        'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT',   'put your unique phrase here' );
define( 'NONCE_SALT',       'put your unique phrase here' );

without updating them. These should be automatically be replaced by salt generated from https://api.wordpress.org/secret-key/1.1/salt/

An early action by the DEV team would help a lot of WordPress users who use CWP and  might have missed this serious BUG

4
CentOS-WebPanel GUI / Where is the account creation date stored
« on: August 14, 2020, 02:23:21 PM »
I would like to update some of the account creation dates as displayed on the list of users by CWP but could not find a place where to edit this information.

Can anyone from the users or the developers point me to the right direction as to how to go about editing this information.

5
CentOS-WebPanel Bugs / Some unknown error on completion of Daily cron
« on: July 01, 2020, 02:30:31 AM »
This is what I got in my mail
(only portion)
/etc/cron.daily/cwp_acme.sh:

[Wed Jul  1 03:37:13 IST 2020] Already uptodate!
[Wed Jul  1 03:37:13 IST 2020] Upgrade success!
/etc/cron.daily/cwp_bandwidth:

PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0
PHP Warning:  Invalid argument supplied for foreach() in /usr/local/cwpsrv/htdocs/resources/admin/include/functions/func_stats.php on line 0

I don't know what this means. Can anyone from the dev team help.

6
Does anyone have any knowledge of doing this and is willing to share it.

7
I had cwp pro on CentOS 7 on my old server which was a VPS running on amazon cloud. Then I decided to move everything to a new dedicated server.

I used the CWP -> CPW migration process to do this. Everything worked as desired however I faced some basic problems which need to be addressed by the CWP development team.

A. DNS : Old dns zone files were copied over to the new server with a .restore extension and a new dns zone file was created for every domain transferred to the new server. Its good to have the old files but to edit a whole lot of new files to update entries from the old file is a daunting task.

What needs to be done by cwp devs for each of the domains as they are created:
1. read the old dns zone file and get the MX records, update the new file with these MX records;
2. read the old dns zone file and get the SPF records, update the new file with ip updated SPF record
3. create new DKIM record
4. copy all the old CNAME and TXT records from the old file to the new one.

B. While all files from the vmail folder get copied but the actual mailbox definition and their password contained in the psotfix table from the old server does not get copied over. This had to be done manually. This process should be automated by the dev team.

I think once these are implemented this module will become perfect.






8
I am getting a message  "Can't check updates!" on dashboard in place of the regular message "CWP up to date" or "Update Available".

I tried to run the script /scripts/cwp_update but I am getting these messages

######################
Update Server Packages
######################
PHP Warning:  file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Warning:  file_get_contents(http://centos-webpanel.com/webpanel/versions/el7.txt): failed to open stream: no suitable wrapper could be found in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Notice:  Undefined offset: 1 in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Warning:  file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
PHP Warning:  file_get_contents(http://static.cdn-cwp.com/files/apache/mod-security/cwaf_latest_installed.txt): failed to open stream: no suitable wrapper could be found in /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php on line 0
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
Redirecting to /bin/systemctl reload httpd.service

On checking I found that allow_url_fopen is set to On in all my php.ini and php-fpm73 php.ini

Please explain what is going on or a solution to this issue.

9
CentOS-WebPanel Bugs / Deleting user account breaks apache
« on: December 26, 2018, 12:13:57 PM »
Deleting a user account does not delete the user domains from

/usr/local/apache/conf.d/vhosts-ssl.conf

which then prevents the web servers from restarting. Either the webserver should start ignoring this error or the user deletion script must be updated to take care of this.

10
CentOS-WebPanel Bugs / Password Strength
« on: December 11, 2018, 10:35:13 AM »
The system generated password are of minimum strength. Even if higher length and composition is selected and set the password generator either ignores the setting or just forgets on the next visit.

We need a centralized password strength setting which need to be honored by each call by the random password generator.

11
DNS / Deleting a subdomain does not delete the associated DNS zone file
« on: December 11, 2018, 05:14:23 AM »
Deleting a subdomain does not delete the associated DNS zone file which is creating problem when restarting bind. Also the subdomain records in the main zone file also have to be manually deleted.

Both these should be automatic and should not require the Admin to do it manually every time some subdomain gets deleted.

Please help if I am doing any thing wrong.

Pages: [1]