[Errno 28] No space left on device:

Hi There,

I’m having trouble to renew my certificates. When running cerbot renew --dry-run i get the following error:

[Errno 28] No space left on device: ‘/etc/letsencrypt/accounts/acme-staging.api.letsencrypt.org’. Skipping.

According to some other topics this might be due to no disk space on the /tmp folder but df -h /tmp does show at least a couple of GB’s free. Also i don’t see any “overflow” /tmp folders when running df -h /tmp

Is there some way to check if the /tmp folder is the problem?

Thank you!

Well, why not start with the obvious? Is there any other filesystem that is full?

I'd agree with @TCM, it's worth checking the obvious. I'd start with;

df -h

to check space on all devices, and

df -i -h

to check that the inodes aren't 100% used.

3 Likes

Running df -i -h gives 1 full inode, i think that might be the problem.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.