gpsdebuginfo.adoc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. = gpsdebuginfo(1)
  2. :author: Gary E. Miller
  3. :date: 16 March 2021
  4. :email: <gem@rellim.com.>
  5. :keywords: gpsd, gps, gpsdebuginfo
  6. :manmanual: GPSD Documentation
  7. :mansource: GPSD Version {gpsdver}
  8. :robots: index,follow
  9. :sectlinks:
  10. :toc: macro
  11. :type: manpage
  12. :webfonts!:
  13. include::../www/inc-menu.adoc[]
  14. == NAME
  15. gpsdebuginfo - Generate a gpsd debug dump of your host.
  16. == SYNOPSIS
  17. *gpsdebuginfo*
  18. == DESCRIPTION
  19. *gpsdebuginfo* is a shell script to run a series of short tests to
  20. see the state of *gpsd* on you machine. Run it, and send the complete
  21. output, without change, when you request support help.
  22. The script should not collect any Personally Identifiable Information
  23. (PII). You may wish to study the output before sending it to verify that.
  24. *gpsdebuginfo* should be run as root. It may be run as a normal user,
  25. but with loss of functionality. Running under *sudo* may cause
  26. misleading results.
  27. == OPTIONS
  28. None.
  29. == ENVIRONMENT
  30. This script depends on the following environment variables:
  31. PATH:: To find *gpsd*, *gpspipe*, and other installed *gpsd* parts.
  32. PYTHONPATH:: To find the *gps* Python module.
  33. == RETURN VALUES
  34. *0*:: on success.
  35. == SEE ALSO
  36. *gpsd*(8), *cgps*(1), *gps*(1), *gpspipe*(1)
  37. == RESOURCES
  38. *Project web site:* {gpsdweb}
  39. == COPYING
  40. This file is Copyright 2021 by the GPSD project +
  41. SPDX-License-Identifier: BSD-2-clause