web-dev-qa-db-ja.com

オフラインimapを再起動するにはどうすればよいですか?

*/10 * * * * offlineimap -q -u quietを使用してcronジョブでofflineimapを実行しています。時々中断されているように見えますが、その場合は再起動できません。ターミナルから実行しようとすると、ロックされていることを示すエラーが表示されます。

OfflineIMAP 6.5.5
  Licensed under the GNU GPL v2+ (v2 or any later version)
Account sync Example:
 *** Processing account Example
 ERROR: Could not lock account Example. Is another instance using this account?
 *** Finished account 'Example' in 0:00
ERROR: Exceptions occurred during the run!
ERROR: Could not lock account Example. Is another instance using this account?

Traceback:
  File "/usr/lib/python2.7/dist-packages/offlineimap/accounts.py", line 240, in syncrunner
    self.lock()
  File "/usr/lib/python2.7/dist-packages/offlineimap/accounts.py", line 207, in lock
    OfflineImapError.ERROR.REPO)

ロックを解除したり、offlineimapを完全に終了させる方法はありますか?

3
Amanda

これはOfflineIMAP6.6.1で解決されているようです。

0
Amanda