オフラインimapを再起動するには?

オフラインimapを再起動するには?

offlineimapcronジョブを実行しました*/10 * * * * offlineimap -q -u quiet。時には中断されているようで、そのようなことが発生した場合は再起動できません。端末で実行しようとすると、ロックされているというエラーが発生します。

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

ベストアンサー1

この問題はOfflineIMAP 6.6.1で解決されたようです。

おすすめ記事