[GRASS-dev] GRASS website temporarily down

Hamish hamish_b at yahoo.com
Thu Apr 24 22:09:37 PDT 2014


Hamish wrote:
>> the grass website and wiki are both temporarily down due to a full disk. Hope to 
>> have it back up ASAP,it should be a quick fix after we figure out what's to 
>> blame.
>
> ok, they are back up now.

what seems to have happened is the "grass_addons.sh" cron job that compiles the addons (or extracts strings for translating?) got stuck in a loop building the help page for /home/martinl/src/grass-addons/grass6/raster/r.rdfilter/r.rdfilter.py.

r.rdfilter.py.tmp.html was inserting its own description.html over and over in a recursive loop until it filled the disk. I think I remember seeing a similar .tmp.html loop more than a year ago for some other module, probably not a Grass6 python addon, but I can't recall the exact circumstance other than it happened on my local system.

I'm not sure why it happened this time, but we should either figure out what caused it or switch off the cron job before it happens all over again, probably tomorrow night. I manually killed the job that got stuck.
Does it really have to run every 15 minutes?


Ideally, future builds could be run on a dedicated build server away from anything important. I think there's already wide acknowledgment of the need for that in OSGeo SAC. Note there is also currently the adhoc VM for things that may be risky or low priority, but be kind to the disk i/o as that is shared among all the other VMs on the same host.


regards,
Hamish



More information about the grass-dev mailing list