Red bubble and jobqueue

Discussion in 'General' started by pkaresz11, May 23, 2021.

  1. pkaresz11

    pkaresz11 Member

    Hi,
    i wont change something in ISPconfig control panel (server ip). Maybe I made other settings too quick and jobqueue with red bubble display since 12 hours. In "Jobqueue" menu doesn't disappear the jobs. I tried to resolve with "debug" setting etc.
    Can you help me?
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the debug output.
     
  4. pkaresz11

    pkaresz11 Member

    ISPconfig System log:
    Mon May 24 07:54:01 CEST 2021 24.05.2021-07:54 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    Mon May 24 07:54:01 CEST 2021 24.05.2021-07:54 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    Mon May 24 07:54:01 CEST 2021 finished server.php.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    According to the debug output, on the server where you run the script, there is nothing in the job queue. Is or war this a multiserver system?
     
  6. pkaresz11

    pkaresz11 Member

    yes.it's the web+sql server+dns1 server
     

    Attached Files:

  7. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Run the debugging steps on the other servers as well.
     
  8. pkaresz11

    pkaresz11 Member

    yes.i've tried the debugging steps. debug on/off, ran server.sh manual, modify server/updated column.
    I noticed that mysql updated,but the bubble doesn't disappear and ispconfig display the jobqueue.
     

    Attached Files:

  9. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Alright, so that explains it. The server now thinks it's up to date while the changes are still pending. Set the updated column back to the previous value and then run the server.sh script again, with debug mode on.

    In the future, never change the updated column values.
     
  10. pkaresz11

    pkaresz11 Member

  11. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    What is the highest value of datalog_id in the sys_datalog table, where the status is "ok"? Set it to that.

    EDIT: you can find this with
    Code:
    SELECT MAX(datalog_id) FROM `sys_datalog` WHERE status = 'ok'
     
  12. pkaresz11

    pkaresz11 Member

    but i have changed something since(succesfully). Now 17668 is the max
     
  13. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    So the queue has gone through now?
     
  14. pkaresz11

    pkaresz11 Member

    Other jobs (password modify,new user etc) processed succesfully. Only the server ip modify jobs stay in jobsqueue but modified in database
     
  15. pkaresz11

    pkaresz11 Member

    how can i resolve?
     
  16. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Can you search the datalog_id for those actions?
     
  17. pkaresz11

    pkaresz11 Member

    yes. 17614,17623,17624,17625,17626,17627,17628,17629,17650,17651,17652
     
  18. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    You could change the updated to 17614, with the "risk" that some tasks would be run again, though this should not hurt - I think.
    @till wdyt?
     
  19. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    I'd guess the missing task numbers were for other servers, unless 'updated' was changed multiple times, resulting in multiple gaps in numbers.
     
  20. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I suspect this is the case ;)
     

Share This Page