NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm running pre-render for ajt style map

render_list -all --socket /var/run/renderd/renderd.sock -z 1 -Z 1 -n 15

I can see this in the syslog:

renderd[35121]: DEBUG: Got incoming connection, fd 7, number 1
renderd[35121]: DEBUG: Got incoming connection, fd 9, number 2
renderd[35121]: DEBUG: Got incoming connection, fd 10, number 3
renderd[35121]: DEBUG: Got incoming connection, fd 11, number 4
renderd[35121]: DEBUG: Got incoming connection, fd 12, number 5
renderd[35121]: DEBUG: Got incoming connection, fd 13, number 6
renderd[35121]: DEBUG: Got incoming connection, fd 17, number 7
renderd[35121]: DEBUG: Got incoming connection, fd 18, number 8
renderd[35121]: DEBUG: Got incoming connection, fd 19, number 9
renderd[35121]: DEBUG: Got incoming connection, fd 20, number 10
renderd[35121]: DEBUG: Got incoming connection, fd 21, number 11
renderd[35121]: DEBUG: Got incoming connection, fd 22, number 12
renderd[35121]: DEBUG: Got incoming connection, fd 23, number 13
renderd[35121]: DEBUG: Got incoming connection, fd 24, number 14
renderd[35121]: DEBUG: Got incoming connection, fd 25, number 15

But when looking on syslog and htop and even iotop it looks like the machine is doing nothing

What am I missing?

asked 12 Sep '19, 13:06

LiorM's gravatar image

LiorM
31558
accept rate: 0%

edited 12 Sep '19, 14:02


it seems that providing the socket fixed it:

render_list -all --socket=/var/run/renderd/renderd.sock -z 1 -Z 1 -n 15
permanent link

answered 12 Sep '19, 16:04

LiorM's gravatar image

LiorM
31558
accept rate: 0%

"-s /var/run/renderd/renderd.sock" would also have worked - there are two ways of specifying the options I think.

(12 Sep '19, 16:36) SomeoneElse ♦

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:

×440

question asked: 12 Sep '19, 13:06

question was seen: 1,664 times

last updated: 12 Sep '19, 16:36

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum