alfa147x wrote:Thanks for the help!
Hmm. I'll give that a try. If I reinstall GPSD would it try to create the missing user?
Code: Select all
$ sudo apt-get install gpsd gpsd-clients
$ vi /etc/default/gpsd
# change START_DAEMON to "true"
$ sudo vi /etc/default/gpsd
$ sudo /etc/init.d/gpsd start
$ ps auxwww | grep gps
nobody 6796 0.2 0.3 4964 1572 ? S<s 06:33 0:00 /usr/sbin/gpsd -F /var/run/gpsd.sock -P /var/run/gpsd.pid
pi 6800 0.0 0.1 3544 804 pts/2 S+ 06:34 0:00 grep --color=auto gps
Looks like it uses "nobody" on the RasPi. The "gpsd" user might be a mis-remembering on my part or something from an earlier version/different platform.
Read the gpsd man page, esp. "SECURITY AND PERMISSIONS ISSUES".
Try the udev thing, it should work and it's a useful trick to know.