Any update Nuxwin?
Posts by jibon57
-
-
Thanks for reply.
Following the instruction.
-
Hello,
I was trying to install i-mscp 1.3.0 version on ubuntu 16.04. I had selected remote mysql server but after few while I am getting this error message & installer exit:
Any suggestion why I am facing this problem? Thanks in advance
-
I have sent it to you by PM.
-
No good luck. I have create a new container & upgrade i-mscp to 1.3.X brach. It's work fine there. But when I tried to copy that one into a KVM box it's stuck again. I got some interesting experience.
If I use this lines:
Code- use imscp; #your imscp config update domain set domain_status = 'ok';update subdomain set subdomain_status = 'ok';update domain_aliasses set alias_status = 'ok';update subdomain_alias set subdomain_alias_status = 'ok';update mail_users set status = 'ok';update admin set admin_status = 'ok', admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;
I got this type of error:Code- [ERROR] Modules::Domain::_loadData: Domain with ID 1 has not been found or is in an inconsistent state
- Modules::Domain::_loadData: Domain with ID 2 has not been found or is in an inconsistent state
- Modules::Domain::_loadData: Domain with ID 3 has not been found or is in an inconsistent state
- Modules::Domain::_loadData: Domain with ID 4 has not been found or is in an inconsistent state
But before running that lines my ssh diconnected automatically when I try to reconfige or change IP. @Nuxwin is familiar about that error. Ref: Problem during i-MSCP move to new server
But it's working fine with or OpenVZ container.
-
@theemstra, Thanks for reply. Yes, I have checked the domain data in database & I think there won't be any problem.
OK, I will give a try to upgrade to git 1.3.X
-
Thanks for your reply Nuxwin. Actually the problem was different & I am testing with different server to get the final goal. One problem is resolving & aother come out . Just want to give you an information that, the migration was working fine in OpenVZ server but not working KVM.
-
Hello,
I am facing a problem after move my i-mscp server to new KVM VPS. Both are using i-mscp 1.2.17 on ubuntu 14.04. But old server was on OpenVZ. After completing all the steps when I tried to run this command:
Error message:Code- [ERROR] main::setupRebuildCustomerFiles:Error while rebuilding customers files: [ERROR] main::_process: Error while processing 1, XXXXX.com, tochange.main::_process: See /var/log/imscp/Domain_module_XXXXX.com.log for more details.Modules::Domain::_loadData: Domain with ID 1 has not been found or is in an inconsistent state
But I can see the domain exist in the database. Also I have check the other table & I found domain_id 1 is exist. In where I am doing wrong? Any suggestion?
Note: I was following this procedure:
-
I have followed everything from here:
-
From which Version you updated?
Same version 1.2.17. I just changed the server. Also can you tell me how to allow "FollowSymLinks" so that I don't need to edit files?