Subject: Container failing to start - "No space left on device" errors

Posted by niki in discord-bots.

My bot (container ID/name: NexusBOT, path /home/container) has been failing to start properly since earlier today. Pip can't even install packages and the process itself is throwing disk full errors. Here's what I'm seeing in the console: ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '.local/lib/python3.11/site packages/psutil' And from my bot's own startup logs: [DiskCheck startup] total=301288MB used=291481MB free=0MB [DB] Could not enable WAL mode, falling back to DELETE journal mode: database or disk is full So the node this container is on shows 0MB free out of 300GB total. My own container's actual data (database + a couple small transcript files) is only a few KB, so this doesn't look like something caused by my usage it looks like the underlying disk on the node itself is full, possibly from other containers/users sharing it. Could someone take a look at the node's actual free space and either clear space or move my container to a node with room? Happy to provide any further logs if needed.

Wispbyte Community Forum