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

Pages: 1 ... 9 10 [11] 12 13 ... 20
151
MySQL / Re: Start MySQL server, please wait
« on: November 21, 2021, 09:53:44 PM »
Wow, this problem has been around since July 2021.  Amazing.

152
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 21, 2021, 09:48:38 PM »
My servers still do not have a working add user in the GUI.  Is this going to be fixed?

153
DKIM / Re: DKIM not need to start
« on: November 20, 2021, 04:55:28 PM »
dkim key's you can add by using admin panel dkim manager

Im sure your explanation will be extremely heplful to others trying to wrestle with this issue. >:(

Anyone who needs help with this can message me directly.

154
DKIM / Re: DKIM not need to start
« on: November 18, 2021, 01:40:48 PM »
Trying to use dkim keys with my Linode DNS server.   I created a txt record with linode dns server using my public key.  Now I want to use my private key with centos cwp.  Is there a tutorial for setting up dkim to work with external dns servers?

155
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 17, 2021, 01:28:12 PM »
will be fixed in new version

1100 did not fix the create new user in mysql manager.

Nor did 1101.

156
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 16, 2021, 11:18:51 PM »
will be fixed in new version

1100 did not fix the create new user in mysql manager.

157
MySQL / CSF port 3306
« on: November 13, 2021, 11:22:21 PM »
Curious.....firewall does not list port 3306 for tcp connections.   Is that okay?

158
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 12, 2021, 11:18:18 PM »

159
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 11, 2021, 12:07:37 PM »
Thanks!

160
MySQL / Re: service cwpsrv status
« on: November 07, 2021, 07:47:22 PM »
My new install on centos 7 was successful but as soon as I hit restart mysql the server crashed.

Output for service cwpsrv status:

Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com systemd[1]: Starting CentOS Web Panel service (daemon)...
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com cwpsrv[807]: cwpsrv:the configuration file /usr/local/cwpsrv/conf/c                           wpsrv.conf syntax is ok
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com cwpsrv[807]: cwpsrv:configuration file /usr/local/cwpsrv/conf/cwpsr                           v.conf test is successful
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com systemd[1]: Failed to parse PID from file /usr/local/cwpsrv/var/run                           /nginx.pid: Invalid argument


Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com systemd[1]: Starting CentOS Web Panel service (daemon)...
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com cwpsrv[807]: cwpsrv:the configuration file /usr/local/cwpsrv/conf/cwsrv.conf syntax is ok
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com cwpsrv[807]: cwpsrv:configuration file /usr/local/cwpsrv/conf/cwpsrv.conf test is successful
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com systemd[1]: Failed to parse PID from file /usr/local/cwpsrv/var/run/nginx.pid: Invalid argument

161
MySQL / Re: db_conn.php is bad
« on: November 07, 2021, 07:44:57 PM »
I thought there might be a problem with single quotes and double quotes.  But apparently you can use either.  I think one has to do with escape keys.

162
MySQL / db_conn.php is bad
« on: November 07, 2021, 02:33:49 PM »
Anyone see any problems with the db_conn.php file

<?php

   /* MySQL hostname [ localhost (127.0.0.1 via TCP/IP) ] */
   $db_host = "localhost";

   /* The name of the database */
   $db_name = "root_cwp";

   /* MySQL database username */
   $db_user = "root";

   /* MySQL database password */
   $db_pass = 'j0vlRr5NbeQFm';
   
   //Password used for encryptions (don't change)
   $crypt_pwd = 'J0dQ36A4qpXEB';

163
MySQL / service cwpsrv status
« on: November 07, 2021, 02:23:31 PM »
My new install on centos 7 was successful but as soon as I hit restart mysql the server crashed.

Output for service cwpsrv status:

Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com systemd[1]: Starting CentOS Web Panel service (daemon)...
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com cwpsrv[807]: cwpsrv:the configuration file /usr/local/cwpsrv/conf/c                           wpsrv.conf syntax is ok
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com cwpsrv[807]: cwpsrv:configuration file /usr/local/cwpsrv/conf/cwpsr                           v.conf test is successful
Nov 07 13:41:58 170-187-156-90.ip.linodeusercontent.com systemd[1]: Failed to parse PID from file /usr/local/cwpsrv/var/run                           /nginx.pid: Invalid argument

164
MySQL / Re: Database Fail new server
« on: November 07, 2021, 11:49:21 AM »
Change log Oct 7 2021 (.1087)

– Fix for MySQL Manager under MariaDB 10.3.x -------Not working for 10.4.x on existing servers

Change log Oct 19 2021 (.1094)

– Fix Mysql Manager module: add user-------------------Cannot add user after this change.

165
MySQL / Re: CWP Painel Root - MySQL Error Connection
« on: November 05, 2021, 09:48:59 PM »
first, check if MySQL is running and if it's working ok then only the password is an issue which you can fix by running this command

Code: [Select]
/scripts/mysql_pwd_reset

Resetting password is not going to fix the inability for user creation.

Pages: 1 ... 9 10 [11] 12 13 ... 20