Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-10 Thread Kai Krueger
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 > (50). Return HTTP_NOT_FOUND., referer: ht

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-10 Thread Stefan Elspaß
Hi, Am 10.11.2012 um 18:01 schrieb Kai Krueger : >> Do you know by chance what unit "ModTileMaxLoadMissing" uses? Is it a >> percentage? The settings for the log below were as follows: > > The load is in units of "number of processes that are wanting CPU time". It > is the load number you get fro

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-10 Thread Kai Krueger
Stefan Elspaß wrote > Hi Kai, > >> If I read your renderd log correctly, mod_tile is sending rendering >> requests >> with priority "dirty" rather than the "missing" priority. The dirty >> priority >> is a background priority in which mod_tile does not wait for the result >> and >> immediately ret

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-10 Thread Stephan Knauss
On 09.11.2012 20:37, Stefan Elspaß wrote: This is indeed the case, but sometimes - in these seldom cases when rendering on the first request works - the "command RenderPrio" instead of "command Dirty" appears in /var/log/syslog (see below). Does that indicate that it might by a load-related decis

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Stefan Elspaß
Hi Kai, > If I read your renderd log correctly, mod_tile is sending rendering requests > with priority "dirty" rather than the "missing" priority. The dirty priority > is a background priority in which mod_tile does not wait for the result and > immediately returns the tile (or in case of a missin

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Kai Krueger
If I read your renderd log correctly, mod_tile is sending rendering requests with priority "dirty" rather than the "missing" priority. The dirty priority is a background priority in which mod_tile does not wait for the result and immediately returns the tile (or in case of a missing tile a 404). S

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Stefan Elspaß
Hi, Am 09.11.2012 um 15:54 schrieb Yves CAINAUD : > I may have been the same issue until now. > Adding the general apache directive 'TimeOut 10' in the same virtualhost > seems to help (if 10 seconds are enough). Can you confirm ? Unfortunately not :-/. Still the same problem: 404 after 30-50ms

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Yves CAINAUD
(Sorry, was meant to the list) I may have been the same issue until now. Adding the general apache directive 'TimeOut 10' in the same virtualhost seems to help (if 10 seconds are enough). Can you confirm ? Yves ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Stefan Elspaß
Hi Lynn and Martin, >> unless something was changed recently I think the values in >> mod_tile.conf are required to be in seconds. See also the default >> values: >> http://svn.openstreetmap.org/applications/utils/mod_tile/mod_tile.conf > > Ah well, I needed that egg on my face for breakfast any

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Lynn W. Deffenbaugh (Mr)
On 11/9/2012 6:38 AM, Martin Koppenhoefer wrote: 2012/11/9 Lynn W. Deffenbaugh (Mr) : Have you considered that these might be in milliseconds? And that ModTileMaxLoadMissing is the parameter that you might want to try increasing to something like 1 (10 seconds)? Or increase all of them t

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread sly (sylvain letuffe)
>I would like the server to answer in these 3 seconds, but with >the tiles and HTTP 200 and not with an 404. > >I tried several settings, such as > >ModTileRequestTimeout 500 >ModTileMissingRequestTimeout 500 >ModTileMaxLoadMissing 50 > >but still the same 404. Is there a possibility for find ou

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Martin Koppenhoefer
2012/11/9 Lynn W. Deffenbaugh (Mr) : > On 11/9/2012 6:12 AM, Stefan Elspaß wrote: > Have you considered that these might be in milliseconds? And that > ModTileMaxLoadMissing is the parameter that you might want to try increasing > to something like 1 (10 seconds)? Or increase all of them to

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Lynn W. Deffenbaugh (Mr)
On 11/9/2012 6:12 AM, Stefan Elspaß wrote: I tried several settings, such as ModTileRequestTimeout 500 ModTileMissingRequestTimeout 500 ModTileMaxLoadMissing 50 but still the same 404. Is there a possibility for find out why mod_tile return a 404, which timeout it runs into? Have you consid

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-09 Thread Stefan Elspaß
Hi Pavithran, thanks for your answer. Am 09.11.2012 um 03:04 schrieb pavithran : > I understand you have set out the timeout configs but why is 17 or 18 > level tile not getting rendered on the fly ? Is it because of a very > slow hardware or dense location ( which is obvious due to map quality

Re: [OSM-dev] 404 from Apache2/mod_tile

2012-11-08 Thread pavithran
On 9 November 2012 01:32, Stefan Elspaß wrote: > I have set up (for the first time) an Ubuntu Server with Apache2 and > renderd/mod_tile - using the instructions from switch2osm.org. I did the > import to PostGIS/Postgres with osm2pgsql (hstore) and used the german style. > With render_list I

[OSM-dev] 404 from Apache2/mod_tile

2012-11-08 Thread Stefan Elspaß
Hi everyone, I didn't find an answer to this specific problem, so I decided to post it here. I hope somebody can help me out. I have set up (for the first time) an Ubuntu Server with Apache2 and renderd/mod_tile - using the instructions from switch2osm.org. I did the import to PostGIS/Postgres