-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running render_list in container take forever to finish #462
Comments
It could take quite some time with I also see at least one issue with your command. You need to adjust the render_list \
--all \
--map polaruang \
--max-zoom 10 \
--min-zoom 10 \
--num-threads 2 \
--tile-dir /var/lib/mod_tile |
Hey guys, I have the same problem. I am trying to get renderd to work with the fedora docker file and it just doesn't work. If I want to generate the cache with render_list then I get the same outputs as the oc but I have activated debug messages and it says "waiting for response" the whole time. I started render_list with min zoom 0 and max zoom 0. I would assume it should render pretty fast if everything would work properly. Also when I want to get a tile over the Apache server per url the Apache says url 404 not found but in the logs the renderd gets the request and ends the request with "data is available on fd X" and "Failed to read cmd on fd X" |
I found the problem. The full-entrypoint.sh edits the renderd.conf so the num_threads was "-1" in my case. The "-" is wrong. I edited my full-entrypoint.sh and then renderd works. The entry point script should be fixed. |
Hello @DeejayDoubleD, if you are building from the Let me know what number is shown for $ renderd --foreground
** INFO: 07:14:27.208: Renderd started (version 0.8.0)
** INFO: 07:14:27.208: Parsing renderd config file '/etc/renderd.conf':
** INFO: 07:14:27.208: renderd: unix socketname = '/run/renderd/renderd.sock'
** INFO: 07:14:27.208: renderd: num_threads = '24'
... |
hi @hummeltech somehow this error gone after using the
so yeah i have no idea why it happen but using |
Thank you @edwin for the report, it looks like you might have discovered a bug, could you provide the commands you ran to get this error? I am not seeing it when running |
Hi team,
im using fedora base image to run osm tiles on top of Kubernetes
and trying to generate some cache
with below
renderd.conf
process is started but somehow is not progressing at all for several hours
am i doing the right thing, and is there any way to see whether it is progressing or just stuck?
The text was updated successfully, but these errors were encountered: