You are not logged in.
- Topics: Active | Unanswered
Announcement
*** NOTICE: forum.openstreetmap.org is being retired. Please request a category for your community in the new ones as soon as possible using this process, which will allow you to propose your community moderators.
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
#1 2020-07-09 21:33:25
- peiman2
- New Member
- Registered: 2020-07-09
- Posts: 2
some tiles are not available and some are showing
hello
i installed the tile server with this manual
https://www.linuxbabe.com/ubuntu/openst … -18-04-osm
but my server dont show images
http://88.135.36.47/osm/slippymap.html
when i restarted the rendered it dont show any error:
peiman@map2:/home/osm$ sudo /etc/init.d/renderd restart
[ ok ] Restarting renderd (via systemctl): renderd.service.but some images dont loading and some are showing
is there any timeout in Apache or in rendered? it seems due to low ram and hard it get timeout!
syslog
peiman@map2:~$ tail -f /var/log/syslog
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Connection 1, fd 9 closed, now 3 left
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Failed to read cmd on fd 11
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Sending render cmd(3 default 15/21295/13875) with protocol version 2 to fd 8
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Connection 2, fd 11 closed, now 2 left
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Failed to read cmd on fd 8
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Connection 0, fd 8 closed, now 1 left
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Failed to read cmd on fd 10
Jul 10 06:52:32 map2 renderd[23849]: DEBUG: Connection 0, fd 10 closed, now 0 left
Jul 10 06:55:01 map2 CRON[8421]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Jul 10 06:59:24 map2 systemd[1]: Started Session 92 of user peiman.Last edited by peiman2 (2020-07-10 08:00:49)
Offline
#2 2020-07-09 23:07:17
- SomeoneElse
- Member
- Registered: 2010-10-13
- Posts: 1,601
Re: some tiles are not available and some are showing
What information is there in the main system logfile?
" tail -f /var/log/syslog" will show tile requests as they come in and are dealt with (or not). If you look at what gets written after a "renderd restart", you might see the error stopping tiles being created.
Offline