[Xastir] re the problem that I asked about earlier

Tom Russo russo at bogodyn.org
Mon Jun 1 17:32:33 PDT 2020


The festival error will happen if you have not in fact started the
festival daemon.  Did you?

It is not really a problem unless you are expecting text-to-speech.  

As for your bitmap error:
Did you build Xastir from source, or are you installing from a package.

If you are running a build from source, it installs all its stuff into
/usr/local/share/xastir, and should be finding the symbols file.

If you're running from a package, that stuff is usually in /usr/share/xastir
instead, and getting this message means you probably have an xastir.cnf
file that is left over from a source-built install (that is, it contains
configuration for Xastir to look in /usr/local/share/xastir, but the package
didn't install stuff there).

The PID errors would have nothing to do with either of these problems --- 
those are a sign that Xastir either crashed or was killed without cleaning
up its children processes.

These are three different issues, and each will have a different solution.

 -- For festival:  start the festival daemon
 -- for the bitmap issue: make sure your xastir.cnf actually contains
    the appropriate paths for the binary you're actually running; either
    remove xastir.cnf and let xastir build you a new one, or fix the paths
    to point at where things are really installed.  Double check that you
    don't have both a package for Xastir installed *and* a binary you built
    from source lying around, so that there's no chance you're accidentally
    running the wrong one.
 -- The pid issue is the one that is more problematic, and Jason's questions
    about running processes are what will get to the bottom of that one.

On Tue, Jun 02, 2020 at 09:51:50AM +0930, we recorded a bogon-computron collision of the <phillor9 at gmail.com> flavor, containing:
> On 2/6/20 1:04 am, Jason Godfrey wrote:
> > Can you run "lsof -i :2023" as root and see if anything is using those
> > ports? This will look at the spider side of things.
> 
> I started Xastir this morning and the festival error was displayed. I also
> ran the lsof command, see below.
> 
> phil at phil-ThinkPad-T420:~$ xastir
> 
> 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)
> ???????????? tif???? USGS DRG Geotiff Topographic Maps (libgeotiff/libproj)
> festival_client: connect to server failed
> SayText: Couldn't open socket to Festival
> XReadBitmapFile() failed: Bitmap not found?
> /usr/local/share/xastir/symbols/2x2.xbm
> 
> phil at phil-ThinkPad-T420:~$ sudo lsof -i :2023
> COMMAND?? PID USER???? FD???? TYPE DEVICE SIZE/OFF NODE NAME
> xastir?? 2226 phil?????? 4u?? IPv4?? 42691?????????? 0t0?? TCP *:2023 (LISTEN)
> xastir?? 2226 phil?????? 5u?? IPv6?? 42692?????????? 0t0?? TCP *:2023 (LISTEN)
> xastir?? 2227 phil?????? 6u?? IPv4?? 44262?????????? 0t0?? UDP *:2023
> xastir?? 2227 phil?????? 7u?? IPv6?? 44263?????????? 0t0?? UDP *:2023
> 
> -- 
> 
> Regards,
> Phil
> 
> _______________________________________________
> Xastir mailing list
> Xastir at lists.xastir.org
> http://xastir.org/mailman/listinfo/xastir

-- 
Tom Russo    KM5VY
Tijeras, NM  

 echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] [n-z][a-m]



More information about the Xastir mailing list