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.
1126
SSL / Re: Replace self signed CWP SSL cert on server hostname with letīs encrypt ssl cert
« on: January 24, 2017, 11:15:51 AM »1127
DNS / Re: Any guid on setuping my server + domain + namecheap?
« on: January 24, 2017, 08:58:33 AM »1128
Postfix / Re: ERROR: You don't have a valid hostname set!
« on: January 23, 2017, 04:32:02 PM »
you need to add a subdomain with valid A record set
1129
Apache / Re: nginx error --> Address already in use (port 80)
« on: January 23, 2017, 11:16:09 AM »
contact us for more investigations
1130
DNS / Re: DNS FAILED AFTER UPDATE
« on: January 23, 2017, 10:30:05 AM »
its should be checked by experienced admin to mitigate this issues.
1132
MySQL / Re: 413 Request Entity Too Large by phpmyadmin
« on: January 23, 2017, 08:44:18 AM »Code: [Select]
client_max_body_size 500M;
Add this line in /usr/local/cwpsrv/conf/cwpsrv.conf under http {
then restart the cwp
Code: [Select]
systemctl restart cwpsrv.service
you can increase or decrease client_max_body_size - 500M to the desired value according to your needs
also applied to rouncube and phpmyadmin
1133
SSL / Re: How to remove LetsEncrypt Certificate
« on: January 18, 2017, 01:07:23 PM »
you need to restart cwp server and uninstall the letsencrypt this will remove all certs or you need to manullay delete the configurations
1134
Suggestions / Re: Nadios on CWP
« on: January 18, 2017, 01:06:07 PM »
if it system requirements is LAMP then it will run on cwp
1135
CentOS-WebPanel Bugs / Re: WebPanel Login Error
« on: January 16, 2017, 06:46:32 AM »
add this lines to /etc/resolv.conf :
nameserver 8.8.8.8
nameserver 8.8.4.4
or contact support for more investigations
nameserver 8.8.8.8
nameserver 8.8.4.4
or contact support for more investigations
1136
Updates / Re: Can't update CWP
« on: January 14, 2017, 06:56:12 AM »
what is in /etc/resolv.conf ??
1137
MySQL / Re: PhpMyAdmin 403
« on: January 14, 2017, 06:53:24 AM »This is mysql ... there you understand something?check the error log of webserver
What is Aria?Code: [Select]160909 23:40:46 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2016-09-09 23:40:46 139761619175456 [Note] /usr/sbin/mysqld (mysqld 10.1.16-MariaDB) starting as process 5768 ...
2016-09-09 23:40:46 139761619175456 [ERROR] mysqld: Can't lock aria control file '/var/lib/mysql/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds
2016-09-09 23:41:17 139761619175456 [ERROR] mysqld: Got error 'Could not get an exclusive lock; file is probably in use by another process' when trying to use aria control file '/var/lib/mysql/aria_log_control'
2016-09-09 23:41:17 139761619175456 [ERROR] Plugin 'Aria' init function returned error.
2016-09-09 23:41:17 139761619175456 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: The InnoDB memory heap is disabled
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Memory barrier is not used
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Using Linux native AIO
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Using SSE crc32 instructions
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Completed initialization of buffer pool
2016-09-09 23:41:18 139761619175456 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2016-09-09 23:41:18 139761619175456 [Note] InnoDB: Retrying to lock the first data file
2016-09-09 23:41:19 139761619175456 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2016-09-09 23:41:19 139761619175456 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2016-09-09 23:41:20 139761619175456 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2016-09-09 23:41:20 139761619175456 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2016-09-09 23:41:21 139761619175456 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11
2016-09-09 23:41:21 139761619175456 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
2016-09-09 23:41:22 139761619175456 [Note] InnoDB: Highest supported file format is Barracuda.
2016-09-09 23:41:22 139761619175456 [Note] InnoDB: 128 rollback segment(s) are active.
2016-09-09 23:41:22 139761619175456 [Note] InnoDB: Waiting for purge to start
2016-09-09 23:41:22 139761619175456 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.30-76.3 started; log sequence number 1819725
2016-09-09 23:41:22 139761619175456 [Note] Plugin 'FEEDBACK' is disabled.
2016-09-09 23:41:22 139761619175456 [ERROR] Aria engine is not enabled or did not start. The Aria engine must be enabled to continue as mysqld was configured with --with-aria-tmp-tables
2016-09-09 23:41:22 139761619175456 [ERROR] Aborting
160909 23:41:45 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2016-09-09 23:41:45 140347292117024 [Note] /usr/sbin/mysqld (mysqld 10.1.16-MariaDB) starting as process 1306 ...
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: The InnoDB memory heap is disabled
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Memory barrier is not used
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Using Linux native AIO
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Using SSE crc32 instructions
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Completed initialization of buffer pool
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Highest supported file format is Barracuda.
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: 128 rollback segment(s) are active.
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Waiting for purge to start
2016-09-09 23:41:45 140347292117024 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.30-76.3 started; log sequence number 1819735
2016-09-09 23:41:45 140347292117024 [Note] Plugin 'FEEDBACK' is disabled.
2016-09-09 23:41:45 140346543535872 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-09-09 23:41:45 140347292117024 [Note] Server socket created on IP: '::'.
2016-09-09 23:41:45 140347292117024 [Note] /usr/sbin/mysqld: ready for connections.
Version: '10.1.16-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server
160909 23:41:46 mysqld_safe A mysqld process already exists
2016-09-09 23:51:36 140346501245696 [Note] /usr/sbin/mysqld: Normal shutdown
2016-09-09 23:51:36 140346501245696 [Note] Event Scheduler: Purging the queue. 0 events
2016-09-09 23:51:36 140346522556160 [Note] InnoDB: FTS optimize thread exiting.
2016-09-09 23:51:36 140346501245696 [Note] InnoDB: Starting shutdown...
2016-09-09 23:51:38 140346501245696 [Note] InnoDB: Shutdown completed; log sequence number 1819745
2016-09-09 23:51:38 140346501245696 [Note] /usr/sbin/mysqld: Shutdown complete
1138
CentOS-WebPanel GUI / Re: CWP Web interface load but do not works any links.
« on: January 09, 2017, 03:28:54 PM »Hi, Im having the same issue, tried to disable it, the issue is still there. any suggestions?mention the cwp version
1139
MySQL / Re: MySQL error
« on: January 09, 2017, 03:27:36 PM »cd /var/lib/mysql/this is one of the reason but not everyone have the same issue.
and after delete this: rm -rf tc.log
after: service mysqld restart
1140
Installation / Re: CWPro - not recieved
« on: January 09, 2017, 03:26:29 PM »My CWPro has been deactivated and after talking to support and sending over my server details, they have stopped responding. If this is not resolved soon, I may issue a chargeback as I paid for a year.please mention the ticket no. so we can check it