Re: [OSM-dev] mod_tile/renderd logging

2010-01-25 Thread Jonathan-David SCHRODER
Hi Jaak, Instead of hacking your own renderd service start/stop/.. script (eg. creating a file /etc/init.d/renderd)... ...you can just run renderd in a screen (apt-get install screen) in -f(oreground) and redirect its output with redirection to some file while keep it going to stdout. screen -S

Re: [OSM-dev] mod_tile/renderd logging

2010-01-25 Thread Jonathan-David SCHRODER
get back into your screen with screen -r renderd_screen (or screen -r rend = string that starts with the name of you screen session, as you can read it in screen -ls or screen -list) On Mon, Jan 25, 2010 at 1:27 PM, Jonathan-David SCHRODER jonathan.schro...@gmail.com wrote: Hi Jaak, Instead

Re: [OSM-dev] Import error using osm2pgsql in slim mode

2010-01-25 Thread Jason Beverage
Hi Jon, I just tried your patch but now I always get the following error when doing an import: node_changed_mark failed: ERROR: prepared statement node_changed_mark does not exist Any ideas? Thanks, Jason On Fri, Jan 22, 2010 at 8:48 PM, Jason Beverage jasonbever...@gmail.comwrote: Hi

Re: [OSM-dev] mod_tile/renderd logging

2010-01-25 Thread Jaak Laineste
Actually I found out that log is written to /var/log/syslog and this was all I needed. I still have issue with number of threads over 2 (or even 1), I get segfaults, but this is different issue. Jaak On 25.01.2010, at 14:28, Jonathan-David SCHRODER jonathan.schro...@gmail.com wrote: get

[OSM-dev] Set up your personal tile server for experiments - what machine / installation suitable?

2010-01-25 Thread Ulf Lamping
Hi! I'm pretty much aware, that the responses to the following questions will be subjective. However, I'm seeking for some advice to get a feeling what could work for me (and probably others). I'm currently thinking to set up my own personal tile server, basically to experiment with

[josm-dev] location of elemstyles.xml and Eclipse

2010-01-25 Thread Matthias Julius
Since r2827 JOSM is loading elemstyles.xml from data/ and the file is copied there in build.xml Is there a way to have Eclipse do the same when JOSM is started from within Eclipse? Matthias ___ josm-dev mailing list josm-dev@openstreetmap.org

Re: [josm-dev] location of elemstyles.xml and Eclipse

2010-01-25 Thread Matthias Julius
Ulf Lamping ulf.lamp...@googlemail.com writes: Am 25.01.2010 21:12, schrieb Matthias Julius: Since r2827 JOSM is loading elemstyles.xml from data/ and the file is copied there in build.xml Is there a way to have Eclipse do the same when JOSM is started from within Eclipse? You probably