Cloud 9 - git and no space left on device

0

Hi,

I'm receiving this error:

Failed to install dependencies for Git panel We can’t install required dependencies because of how your AWS Cloud9 environment is currently configured. Error: No space left on device. Please make sure you have at least 200MB of free disk space.

but when I check (df -h):

Filesystem      Size  Used Avail Use% Mounted on
udev            2.0G     0  2.0G   0% /dev
tmpfs           395M  928K  394M   1% /run
/dev/vda1        25G   21G  4.0G  84% /
tmpfs           2.0G     0  2.0G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           2.0G     0  2.0G   0% /sys/fs/cgroup
/dev/loop0      104M  104M     0 100% /snap/core/16928
/dev/vda15      105M  8.9M   96M   9% /boot/efi
/dev/loop1      106M  106M     0 100% /snap/core/16574
tmpfs           395M     0  395M   0% /run/user/0

Similarly, when I enter a command and then press tab to have it auto finished I see something similar to this:

ls tmpbash: cannot create temp file for here-document: No space left on device bash: cannot create temp file for here-document: No space left on device

Any help very much appreciated!

Thank you,

Mark

asked 24 days ago238 views
2 Answers
1
Accepted Answer

So this appears to be an inode issue.

root@pdfservice:~# df -i Filesystem Inodes IUsed IFree IUse% Mounted on udev 501598 381 501217 1% /dev tmpfs 504896 581 504315 1% /run /dev/vda1 3225600 3225472 128 100% /

I've increased the # of inodes by deleting files and that seems to have fixed it.

Thanks for your help.

Mark

answered 23 days ago
profile picture
EXPERT
reviewed 23 days ago
0

Hello.

Will increasing the Cloud9 volume using the method described in the document below solve the problem?
https://docs.aws.amazon.com/cloud9/latest/user-guide/move-environment.html#move-environment-resize

profile picture
EXPERT
answered 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions