[Xastir] A few bugs under Gentoo

2023-02-18 Thread David Flood
Hello All,

I revisited my home Xastir setup today and after a PULL (and nuking the
source dir and doing a new CLONE) the following errors show up during
./bootstrap:

5) Removing autom4te.cache directory...
4) Running aclocal...
3) Running autoheader...
2) Running autoconf...
configure.ac:292: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:292: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:292: the top level
configure.ac:306: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:306: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:306: the top level
configure.ac:308: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:308: You should run autoupdate.
./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
configure.ac:308: the top level
configure.ac:329: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:329: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
acinclude.m4:562: AC_CHECK_GMTOFF is expanded from...
configure.ac:329: the top level
configure.ac:584: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:584: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
acinclude.m4:1030: XASTIR_BERKELEY_DB_CHK is expanded from...
configure.ac:584: the top level
1) Running automake...
configure.ac:53: installing './compile'
configure.ac:45: installing './config.guess'
configure.ac:45: installing './config.sub'
configure.ac:34: installing './install-sh'
configure.ac:34: installing './missing'
callpass/Makefile.am: installing './depcomp'
Bootstrap complete.

autoconf --version
autoconf (GNU Autoconf) 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
,

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

If I run AUTOUPDTE as requested here's the output:

configure.ac:292: warning: The preprocessor macro `STDC_HEADERS' is
obsolete.
  Except in unusual embedded environments, you can safely include all
  ISO C90 headers unconditionally.
configure.ac:306: warning: Update your code to rely only on HAVE_SYS_TIME_H,
then remove this warning and the obsolete code below it.
All current systems provide time.h; it need not be checked for.
Not all systems provide sys/time.h, but those that do, all allow
you to include it and time.h simultaneously.
configure.ac:308: warning: your code may safely assume C89 semantics that
RETSIGTYPE is void.
Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.

The good news is that ./configure works fine and gets the options I need.I
think.  Because when I fire it up on a 64-bit VM the "move map
up/down/left/right" buttons are greyed out.  Everything else seems to work
but those buttons aren't.  Those buttons are functional on a "matching"
32-bit VM.  The only difference (besides the bit count) is that the 32-bit
doesn't see db.h but I'll fix that eventually.

The Help/About screen won't let me copy/paste but here's the highlights:

V2.1.9
Libraries:  GraphicsMagik libProj GeoTiff ShapeLib PCRE map_caching libcurl

The Motif is reporting as 2.3.8

And yes, I have done a full world update of the Gentoo up to today on both
bit VM's.

What other info would help?

Dave
KD7MYC

___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] WX-Radar

2022-11-06 Thread David Flood
Hello Udo,

It appears that nobody has scrounged up sufficient programming time to
address the issue since your question in April of last year.

http://xastir.org/pipermail/xastir/2021-April/025574.html

Dave
KD7MYC

-Original Message-
From: Xastir On Behalf Of Udo Visintini
Sent: Sunday, November 6, 2022 08:06
To: xastir@lists.xastir.org
Subject: [Xastir] WX-Radar

I know the Government changed the way displaying the radar overlay maps. 
I loved how the overlay maps worked before. I guess this was so called RIDGE
maps. I found RIDGE 1 maps, but can't import, or convert so it will work
with xastir.

Sorry, I'm not a Linux expert, can hardly handle the basics of Linux.

I hope there is somebody out there to make this awesome program, great,
again.

Any help is appreciated, thanks

73 de kf4kul



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] WX-Radar

2021-04-27 Thread David Flood
Hello Udo,

The NWS stopped producing easily processable/usable data and instead switched 
to complicated data files.  If someone has some ATUs and wants to figure out 
how to parse the data it might be loadable into Xastir.  But since the data is 
changing/updated on a regular basis you'd have to write an entirely separate 
program that fetches the new data on a schedule and then "serves" it up to 
Xastir.

Here's the current data collection:

https://opengeo.ncep.noaa.gov/geoserver/www/index.html

I suppose, if someone had the programming skills and a spare server or two they 
could light up a Weather Server that does the processing but you still would 
then need to figure out how to modify Xastir to work with that server.  And as 
soon as it all was working the NWS would change everything once again.

Dave
KD7MYC


-Original Message-
From: Xastir On Behalf Of Udo Visintini
Sent: Tuesday, April 27, 2021 1:48 PM
To: Xastir@lists.xastir.org
Subject: [Xastir] WX-Radar

Hi,

I used for years the RIDGE Radar files created by K1KWD

I know the weather service has changed the layout and the URL

I there anybody who know a new URL, or a way to get those radar overlay files, 
so it can be used by xastir's  mapping system.

Thanks and 73 de kf4kul


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] OSX 10.15.7 Macports: configure: error: **** MOTIF LIBRARIES NOT FOUND ****

2021-01-31 Thread David Flood
I haven't had to look at the log for awhile so things might have changed but
you might start the search by looking for something like "checking for
Motif" or "checking for libxm.a".  The lines between that and the next
"checking for" would be what is needed.

D. Flood
KD7MYC

-Original Message-
From: Xastir On Behalf Of Tom Russo

Not nearly enough.  Probably need 10-20 more lines before this.  What you
want to see is *what* the error generated was, not the program that caused
it.


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Radar

2021-01-02 Thread David Flood
Ok Folks...first of all I apologize for not seeing that the status was from 
2019..but anyway.

I may have found something that the image and XML savvy folks can do something 
with.

https://opengeo.ncep.noaa.gov/geoserver/www/index.html

To quote: Our GeoServer and GeoWebCache applications follow the Open Geospatial 
Consortium (OGC) Standards. We are providing our services in a Web Feature 
Service (WFS) and/or Web Map Service (WMS). Below is a list of current layers 
available from our GeoServer/GeoWebCache along with a link of the corresponding 
WFS and/or WMS GetCapabilities document to get you started. Please visit this 
site often to see updates to services provided.

Dave
KD7MYC


-Original Message-
From: David Flood 
Sent: Friday, January 1, 2021 7:58 PM
To: 'Xastir - APRS client software discussion' 
Cc: 'kf4...@gmail.com' 
Subject: RE: [Xastir] Radar

Hello All,

Here's a summary of where Radar was last April.  I doubt that the NWS has made 
it any easier or simpler to use their information since then.

Dave
KD7MYC

-Original Message-
From: David Flood 
Sent: Saturday, April 27, 2019 8:34 AM
To: 'Xastir - APRS client software discussion' 
Subject: RE: [Xastir] Radar

William,

I've been giving this some thought since you sent this.

You are correct that the included Maps link for Xastir radar are broken.  
During the last few redesigns of the NWS websites and available datasets the 
data needed to work with Xastir became unobtainium.

That being said, it is nice that some sort of information (note I didn't say 
data) is being provided once again.  However, there doesn't appear to be an 
easy way to use the files from the link you provided since they don't have any 
coordinates associated with them.  They're just pictures of the current radar 
returns.  So, download methods aside, someone would have to view each and every 
one and figure out the approximate zoom factor that matches up with the GIF and 
then do the programming to only display the GIF when you're near that zoom 
factor.

Assuming that someone did that, then there's the question of downloading the 
pictures.  Since they're constantly changing, there probably would have to be a 
completely different program written that gives the user the list of available 
radar choices and then every X minutes retrieves the appropriate choices to 
someplace local where Xastir can then read it.  Sort of a local WX Image 
Server...

So, until someone finds the ATU's to do all of the above or the NWS starts 
providing the actual data behind the pictures, there doesn't appear to be an 
easy way to get semi-live radar displays back in Xastir.  Or at least that's my 
take from the Peanut Gallery...

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of William 
McKeehan
Sent: Monday, April 22, 2019 20:15
To: xastir@lists.xastir.org
Subject: [Xastir] Radar

I would like to get Radar image overlays working in Xastir again...it's been a 
long time since I last had it working.

It seems that the overlays are available 
https://www.weather.gov/jetstream/ridge_download

How should I configure these as maps in Xastir to be used?

BTW, the links to radar maps here https://xastir.org/index.php/Xastir_Maps 
appear to be broken.

Thanks for pointers!



Scanned by McAfee and confirmed virus-free. 
Find out more here: https://bit.ly/2zCJMrO

___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Radar

2021-01-01 Thread David Flood
Hello All,

Here's a summary of where Radar was last April.  I doubt that the NWS has made 
it any easier or simpler to use their information since then.

Dave
KD7MYC

-Original Message-
From: David Flood 
Sent: Saturday, April 27, 2019 8:34 AM
To: 'Xastir - APRS client software discussion' 
Subject: RE: [Xastir] Radar

William,

I've been giving this some thought since you sent this.

You are correct that the included Maps link for Xastir radar are broken.  
During the last few redesigns of the NWS websites and available datasets the 
data needed to work with Xastir became unobtainium.

That being said, it is nice that some sort of information (note I didn't say 
data) is being provided once again.  However, there doesn't appear to be an 
easy way to use the files from the link you provided since they don't have any 
coordinates associated with them.  They're just pictures of the current radar 
returns.  So, download methods aside, someone would have to view each and every 
one and figure out the approximate zoom factor that matches up with the GIF and 
then do the programming to only display the GIF when you're near that zoom 
factor.

Assuming that someone did that, then there's the question of downloading the 
pictures.  Since they're constantly changing, there probably would have to be a 
completely different program written that gives the user the list of available 
radar choices and then every X minutes retrieves the appropriate choices to 
someplace local where Xastir can then read it.  Sort of a local WX Image 
Server...

So, until someone finds the ATU's to do all of the above or the NWS starts 
providing the actual data behind the pictures, there doesn't appear to be an 
easy way to get semi-live radar displays back in Xastir.  Or at least that's my 
take from the Peanut Gallery...

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of William 
McKeehan
Sent: Monday, April 22, 2019 20:15
To: xastir@lists.xastir.org
Subject: [Xastir] Radar

I would like to get Radar image overlays working in Xastir again...it's been a 
long time since I last had it working.

It seems that the overlays are available 
https://www.weather.gov/jetstream/ridge_download

How should I configure these as maps in Xastir to be used?

BTW, the links to radar maps here https://xastir.org/index.php/Xastir_Maps 
appear to be broken.

Thanks for pointers!



Scanned by McAfee and confirmed virus-free. 
Find out more here: https://bit.ly/2zCJMrO

___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Did the NWS pull a fast one - Shapefile data

2019-12-21 Thread David Flood
Thank you Curt and Tom.  Now I can watch the screen light up with all the
"pretty colors"..GRIN

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Curt
Mills
Sent: Saturday, December 21, 2019 16:35
To: km5vy Tom Russo; Xastir - APRS client software discussion; Xastir - APRS
client software discussion
Subject: Re: [Xastir] Did the NWS pull a fast one - Shapefile data

Done.


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] Did the NWS pull a fast one - Shapefile data

2019-12-21 Thread David Flood
I think that despite the filename being the same, the NWS pulled a fast one
and silently updated the z_10oc19.dbf file.

I did a git pull today and it pulled in a new get-NWSDATA script so I went
ahead and ran it after a full compile.  It's reporting that there isn't a
dbfawk signature match for that NWS file.

I took a look at the Wiki but I can't tell which file(s) in the dbfwak
database are used for the z_ files so I'm having trouble rolling my own.

Dave
KD7MYC



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Archaic default map

2019-07-28 Thread David Flood
I'll take whatever high contrast, non-detailed map I can get since weather
warnings and such are easier to decern on a simple background.

The online sources for maps are good if I want to zoom in on something but
when looking at the entire US (or more), a simple map is better.

Dave
KD7MYC


-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Tom Russo
Sent: Sunday, July 28, 2019 18:15
To: xas...@xastir.org
Subject: [Xastir] Archaic default map

We got a github issue today from someone outside the US who points out that
our default map, the ancient APRSDOS format "worldhi.map," is embarrassingly
obsolete, showing countries that haven't existed in decades (like, say,
the USSR, Yugoslavia, the German Democratic Republic (East Germany)...).




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Launch fail after git pull / OSX 10.13.6

2019-07-04 Thread David Flood
Hello Cyril,

What's the final report from the configure script that says which Magick it's 
trying to link/run against?

Also, it looks like you need to update your ports a little since you have a 
significant mismatch on the Berkley DB files.

Thanks,

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of F1MHV
Sent: Wednesday, July 03, 2019 22:34

Good morning group,

Xastir fail to launch after git pull update on OSX 10.13.6/Macports 2.5.4,



Then xastir command:

"* WARNING *
Berkeley DB header files/shared library file do NOT match!
Disabling use of the map cache.
Header file: Berkeley DB 6.0.30: (January 23, 2014)
Library file: Berkeley DB 4.8.30: (April  9, 2010)
* WARNING *


Built-in map types:
gnis   USGS GNIS Datapoints
 pop   USGS GNIS Datapoints w/population
 map   APRSdos Maps
 map   WinAPRS/MacAPRS/X-APRS Maps

Support for these additional map types has been compiled in:
 geo   Image Map (ImageMagick/GraphicsMagick library, many formats 
allowed)
 geo   URL (Internet maps via libcurl library)
 geo   URL (OpenStreetMaps via libcurl library
Copyright OpenStreetMap and contributors, CC-BY-SA)
 shp   ESRI Shapefile Maps (Shapelib library)
 xpm   X Pixmap Maps (XPM library)
Indexing maps...
Finished indexing maps
*** Reading WX Alert log files
*** Done with WX Alert log files
convert_from_xastir_coordinates:X out-of-range (too high):129974210
Magick: abort due to signal 6 (SIGABRT) "Abort"...
Abort trap: 6?

Any ideas/hints?


73 de Cyril - DF1CHB/AM - F1MHV/M



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] GraphicsMagick include issue on Gentoo

2019-06-30 Thread David Flood
99% of the time I just use the world map since it gives the most contrast
and doesn't hide weather alerts.  The other 1% I use the tiled_mapnik OSM
maps.

So I probably won't be the one testing the function too much.

Dave
KD7MYC

-Original Message-
From: Tom Russo [mailto:ru...@bogodyn.org]
Sent: Sunday, June 30, 2019 19:48

On Sun, Jun 30, 2019 at 07:25:31PM -0700, we recorded a bogon-computron
collision of the  flavor, containing:
> And I confirm that a git pull will now compile.  Have no idea how to test
> the updated function but it compiles and runs.

Just make sure that if you use any non-OSM ".geo" maps, that you don't
observe
extreme memory bloat by repeatedly loading maps.  I believe that there is
zero probability of that due to the way that the image objects are
destroyed,
but memory cleanup was why this hack was put in, and it was just unnecessary
and wrong.

> -Original Message-
> From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Tom
Russo
> Sent: Sunday, June 30, 2019 18:22
>
> Fixed in commit 7b6ecce5.
>
> 
>
>


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] GraphicsMagick include issue on Gentoo

2019-06-30 Thread David Flood
And I confirm that a git pull will now compile.  Have no idea how to test
the updated function but it compiles and runs.

KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Tom Russo
Sent: Sunday, June 30, 2019 18:22
To: Xastir - APRS client software discussion
Subject: Re: [Xastir] GraphicsMagick include issue on Gentoo

Fixed in commit 7b6ecce5.





___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir-dev] GraphicsMagick include issue on Gentoo

2019-06-30 Thread David Flood
Hello All,

I just did a git pull, bootstrap, configure, make clean, and make on my 32
bit Gentoo VM (and my 64 bit VM so not byte size dependent). and now my
compiles fail with:

  CC   map_geo.o
In file included from /usr/include/GraphicsMagick/magick/analyze.h:18,
 from /usr/include/GraphicsMagick/magick/api.h:55,
 from map_geo.c:137:
/usr/include/GraphicsMagick/magick/image.h:1108:10: fatal error:
magick/image-private.h: No such file or directory
 #include "magick/image-private.h"
  ^~~~
compilation terminated.
make[3]: *** [Makefile:634: map_geo.o] Error 1
make[3]: Leaving directory '/home/dflood/src/Xastir/src'
make[2]: *** [Makefile:656: all-recursive] Error 1
make[2]: Leaving directory '/home/dflood/src/Xastir/src'
make[1]: *** [Makefile:744: all-recursive] Error 1
make[1]: Leaving directory '/home/dflood/src/Xastir'
make: *** [Makefile:426: all] Error 2

Here's what ./configure tells me:

xastir 2.1.3 has been configured to use the following
options and external libraries:

MINIMUM OPTIONS:
  ShapeLib (Vector maps)  : yes

RECOMMENDED OPTIONS:
  Xpm / Snapshots ... : yes
  GraphicsMagick/ImageMagick (Raster maps) .. : yes (GraphicsMagick)
  pcre (Shapefile customization)  : yes
  dbfawk (Shapefile customization) .. : yes
  Berkeley DB map caching-Raster map speedups : yes
  internet map retrieval  : yes (libcurl)

FOR THE ADVENTUROUS:
  AX25 (Linux Kernel I/O Drivers) ... : no
  libproj (USGS Topos & Aerial Photos) .. : yes
  GeoTiff (USGS Topos & Aerial Photos) .. : yes
  Festival (Text-to-speech) . : no
  GPSMan/gpsmanshp (GPS downloads) .. : no

xastir will be installed in /usr/local/bin.

Here's my output of gm -version

GraphicsMagick 1.3.32 2019-06-15 Q8 http://www.GraphicsMagick.org/
Copyright (C) 2002-2019 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.

Feature Support:
  Native Thread Safe   no
  Large Files (> 32 bit)   yes
  Large Memory (> 32 bit)  no
  BZIP yes
  DPS  no
  FlashPix no
  FreeType yes
  Ghostscript (Library)no
  JBIG no
  JPEG-2000no
  JPEG yes
  Little CMS   yes
  Loadable Modules no
  Solaris mtmalloc no
  OpenMP   yes (201511 "4.5")
  PNG  yes
  TIFF yes
  TRIO no
  Solaris umem no
  WebP no
  WMF  no
  X11  yes
  XML  yes
  ZLIB yes

Host type: i686-pc-linux-gnu

Configured using the command:
  ./configure  '--prefix=/usr' '--build=i686-pc-linux-gnu'
'--host=i686-pc-linux-gnu' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--disable-dependency-tracking'
'--disable-silent-rules' '--docdir=/usr/share/doc/graphicsmagick-1.3.32'
'--htmldir=/usr/share/doc/graphicsmagick-1.3.32/html' '--with-sysroot=/'
'--libdir=/usr/lib' '--enable-openmp' '--enable-largefile' '--enable-shared'
'--disable-static' '--disable-prof' '--disable-gcov'
'--disable-magick-compat' '--without-threads' '--without-modules'
'--with-quantum-depth=8' '--without-frozenpaths' '--with-magick-plus-plus'
'--with-perl' '--with-perl-options=INSTALLDIRS=vendor' '--with-bzlib'
'--without-dps' '--without-fpx' '--without-jbig' '--without-webp'
'--with-jpeg' '--without-jp2' '--with-lcms2' '--without-lzma' '--with-png'
'--with-tiff' '--with-ttf' '--without-wmf'
'--with-fontpath=/usr/share/fonts'
'--with-gs-font-dir=/usr/share/fonts/urw-fonts'
'--with-windows-font-dir=/usr/

Final Build Parameters:
  CC   = i686-pc-linux-gnu-gcc
  CFLAGS   = -fopenmp -O2 -march=i686 -pipe -Wall
  CPPFLAGS = -I/usr/include/freetype2 -I/usr/include/libxml2
  CXX  = i686-pc-linux-gnu-g++
  CXXFLAGS = -O2 -march=i686 -pipe
  LDFLAGS  = -Wl,-O1 -Wl,--as-needed
  LIBS = -llcms2 -ltiff -lfreetype -ljpeg -lpng16 -lXext -lSM -lICE
-lX11 -lbz2 -lxml2 -lz -lm

I did find a ref to this error and Xastir in one of the Debian email lists
from March...

http://debian.2.n7.nabble.com/Re-Bug-924329-xastir-FTBFS-magick-image-privat
e-h-No-such-file-or-directory-td4492878.html

David Flood
KD7MYC




___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


[Xastir] GraphicsMagick include issue on Gentoo

2019-06-30 Thread David Flood
Hello All,

I just did a git pull, bootstrap, configure, make clean, and make on my 32
bit Gentoo VM (and my 64 bit VM so not byte size dependent). and now my
compiles fail with:

  CC   map_geo.o
In file included from /usr/include/GraphicsMagick/magick/analyze.h:18,
 from /usr/include/GraphicsMagick/magick/api.h:55,
 from map_geo.c:137:
/usr/include/GraphicsMagick/magick/image.h:1108:10: fatal error:
magick/image-private.h: No such file or directory
 #include "magick/image-private.h"
  ^~~~
compilation terminated.
make[3]: *** [Makefile:634: map_geo.o] Error 1
make[3]: Leaving directory '/home/dflood/src/Xastir/src'
make[2]: *** [Makefile:656: all-recursive] Error 1
make[2]: Leaving directory '/home/dflood/src/Xastir/src'
make[1]: *** [Makefile:744: all-recursive] Error 1
make[1]: Leaving directory '/home/dflood/src/Xastir'
make: *** [Makefile:426: all] Error 2

Here's what ./configure tells me:

xastir 2.1.3 has been configured to use the following
options and external libraries:

MINIMUM OPTIONS:
  ShapeLib (Vector maps)  : yes

RECOMMENDED OPTIONS:
  Xpm / Snapshots ... : yes
  GraphicsMagick/ImageMagick (Raster maps) .. : yes (GraphicsMagick)
  pcre (Shapefile customization)  : yes
  dbfawk (Shapefile customization) .. : yes
  Berkeley DB map caching-Raster map speedups : yes
  internet map retrieval  : yes (libcurl)

FOR THE ADVENTUROUS:
  AX25 (Linux Kernel I/O Drivers) ... : no
  libproj (USGS Topos & Aerial Photos) .. : yes
  GeoTiff (USGS Topos & Aerial Photos) .. : yes
  Festival (Text-to-speech) . : no
  GPSMan/gpsmanshp (GPS downloads) .. : no

xastir will be installed in /usr/local/bin.

Here's my output of gm -version

GraphicsMagick 1.3.32 2019-06-15 Q8 http://www.GraphicsMagick.org/
Copyright (C) 2002-2019 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.

Feature Support:
  Native Thread Safe   no
  Large Files (> 32 bit)   yes
  Large Memory (> 32 bit)  no
  BZIP yes
  DPS  no
  FlashPix no
  FreeType yes
  Ghostscript (Library)no
  JBIG no
  JPEG-2000no
  JPEG yes
  Little CMS   yes
  Loadable Modules no
  Solaris mtmalloc no
  OpenMP   yes (201511 "4.5")
  PNG  yes
  TIFF yes
  TRIO no
  Solaris umem no
  WebP no
  WMF  no
  X11  yes
  XML  yes
  ZLIB yes

Host type: i686-pc-linux-gnu

Configured using the command:
  ./configure  '--prefix=/usr' '--build=i686-pc-linux-gnu'
'--host=i686-pc-linux-gnu' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--disable-dependency-tracking'
'--disable-silent-rules' '--docdir=/usr/share/doc/graphicsmagick-1.3.32'
'--htmldir=/usr/share/doc/graphicsmagick-1.3.32/html' '--with-sysroot=/'
'--libdir=/usr/lib' '--enable-openmp' '--enable-largefile' '--enable-shared'
'--disable-static' '--disable-prof' '--disable-gcov'
'--disable-magick-compat' '--without-threads' '--without-modules'
'--with-quantum-depth=8' '--without-frozenpaths' '--with-magick-plus-plus'
'--with-perl' '--with-perl-options=INSTALLDIRS=vendor' '--with-bzlib'
'--without-dps' '--without-fpx' '--without-jbig' '--without-webp'
'--with-jpeg' '--without-jp2' '--with-lcms2' '--without-lzma' '--with-png'
'--with-tiff' '--with-ttf' '--without-wmf'
'--with-fontpath=/usr/share/fonts'
'--with-gs-font-dir=/usr/share/fonts/urw-fonts'
'--with-windows-font-dir=/usr/

Final Build Parameters:
  CC   = i686-pc-linux-gnu-gcc
  CFLAGS   = -fopenmp -O2 -march=i686 -pipe -Wall
  CPPFLAGS = -I/usr/include/freetype2 -I/usr/include/libxml2
  CXX  = i686-pc-linux-gnu-g++
  CXXFLAGS = -O2 -march=i686 -pipe
  LDFLAGS  = -Wl,-O1 -Wl,--as-needed
  LIBS = -llcms2 -ltiff -lfreetype -ljpeg -lpng16 -lXext -lSM -lICE
-lX11 -lbz2 -lxml2 -lz -lm

I did find a ref to this error and Xastir in one of the Debian email lists
from March...

http://debian.2.n7.nabble.com/Re-Bug-924329-xastir-FTBFS-magick-image-privat
e-h-No-such-file-or-directory-td4492878.html

David Flood
KD7MYC




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Code reformatted to new coding standard

2019-06-10 Thread David Flood
First thing I thought when I read the subject:  "The directors of the firm
hired to continue the credits after the other people had been sacked, wish
it to be known that they have just been sacked. The credits have been
completed in an entirely different style at great expense and at the last
minute."

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Curt
Mills
Sent: Monday, June 10, 2019 09:42

The Xastir code has been completely reformatted to the new coding
standard we voted on.


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Vehicle Android Computer

2019-06-08 Thread David Flood
Hello Ed,

I don't think that anyone has packaged and submitted Xastir to the Google
App Store.

The only Android APRS app I'm aware of is APRSDroid.  I use it in Internet
mode on my phone occasionally but don't know if it will connect to a radio
or not.

As for replacing the OS on your vehicle computer, you'd have to see if there
are any customer forums that discuss customizing your make/model of vehicle.
And especially if the OS is doing special things in the background that a
replacement OS might not know about.

Your best bet might be to see if you can leave your vehicle computer alone
and just connect a second video source to the screen.  Then you can use a
laptop or Raspberry Pi to run an open OS and Xastir as well as have physical
connections to a radio.

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Ed Bloom
Sent: Thursday, June 06, 2019 04:11

How do I get Xastir installed on a vehicle computer running Android and then
link my FTM-400 to the system so that the APRS is displayed on the screen?

Or are there Linix based vehicle systems that can be installed to replace
the factory Android version?

KD9FRQ


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir-dev] Heads-up: Festival replacement may need to be found

2019-05-12 Thread David Flood
Gentoo has dropped support for installing Festival due to the time since the
last code update/release and the lack of an active package maintainer.  It's
possible that other distros may follow making Festival a manual install if
you want to use it with Xastir.

D. Flood
KD7MYC



___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir] Radar

2019-04-27 Thread David Flood
William,

I've been giving this some thought since you sent this.

You are correct that the included Maps link for Xastir radar are broken. 
During the last few redesigns of the NWS websites and available datasets the 
data needed to work with Xastir became unobtainium.

That being said, it is nice that some sort of information (note I didn't say 
data) is being provided once again.  However, there doesn't appear to be an 
easy way to use the files from the link you provided since they don't have any 
coordinates associated with them.  They're just pictures of the current radar 
returns.  So, download methods aside, someone would have to view each and 
every one and figure out the approximate zoom factor that matches up with the 
GIF and then do the programming to only display the GIF when you're near that 
zoom factor.

Assuming that someone did that, then there's the question of downloading the 
pictures.  Since they're constantly changing, there probably would have to be 
a completely different program written that gives the user the list of 
available radar choices and then every X minutes retrieves the appropriate 
choices to someplace local where Xastir can then read it.  Sort of a local WX 
Image Server...

So, until someone finds the ATU's to do all of the above or the NWS starts 
providing the actual data behind the pictures, there doesn't appear to be an 
easy way to get semi-live radar displays back in Xastir.  Or at least that's 
my take from the Peanut Gallery...

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of William 
McKeehan
Sent: Monday, April 22, 2019 20:15
To: xastir@lists.xastir.org
Subject: [Xastir] Radar

I would like to get Radar image overlays working in Xastir again...it's been a 
long time since I last had it working.

It seems that the overlays are 
available?https://www.weather.gov/jetstream/ridge_download

How should I configure these as maps in Xastir to be used?

BTW, the links to radar maps here?https://xastir.org/index.php/Xastir_Maps 
appear to be broken.

Thanks for pointers!



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] RESOLVED: IPV6 connections to firenet aren't working again this AM

2019-04-06 Thread David Flood
It was some negative interaction between VMWare Player and Comcast IPV6.

A reboot of the VM eliminated the issue.

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Tom Russo
Sent: Saturday, April 06, 2019 09:59

I do not believe this should be related to the merge of the download manager


On Sat, Apr 06, 2019 at 09:11:56AM -0700, we recorded a bogon-computron
collision of the  flavor, containing:
> I'm not sure if this is the transient condition that sometimes shows up or
> if it's the latest code that I pulled with "git pull".



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Font errors continue

2019-02-10 Thread David Flood
Ok, I got Devuan up and running in VMWare Player and I think I know the 
missing font file.

Try installing this font collection and see if the second message goes away:

sudo apt-get install fonts-freefont-otf

I'm not going to guarantee it'll fix it but that's the only extra font I 
installed beyond the default ones and I'm not getting the second message.

Dave
KD7MYC

-Original Message-
From: David Flood [mailto:davi...@mindspring.com]
Sent: Sunday, February 10, 2019 10:11
To: 'Xastir - APRS client software discussion'
Subject: RE: [Xastir] Font errors continue

Hello Jim,

The first part of that message is, despite the fact that it happens faster 
than once a second, harmless.  The references to Character 260 are the result 
of some language support changes that were made a couple of months ago.

A temporary fix, until someone has the ATU's to track down all the offending 
code, is to launch Xastir like this:

LANG=C xastir

The command is case sensitive and tells Xastir to use a generic language set 
rather than the one the rest of your system is set to.

That still won't fix the problem with "get_rotated_label".  Those messages 
seem to indicate that not enough different fonts were loaded into your system. 
Based on your previous emails you're using a PI with Raspbian which doesn't 
install a lot of extra fonts by default.  Unfortunately I don't have a working 
Raspbian or Debian system to see which packages need to be installed to supply 
the fonts.  Perhaps I should spend some iced-in time to that 
project...hummm

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jim 
Darrough
Sent: Sunday, February 10, 2019 08:35

I now get these errors:

"Warning:
 ??? Name: create_appshell text_output2
 ??? Class: XmTextField
 ??? Character '\260' not supported in font.? Discarded.

get_rotated_label_text_height_pixels: Couldn't get font
-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Font errors continue

2019-02-10 Thread David Flood
Hello Jim,

The first part of that message is, despite the fact that it happens faster 
than once a second, harmless.  The references to Character 260 are the result 
of some language support changes that were made a couple of months ago.

A temporary fix, until someone has the ATU's to track down all the offending 
code, is to launch Xastir like this:

LANG=C xastir

The command is case sensitive and tells Xastir to use a generic language set 
rather than the one the rest of your system is set to.

That still won't fix the problem with "get_rotated_label".  Those messages 
seem to indicate that not enough different fonts were loaded into your system. 
Based on your previous emails you're using a PI with Raspbian which doesn't 
install a lot of extra fonts by default.  Unfortunately I don't have a working 
Raspbian or Debian system to see which packages need to be installed to supply 
the fonts.  Perhaps I should spend some iced-in time to that 
project...hummm

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jim 
Darrough
Sent: Sunday, February 10, 2019 08:35

I now get these errors:

"Warning:
 ??? Name: create_appshell text_output2
 ??? Class: XmTextField
 ??? Character '\260' not supported in font.? Discarded.

get_rotated_label_text_height_pixels: Couldn't get font
-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] Heads-up if you're looking for a Peet weather station that lists APRS in the compatible chart...

2018-11-22 Thread David Flood
HRO has a few 100's and 800's on close-out (a few $$ off).

Dave
KD7MYC



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] constant warnings in term after update and ipv6 (updated) isn't broke

2018-11-14 Thread David Flood
IPV6 is once again working for firenet so it must have been a temporary
fluke..

Now the only issue is that lovely repeating character message.  And I can
confirm that doing a

LANG="" xastir

Does not produce the error message...


-Original Message-----
From: David Flood [mailto:davi...@mindspring.com]
Sent: Wednesday, November 14, 2018 08:46
To: 'Xastir - APRS client software discussion'
Subject: RE: [Xastir] constant warnings in term after update and ipv6 might
be partially broken again

IPV6 worked for rotate.aprs2.net but not firenet.aprs2.net...so it might
have been something about IPV6 and the firenet pool of addresses...or it
might be related to the interface order patches announced yesterday...I'll
try the old version again and then git pull to update and try again.

I have a real world interruption this AM but should have some ATUs this
afternoon to try things again.  And if I only try to fire up the firenet
interface then any error message shouldn't scroll off since I won't be
getting the character error with each new station received since a failed
connection doesn't receive any data.

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jason
Godfrey
Sent: Wednesday, November 14, 2018 08:11

Are you still having IPv6 issues? Was it not connecting at all if you have
IPv6 enabled?

- Jason

On Sun, Nov 11, 2018 at 9:24 AM David Flood  wrote:

> I also tried LOCALE="C"...same errors...
>
> My locale is set to en_US.utf8



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] constant warnings in term after update and ipv6 might be partially broken again

2018-11-14 Thread David Flood
IPV6 worked for rotate.aprs2.net but not firenet.aprs2.net...so it might
have been something about IPV6 and the firenet pool of addresses...or it
might be related to the interface order patches announced yesterday...I'll
try the old version again and then git pull to update and try again.

I have a real world interruption this AM but should have some ATUs this
afternoon to try things again.  And if I only try to fire up the firenet
interface then any error message shouldn't scroll off since I won't be
getting the character error with each new station received since a failed
connection doesn't receive any data.

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jason
Godfrey
Sent: Wednesday, November 14, 2018 08:11

Are you still having IPv6 issues? Was it not connecting at all if you have
IPv6 enabled?

- Jason

On Sun, Nov 11, 2018 at 9:24 AM David Flood  wrote:

> I also tried LOCALE="C"...same errors...
>
> My locale is set to en_US.utf8



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] constant warnings in term after update and ipv6 might be partially broken again

2018-11-11 Thread David Flood
I also tried LOCALE="C"...same errors...

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of David
Flood
Sent: Sunday, November 11, 2018 07:11

My locale is set to en_US.utf8



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] constant warnings in term after update and ipv6 might be partially broken again

2018-11-11 Thread David Flood
Question Curt:  Do all language users need to do that?  I just 'git
pulled/bootstrap/compile/install' and now my terminal window is flooded
with:

Warning:
Name: create_appshell text_input2
Class: XmTextField
Charater '\260' not supported in font. Discarded

My locale is set to en_US.utf8

Also something has broken the IPV6 connection to firenet.aprs2.net (but not
rotate.aprs2.net).  If I force my VM to use just IPV4 the connection works
(oh and the character warnings continue so they're not related to
firenet...).

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Curt,
WE7U
Sent: Monday, November 05, 2018 09:11

I had one instruction wrong regarding xfontsel on the web page. Updated it.
You must quit that program to get it to pass the selected font back to
Xastir.


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Satellite maps / raster.nationalmap.gov ?

2018-10-15 Thread David Flood
The "websites down" turned out to be an in-house DNS server box that shut 
itself down due to a fault...so I'm back to using only my ISP DNS for now...

But once I did start looking around I didn't see any way to get raw data, just 
un-indexed images...with a lot of work those could be made useful but it would 
take a lot of transforms and such

I'm sure there's actual "data" available to researchers and such but not so 
much the general public...

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Gerry 
Creager - NOAA Affiliate
Sent: Monday, October 15, 2018 13:42

Is there something I need to research?



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Satellite maps / raster.nationalmap.gov ?

2018-10-12 Thread David Flood
And as soon as I started trying to investigate data sources almost all of
NOAA's sites went offline.

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of David
Flood
Sent: Friday, October 12, 2018 08:11

It might be possible to revive them...but it's probably a moving
target...not as many constant updates as the County overlays but still a
moving target...

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jason
KG4WSV
Sent: Friday, October 12, 2018 07:06

Has anyone used this source lately?  Wondering if this is a transient
problem or if i should look elsewhere.



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Satellite maps / raster.nationalmap.gov ?

2018-10-12 Thread David Flood
The satellite data hasn't been reliable for a couple of years...

The first problem was a change from http to https to access the URLs then at
least one of the providers ran out of ATUs to keep a server running and NOAA
changed the entire layout of their website.

It might be possible to revive them...but it's probably a moving
target...not as many constant updates as the County overlays but still a
moving target...

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jason
KG4WSV
Sent: Friday, October 12, 2018 07:06

Has anyone used this source lately?  Wondering if this is a transient
problem or if i should look elsewhere.



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Viewing real-time Aircraft and Ships w/Xastir

2018-09-21 Thread David Flood
Thus the reason (or probably one of them) that sendmail.cf also looks/looked
like line noise

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Tom Russo
Sent: Friday, September 21, 2018 14:14

TECO (TECO macros didn't look like programs, they looked like line noise).




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] I think someone changed something about Weather Alerts

2018-09-14 Thread David Flood
To get the lightning working again I had to change firenet to:

Firenet.aprs2.net: t/n -s/w e/WE7U-WX/AE5PL-WX p/KJ4ERJ/WG3K

So I'm getting things working better and better...

-Original Message-
From: David Flood [mailto:davi...@mindspring.com]
Sent: Friday, September 14, 2018 20:03
To: 'Xastir - APRS client software discussion'
Subject: RE: [Xastir] I think someone changed something about Weather Alerts

Ah Ha...a little progress..

Here's the filters I was using:

Rotate.aprs2.net:  m/500 -b/WINLINK
Firenet.aprs2.net: -b/WINLINK -s/w m/500 f/K4CDN-5/500 f/K4IHD/500

I got tired of over 5000 stations/objects, etc so on a lark I changed things 
to:

Rotate.aprs2.net: m/500 -b/WINLINK e/WE7U-WX/AE5PL-WX/KJ4ERJ-LS
Firenet.aprs2.net: t/n e/WE7U-WX/AE5PL-WX/KJ4ERJ-LS -s/w

And now some of the polygons (and more!) are also "filling" like I expected 
them to and Wx Alerts now has data.  So apparently the "fill-this-in" part of 
things is only on APRS-IS nowor at least since the last major storm that I 
kept an eye on over the East Coast.

And thanks for the pointer Lynn about the lighting data...I'll add that to my 
standard configs...



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] I think someone changed something about Weather Alerts

2018-09-14 Thread David Flood
Ah Ha...a little progress..

Here's the filters I was using:

Rotate.aprs2.net:  m/500 -b/WINLINK
Firenet.aprs2.net: -b/WINLINK -s/w m/500 f/K4CDN-5/500 f/K4IHD/500

I got tired of over 5000 stations/objects, etc so on a lark I changed things 
to:

Rotate.aprs2.net: m/500 -b/WINLINK e/WE7U-WX/AE5PL-WX/KJ4ERJ-LS
Firenet.aprs2.net: t/n e/WE7U-WX/AE5PL-WX/KJ4ERJ-LS -s/w

And now some of the polygons (and more!) are also "filling" like I expected 
them to and Wx Alerts now has data.  So apparently the "fill-this-in" part of 
things is only on APRS-IS nowor at least since the last major storm that I 
kept an eye on over the East Coast.

And thanks for the pointer Lynn about the lighting data...I'll add that to my 
standard configs...

Dave
KD7MYC

-Original Message-----
From: David Flood [mailto:davi...@mindspring.com]
Sent: Friday, September 14, 2018 19:22
To: 'Xastir - APRS client software discussion'
Subject: RE: [Xastir] I think someone changed something about Weather Alerts

Thanks Lynn,

That explains the Lighting Stuff...which being so transient (and somewhat rare 
around Puget Sound) explains why I haven't seen it before.  And that also 
explains why they aren't Wx Alerts...

But after several hours of running the View/Wx Alerts list is still empty but 
there are Flood Warning objects and counties/polygons...so something isn't 
matching up anymore...

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Lynn W. 
Deffenbaugh (Mr)
Sent: Friday, September 14, 2018 19:02


I inject two types of lightning objects into firenet.us from KJ4ERJ-LS.?

On 9/14/2018 9:20 PM, David Flood wrote:
>
> Any idea what's going on?



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] I think someone changed something about Weather Alerts

2018-09-14 Thread David Flood
Thanks Lynn,

That explains the Lighting Stuff...which being so transient (and somewhat rare 
around Puget Sound) explains why I haven't seen it before.  And that also 
explains why they aren't Wx Alerts...

But after several hours of running the View/Wx Alerts list is still empty but 
there are Flood Warning objects and counties/polygons...so something isn't 
matching up anymore...

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Lynn W. 
Deffenbaugh (Mr)
Sent: Friday, September 14, 2018 19:02


I inject two types of lightning objects into firenet.us from KJ4ERJ-LS.?

On 9/14/2018 9:20 PM, David Flood wrote:
>
> Any idea what's going on?



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] I think someone changed something about Weather Alerts

2018-09-14 Thread David Flood
I wasn't seeing any of the expected Wx Alerts in Xastir related to the
hurricane so I un-filtered my Firenet feed and just used the "f" filter with
a couple of South Carolina stations entered so I'm not pulling the entire
feed for world-wide...

Now I'm seeing county boundaries and irregular polygons light up due to
xmitted objects but View / Weather Alerts remains blank.

If I "Station Info" the object, it came from AE5PL-WX so I think something
got changed about the format of Weather Alerts again...

There's also another station that appears to be putting out a lighting
strike object that lights up the border of the entire grid square around the
object

Any idea what's going on?

Dave
KD7MYC



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Xastir iGate Setup

2018-09-08 Thread David Flood
Andrew,

A couple of questions:

1) In the Internet port configuration, do you have a passcode entered and is
"Allow transmitting" checked?

2) If you're using the m/distance_in_KMs filter on your Internet port
config, did you use the "move my station here" function to put your icon
sorta near where you want it?

3) Under "Interface" are any of the boxes checked (none should be).

#2 can be a real "gotcha".  If you don't have your Xastir icon where you
want it then the "mine+distance" filter won't work right.  Also note that
even if you have "use English units" selected, the m syntax is in
Kilometers.

"move my station here" can be accessed via right-clicking on the displayed
map.

Hope this helps.

Dave
KD7MYC

-Original Message-
From: Xastir [mailto:xastir-boun...@lists.xastir.org] On Behalf Of Andrew
McKay
Sent: Saturday, September 08, 2018 09:16
To: xastir@lists.xastir.org
Subject: Re: [Xastir] Xastir iGate Setup

I had logging on and nothing is showing up in an igate.log file.  I'm
seeing net.log and tnc.log fill up.




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Ok, I'll give it all another look-see over the Weekendthat is if I 
can get X-win working on my home machines again (one of the problems 
with Gentoo...sometimes something else breaks)...


David


On 1/26/2018 4:24 PM, Jason Godfrey wrote:

Sorry about the bug.

It looks like you are hitting the known bug. I've pushed a quick fix to
https://github.com/godfreja/Xastir/tree/ipv6fix you can try if you would
like. This will also fix the "IPv4 preferred over IPv6" issue that was also
reported.

Tom - while testing this fix I saw some odd interaction in error state
between multiple interfaces. I'm not sure if it is related to my IPv6
changes or not. I would like to see if I can reproduce what I saw and dig
into it over the weekend.

- Jason



___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood


alert_display_request
alert_display_request
alert_display_request

shutdown_all_active_or_defined_port: 0

Shutting down port 0
Delete Device start
Close a Network stream
Net detach
Net detach Start, port 0
net_detach():Net Close Returned 0, port 0
Net detach stop, port 0
port detach OK
Cancel threads
Port Available 0
Opening a Network stream
net_connect_thread():Net Shutdown 1 Returned -1, port 0
net_connect_thread():Net Close 1 Returned 0, port 0
Creating new thread
10
net_connect_thread start
We have a socket to use
after setsockopt
calling connect(), port: 14580
10
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
10
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
10
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
9
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
9
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
9
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
9
connect result was: 0
We have a socket to use
after setsockopt
calling connect(), port: 14580
connect result was: -1
Socket connection for interface 0 type (10, 1, 6) failed: Network is 
unreachable

This is OK since we have more to try.
We have a socket to use
after setsockopt
calling connect(), port: 14580
connect result was: -1
Socket connection for interface 0 type (10, 1, 6) failed: Network is 
unreachable

This is OK since we have more to try.
We have a socket to use
after setsockopt
calling connect(), port: 14580
connect result was: -1
Socket connection for interface 0 type (10, 1, 6) failed: Network is 
unreachable

net_connect_thread():net connection failed, port 0, DEVICE_ERROR ***
net_connect_thread terminating itself
8
Thread exceeded it's time limit or failed to connect! Port 0
Killing thread
Thread did not return, port 0, DEVICE_ERROR ***
Net ok: 0, port 0
*** net_init is returning a -1 ***
Fri Jan 26 16:01:35 PST 2018:
    Interface Error!  Error opening interface 0 Hard Fail


On 1/26/2018 3:53 PM, Jason Godfrey wrote:

Actually my guess / hope is the bug is in interface.c. If you ran with a
debug of 2 and saw a "connect result was: 0" followed by further connect
attempts that fail the problem would be the known existing bug.




___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood

Start Host lookup
Creating pipe
Host fork
Parent closing write end of pipe
Host fork
Child closing read end of pipe
Set alarm
Child closing write end of pipe
Parent closing read end of pipe
Socket connection for interface 0 type (10, 1, 6) failed: Network is 
unreachable

This is OK since we have more to try.
Socket connection for interface 0 type (10, 1, 6) failed: Network is 
unreachable

This is OK since we have more to try.
Socket connection for interface 0 type (10, 1, 6) failed: Network is 
unreachable

Fri Jan 26 15:51:57 PST 2018:
    Interface Error!  Error opening interface 0 Hard Fail



On 1/26/2018 3:49 PM, Tom Russo wrote:

File->Configure->Change Debug Level

Set it to 1024 and click OK, should get a bunch of stuff spewed to the terminal
when you try to connect to the interfaces that are failing.


___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
Refresh my memory on how to run with debug levels?  I've always just run 
the main program.



On 1/26/2018 3:25 PM, Tom Russo wrote:

BTW, it seems clear that this bug involves something that's happening in
"forked_getaddrinfo."  You might gather useful data for Jason by running the
buggy code with debug level 1024 --- Jason put lots of debug statements in
there that might help.



___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood

I'll probably have to wait until the fix is in:


dflood@gentoo ~/src/Xastir $ git checkout -b undo-ipv6client
Switched to a new branch 'undo-ipv6client'
dflood@gentoo ~/src/Xastir $ git revert d8361698
error: commit d83616984b34c2c7b7bc0e1e76073931bdf6ef09 is a merge but no 
-m option was given.

fatal: revert failed
dflood@gentoo ~/src/Xastir $


Also, is there a tag that David can check out from to bypass this one until it 
gets fixed?


No tag, but it's easy to remove the code to bypass the issue temporarily.

   git checkout -b undo-ipv6client
   git revert d8361698



___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood
As much as I hate bottom posting, it made sense to paste the window text right 
after your question below. The only other behavior that seems related is the 
"looking up " text that appears in the lower right corner of Xastir stays 
there for a long time before the failure.

KD7MYC

-Original Message-
>From: Jason Godfrey 
>Sent: Jan 26, 2018 2:49 PM
>
>Is there any output in the window you run xastir from that seems relevant?

Indexing maps...
Finished indexing maps
*** Reading WX Alert log files
*** Done with WX Alert log files
Socket connection for interface 0 type (10, 1, 6) failed: Network is unreachable
This is OK since we have more to try.
Socket connection for interface 0 type (10, 1, 6) failed: Network is unreachable
This is OK since we have more to try.
Socket connection for interface 0 type (10, 1, 6) failed: Network is unreachable
Fri Jan 26 14:51:04 PST 2018:
Interface Error!  Error opening interface 0 Hard Fail

Socket connection for interface 1 type (10, 1, 6) failed: Network is unreachable
Fri Jan 26 14:51:05 PST 2018:
Interface Error!  Error opening interface 1 Hard Fail

___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


[Xastir-dev] Has the IPV6 stuff been merged into the mainline?

2018-01-26 Thread David Flood

When I get downtime at work I have a Gentoo VM that I fire up on my laptop.

Until today's "git pull" it worked just fine.

As of today's pull, bootstrap, configure, make, install the IPV4 
interfaces that I have defined are now giving a Hard Error.


I can ping those IPV4 names from another term so I know they're 
resolving correctly but something inside of Xastir doesn't like them.  I 
can't use IPV6 since my cell modem doesn't route IPV6.


If I set up a new interface with a specific IPV4 address hardcoded, that 
works.  but that's not a long term fix because I'm using rotates 
(rotate.aprs2.net and firenet.aprs2.net).


Any suggestion where to go from here for tshoot?

David Flood

KD7MYC


___
Xastir-dev mailing list
Xastir-dev@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir-dev


Re: [Xastir] Oregon Scientific wmr200 weather station

2017-10-25 Thread David Flood
Joe,

Right now Xastir assumes that you have your weather station attached directly 
to the system which Xastir is running on.  And there's only a few of those that 
are supported, even less on the Pi.

However, I do note this from the Cumulus MX main page:

Automatic upload of data to web sites, Weather Underground, CWOP/APRS, PSW 
Weather/WeatherForYou/HAMweather, Twitter

So it may be possible to upload your weather data to those data streams 
directly from that program without involving Xastir.

Dave
KD7MYC

-Original Message-
>From: Joseph LaFerla 
>Sent: Oct 25, 2017 8:21 AM
>
>I have an Oregon scientific wmr200 which connects with usb to a computer.  I 
>run CumulusMX to read data from the wmr200
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Mapquest Option going away

2016-07-13 Thread David Flood
And update "make install" to remove them from the .conf file and the maps 
dir.or build a "make cleanup" option or script
Sent via BlackBerry from T-Mobile

-Original Message-
From: Brian Heaton 
Sender: "Xastir" 
Date: Wed, 13 Jul 2016 13:45:30 
To: Xastir - APRS client software discussion; 

Reply-To: Xastir - APRS client software discussion 
Subject: Re: [Xastir] Mapquest Option going away

Seconded

Now that the tiles are no longer available, removing the files makes sense.
On Jul 13, 2016 13:42, "David A Aitcheson" 
wrote:

> In that case I am entertaining a motion that "*OSM_tiled_mapquest.geo*"
> and "*OSM_tiled_mapquest-aerial.geo*" and all references unto be removed
> from the source code, documentation and respective repositories. Do I
> have a second?
>
> Dave
> KB3EFS
>
> On 07/13/2016 04:23 PM, Ken Koster wrote:
> > On Sunday, July 3, 2016 9:23:30 AM PDT Lee Bengston wrote:
> >> https://lists.openstreetmap.org/pipermail/talk/2016-June/076106.html
> >>
> >> Unfortunately it looks like the Mapquest option for Online Maps will be
> >> going away July 11th.
> > mapquest and mapquest-aerial just went away.
> >
> > ___
> > Xastir mailing list
> > Xastir@lists.xastir.org
> > http://xastir.org/mailman/listinfo/xastir
>
> ___
> Xastir mailing list
> Xastir@lists.xastir.org
> http://xastir.org/mailman/listinfo/xastir
>
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Raspberry PI B ...

2016-04-20 Thread David Flood
I was running a box stock configuration but just for fun I dropped the GPU 
memory down to minimum, overlocked to 900 MHz, unplugged the external USB drive 
that isn't used by Raspian (I dual boot on a 64G card between Raspian and 
Gentoo, trying to get rid of SystemD), and rebooted.

Within 15 minutes of launching it was back at 100% and stuck there...

Ken, I know that you have some test files.  I can probably find time to play 
with them if you'll send them.  As an alternative I could loan you the PI at 
next week's Brunch (I know this week is FEST)...


-Original Message-
>From: Dexter N Muir 
>Sent: Apr 19, 2016 1:55 PM

>Back to basics: have you checked ground-level configuration? Menu > 
>Preferences  > Raspberry Pi Configuration, Performance tab: Overclock. I 
>have mine set at High (950 MHz), and I suspect most units will be stable 
>at that. This allows xastir to fully render the screen and drop back to 
>around 20% CPU usage in a reasonable time.
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Fwd: Bug#818217: xastir: Jasper removal

2016-03-14 Thread David Flood
So it really isn't an Xastir bug, it's a Debian *Magick packaging bug..the 
maintainers of those two ecosystems need to update their packages to remove the 
Jasper dependency.


And since Debian has been absorbed by the Borg Collective that is systemd, 
another option would be to wait until systemd takes over all the *magick 
functions and switch to that.




-Original Message-
>From: David Ranch 
>Sent: Mar 14, 2016 3:30 PM

>The Xastir source code has dependencies that link to it.. specifically 
>GraphicsMagick / ImageMagick


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Kubuntu _and_ Raspberry Pi build fails - Debian attempt

2016-01-06 Thread David Flood
Thanks for reminding me...I've got a 32G SD that I'll throw Raspian Jessie at 
tonight (I need the mental diversion) and then try to document what I find that 
I have to load using the "lather, read logs, repeat" method of banging my head.

As for bog stock Debian and/or Kubuntu, I should have some ATU's this Saturday 
when I have to come in to work to babysit a bypassed UPS...if shore power goes 
blip then I'll be busy...otherwise it's just escort the UPS tech in and make 
sure he doesn't fry himself...I'll bring in the personal laptop and try 
to set up both in a VM so I can also lather, read logs, repeat...

Dave
KD7MYC


-Original Message-
>From: Dexter N Muir 
>Sent: Jan 6, 2016 4:47 PM
>To: xastir@lists.xastir.org
>Subject: Re: [Xastir] Kubuntu _and_ Raspberry Pi build fails - Debian attempt
>
>


___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] Time to update the .bootstrap code....

2015-11-29 Thread David Flood
I finally bit the bullet and updated my PI to Jessie and here's the first
thing that I noticed...


pi@raspberrypi ~/src/xastir $ ./bootstrap.sh
7) Removing autom4te.cache directory...
6) Running aclocal...
5) Running autoheader...
4) Running autoconf...
3) Running automake...
src/shapelib/contrib/Makefile.am:19: warning: source file '../shpopen.c' is
in a subdirectory,
src/shapelib/contrib/Makefile.am:19: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the
'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding
output
automake: object file(s) will be placed in the top-level directory.
However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same
subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout
your
automake: project, to avoid future incompatibilities.
src/shapelib/contrib/Makefile.am:19: warning: source file '../shptree.c' is
in a subdirectory,
src/shapelib/contrib/Makefile.am:19: but option 'subdir-objects' is disabled
src/shapelib/contrib/Makefile.am:19: warning: source file '../dbfopen.c' is
in a subdirectory,
src/shapelib/contrib/Makefile.am:19: but option 'subdir-objects' is disabled
2) Checking for 'mkinstalldirs'... Found!
1) Generating derived language files.
Bootstrap complete.
pi@raspberrypi ~/src/xastir $

Adding this line near the top of configure.ac seems to fix it:

AM_INIT_AUTOMAKE([subdir-objects])

I then had to do a 'rm missing' to clean up a problem message during
configure and rerun bootstrap and configure..

The configure line also needs to be changed in the Jessie HOWTO to:

./configure CPPFLAGS="-I/usr/include/geotiff -I/usr/include/GraphicsMagick"

I then had to work my way through "could not find" errors in config.log and
finally got it all to configure with the options I wanted...





___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] FYI: CVS is currently down

2015-08-01 Thread David Flood
According to the blog they just brought it back up this afternoon...

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of kevin.paetzold
Sent: Saturday, August 01, 2015 8:13 PM

it seems that cvs for xastir is back..




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] FYI: CVS is currently down

2015-07-19 Thread David Flood

They had a burp in their SAN and it messed with everything.

http://sourceforge.net/blog/
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


[Xastir] FYI: The NWS broke the get-NWS script again...

2014-11-30 Thread David Flood
I did a fresh install tonight of Xastir and only the x prefix file got
downloaded.  The rest reported that they no longer existed.



___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] FYI: The NWS broke the get-NWS script again...

2014-11-30 Thread David Flood
And from looking at the web page interface, it looks like all but one of the
files will be updated yet again on 3 Dec.  And I'll bet that the shp files
also will need to be updated at that time..


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of David Flood
Sent: Sunday, November 30, 2014 6:46 PM

I did a fresh install tonight of Xastir and only the x prefix file got
downloaded.  The rest reported that they no longer existed.




___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] OSM maps not loading Ubuntu 14.04

2014-11-21 Thread David Flood
David,

Did you keep your maps directory from the previous install?  If so then you may 
still have a lot of discontinued online files in them.  The CVS was updated to 
not create them on new installations but it didn't have any logic to remove the 
files if they already existed.

Dave
KD7MYC

SNIP

I tried to get just that ball rolling back in June. See the thread that
I started titled Online Maps selections needing attention before next
release. I had thought that it was rolled into this last release but
apparently not. 
___
Xastir mailing list
Xastir@lists.xastir.org
http://xastir.org/mailman/listinfo/xastir


Re: [Xastir] Some OpenStreetMaps are broken

2014-03-18 Thread David Flood
Here's a little more info and some of the changes needed to compensate:

http://wiki.openstreetmap.org/wiki/Tiles@home

There's a link off of this page to some of the proposed replacements:

http://wiki.openstreetmap.org/wiki/MapOf


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of David A Aitcheson
Sent: Tuesday, March 18, 2014 2:39 PM

On 03/18/2014 05:36 PM, Curt, WE7U wrote:
 On Tue, 18 Mar 2014, David A Aitcheson wrote:

 Our Makefile.am has http://tah.openstreetmap.org/Tiles/tile/;

 Is there a suitable replacement string?

Not that I have found at this time.



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] While we're on the subject of maps...

2014-03-18 Thread David Flood
NOAA has messed with the shapefile filenames again..and it looks like
another change coming in April.

I can probably update the get-NWS script but creating the matching DBF's
always kicks me in the fundamental...



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] No stations

2014-03-06 Thread David Flood


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Clay Jackson
Sent: Thursday, March 06, 2014 9:29 AM


 The only interface I'm running now is to firenet.us, port 14580, with
transmit disabled.

The problem is that all I'm seeing is my station (N7QNM, no SSID) and
WX-ALERTS; NO other stations (including the beacon from the Pi/TNC).  My
filter is set to: m/100  e/WE7U-WX

That's all you will see on FireNet with those filters.

If I use findu or aprs.fi; I can see other stations around me, including
one's I'm digi'ing and igating.   I'm sending my igate packets to noam.aprs2

If you want local APRS-IS traffic AND weather alerts via Internet, you have
to set up two Internet connections, one for the regular APRS-IS (stations)
and one for Firenet (Weather).




___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] No stations

2014-03-06 Thread David Flood
It is true if all you want are houses, cars, the occasional obnoxious
object, and weather alerts.  Unless you have a filter string that is so long
it isn't funny.

Now, if you want all the extra stuff that firenet carries, then yes, a
single connection is all that is needed.

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Lynn W. Deffenbaugh
(Mr)

On 3/6/2014 1:32 PM, David Flood wrote:

 If you want local APRS-IS traffic AND weather alerts via Internet, you
 have to set up two Internet connections, one for the regular APRS-IS
 (stations) and one for Firenet (Weather).

That is decidedly not true.  Firenet gets a full feed of everything on the
APRS-IS as well as it's own local stuff.  Firenet has the superset and is
the only connection you need for this type of operation.




___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] OpenSuse 13.1 and Xastir...not a nice combo....

2013-12-02 Thread David Flood

Lots and lots of warnings during compile.

And then, for some reason, the assign tactical call function opens the 
right window but you can't type anything in the box...


So...as a starterhow do I capture the entire output of make to see 
if one or more of those messages show something to start out with?


Dave
KD7MYC
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] OpenSuse 13.1 and Xastir...not a nice combo....

2013-12-02 Thread David Flood
I'm pretty sure that laptop uses OpenMotif...and it's a 64 bit box...I 
am able to get the tac call box to work on a 32 bit VM on this box.  I 
guess I better go get that laptop and execute the capture commands as 
well as help / about


On 12/2/2013 9:43 AM, Curt, WE7U wrote:

On Mon, 2 Dec 2013, David Flood wrote:


And then, for some reason, the assign tactical call function opens
the right window but you can't type anything in the box...


Are you running Lesstif or OpenMotif?


So...as a starterhow do I capture the entire output of make to
see if one or more of those messages show something to start out with?


 (make 21) | tee make.log


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] NWS Weather Alerts

2013-05-20 Thread David Flood
If you go to View / Weather Alerts, is anything listed?

Something does appear to be messed up...I've got a lot of alerts in just the
last five minutes and nothing is lit up on the map...

And I'm not getting any warnings about DBFAWK files in the term window...so
that's not it..


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Dean Groe
Sent: Monday, May 20, 2013 4:11 PM

Anyone know if Weather Alerts are broken again? 



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] NWS Weather Alerts

2013-05-20 Thread David Flood
Ok, check your feed then.it has to be one of the firenet servers (or the
round robin firenet.aprs2.net), you have to have a valid confirmation code
(even in rx only mode) and you have to have t/n e/WE7U-WX as part of your
parm string.and it is case sensitive.

 

 

From: Dean Groe [mailto:warpedspe...@yahoo.com] 
Sent: Monday, May 20, 2013 8:08 PM
To: David Flood; 'Xastir - APRS client software discussion'
Subject: Re: [Xastir] NWS Weather Alerts

 

Nothing listed at all right now.  I was here while some of the warnings were
still active late this afternoon.  There was nothing listed then either.  

 

Dean  KD4TWJ  

 


  _  


From: David Flood davi...@mindspring.com
To: 'Dean Groe' warpedspe...@yahoo.com; 'Xastir - APRS client software
discussion' xastir@lists.xastir.org 
Sent: Monday, May 20, 2013 10:50 PM
Subject: RE: [Xastir] NWS Weather Alerts


If you go to View / Weather Alerts, is anything listed?

Something does appear to be messed up...I've got a lot of alerts in just the
last five minutes and nothing is lit up on the map...

And I'm not getting any warnings about DBFAWK files in the term window...so
that's not it..


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Dean Groe
Sent: Monday, May 20, 2013 4:11 PM

Anyone know if Weather Alerts are broken again? 






___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] NWS Weather Alerts

2013-05-20 Thread David Flood
And I can confirm that something is broke about the latest maps.I see the
alerts show up in the view window, I see the loading weather alerts
message in the lower left, but nothing shows up.

 

This is with both Cygwin and OpenSuse 10.3 with just the world map
displayed.  I've got the latest NWS files (and even went back under Cygwin
and loaded some old 2009/2010 ones I've got on a share) as well as the
latest CVS as of yesterday.all putting those extra files out there is make
the loading message stay on the screen longer.

 

 

From: David Flood [mailto:davi...@mindspring.com] 
Sent: Monday, May 20, 2013 8:25 PM
To: 'Dean Groe'; 'Xastir - APRS client software discussion'
Subject: RE: [Xastir] NWS Weather Alerts

 

Ok, check your feed then.it has to be one of the firenet servers (or the
round robin firenet.aprs2.net), you have to have a valid confirmation code
(even in rx only mode) and you have to have t/n e/WE7U-WX as part of your
parm string.and it is case sensitive.

 

 

From: Dean Groe [mailto:warpedspe...@yahoo.com] 
Sent: Monday, May 20, 2013 8:08 PM
To: David Flood; 'Xastir - APRS client software discussion'
Subject: Re: [Xastir] NWS Weather Alerts

 

Nothing listed at all right now.  I was here while some of the warnings were
still active late this afternoon.  There was nothing listed then either.  

 

Dean  KD4TWJ  

 


  _  


From: David Flood davi...@mindspring.com
To: 'Dean Groe' warpedspe...@yahoo.com; 'Xastir - APRS client software
discussion' xastir@lists.xastir.org 
Sent: Monday, May 20, 2013 10:50 PM
Subject: RE: [Xastir] NWS Weather Alerts


If you go to View / Weather Alerts, is anything listed?

Something does appear to be messed up...I've got a lot of alerts in just the
last five minutes and nothing is lit up on the map...

And I'm not getting any warnings about DBFAWK files in the term window...so
that's not it..


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Dean Groe
Sent: Monday, May 20, 2013 4:11 PM

Anyone know if Weather Alerts are broken again? 





___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] (no subject)

2013-01-01 Thread David Flood
Unfortunately a lot of the APRS-IS servers require authentication before
they'll send data.  So, no callsign = no passcode = no Inet data.


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Stephen West-Fisher
Sent: Tuesday, January 01, 2013 06:42

He doesn't need a license to run Xastir, only to transmit. He can monitor an
Inet feed or RF.


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] (no subject)

2013-01-01 Thread David Flood
Ah..a possible non-ham solution...I don't know if Xastir supports it but the
server specifications state that a passcode of -1 should set someone up for
read-only access.

http://www.aprs-is.net/Connecting.aspx


-Original Message-
From: David Flood [mailto:davi...@mindspring.com] 
Sent: Tuesday, January 01, 2013 11:49

Unfortunately a lot of the APRS-IS servers require authentication before
they'll send data.  So, no callsign = no passcode = no Inet data.


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] CVS is offline again

2012-12-10 Thread David Flood
Or just overloaded...

Getting connection timed out for both login and co xastir commands



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Sourceforge anonymous pserver access for CVS offline

2012-11-29 Thread David Flood
http://sourceforge.net/blog/viewvc-and-anonymous-pserver-access-for-cvs-offl
ine/?utm_source=rssutm_medium=rssutm_campaign=viewvc-and-anonymous-pserver
-access-for-cvs-offline

Greetings,

Since the CVS downtime yesterday, we've been experiencing poor performance
for CVS. As such, we've disabled ViewVC and anonymous pserver access for the
time being to prioritize developer read/write access while we address the
performance issue. We do not have an estimate for the completion of this
yet, but we will keep this post updated as this develops.

UPDATE: ViewVC is now available again, however, the data in ViewVC is still
from before the previous downtime. Anonymous pserver is still offline. We're
working to get both these caught up with the latest updates as soon as we
can.

Best Regards,
Chris Tsai, SourceForge.net Support


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Since the NWAPRS email list is down.....

2012-11-26 Thread David Flood
I was more focused on tracking than on debugging and didn't have the 
incoming traffic window open.


But I'll bet the ISS history will show something.  One station that 
really jumped was N7FWZ-1.  Another was K7OFT-14 and two others were 
w7aka-5 and -6.


On 11/26/2012 11:42 AM, Bill Vodall wrote:

Who were the offending stations?  Usually they're fairly easy to track
down.   How about an Bulletin on APRS?

On Mon, Nov 26, 2012 at 9:34 AM, David Flood davi...@mindspring.com wrote:

During yesterday's Seattle Marathon there were enough delayed packets (via
ISS) that it, at times, made tracking vehicles useless.  They jumped all
over the map in ways that only a flying crow would be able to do



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Since the NWAPRS email list is down.....

2012-11-26 Thread David Flood

Hey Curt...how far off is that list of points from a fetch track file?

On 11/26/2012 2:23 PM, Bill Vodall wrote:

Too bad with don't have a good way to map these raw spots.


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] [aprssig] Xastir-2.0.2 Stable Released

2012-11-02 Thread David Flood
Chip,

I can't help on the other issues (no serial cable to my buried D700) but if 
you'd send me your config.log file off list I'll try to see why it won't see 
either Magic.

dfl...@mindspring.com

Dave
KD7MYC

Sent via BlackBerry from T-Mobile

-Original Message-
From: Chip G. n1...@mac.com
Sender: xastir-boun...@lists.xastir.org
Date: Fri, 02 Nov 2012 16:09:52 
To: Xastir - APRS client software discussionxastir@lists.xastir.org
Reply-To: Xastir - APRS client software discussion xastir@lists.xastir.org
Subject: Re: [Xastir] [aprssig] Xastir-2.0.2 Stable Released

Speaking of which ... I've had two recent issues which have caused me no end of 
grief. I have long had a problem with my packet interface. When the program 
quits or I try to stop that interface (to a D700 using the stock scripts) the 
program locks up. I finally decided I'd had enough yesterday. I spent hours 
hacking the file trying to make it work. In the end I had it down to just a few 
lines. I found that if I had any pause between the TNC 1 and TC 0 commands 
it would 'lock up'. It took me awhile to get to the bottom of that too, but if 
I shut off the radio then I didn't have to force quit Xastir. (But it would 
remain unresponsive forever otherwise.)

My functioning script:
 ##META no-ctrl-c
 TC 1
 ##META delay
 ##META delay
 
 ##META no-ctrl-c
 TNC 1
 
 ##META no-ctrl-c
 TC 0


The other thing bothering me is dbfawk files. I have found them residing in 
/usr/local/share/xastir/config/ as well as ~/.xastir/config/dbfawk/. The only 
way I was able to get things to happen was to remove all the ones in /usr/ 
except the ones I wanted and modified them as I saw fit. The ones in ~ seemed 
to be ignored. Do I have the user ones in the wrong subfolder? The text in the 
help files and on the wiki could really use some refinement as they are 
somewhat difficult to follow. For example, knowing how to name or otherwise 
specify what maps a dbfawk file should apply to are beyond my comprehension at 
this point. I had to get it done by sheer force of will. And I know the next 
time I do an update the ones I did will get overwritten (ugh) so I have them 
backed up.


The final problem is that I STILL can't get Xastir to function on this machine. 
It refuses to believe that ImageMagick or GraphicsMagick are installed (and 
both are). I've tried every trick I know. We've discussed it on this list. Some 
voodoo is going on and it can't seem to find them despite the fact that both 
are installed. I've removed each, reinstalled, updated, traded, swapped, 
coaxed, begged, pleaded ... nothing works.


Please don't mistake any frustration in my tone. I LOVE Xastir. It is the best 
APRS program, and probably the best Ham program around. The support on this 
list is terrific. Sadly my inadequacies are leaving me a little short in a 
couple of areas.


On Nov 1, 2012, at 19:39, Tom Russo wrote:

 There is one user-visible change that impacts users of TNCs with attached GPS 
 that needs to be highlighted (it can be rather lost in the noise of ChangeLog 
 and the What's New item in the help file).  This information was posted to 
 the Xastir mailing list when it was originally changed, but bears repeating 
 with the release announcement.
 
 If you are running any interface of the type TNC with GPS on AUX port then 
 you need to review your interface properties.  There is a new setting on that 
 page Send Control-E to receive GPS data? --- this should only be selected 
 for KPC-3+ TNCs and others that actually require a Control-E to select the 
 GPS data.  
 
 For D700s and other such radios, this option needs to be de-selected.  The 
 default behavior is to have this box selected, so you must take action after 
 upgrading to Xastir 2.0.2 from Xastir 2.0.0.



--
Chip

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Fwd: [Bug 999356] [NEW] xastir is missing a .desktop file

2012-07-01 Thread David Flood
begin personal viewpoint that may or may not reflect the authors of Xastir

If Xastir was intended to be distributed as a binary then I could see the
value of some sort of integration file.  But it is only distributed as
source code unless someone builds and distributes a binary independent of
the CSV site.

Any binary distributions of Xastir are therefore the responsibility of the
person who built and distributed it, not the CVS source tree.

end of personal viewpoint

In addition, if I was able to find the right documentation regarding a
.desktop file, there isn't any way to launch the executable inside a
terminal window and have that window hang around after Xastir ends.  Xastir
outputs many of its diagnostic messages to the terminal when running so
anything that just runs the binary inside a hidden process is useless for
understanding any errors that might occur.

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Charles Suprin
Sent: Sunday, July 01, 2012 18:00

Pardon my late jumping in on this topic, but my understanding was the
.desktop file is supposed to be desktop agnostic. Unity, KDE, and gnome all
honor them.  I have not checked on other desktops.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir Load Problems (Mac OS X 10.7.4)

2012-06-14 Thread David Flood
Take a look at this thread regarding the library not found error and static
linking on Mac OS...I don't have a Mac but some of this does make sense to
me...

https://discussions.apple.com/thread/1945589?start=0tstart=0

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Chip G.
Sent: Thursday, June 14, 2012 13:36

 ld: library not found for -lcrt1.10.6.o
 collect2: ld returned 1 exit status
 configure:17931: $? = 1


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] NWS shapefiles

2012-01-01 Thread David Flood
DUH! I know why I got a new copy...I had patched my local copy to reflect
the updated files on the NWS site.  And the cvs update totaled that copy
with the cvs copy...

-Original Message-
From: Tom Russo [mailto:ru...@bogodyn.org] 
Sent: Saturday, December 31, 2011 22:46

How odd.  I did a CVS checkout after you posted, and it updated nothing ---
cvs log get-NWSdata shows the latest commit as revision 1.27, on May 31st.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] NWS shapefiles

2011-12-31 Thread David Flood
I see from a cvs update that someone updated the get-NWSfiles script during
the past week.  Did anyone also update the dbfawk files?  Apparently they
played with the format yet again..I've got the latest files but also a
window full of warnings about missing dbfawk files...

Dave
KD7MYC


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Cygwin Xastir

2011-11-17 Thread David Flood
I've always thought about writing a Cygwin file that didn't specify version #'s 
and contained the two CVS lines in a small script


-Original Message-
From: Bill Vodall wa7...@gmail.com
Sent: Nov 17, 2011 3:03 AM

My plan is to recreate some of the old win-Xastir work to
bring back the automatic installs.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Cygwin Xastir

2011-11-16 Thread David Flood
This one?

http://xastir.cvs.sourceforge.net/xastir/xastir/README.CYGWIN?view=markup

Except for one or two file versions, it's still pretty close.

If it weren't for the Seattle Marathon next week I'd devote a few ATU's to
updating it a little..but I'll have to wait until after all the Holidays are
done before I'll have that amount of time...

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Bill Vodall
Sent: Wednesday, November 16, 2011 16:27
To: Xastir - APRS client software discussion
Subject: [Xastir] Cygwin Xastir

So it appears the Cygwin instructions for building and running Xastir are
years out of date in the wiki.  Is this true or did I fail to find the right
page?

Thanks,
Bill - WA7NWP
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Magick in openSuse 11.4

2011-09-20 Thread David Flood
Lee,

Take a look at the file config.log and search for the word magic.  One of the 
occurrences will be the exact command that is being used to try to compile a 
test script with magic support.  The errors from that will probably show that a 
totally non-dependent piece like xml2 or unzip or something like that is what 
is actually missing.  Install the -devel package for that piece and try a 
configure again.

Dave
KD7MYC


-Original Message-
From: Lee Bengston lee.bengs...@gmail.com
Sent: Sep 19, 2011 3:48 PM
To: Xastir - APRS client software discussion xastir@lists.xastir.org
Subject: [Xastir] Magick in openSuse 11.4

I've been playing around a bit with openSuse 11.4.  I installed
ImageMagick, ImageMagick-devel, GraphicsMagick, libGraphicsMagick3,
and GraphicsMagick-devel, but Xastir's configure script can't seem to
find everything it needs.


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] AX.25 problem on Linux

2011-08-07 Thread David Flood
It sounds like you are using a laptop (or lug some very large computer with
you on vacationG).

Check the BIOS power settings to make sure that they aren't disabling the
USB port to save battery.

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of
rm...@justconnected.net
Sent: Sunday, August 07, 2011 10:41

now, the 
port goes down after just a few minutes of being up. 

To emphasize, this was working perfectly yesterday. The only thing 
that's changed, except for restarting, is that I'm not connected to a 
network (out on vacation in Maine).

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Macintosh Snow Leopard + Xastir 2 + Kenwood TM-D710A = ?

2011-04-13 Thread David Flood
-Original Message-
From: Jarett DeAngelis jdeange...@alumni.nd.edu
Sent: Apr 12, 2011 8:58 PM
Problems I have now:

GPS data is not passing through.

I believe the answer to that is in your first email:

-Original Message-
From: Jarett DeAngelis jdeange...@alumni.nd.edu
Sent: Apr 12, 2011 7:57 PM

I tried configuring Xastir to use a Serial KISS TNC on /dev/ttys0.

To get GPS data from a Kenwood you have to use the (someone who can pull up the 
menus help me out with the exact name, I'm at work) the Serial TNC with GPS 
interface.

Dave
KD7MYC

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] USB to Serial issue (Curt, WE7U)

2011-04-08 Thread David Flood
Dale,

It's possible that GtkTerm runs SETUID dialout or SETUID root.  I don't
think that Xastir runs SETUID anything

http://en.wikipedia.org/wiki/Setuid

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Dale Seaburg
Sent: Friday, April 08, 2011 16:49

Why would GtkTerm have no problems?  What's so special about that program,
that xastir doesn't have?  Very strange.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] CVS back open, problem compiling latest 2.0.0 today

2011-02-11 Thread David Flood
Hello Mike,

Here's an explanation of that error that Tom Russo posted last December:

Check your *Magick install.  It must have a QuantumDepth of something other
than 8 or 16, and Xastir won't work properly if so.  Apparently some
installs of ImageMagick can have 32 or 64-bit quanta.  GraphicsMagick
defaults to 8-bit now, perhaps ImageMagick went to 32 or 64 as default.

It'll be in either magick-config.h (for ImageMagick) or magick_config.h for
GraphicsMagick).

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of wolth...@msu.edu
Sent: Friday, February 11, 2011 03:41

Found CVS open again this morning and so I grabbed the latest source.  I
attempted to build it on my Ubuntu 10.10 box and get this problem.

map_OSM.c:165: error: #error QuantumDepth != 16 or 8
make[3]: *** [map_OSM.o] Error 1
make[3]: *** Waiting for unfinished jobs
mv -f .deps/map_pop.Tpo .deps/map_pop.Po
mv -f .deps/main.Tpo .deps/main.Po
make[3]: Leaving directory `/home/morphius/xastir/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/morphius/xastir/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/morphius/xastir'
make: *** [all] Error 2



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Heads up - Xastir CVS is probably down

2011-01-27 Thread David Flood
Sourceforge was partially compromised.

http://sourceforge.net/apps/wordpress/sourceforge/



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Wx Alerts

2011-01-20 Thread David Flood
From a discussion thread I sorta participated in when the new server was
announced, it is just taking the public RSS feed from the NOAA website and
massaging it.

(yes, I know I'm really late in joining this discussion but today is the
first day I've had an ATU in a week)

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Curt, WE7U
Sent: Monday, January 17, 2011 12:03

I don't know where one would collect the raw info, but Gerry Creager would
probably be the one to ask about it.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] TH-D2A xastir com port issue

2011-01-10 Thread David Flood
I'm having enough trouble keeping my non-ATU projects (the ones that pay for my 
ATU's) straight...I stopped keeping an eye on who was and wasn't on this list a 
long time ago...


-Original Message-
From: Curt, WE7U curt.w...@gmail.com
Sent: Jan 10, 2011 10:35 AM

How about asking Lynn directly...

Hey Lynn!  Can we borrow those setup lines from you for the Xastir project?

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] TH-D2A xastir com port issue

2011-01-08 Thread David Flood
If and when anyone with a D72 either takes the time to work through new
script settings or donates/loans it to one of the Developers then there will
be a new script.  I'm sorry but that's how it works.I know my name is on
some of the mods to the script but I'm quite happy with my D700 and D7ag so
I can't justify buying yet another radio...especially in light of my reduced
Public Service involvement due to various issues.

Dave
KD7MYC


-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Kurt Savegnago
Sent: Saturday, January 08, 2011 16:56

I find the script for the D7 works for the D72 but was wondering if anyone
is considering a different one as I guess there were some limitations with
it?

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Xastir 2.0.0 on Arch Linux

2010-12-19 Thread David Flood
After you compiled, did you do a 'make install'?  The uninstall of the 
previous package may have deleted the map directory (bad form!) but a 
make install will force a new one.


If the maps directory does exist then it's probable that the OpenMaps 
support changed between versions and those three files that are 
mentioned in that statement no longer exist.


Dave
KD7MYC

On 12/19/2010 3:08 PM, Mike H wrote:


install-data-hook:
cd $(mapdir)  \
rm -f CC_OpenStreetMap.png  \
$(LN_S) CC_OpenStreetMap_logo.png CC_OpenStreetMap.png

with the following error message:

/bin/sh: line 0: cd: /usr/share/xastir/maps: No such file or directory





___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Imagemagick opensuse 11.2

2010-09-07 Thread David Flood
Kent,

Take a look at the config.log (or is it configure.log) file.  Based on how 
things work in the Cygwin world (I also run OpenSuse on other boxes but 
maintain one of the two still active Cygwin installs) the test needs bz2-devel 
and xml2-devel (I think those are the names) packages installed.  In the log 
file you'll see the actual compile test that it's doing and right below that 
will be something like -ld bz2 not found or something like that.  It might 
take one or two different tries to load all the required -devel packages (load 
one, try, load the next missing, repeat).

Dave
KD7MYC


-Original Message-
From: Kent Noonan knoo...@lavabit.com
Sent: Sep 7, 2010 2:18 PM
To: xastir@lists.xastir.org
Subject: [Xastir] Imagemagick  opensuse 11.2

I'm having problems getting xastir from CVS to recognize imagemagick 
while trying to compile.


from configure:
checking for GraphicsMagick-config... no
checking for Magick-config... /usr/bin/Magick-config
checking magick/api.h usability... yes
checking magick/api.h presence... yes
checking for magick/api.h... yes
checking for library containing WriteImage... no
configure: WARNING: *** Cannot find ImageMagick library files:  Building 
w/o ImageMagick support. ***

packages installed:
ImageMagick-devel-6.5.4.8-3.7.i586
ImageMagick-6.5.4.8-3.7.i586



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Upgrade / Update 1.98 to 1.99 CVS

2010-09-05 Thread David Flood
 after the cvs update, did you do ./bootstrap followed by 
./configure?  Those two command get the system ready for make...if 
that works then follow that by sudo make install


So the sequence should look a little like this:

cvs update
output of that command
./bootstrap
should get 5 or 6 lines
./configure
should get a lot of output followed by a chart of yes and no's
make
compiles the program
sudo make install
will prompt for root password and install things...


Dave
KD7MYC

On 9/5/2010 9:44 AM, Dean Groe wrote:

Both README.CVS and Notes:CVS had me believing that I should just be able to
cvs update and su, then make install, and I should be at 1.99 .

Well, that did not work so well.  I still had 1.98 .



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Tiger maps?

2010-09-04 Thread David Flood
Can I respectfully suggest that a note about Tiger Maps be put on both the
main Sourceforge page and the Wiki? (yes I know I can register to edit the
Wiki...just haven't done it yet and I can't update the S.F. page)

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Michael Lewis
Sent: Friday, September 03, 2010 20:15

  Did anyone say that the tiger maps no longer worked? I just loaded up 
xastir after about a month or so and this time it seems like the maps 
don't work so what are some good replacements?

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Install on openSUSE 11.3 64bit

2010-08-27 Thread David Flood
That reminds me...I owe Curt an updated get-maptools script.  The current
one installs a very old version of PCRE that kills KDE.  Once I get it sent
to him then you don't have to add the tools repository or specify special
flags.  Just run the script and then configure/compile Xastir.

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Curt, WE7U
Sent: Friday, August 27, 2010 18:34
To: Xastir - APRS client software discussion
Subject: Re: [Xastir] Install on openSUSE 11.3 64bit

On Fri, 27 Aug 2010, Kevin J. Hogan wrote:

 Is there a install wiki for installing Xastir on 11.3 64 bit?

*) As configure complains about not finding something, add that
package via yast and then re-run configure.  Lather, rinse, repeat.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] OSM tile handling improvements

2010-07-31 Thread David Flood
So is the long url issue with libcurl fixed?  Or do people that have to
use --without-libcurl to force the use of wget just out of luck?

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Jerry Dunmire
Sent: Friday, July 30, 2010 20:23

These are effective only if libcurl support is enabled:

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Xastir binary for Windows - was OSM offline

2010-07-07 Thread David Flood
There are two main reasons that Xastir isn't available in a Windows binary 
right now:

1) There are no decent, low cost (or free) Windows compilers that understand 
makefiles and that support GUI's (there are one or two out there that output 
command line programs).

2) Xastir uses the Unix rule of if some other program can do the work, use it 
rather than reinventing the wheel.

So, unless someone ports Xastir and all of the tools it uses over to one of the 
proprietary compiler formats, there won't be a native Windows binary any time 
soon.  Oh and whomever does this Herculean Feat must also then keep up with all 
the patches and updates for Xastir and every tool.

Dave
KD7MYC


-Original Message-
From: James Ewen ve6...@gmail.com
Sent: Jul 7, 2010 10:07 AM

If Xastir 2.0 is to ever to come to fruition, this needs to be
something that is seriously considered. I've been following Xastir for
many, many years, but I don't run it anymore. It is just not easy
enough to deal with. If there are other cross-platform applications
out there, why can Xastir not be made in a similar manner?

Yeah, I know it's a free program that people work on as they have
time, but if you're looking to take over the world, you've got to put
enough sugar into the special Kool-aid to get everyone to take a
good long drink.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] added twitter capability with Xastir

2010-06-29 Thread David Flood
I would respectfully suggest that before any attempt at linking APRS to any
non-Ham system that the people proposing this link post their idea to the
national APRS email list and let it be discussed there.  Not only are the
maintainers of the infrastructure there but also many others who have
significant ideas about how things like this idea will break other things.

If it passes muster there then Xastir could be the first program to support
it.  But, please, not before it is fully hashed out.

Dave
KD7MYC

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of jecksons jecks
Sent: Tuesday, June 29, 2010 01:29
To: xastir@lists.xastir.org
Subject: [Xastir] added twitter capability with Xastir

Hai

Is Xastir already added twitter capabilities?
There's Ben Sinclair code at attachment

Regards
Jeckson

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] OT: was Deb package for Ubuntu 10.04

2010-06-23 Thread David Flood
Just remember about Debian and *buntu - if there are three accepted ways of 
doing something, Debian will come up with a fourth that is even more 
complicated and totally incompatible with the other three.  And then the *buntu 
group will have to come up with a fifth just to one-up Debian.

If they were around a few epochs ago they would probably say The wheel is a 
great concept!  Lets see if we can't start from scratch and come up with 
something better!

-Original Message-
From: Scott Evans sc...@vk7hse.hobby-site.org
Sent: Jun 22, 2010 10:39 PM

Problem I was encountering is that because Debian  Ubuntu have deviated
so far apart, there is some complexities in package building as a
result! (insert multiple swear words here!)

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Radar / Weather Warnings

2010-06-20 Thread David Flood
I'm not at home right now so don't have access to my archives but the bottom 
line is that unless it is an Immediate warning issued by NOAA, it won't be 
gated to APRS-IS.  The old weather server died, permanently, and the new one 
(run by someone else) has very strict limitations on what data it sends out.  
Any long term watches/warnings will not be sent out since those that control 
the server and the data believe that commercial radio/TV and other methods are 
better ways of sending out these things.

So...if you live where there are Immediate warnings, good for you.  If you live 
where there are long term ones (like Western Washington), APRS is now worthless 
for this sorta thing.

I'll find and forward the excellent summary of the bad news written by the new 
server owner the next time I can get to my mail archive or when I can find the 
relevant email in either the Xastir or NWAPRS archives.

Dave
KD7MYC


-Original Message-

On Sun, 20 Jun 2010, Jeffrey M. Swiger wrote:

  I'd be happy with anything right now, I thought some of the newer stuff 
 was WX-maps the way there named.
 We had some Big Storms just Recently and could have used the information 
 here.

___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Radar / Weather Warnings

2010-06-20 Thread David Flood
Here's the message I forwarded on Feb 12th of this year that explains it all 
(had to copy/paste if from the online archive since there isn't a forward 
command there).

Oh and if someone who is a subscriber can forward this to the MACAPRS list (the 
original email in this thread was sent to both), I can't since I'm not a 
subscriber over there.


From: aprssig-bounces at tapr.org [mailto:aprssig-bounces at tapr.org] On Behalf
Of Randy Love
Sent: Thursday, December 24, 2009 19:23
To: TAPR APRS Mailing List; ui-view at yahoogroups.com
Subject: [aprssig] Where are my weather warnings??? -OR- Why your
UINWS/UI-View32 isn't broke and the current APRS-IS wx server is working
correctly.



 PLEASE READ THIS TO UNDERSTAND ONCE AND FOR ALL WHY WE DON'T SEE EVERY
WX WATCH/WARN/ADVISORY IN UINWS OR UI-View ***

ATTN: Steven WA8LMF -- please add this information to your UINWS/UIView
pages. tnx.

The following is an excerpt of an email between myself and the current
owner/maintainer of the APRS-IS weather server that replaced the older one
that put everything from the NWS into the APRS-IS system. Lines that begin
with  are from me; all non-marked lines are from the wxsvr
owner/maintainer.

PLEASE, read this a few times and understand what isn't put put out by the
current wxsvr and why, and that a good part of what we aren't seeing is due
to a procedure policy of the NWS, not the wxsvr maintainer.


++
/begin quote/


 I'm sure you are aware of all the buzz on the APRSSIG and UIVIEW lists
 about how the wxsvr isn't working. The biggest gripe from people right
 now is that they aren't seeing the winter weather warnings. I'm sure
 that the primary reason is that you aren't parsing the event code from
 the NWS stream for those. A big part of that is that the NWS lumps a

No, the reason they are not being put on APRS-IS is because they are not
(according to the NWS) Immediate, Actual, Meteorological alerts.  The reason
the NWS does not classify them this way is because there is no immediate
identification in a winter weather warning, a flood warning, a watch, a
special weather statement, etc.  To qualify as an immediate, actual alert,
the NWS office determines that there is an immediate, identifiable threat to
life or property in a specific area.  This includes Severe Thunderstorm
Warnings, Tornado Warnings, and Flash Flood Warnings.


 good part of the winter stuff under the same code of WSW and you were
 wishing to limit the wxsvr to warning messages only. I am asking you to
 consider adding the WSW and BZW event codes as valid for passage by
 the wxsvr in order that winter storm warning and blizzard warnings are
 passed along to the APRS-IS.

APRS-IS #1 primary purpose is to support APRS on RF.  I used this statement
to determine the criteria for publishing weather alerts on APRS-IS.  As
stated above, it has nothing to do with type of warning.  The only criteria
used are if the local weather office determines the alert is Immediate and
Actual in nature (this is their terminology and ratings, not mine).  Generic
warnings such as winter weather, blizzard, etc. are wide-area events that
are best disseminated via reliable sources such as weather radio, commercial
radio, TV, and the Internet just as watches and special weather statements
are dispensed.  The reason for the Immediate and Actual criteria allowing
dissemination to APRS-IS is because:

It will not congest an RF channel and all NWS alerts gated to APRS-IS are
important so they should be looked at immediately as they may affect a
mobile or remote operator's safety.

I know Dale (editor note: Dale was the person that maintained the old wxsvr
) had a lot of heartburn over the excessive amount of information his
weather server was pumping into APRS-IS and therefore onto local APRS
channels.  I decided to take a learn from past experience approach and
focus on information that is vital to a field APRS operator that may not be
available otherwise due to active operations in the mobile at the time.

/end quote/

++

The translation of this is that only LOCAL weather service issued warnings (
FFW, TOR, SVR event codes ) will be ported to the APRS-IS due to the belief
that having *ALL* NWS watch/warn/advis messages was causing too much local
RF traffic *AND* that general area and broad coverage events such at
blizzards, winter storms, hurricanes, and floods are best received via
Internet or media sources, NOAA Weather radio included. Flash Flood,
Tornado, and Severe Thunderstorm Warnings are all LOCALIZED events that
IMMEDIATELY affect safety of life and property. Many of the other warnings (
blizzard, winter storm, flood, hurricane, etc. ) are wide spread events that
often have many *HOURS* of lead time to prepare for or react to them. Flash
Flood, Tornado, and Severe Thunderstorm Warnings have 

[Xastir] OSM maps and README.maps

2010-06-16 Thread David Flood
If someone can provide a one or two line description of what each of the new
map chooser files does then I'm willing to massage that info into the readme
and feed it back to Curt...

Dave
KD7MYC


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Possible bug in Open Street Map support

2010-06-10 Thread David Flood
The flush map cache code may need to be updated to remove downloaded Open
SM's...

I had OSM support enabled for awhile but then turned it off...when I zoomed
back out to that setting it used the cached map.  And I couldn't get that
map flushed at any zoom level until I exited and deleted the .gif and index
in the cache directory.


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Can't open igate.log

2010-02-18 Thread David Flood
Is Xastir still running?  The file may be locked and/or still not fully
written to disk if the app is still open.

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Norm, VK3XCI
Sent: Thursday, February 18, 2010 14:32
To: Xastir - APRS client software discussion
Subject: [Xastir] Can't open igate.log

Ubuntu 9.10
Xastir 1.9.4

Tried to open /home/.xastir/logs/igate.log

Got an error message... (gedit)

Could not open the file /home/.xastir/logs/igate.log
gedit has been unable to detect the character coding

Neither UTF-8 or ISO-8859-15 seem to work

I thought it should be plain text. Any ideas? maybe it's corrupt as we've
had
some power flicks.

--





73 de Norm, VK3XCI
Mildura, Australia
The Wintersun City
QF15bt.
___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] work-around for right-click problem under Cygwin

2010-02-11 Thread David Flood
Rob,

Is this a true PS/2 keyboard or a USB one?  This sounds like some sort of
negative interaction in keyboard control lines like used to happen with some
printer ports and PS2 keyboards.

-Original Message-
From: xastir-boun...@lists.xastir.org
[mailto:xastir-boun...@lists.xastir.org] On Behalf Of Rob Locher W7GH
Sent: Tuesday, February 09, 2010 17:22

I discovered a work-around.  The purpose of this email is to document the
work-around in case someone else has the same problem in the future.  The
work-around is to launch XASTIR with Num Lock on.  Then when I right-click
on an icon in XASTIR I get the familiar warning to turn off Caps Lock, Num
Lock, and Scroll Lock.  Then when I turn off Num Lock everything works
fine.


___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Cygwin problem, probably routine

2010-02-06 Thread David Flood
That'll teach me to answer emails without access to my complete archives.  I
didn't recognize the name so forgot the previous thread that resulted in the
new instructions.

I'll fire up my install and let it run for awhile and see if it also messes
up after some time.

Dave
KD7MYC



___
Xastir mailing list
Xastir@lists.xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


  1   2   >