Free Server ENOSPC / NoSpaceLeft Error during Bun Install

Posted by foldgone in discord-bots.

Server ID: 427f3dfd Hi WispByte Staff, My Discord music bot server (Bun environment) is completely unable to boot because 'bun install' crashes halfway through with a strict "ENOSPC: No space left on device" error. My dashboard layout currently shows that my actual disk space usage is only at 1.5% after clearing the .bun cache folder. However, during startup, Bun throws multiple "NoSpaceLeft when create temporary directory" errors while trying to extract packages (like @vueuse, d3, and esbuild). It is clear that the container has completely run out of its allocated Inodes (file count capacity) or the system's /tmp partition shared on the host node is maxed out. Could an administrator please check the server's node, clear the file limit block, or increase the allowed Inodes for my container? Thank you!

Replies

foldgone

Update I managed to free up my disk space and the dashboard currently reports I am using only 30% of my total storage capacity. However, 'bun install' is still completely frozen and crashing halfway through with multiple "NoSpaceLeft when create temporary directory" and "NoSpaceLeft: Failed to open node modules folder" errors while trying to link critical packages like drizzle kit, zod, and mermaid. Because it fails to extract these files, the startup script exits with Code 127 ("drizzle kit: command not found"). This is clearly a strict Inodes exhaustion block or a full /tmp execution directory on the physical host machine node, as my personal storage has plenty of free megabytes left. Could an administrator please check the host node limits or expand the Inodes configuration for my container? Thank you!

foldgone

i dont know if it just resolved itself or an administrator did this but it works thank you

Wispbyte Community Forum