Sehe nur Pinke Tiles und habe nur eine .meta Date

Guten Tag alle zusammen,

nach langem rumprobieren wollte ich jetz einfach mal nachfragen, ob Ihr mir vielleicht helfen könnt.

Ich habe einen Ubuntu 14.04 Server und wollte daraus einen Tile Server machen. Dabei habe ich zwei Anleitungen ausprobiert:

Zuerst diese: https://switch2osm.org/serving-tiles/building-a-tile-server-from-packages/

Als zweites diese: https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/

Es funktionierte eigentlich alles ohne Probleme (hin und wieder mal fehlte halt eine Bibliothek oder ähnliches).

Bei der ersten Anleitung war zum Schluss das Problem, dass ich nur Pinke Tiles hatte. In der Slippymap.html habe ich natürlich den Pfad für die Tiles an meinen Server angepasst.
Bei der zweiten Anleitung hatte ich zum Schluss das Problem, dass ich nur eine .meta Datei in /var/lib/mod_tiles/ hatte.
Für beide hatte ich Deutschland und Nord-Irland runtergeladen und in die Datenbank importiert.

Zuletzt hatte ich mir dann noch eine funktionierende VM aus dem Internet runtergeladen und die .config Dateien verglichen und fand so gut wie keinen Unterschied (Bis auf ein paar Pfad angaben).

Nun wollte ich euch fragen, ob ihr mir eventuell sagen könntet an was es liegt oder ob ihr mir Tipps geben könntet an welcher Datei dies legen könnte. Fals ihr irgendwelche speziellen Informationen bräuchtet sagt es einfach.

Danke schon mal im vorraus.

wie immer: logfiles anschauen. was loggt renderd, was der webserver (=mod_tile)?
“pinke tiles” ist ebenfalls wenig hilfreich, das sagt ja nur dass die Tiles nicht geladen werden konnten. Moeglicherweise gibts es aber ja sogar eine verwertbare Fehlermeldung, wenn du einfach mal die URL irgendeines tiles direkt aufrufst.

Also wenn ich die einzige Meta Datei die ich habe aufrufe, wird sie auch geladen. Allerdings nicht mit der Package Anleitung, sondern mit der Anleitung wo man es komplett selber aufbaut.

Hier wären dazu noch 2 Logfiles:

apache2.log:


[Mon Nov 14 06:36:11.835145 2016] [mpm_event:notice] [pid 7270:tid 139832313796480] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Mon Nov 14 06:36:11.835173 2016] [core:notice] [pid 7270:tid 139832313796480] AH00094: Command line: '/usr/sbin/apache2'
[Wed Nov 16 08:39:18.572646 2016] [mpm_event:notice] [pid 7270:tid 139832313796480] AH00493: SIGUSR1 received.  Doing graceful restart
[Wed Nov 16 08:39:18.595300 2016] [so:warn] [pid 7270:tid 139832313796480] AH01574: module tile_module is already loaded, skipping
[Wed Nov 16 08:39:18.596549 2016] [tile:notice] [pid 7270:tid 139832313796480] Loading tile config default at /osm_tiles/ for zooms 0 - 20 from tile directory /var/lib/mod_tile with extension .png and mime type image/png
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using "server_ip". Set the 'ServerName' directive globally to suppress this message
[Wed Nov 16 08:39:18.600278 2016] [mpm_event:notice] [pid 7270:tid 139832313796480] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Wed Nov 16 08:39:18.600298 2016] [core:notice] [pid 7270:tid 139832313796480] AH00094: Command line: '/usr/sbin/apache2'
[Wed Nov 16 09:32:37.103023 2016] [mpm_event:notice] [pid 7270:tid 139832313796480] AH00493: SIGUSR1 received.  Doing graceful restart
[Wed Nov 16 09:32:37.123187 2016] [so:warn] [pid 7270:tid 139832313796480] AH01574: module tile_module is already loaded, skipping
[Wed Nov 16 09:32:37.124336 2016] [tile:notice] [pid 7270:tid 139832313796480] Loading tile config default at /osm_tiles/ for zooms 0 - 20 from tile directory /var/lib/mod_tile with extension .png and mime type image/png
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using "server_ip". Set the 'ServerName' directive globally to suppress this message
[Wed Nov 16 09:32:37.128021 2016] [mpm_event:notice] [pid 7270:tid 139832313796480] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Wed Nov 16 09:32:37.128040 2016] [core:notice] [pid 7270:tid 139832313796480] AH00094: Command line: '/usr/sbin/apache2'
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
[Wed Nov 16 09:50:22.768608 2016] [mpm_event:notice] [pid 7270:tid 139832313796480] AH00491: caught SIGTERM, shutting down
[Wed Nov 16 09:51:05.691373 2016] [so:warn] [pid 1245:tid 139672332908416] AH01574: module tile_module is already loaded, skipping
[Wed Nov 16 09:51:05.699286 2016] [mpm_event:notice] [pid 1246:tid 139672332908416] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Wed Nov 16 09:51:05.699325 2016] [core:notice] [pid 1246:tid 139672332908416] AH00094: Command line: '/usr/sbin/apache2'
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
[Wed Nov 16 09:52:52.745007 2016] [tile:warn] [pid 1250:tid 139672042850048] [client 192.168.0.230:57402] Failed to read tile from disk: Could not open metatile /var/lib/mod_tile/default/1/0/0/0/0/0.meta. Reason: No such file or directory\n

und hier noch postgresql:


2016-11-16 09:50:24 CET LOG:  received fast shutdown request
2016-11-16 09:50:24 CET LOG:  aborting any active transactions
2016-11-16 09:50:24 CET LOG:  shutting down
2016-11-16 09:50:24 CET LOG:  database system is shut down
2016-11-16 09:51:00 CET LOG:  database system was shut down at 2016-11-16 09:50:24 CET
2016-11-16 09:51:00 CET LOG:  MultiXact member wraparound protections are now enabled
2016-11-16 09:51:00 CET LOG:  database system is ready to accept connections
2016-11-16 09:51:00 CET LOG:  incomplete startup packet
2016-11-16 11:00:26 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_point, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_point (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","capital","construction","covered","culvert","cutting","denomination","disused","ele","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","poi","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tunnel","water","waterway","wetland","width","wood","z_order",way) FROM STDIN
2016-11-16 11:00:26 CET LOG:  could not receive data from client: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
2016-11-16 11:00:26 CET ERROR:  unexpected EOF on client connection with an open transaction
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_ways, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_ways FROM STDIN;
	
2016-11-16 11:00:26 CET ERROR:  unexpected EOF on client connection with an open transaction
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_nodes, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_nodes FROM STDIN;
	
2016-11-16 11:00:26 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_ways FROM STDIN;
	
2016-11-16 11:00:26 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_nodes FROM STDIN;
	
2016-11-16 11:00:26 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_line, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_line (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:26 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_line (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:26 CET FATAL:  terminating connection because protocol sync was lost
2016-11-16 11:00:26 CET FATAL:  terminating connection because protocol sync was lost
2016-11-16 11:00:26 CET FATAL:  connection to client lost
2016-11-16 11:00:26 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_polygon, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_polygon (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:26 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_polygon (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:26 CET FATAL:  connection to client lost
2016-11-16 11:00:26 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_roads, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_roads (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:26 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_roads (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:26 CET FATAL:  connection to client lost
2016-11-16 11:00:26 CET ERROR:  unexpected EOF on client connection with an open transaction
2016-11-16 11:00:26 CET CONTEXT:  COPY planet_osm_rels, line 1
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_rels FROM STDIN;
	
2016-11-16 11:00:26 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:26 CET STATEMENT:  COPY planet_osm_rels FROM STDIN;
	
2016-11-16 11:00:26 CET FATAL:  terminating connection because protocol sync was lost
2016-11-16 11:00:35 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_point, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_point (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","capital","construction","covered","culvert","cutting","denomination","disused","ele","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","poi","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tunnel","water","waterway","wetland","width","wood","z_order",way) FROM STDIN
2016-11-16 11:00:35 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_roads, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_roads (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_roads (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET FATAL:  connection to client lost
2016-11-16 11:00:35 CET ERROR:  unexpected EOF on client connection with an open transaction
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_rels, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_rels FROM STDIN;
	
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_rels FROM STDIN;
	
2016-11-16 11:00:35 CET ERROR:  unexpected EOF on client connection with an open transaction
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_ways, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_ways FROM STDIN;
	
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_ways FROM STDIN;
	
2016-11-16 11:00:35 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_line, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_line (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_line (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:35 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_polygon, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_polygon (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_polygon (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:00:35 CET ERROR:  unexpected EOF on client connection with an open transaction
2016-11-16 11:00:35 CET CONTEXT:  COPY planet_osm_nodes, line 1
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_nodes FROM STDIN;
	
2016-11-16 11:00:35 CET LOG:  could not send data to client: Datenübergabe unterbrochen (broken pipe)
2016-11-16 11:00:35 CET STATEMENT:  COPY planet_osm_nodes FROM STDIN;
	
2016-11-16 11:00:35 CET FATAL:  connection to client lost
2016-11-16 11:00:35 CET FATAL:  connection to client lost
2016-11-16 11:00:35 CET FATAL:  connection to client lost
2016-11-16 11:00:35 CET FATAL:  terminating connection because protocol sync was lost
2016-11-16 11:00:35 CET FATAL:  terminating connection because protocol sync was lost
2016-11-16 11:00:35 CET FATAL:  terminating connection because protocol sync was lost
2016-11-16 11:01:43 CET LOG:  checkpoints are occurring too frequently (4 seconds apart)
2016-11-16 11:01:43 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:01:46 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:01:46 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:01:49 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:01:49 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:01:51 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:01:51 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:01:54 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:01:54 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:01:57 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:01:57 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:00 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:00 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:02 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:02:02 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:05 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:05 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:09 CET LOG:  checkpoints are occurring too frequently (4 seconds apart)
2016-11-16 11:02:09 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:11 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:02:11 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:14 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:14 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:17 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:17 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:20 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:20 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:23 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:23 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:26 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:26 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:29 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:29 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:32 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:32 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:34 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:02:34 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:37 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:37 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:40 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:02:40 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:02:56 CET LOG:  checkpoints are occurring too frequently (16 seconds apart)
2016-11-16 11:02:56 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:03:18 CET LOG:  checkpoints are occurring too frequently (22 seconds apart)
2016-11-16 11:03:18 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:03:34 CET LOG:  checkpoints are occurring too frequently (16 seconds apart)
2016-11-16 11:03:34 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:03:49 CET LOG:  checkpoints are occurring too frequently (15 seconds apart)
2016-11-16 11:03:49 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:02 CET LOG:  checkpoints are occurring too frequently (1 second apart)
2016-11-16 11:16:02 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:02 CET FATAL:  remaining connection slots are reserved for non-replication superuser connections
2016-11-16 11:16:04 CET ERROR:  unexpected message type 0x58 during COPY from stdin
2016-11-16 11:16:04 CET CONTEXT:  COPY planet_osm_line, line 2
2016-11-16 11:16:04 CET STATEMENT:  COPY planet_osm_line (osm_id,"access","addr:housename","addr:housenumber","addr:interpolation","admin_level","aerialway","aeroway","amenity","area","barrier","bicycle","brand","bridge","boundary","building","construction","covered","culvert","cutting","denomination","disused","embankment","foot","generator:source","harbour","highway","historic","horse","intermittent","junction","landuse","layer","leisure","lock","man_made","military","motorcar","name","natural","office","oneway","operator","place","population","power","power_source","public_transport","railway","ref","religion","route","service","shop","sport","surface","toll","tourism","tower:type","tracktype","tunnel","water","waterway","wetland","width","wood","z_order","way_area",way) FROM STDIN
2016-11-16 11:16:08 CET LOG:  checkpoints are occurring too frequently (6 seconds apart)
2016-11-16 11:16:08 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:11 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:11 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:14 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:14 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:16 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:16:16 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:19 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:19 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:22 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:22 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:26 CET LOG:  checkpoints are occurring too frequently (4 seconds apart)
2016-11-16 11:16:26 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:29 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:29 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:32 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:32 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:35 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:35 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:38 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:38 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:40 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:16:40 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:42 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:16:42 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:44 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:16:44 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:46 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:16:46 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:48 CET LOG:  checkpoints are occurring too frequently (2 seconds apart)
2016-11-16 11:16:48 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:51 CET LOG:  checkpoints are occurring too frequently (3 seconds apart)
2016-11-16 11:16:51 CET HINT:  Consider increasing the configuration parameter "checkpoint_segments".
2016-11-16 11:16:52 CET LOG:  unexpected EOF on client connection with an open transaction
2016-11-16 11:16:52 CET LOG:  could not receive data from client: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt
2016-11-17 07:52:03 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:52:03 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:52:03 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:52:03 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:52:03 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:52:03 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:52:03 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:52:03 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:10 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:10 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:10 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:10 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:10 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:10 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:10 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:10 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:46 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:46 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:46 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:46 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:46 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:46 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 07:56:46 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 07:56:46 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 08:18:14 CET ERROR:  database "aus" does not exist
2016-11-17 08:18:14 CET STATEMENT:  ALTER DATABASE aus OWNER TO root;
2016-11-17 08:48:40 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 08:48:40 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 08:48:40 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 08:48:40 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 08:48:40 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 08:48:40 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;
2016-11-17 08:48:40 CET ERROR:  permission denied for relation planet_osm_polygon
2016-11-17 08:48:40 CET STATEMENT:  SELECT ST_SRID("way") AS srid FROM ( SELECT way, way_area AS area, COALESCE(landuse, leisure, "natural", highway, amenity, tourism) AS type
	  FROM planet_osm_polygon
	  WHERE way_area > 100000
	  ORDER BY way_area DESC
	) AS data WHERE "way" IS NOT NULL LIMIT 1;

Hier habe ich bereits die Denied permission Meldung gelöst.
Vielleicht könnt ihr mir dadurch etwas weiter helfen.

Ist die Datenbank denn gefüllt? Also sind die (korrekten) Datensätze in den Tabellen? (Such dir zum Testen ein Objekt in DE aus und finde es in deiner Tabelle.)

Man kann den renderd doch auch im interaktiven Modus starten - was gibt der dann aus?

Diese Datenbanken habe ich:


                                  List of databases
   Name    |  Owner   | Encoding |   Collate   |    Ctype    |   Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
 gis       | gis      | UTF8     | de_DE.UTF-8 | de_DE.UTF-8 |
 postgres  | postgres | UTF8     | de_DE.UTF-8 | de_DE.UTF-8 |
 template0 | postgres | UTF8     | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres          +
           |          |          |             |             | postgres=CTc/postgres
 template1 | postgres | UTF8     | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres          +
           |          |          |             |             | postgres=CTc/postgres
(4 rows)

Mit template0 & 1 kann ich mich nicht verbinden.

Wenn ich mich mit postgres verbunden habe und mir die Tabellen anzeigen lasse, kommt nur die Meldung:
no relation found

Und ich weiß leider nicht wie ich die renderd im interaktiven modus starte.

Hmmm. Wie verbindest du dich mit postgres und wann kommt die Meldung?

Was passiert, wenn du dich über Kommandozeile (mit dem Programm “psql”, die Zeile müsste irgendwas mit “psql -h localhost -U gis gis” sein verbindest, und dann “\dt” eingibst?

Meine aktuelle Arbeitshypothese ist das der Import der Tabellen nicht geklappt hat, also keine Daten drin sind oder die Tabellen nicht da.

laut http://www.volkerschatz.com/net/osm/renderd.html müsste es “renderd -f” sein, für “foreground”.

So verbinde ich mich:

$su postgres
$psql

Die meldung kommt wenn ich mich mit der postgres datenbank verbinde und dann \dt eingebe

wenn ich “psql -h localhost -U gis gis” versuche kommt nur ein error:

psql: FATAL: password authentication failed for user “gis”
FATAL: password authentication failed for user “gis”

da es ein test-server ist müssten mein eingegebenes Passwort eigentlich stimmen, da ich bisher bei allem das gleiche verwendet habe.

bei “renderd -f” kommt folgendes:


renderd[4597]: Rendering daemon started
renderd[4597]: Initiating reqyest_queue
renderd[4597]: Parsing section renderd
renderd[4597]: Parsing render section 0
renderd[4597]: Parsing section mapnik
renderd[4597]: Parsing section default
renderd[4597]: config renderd: unix socketname=/var/run/renderd/renderd.sock
renderd[4597]: config renderd: num_threads=4
renderd[4597]: config renderd: num_slaves=0
renderd[4597]: config renderd: tile_dir=/var/lib/mod_tile
renderd[4597]: config renderd: stats_file=/var/run/renderd/renderd.stats
renderd[4597]: config mapnik:  plugins_dir=/usr/lib/mapnik/2.2/input
renderd[4597]: config mapnik:  font_dir=/usr/share/fonts/truetype/
renderd[4597]: config mapnik:  font_dir_recurse=1
renderd[4597]: config renderd(0): Active
renderd[4597]: config renderd(0): unix socketname=/var/run/renderd/renderd.sock
renderd[4597]: config renderd(0): num_threads=4
renderd[4597]: config renderd(0): tile_dir=/var/lib/mod_tile
renderd[4597]: config renderd(0): stats_file=/var/run/renderd/renderd.stats
renderd[4597]: config map 0:   name(default) file(/etc/mapnik-osm-carto-data/osm.xml) uri(/osm/) htcp() host()
renderd[4597]: Initialising unix server socket on /var/run/renderd/renderd.sock
renderd[4597]: Created server socket 4
renderd[4597]: Renderd is using mapnik version 2.2.0
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros-core/KhmerOS.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros-core/KhmerOSsys.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//unifont/unifont_sample.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//unifont/unifont.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansMono-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansMono.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansMono-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerif-Italic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansMono-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerif-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSans-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansCondensed-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerif.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerifCondensed-BoldItalic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansCondensed-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSans.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerifCondensed.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerifCondensed-Italic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerifCondensed-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansCondensed.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSans-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSerif-BoldItalic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSans-ExtraLight.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSans-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-dejavu/DejaVuSansCondensed-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-tamil-fonts/Samyak-Tamil.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSansMono-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSerif.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSansMono-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSans-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSerif-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSans-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSans-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSans.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSansMono-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//arundina/ArundinaSansMono.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Vemana.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Meera_04.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/lohit_bn.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Malige-b.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Rachana_04.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Pothana2000.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/lohit_hi.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Kedage-b.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/gargi.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Kedage-n.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/MuktiNarrowBold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/utkal.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/lohit_gu.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Malige-n.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/Rekha.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/lohit_ta.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-indic-fonts-core/MuktiNarrow.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansEthiopic-Regular.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansMono.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansHebrew-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansArmenian.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansThai.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansFallbackFull.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSerif-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSans.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidNaskh-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidNaskh-Regular.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSerif-Italic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSerif-BoldItalic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansEthiopic-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansGeorgian.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansJapanese.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSerif-Regular.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSans-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//droid/DroidSansHebrew-Regular.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSsiemreap.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSmuollight.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOScontent.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSfasthand.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSmuolpali.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSfreehand.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSbokor.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSmetalchrieng.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSmuol.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-khmeros/KhmerOSbattambang.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansMono-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansMono.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansMono-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerif-Italic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansMono-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerif-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSans-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansCondensed-Oblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerif.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerifCondensed-BoldItalic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansCondensed-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSans.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerifCondensed.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerifCondensed-Italic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerifCondensed-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansCondensed.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSans-Bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSerif-BoldItalic.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSans-ExtraLight.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSans-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//dejavu/DejaVuSansCondensed-BoldOblique.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-kannada-fonts/Malige-i.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-kannada-fonts/Malige-t.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-kannada-fonts/Kedage-i.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-kannada-fonts/lohit_kn.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//ttf-kannada-fonts/Kedage-t.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//padauk/Padauk-bookbold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//padauk/Padauk-bold.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//padauk/Padauk.ttf
renderd[4597]: DEBUG: Loading font: /usr/share/fonts/truetype//padauk/Padauk-book.ttf
Running in foreground mode...
renderd[4597]: Starting stats thread
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
renderd[4597]: Loading parameterization function for
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
renderd[4597]: Loading parameterization function for
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
renderd[4597]: Loading parameterization function for
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
renderd[4597]: Loading parameterization function for
renderd[4597]: An error occurred while loading the map layer 'default': Shape Plugin: shapefile '/etc/mapnik-osm-carto-data/data/simplified-land-polygons-complete-3857/simplified_land_polygons.shp' does not exist  encountered during parsing of layer 'world' in Layer at line 76 of '/etc/mapnik-osm-carto-data/osm.xml'
renderd[4597]: An error occurred while loading the map layer 'default': Shape Plugin: shapefile '/etc/mapnik-osm-carto-data/data/simplified-land-polygons-complete-3857/simplified_land_polygons.shp' does not exist  encountered during parsing of layer 'world' in Layer at line 76 of '/etc/mapnik-osm-carto-data/osm.xml'
renderd[4597]: An error occurred while loading the map layer 'default': Shape Plugin: shapefile '/etc/mapnik-osm-carto-data/data/simplified-land-polygons-complete-3857/simplified_land_polygons.shp' does not exist  encountered during parsing of layer 'world' in Layer at line 76 of '/etc/mapnik-osm-carto-data/osm.xml'
renderd[4597]: An error occurred while loading the map layer 'default': Shape Plugin: shapefile '/etc/mapnik-osm-carto-data/data/simplified-land-polygons-complete-3857/simplified_land_polygons.shp' does not exist  encountered during parsing of layer 'world' in Layer at line 76 of '/etc/mapnik-osm-carto-data/osm.xml'

Die letzten 4 Zeilen der renderd-Ausgabe weisen IMO darauf hin, dass da auch die Shapefiles fehlen. Hast du das Skript get-shapefiles.sh aus dem openstreetmap-carto-Verzeichnis raus aufgerufen?

Und zu Postgres und der Passwortsache bin ich überfragt, da gabs irgendwelche komischen Regelungen (über die pg_hba.conf ?), wer wie zugreifen darf, vielleicht(!) brings irgendwas, wenn du beim psql-Aufruf das -h localhost weglässt (vielleicht reicht auch “su postgres; psql gis”), weil er dann nicht über TCP sondern über den UNIX Socket geht, aber sicher bin ich nicht.

ja ist mir jetzt durch “renderd -f” auch aufgefallen vielen Dank schon mal dafür.

Leider muss ich jetz dann von der Arbeit weg. Ich melde mich dann am Montag nochmal und wie schon gesagt Vielen Dank schon mal.

So wirklich viel kann ich dann auch nicht mehr dazu sagen… sorry :-/