Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-04 Thread Lester Caine
On 04/01/16 05:16, Skyler F wrote: > Nevermind, it decided to work finally yay! Skyler ... have been following your efforts and totally understand the frustration ;) I HAD all of this working on an earlier build of SUSE having jumped through all the hoops, and I thought carefully documenting

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-04 Thread Daniel Koć
W dniu 04.01.2016 3:39, Joseph Reeves napisał(a): Qemu / KVM is pretty straightforward to get running, probably easier for a linux newbie than getting a tileserver built on 15.10, and you'll benefit from learning about virtualization under Ubuntu. You'll also be able to experiment with the

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-04 Thread Skyler F
> > I don't know how much slower is such virtualization and how important is > this aspect for you, but I would definitely start with Docker containers, > which are lightweight and allow having multiple such machines, which are > separated from the rest and the main system. Docker is also

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-04 Thread Daniel Koć
W dniu 04.01.2016 16:08, Skyler F napisał(a): I just decided to downgrade my whole system to 14 LTS. If I wanted to run a virtual machine, I would just do it in the native OS, which is mac (dual-booted). According to Wikipedia operating-system-level virtualization technology (which Docker is

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-04 Thread Andy Townsend
On 04/01/2016 10:45, Lester Caine wrote: MANY of the tools listed on the switch2osm site are no longer actively supported by their originators, I can't speak for everything on there, but I do know that I tested (and tweaked slightly) the "manual 14.04 instructions" about a month ago because

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Graham Jones
You will find generate_tiles.py etc. in the subversion folder referenced here: http://wiki.openstreetmap.org/wiki/OnDemandTileServer#Mapnik the instructions in that wiki page are: svn co http://svn.openstreetmap.org/applications/rendering/mapnik I don't think subversion is installed by default

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
Ok. I finished the apache configuration and am almost done, but when I typed service apache2 reload, I got an error Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details. Anything I can try to

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Joseph Reeves
gt;> Andy >> >> >> >> *From: *Skyler F >> *Sent: *Sunday, 3 January 2016 17:28 >> *To: *talk@openstreetmap.org >> *Subject: *Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting >> >> Thanks. That got me past step 1. &g

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
How do you use generate_tiles.py, maybe that would work better. All I want to do is be able to request tiles in the Colorado area from an application that needs tiles. On Sun, Jan 3, 2016 at 4:10 PM, Graham Jones wrote: > I'm afraid I am out of my depth now - I never

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
So I am trying to figure out what happened to apache, and I am getting this error under systemctl status apache2.service Jan 03 19:16:17 kd0whb apache2[22929]: * The apache2 configtest failed. Jan 03 19:16:17 kd0whb apache2[22929]: Output of config test was: Jan 03 19:16:17 kd0whb

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Graham Jones
I'm a bit out of practice - haven't done much OSM stuff lately, but when you download the OSM mapnik things (to make the mapnik style file), it comes with a program called generate_tiles.py. You give it the bounding box of the area you are interested in, and the mapnik style file, and it creates

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
I am getting pretty frustrated. I have been working all day on this, and just can't get it to work. So I type service apache2 reload, and I get Job for apache2.service invalid?! Apache was working fine earlier but now, It won't even open up the apache test page when I type localhost on my system.

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
and make it not a good idea before then, like happened with >>>> 10.04)‎. >>>> >>>> That's not to say that a 15.10 version of the doc isn't a good idea; >>>> speaking for myself I've never had a pressing need to look at it because >>>> I've n

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
onto Ububtu's non-LTS update treadmill. >>> >>> A new LTS version should be out this year (if I understand what Ubuntu >>> normally do). >>> >>> Cheers, >>> Andy >>> >>> >>> >>> *From: *Skyler F >

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Sebastiaan Couwenberg
On 03-01-16 19:35, Skyler F wrote: > So is there another way I can install this without the configure and > autogen? Use the packages included in Ubuntu itself. wily includes osm2pgsql 0.88.1 which is current enough. https://launchpad.net/ubuntu/+source/osm2pgsql Kind Regards, Bas -- GPG

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Sebastiaan Couwenberg
On 03-01-16 17:48, Graham Jones wrote: > if you type "sudo apt-cache search libtiff" it lists all the packages that > are available with 'libtiff' in the title. On my system it lists > libtiff5-dev, so I would suggest installing that. Just install libtiff-dev, it is the virtual package provided

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
Thanks. That got me past step 1. 8 upgraded, 313 newly installed, 0 to remove and 83 not upgraded. So that is the first thing to change in the documentation on the website, instead of libtiff4-dev change it to libtiff-dev. On Sun, Jan 3, 2016 at 9:59 AM, Sebastiaan Couwenberg

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
Ok, *NEXT*, I typed > sudo apt-get install postgresql postgresql-contrib postgis > postgresql-9.3-postgis-2.1 > And got Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package postgresql-9.3-postgis-2.1 > E: Couldn't find any

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Sebastiaan Couwenberg
On 03-01-16 18:27, Skyler F wrote: >> sudo apt-get install postgresql postgresql-contrib postgis >> postgresql-9.3-postgis-2.1 > > Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> E: Unable to locate package postgresql-9.3-postgis-2.1 Ubuntu

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
Ok, I switched sudo apt-get install postgresql postgresql-contrib postgis postgresql-9.3-postgis-2.1 to On Sun, Jan 3, 2016 at 10:44 AM, Sebastiaan Couwenberg wrote: > On 03-01-16 18:27, Skyler F wrote: > >> sudo apt-get install postgresql postgresql-contrib postgis >

[OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Skyler F
I am attempting a manual build of a tile server on Ubuntu 15.10. I just did a fresh install of Ubuntu, and will post the results as I go along from this link: https://switch2osm.org/serving-tiles/manually-building-a-tile-server-14-04/ So, here is step 1: > sudo apt-get install libboost-all-dev

Re: [OSM-talk] Tile Server manual build 15.10 troubleshooting

2016-01-03 Thread Graham Jones
if you type "sudo apt-cache search libtiff" it lists all the packages that are available with 'libtiff' in the title. On my system it lists libtiff5-dev, so I would suggest installing that. Regards Graham. On 3 January 2016 at 16:38, Skyler F wrote: > I am