[Tile-serving] [openstreetmap/mod_tile] [centos7 container image] mod_tile gives "no datasource plugin directories have been successfully registered" (Issue #433)

Hummeltech notifications at github.com
Wed May 15 13:49:57 UTC 2024


@edwin, the `renderd.conf` file that gets generated and installed should have the correct `plugins_dir` value assigned:
```
$ docker compose run --build centos-7 cat /etc/renderd.conf
```
```
[renderd]
pid_file=/run/renderd/renderd.pid
socketname=/run/renderd/renderd.sock
stats_file=/run/renderd/renderd.stats
tile_dir=/var/cache/renderd/tiles

[mapnik]
font_dir=/usr/lib64/mapnik/fonts
font_dir_recurse=0
plugins_dir=/usr/lib64/mapnik/input
...
```

And that directory should have the expected `plugins`:
```
$ docker compose run --build centos-7 ls -al /usr/lib64/mapnik/input
```
```
total 3420
drwxr-xr-x 1 root root    234 May 15 05:08 .
drwxr-xr-x 1 root root     20 May 15 05:08 ..
-rwxr-xr-x 1 root root 779040 May 15 05:08 csv.input
-rwxr-xr-x 1 root root  99984 May 15 05:08 gdal.input
-rwxr-xr-x 1 root root 751840 May 15 05:08 geojson.input
-rwxr-xr-x 1 root root 166912 May 15 05:08 ogr.input
-rwxr-xr-x 1 root root 222536 May 15 05:08 pgraster.input
-rwxr-xr-x 1 root root 294072 May 15 05:08 postgis.input
-rwxr-xr-x 1 root root 196424 May 15 05:08 raster.input
-rwxr-xr-x 1 root root 201680 May 15 05:08 shape.input
-rwxr-xr-x 1 root root 181896 May 15 05:08 sqlite.input
-rwxr-xr-x 1 root root 586416 May 15 05:08 topojson.input
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/433#issuecomment-2112597643
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/mod_tile/issues/433/2112597643 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240515/058013e4/attachment.htm>


More information about the Tile-serving mailing list