ispconfig_lock error in log

Discussion in 'General' started by McLure, Nov 2, 2018.

  1. McLure

    McLure Member

    I have this error in ispconfig log

    02.11.2018-18:47 - DEBUG - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    02.11.2018-18:47 - DEBUG - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock

    Restore backup and Delete backup does not work.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's no lock error, it's the exact opposite. Its a debug message that the server script works correctly. If you don't want to see debug messages in the log, set log level from debug to warning.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    And in regard to your backup problem, the log output you posted does not contain any backup action. Are you sure that you disabled server.sh in cron first, then did a backup action like deleting or restoring a backup and then run the server.sh script?
     
  4. McLure

    McLure Member

    Download backup works.
    Is it a cron problem at server.sh ?
     
  5. McLure

    McLure Member

    Cron jobs
    * * * * * /usr/local/ispconfig/server/server.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done
    * * * * * /usr/local/ispconfig/server/cron.sh 2>&1 | while read line; do echo `/bin/date` "$line" >> /var/log/ispconfig/cron.log; done

    Log of restore - ISPConfig control panel site hung - and site seams to be untuched.
    02.11.2018-14:55 - DEBUG - Calling function 'backup_action' from plugin 'backup_plugin' raised by action 'backup_restore'.
    02.11.2018-14:55 - DEBUG - Restored Web backup /var/backup/web257/web257_2018-11-01_01-53.tar.gz
     
    Last edited: Nov 2, 2018
  6. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    McLure likes this.
  7. McLure

    McLure Member

    Another computer with another browser solved Restore backup and Delete backup
    Sorry for making confusion
     
    Taleman likes this.

Share This Page