On 10/4/07, James Hartley <[EMAIL PROTECTED]> wrote: > After reading the manpages for ntpd(8), ntpd.conf(5), & nmeaattach(8), > I thought I had enough information to use a USB GPS device as a time > source. > > In /etc/ntpd.conf, the only line left enabled is: > > sensor cuaU0
nope.... "sensor nmea0" > In /etc/rc.conf.local, the only lines are: > > nmeaattach cuaU0 > ntpd_flags="" that doesn't look right. from my rc.conf.local nmeaattach_flags="-s 4800 -t !dcd cua00" but that's because of the way i have my gps set up... > Yet upon reboot, I see the following message displayed during initialization: > > nmeaattach: open: /dev/cuaU0: Device busy > > I can observe the NMEA sentence traffic through cu(1), so it is > unclear what I have missed. Any insight would be appreciated. that looks like something else has opened cuaU0 before nmeaattach got there. see what that is: fstat /dev/cuaU0 CK -- GDB has a 'break' feature; why doesn't it have 'fix' too?

