Hello, I have installed on Ubuntu 12.04 the following components:
After importing germany.osm using osm2pgsql I try to render the planet using zoom level 3 and 4 with the following command:
But tirex/mapnik doesn't render anything. The lines in my syslog are:
What is the child process? Is this mapnik crashing? I tried yesterday same setup on a debian Squeeze box with exactly the same result!? Here is a log of all my installation actions: https://gist.github.com/4527318 Please help :-) THANX! Steffen asked 14 Jan '13, 02:26 kieste |
The You can try running the tirex-backend-manager with the answered 14 Jan '13, 07:16 Frederik Ramm ♦ 1
Hello Frederik, thanx for the clarification. I started the tirex backend manager in debug mode and got a long backtrace and memory dump. At the moment I can't figure out the root cause but I will check it. Maybe you can see something obvious? Log file: https://gist.github.com/4542719 Postgres executes lots of statements. (I guess the log is not very helpfull. But here it is: https://gist.github.com/4542748) Maybe I will substitute tirex with renderd if I can't get it to work. I ran the command:
and got a beautiful map of berlin. So mapnik seem to work fine. Regards Steffen
(15 Jan '13, 22:33)
kieste
Hi Steffen, Frederik, I've got the same problem (ubuntu 11.10, postgre 8.4, mapnik 2.1, tirex from source with patch, boost 1.49). Any progress in this problem? In my case, mapnik-backend fails in metatilehandler.cc:
I tried to change the format parameter without success. Mapnik works well, when I use it with python bindings. Kindly regards, Martin
(06 Feb '13, 11:48)
mattesCZ
|
btw. the machine is a 32 GB 6core HT xeon
btw 2: before I tried using tirex I used a setup with renderd (on debian 6) and started a batch using render_list. But render_list also ran into a timeout. Same problem I guess. It must be a mapnik 2.1 issue.