Posts by jonci

    I set a CNAME:
    Type: CNAME
    Class: IN
    Name: test
    Canonical name: old.domain.tld


    Later, I noticed I forgot to put the dot at the end of the domain. I tried to modify the CNAME but I couldn't change it.


    I tried to change the 'Canonical name' from 'old.domain.tld' to 'old.domain.tld.' but after that I got the following error message:

    Code
    1. Cannot validate CNAME record: conflict with CNAME record


    After that I tried to change from 'old.domain.tld' to 'old' but I got an another error message:

    Code
    1. Cannot validate CNAME record: Usage of disallowed character in CNAME


    I could solve it in only one way: I deleted the CNAME and I created it again with the right content.


    i-MSCP version: 1.1.0-rc3


    this feature is not implemented yet, but it is on wishlist already and is planned for future. probably in 1.2.0 after 1.1.0 will become final.


    I found these two tickets about DNS-modification:
    - #110 - Feature - Full DNS Control
    - #430 - Ehancement - Allow custom wildcard DNS record


    The #430 issue is about only the wildcard ('*') DNS record.
    I red the #110 ticket too, but after that I think it never will be ready.
    However I would like to change the IP-addresses of domain and 'www' host (and maybe 'ftp' host).
    As bomas wrote at http://trac.i-mscp.net/ticket/110#comment:8 but nobody answered for it.

    Hi,


    we would provide email and DNS services for a domain without webhost.
    The webhost service is being provided by another company.


    If I create this domain, the DNS zone contents the @ and www host by default and I can't change it. I tried to set an custom DNS record for 'www' but after that the 'www' has two IP-addresses and the bind9 is doing RoundRubin load-balacing.


    Can I somehow change the IP-addresses of domain and 'www' host record?


    Furthermore at the Add custom DNS record I can't add 'A' item if I write the @ or * sign in the Name field:
    "Cannot validate A record: Invalid NAME"


    Yes, it's true, I use the 1.1.0-rc3 because it's the last announced version :)


    I ran what you ask:

    Code
    1. $ cat /var/www/imscp/engine/PerlLib/Addons/phpmyadmin/installer.pm | grep '$VERSION'
    2. Press any key to continue..

    Theres is a client with ID 8. It has a database: 8_www and sql-user: 8_sqluser
    IP address of SQL database: v.x.y.z (not localhost, an IP-address was set during the i-MSCP installation)


    When I log into the PMA from the i-MSCP and I click an sql table inside the 8_www database to view the content of the table I get the following error:


    Code
    1. SQL-query:SELECT `prefs`FROM `{PMA_DATABASE}`.`pma__table_uiprefs`WHERE `username` = '8_sqlduser'AND `db_name` = '8_www'AND `table_name` = 'wp_options'Errror:#1142 - SELECT command denied to user 'pma'@'v.x.y.z' for table 'pma__table_uiprefs'


    Code
    1. /var/www/imscp/gui/public/tools/pma/config.inc.php:
    2. $cfg['Servers'][$i]['pmadb'] = '{PMA_DATABASE}';


    Is it correnct?


    I think so, database of pma won't be set and created during the installation.


    How can I fix it?