c6fc / npk

A mostly-serverless distributed hash cracking platform
508 stars 59 forks source link

npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, write #33

Closed tmoney11 closed 2 years ago

tmoney11 commented 2 years ago

Using AWS CloudShell, I run the one-liner and it gets to the point where it prompts me for region, email, phone, price, etc. So far so good, once it gets ready to deploy I start to get tons of the following error: null_resource.npm_install-spot_monitor (local-exec): npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, write and the end of it looks like this: Screen Shot 2022-03-07 at 5 40 45 PM

Any suggestions on expanding storage for CloudShell?

c6fc commented 2 years ago

Use the actions menu in cloud shell to delete the home directory and reset, them run it again

On Mon, Mar 7, 2022, 3:42 PM tmoney11 @.***> wrote:

Using AWS CloudShell, I run the one-liner and it gets to the point where it prompts me for region, email, phone, price, etc. So far so good, once it gets ready to deploy I start to get tons of the following error: null_resource.npm_install-spot_monitor (local-exec): npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, write and the end of it looks like this: [image: Screen Shot 2022-03-07 at 5 40 45 PM] https://user-images.githubusercontent.com/1537508/157130209-10cc7e98-2c44-4c15-9523-ae7b0670b25f.png

Any suggestions on expanding storage for CloudShell?

— Reply to this email directly, view it on GitHub https://github.com/c6fc/npk/issues/33, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDAN2W3IIMQ4GOQGQT6R3U62A35ANCNFSM5QEU3MCQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

c6fc commented 2 years ago

*For more clarity, you can't increase the space on the CloudShell. NPK gets around the space limitations by creating a symlink to the ephemeral data store in the cloudshell to store larger files. It works great from scratch, but if your CloudShell is dirty, it can still run out of space.

If you use the 'Actions' menu in the CloudShell console to delete the home directory and reset the CloudShell, it returns your CloudShell to a pristine state that will work with the one-liner. If that doesn't work, drop by the Discord and I'll help you in the NPK channel.

tmoney11 commented 2 years ago

awesome I'll give it a shot and provide an update in a bit

c6fc commented 2 years ago

Fixed in #34 and merged to main