jobqueue on master

Discussion in 'Installation/Configuration' started by Franz, Aug 13, 2009.

  1. Franz

    Franz Member

    On my master ISPconfig jobqueue for slave server is not deleting. On second my server all jobs are proceed. I create 3 jobs, and 1 job after 10 min. When server.sh script is executeed every minute, second server execute all 4 jobs.
    And all is working except that all jobs are executing.

    I do some mysql logging and find that query is always on maseter server databse:

    Code:
    SELECT * FROM sys_datalog WHERE datalog_id > 0 AND (server_id = 4 OR server_id = 0) ORDER BY datalog_id
    
    but when I create jobs for master, datalog_id is increasing for server_di=1


    is this a BUG or I did some mistake when configuring ISPconfig
    I use last beta relase.

    On prodaction server I have separated ISPconfig installations and the work great.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. Franz

    Franz Member

    here is my log form slave: /var/log/ispconfig/ispconfig.log
    this log entry is repeating every minute.

    15.08.2009-01:24 - DEBUG - Set Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    15.08.2009-01:24 - DEBUG - Found 3 changes, starting update process.
    15.08.2009-01:24 - DEBUG - Replicated from master: REPLACE INTO web_domain (`domain_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`ip_address`,`domain`,`type`,`parent_domain_id`,`vhost_type`,`document_root`,`system_user`,`system_group`,`hd_quota`,`traffic_quota`,`cgi`,`ssi`,`suexec`,`errordocs`,`is_subdomainwww`,`subdomain`,`php`,`redirect_type`,`redirect_path`,`ssl`,`ssl_state`,`ssl_locality`,`ssl_organisation`,`ssl_organisation_unit`,`ssl_country`,`ssl_request`,`ssl_cert`,`ssl_bundle`,`ssl_action`,`stats_password`,`apache_directives`,`active`) VALUES ('5','1','0','riud','ru','','4','*','ddd.ddd.dddd','vhost','0','name','/var/www/clients/client0/web5','web5','client0','-1','0','n','n','n','1','1','none','no','','','n','','','','','','','','','','','','y')
    15.08.2009-01:24 - DEBUG - Call function 'ssl' in plugin 'apache2_plugin' raised by event 'web_domain_insert'.
    15.08.2009-01:24 - DEBUG - Call function 'insert' in plugin 'apache2_plugin' raised by event 'web_domain_insert'.
    15.08.2009-01:24 - DEBUG - Disable SSL for: ddd.ddd.dddd
    15.08.2009-01:24 - DEBUG - Writing the vhost file: /etc/apache2/sites-available/ddd.ddd.dddd.vhost
    15.08.2009-01:24 - DEBUG - Processed datalog_id 18
    15.08.2009-01:24 - DEBUG - Replicated from master: REPLACE INTO firewall (`firewall_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`tcp_port`,`udp_port`,`active`) VALUES ('1','1','1','riud','riud','','4','20,21,22,25,53,80,110,143,443,3306,8080,10000','53,3306','y')
    15.08.2009-01:24 - DEBUG - Call function 'insert' in plugin 'firewall_plugin' raised by event 'firewall_insert'.
    15.08.2009-01:24 - DEBUG - Writing firewall configuration /etc/Bastille/bastille-firewall.cfg
    15.08.2009-01:24 - DEBUG - Restarting the firewall
    15.08.2009-01:24 - DEBUG - Processed datalog_id 19
    15.08.2009-01:24 - DEBUG - Replicated from master: DELETE FROM firewall WHERE firewall_id = 1
    15.08.2009-01:24 - DEBUG - Call function 'delete' in plugin 'firewall_plugin' raised by event 'firewall_delete'.
    15.08.2009-01:24 - DEBUG - Stopping the firewall
    15.08.2009-01:24 - DEBUG - Processed datalog_id 20
    15.08.2009-01:24 - DEBUG - Call function 'restartHttpd' in module 'web_module'.
    15.08.2009-01:24 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
     

Share This Page