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

Pages: [1]
1
CentOS 6 Problems / CWP & Mysql 5.7 bug
« on: March 26, 2017, 10:43:33 AM »
Thank you for your hard work to update the software, however how come you drop support MySQL server and suddenly replace by MariaDB, this is lead to bunch of issues due to all my databases are on Mysql version 5.7
I must remove MariaDB and manually install Mysql SQL 5.7 (MariaDB does not support JSON column data type which is exist in my current databases) , then I got this error is CWP

Please have a look on this screenshot :
http://prnt.sc/eolgxk

I'm trying to convert my database to follow up your update due to MariaDB is default Mysql engine ! Hope this help you to spot the issue of CWP. Thanks



2
Installation / [RESOLVED] Hostname resetting after network restart
« on: February 20, 2017, 03:23:41 AM »
This happened when you have a public Cloud VPS. To fix this issue, just follow these steps:

1. Start, we need to set hostname
# hostname your_hostname
(it must be sub domain, for example  ns1.domain.com)


2. edit  /etc/sysconfig/network :
# nano /etc/sysconfig/network

change you hostname value accordingly
HOSTNAME=subdomain.yourdomain.com

3. Edit your hostss file
# nano /etc/hosts
127.0.0.1 subdomain.yourdomain.com
YOUR_SERVER_PUBLIC_IP subdomain.yourdomain.com

4. You need to add an A record to your sub domain, point to your server IP

5. Restart cwpsvr
# service cwpsrv restart

3
Postfix / Created email account but no folder was created under /var/vmail
« on: February 17, 2017, 06:07:13 AM »
I'm facing problem that when I create a new email account, no folder was created under /var/vmail/
And I could not send or receive , even though login to round cube.

I tried chown -R vmail:mail /var/vmail   but no luck
I guess something wrong with the folder permission, user permission or cwp script did not make the folder itself
Lastly I tried to rebuild mail server from CWP , but still facing same problem
Please help




4
Information / Mongo DB
« on: September 16, 2016, 02:17:15 AM »
Would you mind to create a new section in this forum for MongoDB?
We might need to discuss on it

Pages: [1]