Client account - storing updates

Discussion in 'General' started by brnad, Oct 31, 2013.

  1. brnad

    brnad New Member

    Ispconfig 3.0.5.3
    Ubuntu 12.10


    Im having an issue under a client account. Under websites,mail, I get...

    The following changes are not yet populated to all servers:
    Delete email user: 3
    Create email user: 3
    Update email user: 2


    But when i create email mailbox it is active (i can log on that email acc, and send email) but i always see this info. After creating mailbox account info is incremented for one

    is there any way to solve this?

    I have 3 server - on 1. is mail, web, data, db. On two other is dns server.
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. brnad

    brnad New Member

    hi till,

    i set debug level on all 3 servers, and then disable server.sh cronjob, and then run command /usr/local/ispconfig/server/server.sh

    1. server (mail, web, data, sql...) report on command line
    DEBUG - There is already a lockfile set. Waiting another 10 seconds...

    2. server (DNS1)

    01.11.2013-17:10 - WARNING - DB::query(SELECT * FROM sys_ini WHERE sysini_id = 1) -> mysqli_query SELECT command denied to user 'ispcsrv8'@'.....' for table 'sys_ini' -->instead of ... is hostname of dns server
    01.11.2013-17:10 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    01.11.2013-17:10 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.


    3. server (DNS)

    01.11.2013-17:11 - WARNING - DB::query(SELECT * FROM sys_ini WHERE sysini_id = 1) -> mysqli_query SELECT command denied to user 'ispcsrv7'@'....' for table 'sys_ini' -->instead of ... is hostname of dns server
    01.11.2013-17:11 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    01.11.2013-17:11 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished.


    Can this help you to help me?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please run:

    rm -f /usr/local/ispconfig/server/temp/.ispconfig_lock

    on the mail node and then run the server.sh script on the mail node again. The other nodes are ok.
     
  5. brnad

    brnad New Member

    now it is

    01.11.2013-17:54 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig _lock
    01.11.2013-17:54 - DEBUG - Found 408 changes, starting update process.
    01.11.2013-17:54 - DEBUG - Calling function 'db_user_delete' from plugin 'mongo_ clientdb_plugin' raised by event 'database_user_delete'.
    PHP Fatal error: Class 'MongoClient' not found in /usr/local/ispconfig/server/p lugins-available/mongo_clientdb_plugin.inc.php on line 196
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if you se some dev code from us in production, as the mongo database plugin that fails here has not been released yet.

    You can either install the mongo db extension into php or you disable the mongodb plugin by deleting its symlink under /usr/local/isponfig/server/plugins-eanbled/

    then delete the lock file again.
     
  7. brnad

    brnad New Member

    thank you till.

    i deleted mongo file from plugins folder, and then deleted lock file. After that i started /usr/local/ispconfig/server/server.sh

    it took few minutes, and it solve my problem. There is no info on client side :)

    Thank you again, you saved me :)

    respect :)



    you can close this thread
     

Share This Page