renderd is crashing regularly on cassini. Here's the renderd -f output:
""" [...] renderd[23606]: DEBUG: Got command Dirty fd(35) xml(en), z(10), x(528), y(338) renderd[23606]: DEBUG: Connection 18, fd 40 closed, now 20 left renderd[23606]: DEBUG: Got command Dirty fd(39) xml(en), z(10), x(528), y(339) renderd[23606]: DEBUG: Connection 18, fd 35 closed, now 19 left renderd[23606]: DEBUG: Connection 18, fd 39 closed, now 18 left Warning 1: TIFFReadDirectory:/mnt/user-store/osm_hillshading/N45E010-N49E014/N45E010-N49E014_hill.tif: Wrong "StripByteCounts" field, ignoring and calculating from imagelength Warning 1: TIFFReadDirectory:/mnt/user-store/osm_hillshading/N45E010-N49E014/N45E010-N49E014_hill.tif: Wrong "StripByteCounts" field, ignoring and calculating from imagelength terminate called after throwing an instance of 'mapnik::datasource_exception' what(): PSQL error: ERROR: invalid input syntax for type numeric: " " Full sql was: 'SELECT AsBinary("way",'NDR') AS geom,"importance_real","name","natural" from (SELECT *, (to_number(importance, '9.9')) as importance_real FROM planet_osm_point WHERE "natural" IN ('peak')) AS peak WHERE "way" && SetSRID('BOX3D(1210762.528037192 5750510.511950379,1254790.256329453 5794538.240242641)'::box3d, 900913)'
Aborted """
And from the postgresql main log:
""" 2009-11-11 19:57:12 UTC ERROR: invalid input syntax for type numeric: " " 2009-11-11 19:57:12 UTC STATEMENT: SELECT AsBinary("way",'NDR') AS geom,"importance_real","name","natural" from (SELECT *, (to_number(importance, '9.9')) as importance_real FROM planet_osm_point WHERE "natural" IN ('peak')) AS peak WHERE "way" && SetSRID('BOX3D(1210762.528037192 5750510.511950379,1254790.256329453 5794538.240242641)'::box3d, 900913) 2009-11-11 19:57:13 UTC LOG: unexpected EOF on client connection """
Don't have time to debug this now, meanwhile I'm restarting renderd every 5 minutes in cron..