gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ✘gpsinfo


From: Bernd Zeimetz
Subject: Re: ✘gpsinfo
Date: Mon, 15 Mar 2021 01:24:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0


On 3/15/21 12:57 AM, Gary E. Miller wrote:
> Yo All!
> 
> It gets tedious when users asked, simple questions about their installations,
> fail to respond.
> 
> To address that, a simple script: gpsclient.  It should not leak any
> Personally Identifiable Info (PII), but answer the usual basics.

gpsclient gives wrong expections about what it is for imho.

gpsd-debuginfo or something like that sounds better imho.


> 
> Here is a first cut.  Suggestions?
> 
> ~ $ cat clients/gpsinfo
> #! /bin/sh
> 
> set -x
> id
> uname -a

add lsb_release -a

> which gpsd
> gpsd -V
> netstat -apn | fgrep :2947

netstat is not being installed by default anymore, its deprecated for good.

ss is the default tool on linux.

> ps ax | fgrep gpsd
> which gpspipe
> gpspipe -V
> gpspipe -w -n 2
> python -V

do the same for python3 and check which of them is able to import the
module.

> echo $PYTHONPATH
> 
> 
> 
> RGDS
> GARY
> ---------------------------------------------------------------------------
> Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
>       gem@rellim.com  Tel:+1 541 382 8588
> 
>           Veritas liberabit vos. -- Quid est veritas?
>     "If you can't measure it, you can't improve it." - Lord Kelvin
> 

-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



reply via email to

[Prev in Thread] Current Thread [Next in Thread]