ENOENT: no such file or directory, lstat ...
pfrazee opened this issue · 0 comments
pfrazee commented
Got this error:
ENOENT: no such file or directory, lstat '/home/pfrazee/.hashbase/archives/22/a67a482842489880b4696ef30e857e04fd2724d07f017bea75b14387b22705'
When I checked into it, /home/pfrazee/.hashbase/archives/22
existed but the subdir did not. That suggests that the archive was deleted in the dead archives cleanup, and then something tried to access it (perhaps the swarm). I added a closeArchive()
call to cleanupDeadArchives just in case.
Filed this issue in case it happens again