From edef991b372bab21b461db5a3966ab83aafc5fc0 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 17 Jan 2016 17:44:51 +0100 Subject: [PATCH] Add @snoyberg's notes about website syncing and freeing disk space --- CURATORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CURATORS.md b/CURATORS.md index 4af602f3..fb45fd6f 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -127,3 +127,9 @@ build succeeds, write something like `sleep 20h; /opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`.) LTS minor bumps typically are run on Sundays. + +### Website sync debugging (and other out of disk space errors) + +* You can detect the problem by running `df`. If you see that `/` is out of space, we have a problem +* There are many temp files inside `/home/ubuntu/stackage-server-cron` that can be cleared out occasionally +* You can then manually run `/home/ubuntu/stackage-server-cron.sh`, or wait for the cron job to do it