I'm a little bit lost.
Since the last updates, all my domains are using ns1.domain.com and ns2.domain.com
As I want to use the same dns servers definition (myserver.mydomain.ext and mysecondserver.mydomain.ext)
So I've edited the files in /etc/imscp/bind/parts/ (I've edited db_e.tpl and db_master_e.tpl)
Then I stopped the daemon
I've launched the Mysql Client to change values
SQL
- UPDATE `domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';UPDATE `subdomain` SET `subdomain_status` = 'change' WHERE `subdomain_status` = 'ok';UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';UPDATE `subdomain_alias` SET `subdomain_alias_status` = 'change' WHERE `subdomain_alias_status` = 'ok';UPDATE `mail_users` SET `status` = 'change' WHERE `status` = 'ok';
Then I quited the mysql, and launched the requester
I ran superfast (doing nothing)
Code
- /var/www/imscp/engine/imscp-rqst-mngr
- =======================
- Processing type Plugin.
- =======================
- Processing type Certificates.
- =======================
- Processing type User.
- =======================
- Processing type Domain.
- =======================
- Processing type Subdomain.
- =======================
- Processing type Alias.
- =======================
- Processing type SubAlias.
- =======================
- Processing type Mail.
- =======================
- Processing type Htusers.
- =======================
- Processing type Htgroup.
- =======================
- Processing type Htaccess.
- =======================
- Processing type SubAlias.
- =======================
- Processing type Subdomain.
- =======================
- Processing type Alias.
- =======================
- Processing type Domain.
- =======================
- Processing type User.
- =======================
- Processing type NetCard.
And then restart the daemon.
Of course nothing was updated.
Could someone tell me what's wrong with this ?
Thanks for your help
Cedric (Using 1.1.0-rc3 on Ubuntu Server)