[OSM-dev] mod_tile / renderd issue
wwalker
wwalker at bybent.com
Mon May 12 05:36:38 BST 2008
I've built and installed renderd and mod_tile.
renderd receives a request. It builds 5 images, then it deletes them!
extracted from an strace of renderd.
I can run convert_meta and it will recreate the png files, but the next
request, mod_tile doesn't use the existing .png, but requests a new one from
renderd. renderd again creates the images and deletes them ...
This is driving me nuts.
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/0.png.tmp",
O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/16.png.tmp",
O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/1.png.tmp",
O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/17.png.tmp",
O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/0.png", O_RDONLY) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/1.png", O_RDONLY) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/16.png", O_RDONLY) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/17.png", O_RDONLY) = 7
[pid 28662] open("/home/www/tiles/direct/1/0/0/0/0/0.meta.tmp.28661",
O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
[pid 28662] unlink("/home/www/tiles/direct/1/0/0/0/0/0.png") = 0
[pid 28662] unlink("/home/www/tiles/direct/1/0/0/0/0/1.png") = 0
[pid 28662] unlink("/home/www/tiles/direct/1/0/0/0/0/16.png") = 0
[pid 28662] unlink("/home/www/tiles/direct/1/0/0/0/0/17.png") = 0
--
View this message in context: http://www.nabble.com/mod_tile---renderd-issue-tp17180781p17180781.html
Sent from the OpenStreetMap - Dev mailing list archive at Nabble.com.
More information about the dev
mailing list