Stefan Elspaß wrote > I compiled mod_tile again with svn-r28921 containing today's change from > apmon which writes the actual load into error.log. The result is strange: > > [info] [client xx.xx.xx.xx] Load (1202590843) larger max_load_missing > (500000). Return HTTP_NOT_FOUND., referer: http://xxxx.xxxx.xx/ > > Quite some high load, isn't it? I hadn't time yet to dig deeper but will > do that the coming days. If in the meantime someone has an idea: feel free > to share :-)
It looks like there was a bug in mod_tile. It was missing an include of sys_utils.h and so the compiler was interpreting the return value of get_load_avg() as an int whereas it was a double resulting in totally bogus load values. Please do another svn update and check if this is fixed now? Kai -- View this message in context: http://gis.19327.n5.nabble.com/404-from-Apache2-mod-tile-tp5734970p5735268.html Sent from the Developer Discussion mailing list archive at Nabble.com. _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

