Why not ask your question on the new OpenStreetMap Community Forum?

Working off of this tutorial https://switch2osm.org/manually-building-a-tile-server-16-04-2-lts/

So I'm at the stop running the service in the foreground, and pointing my browser to http://yourserveripaddress/hot/0/0/0.png. So I get the image of the planet, but I'm not seeing any debug logs telling me a tile is being requested. I'm gonna go out on a limb and say that this might also be why the overall server is not working.

Has anyone had this is

asked 31 Jan '19, 19:55

Darkking271's gravatar image

Darkking271
11112
accept rate: 0%

edited 01 Feb '19, 22:00

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


If http://yourserveripaddress/hot/0/0/0.png is working then the link between apache, mod_tile and renderd is (or at least at some stage was) working. One thing that might be happening is that requests are being coming in but are being processed very slowly.

Try:

/etc/init.d/renderd restart
/etc/init.d/apache2 restart

while all the while watching what's getting written to /var/log/syslog , and then try requesting http://yourserveripaddress/hot/1/0/0.png which should show you a North America tile.

permanent link

answered 31 Jan '19, 23:01

SomeoneElse's gravatar image

SomeoneElse ♦
36.8k71369864
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×203
×57
×44
×36
×20

question asked: 31 Jan '19, 19:55

question was seen: 1,532 times

last updated: 01 Feb '19, 22:00

powered by OSQA