zimit icon indicating copy to clipboard operation
zimit copied to clipboard

Out of disk space, exiting. Quitting

Open oooo-ps opened this issue 2 months ago • 2 comments

I have this issue, any ideas how to fix it?

sudo docker run -v=/path/to/docker:/output ghcr.io/openzim/zimit zimit --seeds http://xxxx:xxxx --proxyServer http://xxxx:xxxx --name xxxx --diskUtilization 0

[zimit::2025-09-30 04:01:58,970] INFO:----------
[zimit::2025-09-30 04:01:58,970] INFO:Testing warc2zim args
[zimit::2025-09-30 04:01:58,971] INFO:Running: warc2zim --namexxxx --scraper-suffix zimit 3.0.5 --output /output --url http://xxxx
[warc2zim::2025-09-30 04:01:58,973] INFO:Arguments valid, no inputs to process. Exiting with return code 100
[zimit::2025-09-30 04:01:58,974] INFO:
[zimit::2025-09-30 04:01:58,974] INFO:----------
[zimit::2025-09-30 04:01:58,974] INFO:Output to tempdir: /output/.tmpqbgog942 - will delete
[zimit::2025-09-30 04:01:58,974] INFO:Running browsertrix-crawler crawl: crawl --diskUtilization 0 --proxyServer http://xxxx:xxxx --seeds http://xxxx --userAgentSuffix +Zimit --cwd /output/.tmpqbgog942
{"timestamp":"2025-09-30T04:04:08.426Z","logLevel":"fatal","context":"general","message":"Out of disk space, exiting. Quitting","details":{}}
[zimit::2025-09-30 04:04:10,477] ERROR:Crawl returned an error: 3, scraper exiting
[zimit::2025-09-30 04:04:10,477] INFO:Temporary files have been kept in /output/.tmpqbgog942, please clean them up manually once you don't need them anymore
  • /path/to/docker has 0777 permissions

UPD. issue solved after I freed about 20 GB of the 500 GB drive; before it was ~10 GB. So why is --diskUtilization 0 used?

oooo-ps avatar Sep 30 '25 04:09 oooo-ps

--diskUtilization 0 should indeed have disabled disk utilization checks

benoit74 avatar Sep 30 '25 06:09 benoit74

Reopening as it seems we face a software bug here.

kelson42 avatar Sep 30 '25 08:09 kelson42