offlineimap
cron 작업을 실행 했습니다 */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에서 해결된 것으로 보입니다.