Hi, I got this message after pushing a commit to the emacs git repo:
remote: postdrop: warning: uid=66918: No space left on device remote: sendmail: fatal: gm(66918): queue file write error And indeed the vcs0 /var partition was 100% full. The size of /var was 3.8GB, and almost all of this was /var/cache/cgit. There were 5 files there bigger than 100MB, so I just deleted them. Hope this was ok. -rw------- 1 www-data www-data 177M Feb 20 10:19 9c100000 -rw------- 1 www-data www-data 204M Feb 13 02:26 d4b10000 -rw------- 1 www-data www-data 477M Feb 20 19:20 79420000.lock -rw------- 1 www-data www-data 513M Feb 20 01:21 79420000 -rw------- 1 www-data www-data 518M Feb 20 19:19 b1200000 Obviously some limit needs to be put on the size of the cgit cache, or this will happen again. Looks like /etc/cgitrc has cache-size=10000, but apparently this refers to the number of entries. Does not help if they are all 500MB... :(