|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Installing from sources gpsdrive 2.10pre7Hi
I have successfully installed gpsdrive compiled from sources on openSUSE 11.1. However, when I try to run, I get the following errors: ERROR: Unknown Config Parameter 'showstreetmaps=1' ERROR: Unknown Config Parameter 'usedgps=0' ERROR: Unknown Config Parameter 'satposmode=0' ERROR: Unknown Config Parameter 'printoutsats=0' ERROR: Unknown Config Parameter 'lastnotebook=0' ERROR: Unknown Config Parameter 'dbhostname=localhost' ERROR: Unknown Config Parameter 'dbname=geoinfo' ERROR: Unknown Config Parameter 'dbuser=gast' ERROR: Unknown Config Parameter 'dbpass=gast' ERROR: Unknown Config Parameter 'dbtable=poi' ERROR: Unknown Config Parameter 'dbusedist=1' ERROR: Unknown Config Parameter 'earthmate=0' ERROR: Unknown Config Parameter 'showssid=1' ERROR: Unknown Config Parameter 'draw_poilabel=0' Connection to Speech Dispatcher established. Can't connect to gps daemon on 127.0.0.1:2947, disabling GPS support! DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db: unable to open database file Could someone explain how these errors can be solved ? How the file geoinfo.db can be generated ? Right now this file does not seem to exist in my filesystem. thanks -- Dr. Bogdan Cristea http://cristeab.googlepages.com _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7Am Montag 10 August 2009 schrieb Bogdan Cristea:
> ERROR: Unknown Config Parameter 'showstreetmaps=1' > ERROR: Unknown Config Parameter 'usedgps=0' > ERROR: Unknown Config Parameter 'satposmode=0' > ERROR: Unknown Config Parameter 'printoutsats=0' > ERROR: Unknown Config Parameter 'lastnotebook=0' > ERROR: Unknown Config Parameter 'dbhostname=localhost' > ERROR: Unknown Config Parameter 'dbname=geoinfo' > ERROR: Unknown Config Parameter 'dbuser=gast' > ERROR: Unknown Config Parameter 'dbpass=gast' > ERROR: Unknown Config Parameter 'dbtable=poi' > ERROR: Unknown Config Parameter 'dbusedist=1' > ERROR: Unknown Config Parameter 'earthmate=0' > ERROR: Unknown Config Parameter 'showssid=1' > ERROR: Unknown Config Parameter 'draw_poilabel=0' > Can't connect to gps daemon on 127.0.0.1:2947, disabling GPS support! this means, that no gpsd is running, so you won't be able to use a connected gps device. I guess there should be a gpsd package somewhere in suse, too. > DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db: unable > to open database file > the geoinfo.db is in one of the openstreetmap-map-icons packages. to get started, you could also use the minimal icon set from http://sourceforge.net/projects/gpsdrive/files/ _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7Hi,
you can find the File in the openstreetmap-icons*.deb Debian Packages. Maybe there is a way to convert debian to rpm packages. Plan is to provide Suse Packages also, but this will still take a little bit. On the Linuxtag Adrian Schröter started to port and adapt some of the needed packages for GpsDrive. But exactly the part with the icons and geoinfo.db is still missing ;-) Joerg On Monday 10 August 2009, Bogdan Cristea wrote: > Hi > I have successfully installed gpsdrive compiled from sources on openSUSE > 11.1. However, when I try to run, I get the following errors: > > ERROR: Unknown Config Parameter 'showstreetmaps=1' > ERROR: Unknown Config Parameter 'usedgps=0' > ERROR: Unknown Config Parameter 'satposmode=0' > ERROR: Unknown Config Parameter 'printoutsats=0' > ERROR: Unknown Config Parameter 'lastnotebook=0' > ERROR: Unknown Config Parameter 'dbhostname=localhost' > ERROR: Unknown Config Parameter 'dbname=geoinfo' > ERROR: Unknown Config Parameter 'dbuser=gast' > ERROR: Unknown Config Parameter 'dbpass=gast' > ERROR: Unknown Config Parameter 'dbtable=poi' > ERROR: Unknown Config Parameter 'dbusedist=1' > ERROR: Unknown Config Parameter 'earthmate=0' > ERROR: Unknown Config Parameter 'showssid=1' > ERROR: Unknown Config Parameter 'draw_poilabel=0' > Connection to Speech Dispatcher established. > Can't connect to gps daemon on 127.0.0.1:2947, disabling GPS support! > DB: Error while opening /usr/local/share/icons/map-icons/geoinfo.db: unable > to open database file > > Could someone explain how these errors can be solved ? How the file > geoinfo.db can be generated ? Right now this file does not seem to exist in > my filesystem. > > thanks _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7> you can find the File in the openstreetmap-icons*.deb Debian
> Packages. Maybe there is a way to convert debian to rpm packages. Yep, that would be called Alien http://www.howtoforge.com/converting_rpm_to_deb_with_alien _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7> > you can find the File in the openstreetmap-icons*.deb Debian
> > Packages. Maybe there is a way to convert debian to > > rpm packages. > > Yep, that would be called Alien > > http://www.howtoforge.com/converting_rpm_to_deb_with_alien I'm a bit confused here, why not just install/build from the tarball? the icons sets aren't complicated software with lots of dependencies. Hamish _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7On Wednesday 12 August 2009, Kevin Brown wrote:
> > you can find the File in the openstreetmap-icons*.deb Debian > > Packages. Maybe there is a way to convert debian to rpm packages. > > Yep, that would be called Alien > > http://www.howtoforge.com/converting_rpm_to_deb_with_alien I knew this one; but we'd need the other weay around. - Joerg _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7On Wednesday 12 August 2009, Hamish wrote:
> > > you can find the File in the openstreetmap-icons*.deb Debian > > > Packages. Maybe there is a way to convert debian to > > > rpm packages. > > > > Yep, that would be called Alien > > > > http://www.howtoforge.com/converting_rpm_to_deb_with_alien > > I'm a bit confused here, why not just install/build from the tarball? > the icons sets aren't complicated software with lots of dependencies. The icon sets are compiled. The scripts are filling up the icons structure from the different sources. So you'd only have a small part of the iconf if you simply install the icons from the tar ball. The other thing which is generated inside the debian archife is the corresponding geoinfo.db. What you sure can do; take the debian packlage unpack it to / and all you need should be in place. But what I can do (already started with it some time ago) ; I can create a tar out ouf the debian install directory. With this tar File you should have all you need to work propperly. - Joerg _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7Hamish:
> > I'm a bit confused here, why not just install/build from the tarball? > > the icons sets aren't complicated software with lots of dependencies. Joerg: > The icon sets are compiled. The scripts are filling up the icons > structure from the different sources. So you'd only have a small > part of the iconf if you simply install the icons from the tar ball. > The other thing which is generated inside the debian archife is the > corresponding geoinfo.db. ok, what I was talking about was this .tar.gz from the SourceForge download site: https://sourceforge.net/projects/gpsdrive/files/additional%20data/minimal%20icon%20set/openstreetmap-map-icons-minimal.tar.gz/download it just has the "minimal" icon set and the geoinfo.db index file. > What you sure can do; take the debian packlage unpack it to > / and all you need should be in place. (howto) download from http://gpsdrive.de/debian/pool/lenny/ e.g. these: http://gpsdrive.de/debian/pool/lenny/openstreetmap-map-icons_16908_all.deb http://gpsdrive.de/debian/pool/lenny/openstreetmap-map-icons-classic.small_16908_all.deb (pssst- edit apache settings so long filenames are not cut short... : apache2.conf "IndexOptions NameWidth=*") move .deb to an empty dir then uncompress it with "ar x filename.deb" followed by "tar xzf data.tar.gz" > But what I can do (already started with it some time ago) ; > I can create a tar out ouf the debian install directory. With this > tar File you should have all you need to work propperly. sounds good. Hamish _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
|
|
Re: Installing from sources gpsdrive 2.10pre7Joerg Ostertag wrote:
> On Wednesday 12 August 2009, Kevin Brown wrote: >>> you can find the File in the openstreetmap-icons*.deb Debian >>> Packages. Maybe there is a way to convert debian to rpm packages. >> Yep, that would be called Alien >> >> http://www.howtoforge.com/converting_rpm_to_deb_with_alien > > I knew this one; but we'd need the other weay around. It does both ways. That just happens to be the directions for rpm to deb. _______________________________________________ GPSdrive mailing list GPSdrive@... http://lists.gpsdrivers.org/mailman/listinfo/gpsdrive |
| Free embeddable forum powered by Nabble | Forum Help |