Actions pending

Discussion in 'Installation/Configuration' started by mrbronz, Oct 2, 2023.

  1. mrbronz

    mrbronz Member HowtoForge Supporter

    Hi All
    I have just migrated my ispconfig 3 server to a Raspberry Pi 4. All seems to be working apart from 43 actions in the pending queue.
    upload_2023-10-2_17-10-6.png

    Any ideas on how to resolve this?
    I thought it might be a problem with the ns servers not communicating with the main server database. However, when I reinstalled ISPC3, on the ns server it did not give any errors.
    Just a nudge in the right direction would be a help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. mrbronz

    mrbronz Member HowtoForge Supporter

    Hi Till,

    I had waited about 18 hours before contacting you to make sure it was an issue.
    Also, thank you for the reminder regarding running the server.sh script.
    I have run the script as the instructions suggest, but I get no faults
    Code:
    ~# /usr/local/ispconfig/server/server.sh
    finished server.php.
    Nothing has been written to the ispconfig.log file, I mean, it is empty.
    I have done a search on my syslog and noticed some SSL errors, but I would think this is a different issue to not processing the pending items.
    Any other suggestions?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess you ran it on the wrong server then. Also, the output you posted shows that you missed enabling debug mode.
     
  5. mrbronz

    mrbronz Member HowtoForge Supporter

    Hi Till.
    I ran it on the main server, not the NS servers. I did as the instructions requested, I set the server to Debug under System > System > Server Config, ran "crontab -e" and disabled / commented out
    "#* * * * * /usr/local/ispconfig/server/server.sh > /dev/null >> /var/log/ispconfig/cron.log"
    ran it for a few minutes, probably about 10 to 15, I was not actually counting. Then I re-enabled it. and turned off debug mode.
    Did I miss something or did I run it on the wrong server?
    I thought I followed as it stated, but maybe I got something wrong.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Double-check that, debug mode is not enabled for the server you ran server.sh. Probably you either changed the debug mode for a different server, or you did not set log level to debug but edited another settings like email reporting level or so.

    You ran it on the wrong server, as the server you ran it on has no issues.
     
  7. mrbronz

    mrbronz Member HowtoForge Supporter

    OK, I don't know what happened but I just ran it again and got the following.

    Code:
    /# /usr/local/ispconfig/server/server.sh
    02.10.2023-20:38 - DEBUG [plugins.inc:155] - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    02.10.2023-20:38 - DEBUG [server:217] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    finished server.php.
    
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok, now you have debug mod enabled. The server you ran it on is fine, so you must do the same thing on the other servers to find out which one fails. And do not forget to enable server.sh cronjob again afterwards.
     
  9. mrbronz

    mrbronz Member HowtoForge Supporter

    Oh OK that makes sense
    Thank you I will let you know when I have ran it on them
     
    till likes this.

Share This Page