ISPConfig job queue problem

Discussion in 'Installation/Configuration' started by spillerm, Dec 20, 2016.

  1. spillerm

    spillerm New Member

    Hi,

    I have the following problem:
    • I changed server setting log level from "error" to "debug" and saved.
    • In debug log, I got a notice like this: "Found 2 changes, starting update process." ... "Processed datalog_id 11089"
    • Debug log works fine. But in the job queue, the job persists, and the orange icon tells me about TODO jobs.
    So I did a SQL statement:
    mysql> select server_id, server_name, updated from server;
    ...
    | 3 | myhost | 11081 |
    ...

    So it seems the "updated" column did not geht an update to 11089. But why? When I set it manually, the circle dissapears and everything is fine (until next config change, of course).

    Using 3.1.1p1 on Ubuntu-16.04 LTS.

    Regards,
    Marianne
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. spillerm

    spillerm New Member

    That's what I did and that's where I saw the "Processed datalog_id 11089" message. There were no error messages.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    and the script ended with "Finished"? If yes, then there must be a permission problem in mysql or mysql was unreachable at the time the job processing ended so that the slave server could not set the value of the updated column in the master ispconfig database to the new value.
     

Share This Page