This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Socket bind Failed

0

while working with tile server on ubuntu 14.04 at time of manually building the tile server at the time of rendering applying the following command sudo -u username renderd -f -c /usr/local/etc/renderd.conf alt text

Can anyone suggest me ? actually its working on my local server but when i run it on my experimental server its shows " SOCKET BIND FAIL "

This question is marked "community wiki".

asked 29 Jan '15, 17:51

RAMNEEK%20PAUL%20SINGH's gravatar image

RAMNEEK PAUL...
11112
accept rate: 0%

1

I've never set up renderd but are you trying to bind as a regular user to a port only root can bind to? (nevermind, it's an UNIX domain socket). And please don't post screenshots if you have text error messages, otherwise it makes it harder for other users to search for the same problem.

(30 Jan '15, 07:42) scai ♦

One Answer:

1

Make sure the directory /var/rund/renderd actually exists and is writable for the user you are running renderd under.

answered 30 Jan '15, 08:31

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .