LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-13-2009, 02:47 AM   #1
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Rep: Reputation: 0
Question My (NTP, GPS and LinuxPPS) Saga


Dear All,

I work in a lab doing non-NTP/GPS work, yet, nevertheless, my boss was like "Hey kid, why don't you hook this GPS device up to a computer around here and setup an NTP server. It would be nice to have our own NTP server," at which point I was like "What's NTP?" --- that was about a week and a half ago.

I've scoured the web and read a ton of resourceful pages, but I've primarily been following Rodolfo's wonderful LinuxPPS wiki: http://wiki.enneenne.com/index.php/L...S_installation

Where I'm at now: I've obtained the latest LinuxPPS Git repository, configured the kernel appropriately (AFAIK), compiled, etc. as the install guide suggests. No errors or anything catastrophic has occurred.

At this point the LinuxPPS install guide says one can test to see if the PPS signal is there and the devices are configured correctly. This is where my understanding starts to really fall apart and I am unable to find further helpful information.

My problem: Whether or not I have my 1PPS device connected to the serial port, or, to put it another way, if I DO NOT have the serial port connected, and I run the suggested "./ppstest /dev/pps0" command I get a fully-functional response that tells me a 1PPS source has been found, and everything checks out. This is rather confusing and clearly causes problems for determining whether the 1PPS information is from my GPS device or not once I DO connect it. I do not know what is causing this "ghost 1PPS signal" and I'm really not sure where to go from here.

Thanks in advance for any advice and pointers, and my apologies if I've
forgotten to include some crucial system information. Let me know and I'll try and respond with any necessary bits.

Cheers,

-Kevin

P.S. A lot of the web pages I've found and information out there is semi-dated (~2-5 years old), so if I am, by chance, completely out of the loop on a more up-to-date way to get this working, please let me know. Give that all of the question/answer threads seem to stop around 2007 makes me think -something- must have come about to make life easy around then...
 
Old 07-13-2009, 11:03 AM   #2
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Hi!

I use GPS in my work a lot,but I never had to setup NTP server or connect GPS to PC,but I'll try to help anyway.

First,it would be helpful to know what is your distro and what type of GPS you have there. Also,how many computers will use your new NTP server as their NTP server? Will this be on LAN or over the internet? Wire or wireless?

Will you post the output of these commands:
Code:
find  /sys/class/pps/
Code:
ls -l /dev/pps*
Code:
ppstest /dev/pps0
Also use ppsfind command to locate the source (GPS).

They say;
Quote:
The GPS will only accept data input from one device at a time, but it can output data to no more than three devices simultaneously.
Example with DGPS (let's just say a better GPS);
Quote:
Since the DGPS and PC both need to utilize two-way communication with the GPS, it is necessary to wire the GPS to only output data to the PC or install a SPDT (Single Throw, Double Pole) switch. This will allow you to alternate the input to the GPS between the PC and DGPS data outputs. This will allow you to still upload data to the GPS from the PC, but will disable the DGPS during data transfer. Once switched back to data input from the DGPS, the GPS will resume receiving DGPS corrections and only output data to the PC.
The easiest way to check if things are working is to compare the time from the GPS with the time on the PC. If things are hooked up OK,they will be the same.

Sometimes the obvious is forgotten; have you configured your distro to use GPS as NTP server?

Last edited by alan_ri; 07-13-2009 at 11:24 AM.
 
Old 07-13-2009, 08:00 PM   #3
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Hi, and thanks for your willingness to help me out! Now, onto your questions:

Quote:
Originally Posted by alan_ri View Post
First,it would be helpful to know what is your distro and what type of GPS you have there. Also,how many computers will use your new NTP server as their NTP server? Will this be on LAN or over the internet? Wire or wireless?
I'm using Scientific Linux and with the latest LinuxPPS git repository I have "uname -r: 2.6.28-rc6-20450-gace6faa". I am not 100% sure about the number of computers that will use this NTP server, but I'd guess order of magnitude 10. The connections to other computers will be via wired LAN (but access to the internet is available). I'm using a 1PPS output from a Symmetricom XL-DC (Formerly TrueTime XL-DC): http://www.symmetricom.com/media/fil...-dc-manual.pdf (page 19 has the 1PPS info).

Quote:
Originally Posted by alan_ri View Post
Will you post the output of these commands:
Code:
find  /sys/class/pps/
Code:
ls -l /dev/pps*
Code:
ppstest /dev/pps0
Sure, here ya go:
Code:
# find /sys/class/pps/
/sys/class/pps/
/sys/class/pps/pps0
/sys/class/pps/pps0/uevent
/sys/class/pps/pps0/dev
/sys/class/pps/pps0/subsystem
/sys/class/pps/pps0/assert
/sys/class/pps/pps0/clear
/sys/class/pps/pps0/mode
/sys/class/pps/pps0/echo
/sys/class/pps/pps0/name
/sys/class/pps/pps0/path
/sys/class/pps/pps0/power
/sys/class/pps/pps0/power/wakeup
Code:
# ls -l /dev/pps*
crw-------  1 root root 254, 0  7  9 23:17 /dev/pps0
Code:
# ./ppstest /dev/pps0
trying PPS source "/dev/pps0"
found PPS source "/dev/pps0"
ok, found 1 source(s), now start fetching data...
source 0 - assert 1247531410.821369837, sequence: 414701 - clear  0.000000000, sequence: 0
source 0 - assert 1247531411.821455071, sequence: 414702 - clear  0.000000000, sequence: 0
source 0 - assert 1247531412.821540307, sequence: 414703 - clear  0.000000000, sequence: 0
source 0 - assert 1247531413.821625541, sequence: 414704 - clear  0.000000000, sequence: 0
source 0 - assert 1247531414.821711615, sequence: 414705 - clear  0.000000000, sequence: 0
source 0 - assert 1247531415.821796849, sequence: 414706 - clear  0.000000000, sequence: 0
source 0 - assert 1247531416.821881247, sequence: 414707 - clear  0.000000000, sequence: 0
^C
(I realize now (mentioned below) that this "ghost source" is probably the ktimer source...).

Quote:
Originally Posted by alan_ri View Post
Also use ppsfind command to locate the source (GPS).
In writing my response to your questions I realized that ktimer is enabled and a dummy pps signal (I think?), which solves my "ghost 1pps" problem. However, I don't know the names of other gps sources, i.e. are there standard source names one uses with ppsfind?:
Code:
# ./ppsfind ktimer
pps0: name=ktimer path=
Quote:
Originally Posted by alan_ri View Post
The easiest way to check if things are working is to compare the time from the GPS with the time on the PC. If things are hooked up OK,they will be the same.
That makes sense, but from what little I read and from what I have setup, I imagined using a standard NTP server (over internet) for universal time and then the local GPS 1PPS for stability/precision. Is that... Dumb? Or a wrong way of thinking about things? At this point, all my GPS device is doing is sending 1PPS, I don't get any NMEA data or the like out of it, so, as far as I know, I can't get a "time".

Quote:
Originally Posted by alan_ri View Post
Sometimes the obvious is forgotten; have you configured your distro to use GPS as NTP server?
Again, pardon my naivety here, but in reading the LinuxPPS wiki it seems like everything in the installation guide is pre-NTP configuration. In other words, should I not be able to get a PPS signal functioning and discovered by ppstest before I even worry about configuring NTP?

The short answer to your question is "I'm not sure". I've read about what lines to add to the ntp.conf file (with only moderate confusion) but in fear of putting the carriage in front of the horse I put off diving into ntp/ntpd configuration until I got the LinuxPPS side functioning. Perhaps this is a big mistake? Also, there are multiple mentions on various sites/guides to necessary patching of NTP code, but links to said patch seem to be dead... So I'm avoiding running into the brick wall by pretending I don't have to configure NTP quite yet :D

Thank you again for your efforts! Much appreciated!

-Kevin
 
Old 07-13-2009, 09:05 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
I've never played with setting up a NTP server yet but it is possible to use the 1PPS without a GPS source. However, IMO why not setup a complete stand alone system. Your receiver does not output NMEA messages but it seems to be compatible with TrueTime MKII output. Another option if your unit has the capability is using IRIG-B.


https://www.eecis.udel.edu/~mills/nt.../refclock.html
 
Old 07-13-2009, 09:18 PM   #5
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
I've never played with setting up a NTP server yet but it is possible to use the 1PPS without a GPS source. However, IMO why not setup a complete stand alone system. Your receiver does not output NMEA messages but it seems to be compatible with TrueTime MKII output. Another option if your unit has the capability is using IRIG-B.


https://www.eecis.udel.edu/~mills/nt.../refclock.html
Hi,

Thanks for the suggestions. I haven't looked into MKII, but if it requires the RS-232 port then I can't do it as that is being used by another system right now. The IRIG-B option seems possible, and I may look into it if this pursuit becomes overly complicated. I've already soldered up a 1PPS connection and put some effort into this approach, so I want to see if I can make it work

Cheers

-Kevin
 
Old 07-13-2009, 09:28 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
It does require the RS-232 port. Be sure to report back on your progress.
 
Old 07-13-2009, 10:21 PM   #7
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Status Update

Just to keep you informed: I looked at my kernel config and found that PPS_CLIENT_TIMER was enabled. I disabled it and recompiled and my ghost source disappeared, as did /dev/pps0, and the directory structure in /sys/class/pps/ is now gone.

The suggested ldattach command does not seem to bring a pps device into play, nor do the udev config file options. For what it's worth I also have the following message in my /var/log/messages, which seems ominous:
Code:
Jul 14 12:13:23 nu1vme02 kernel: ------------[ cut here ]------------
Jul 14 12:13:23 nu1vme02 kernel: WARNING: at drivers/char/tty_io.c:1337 tty_reopen+0x52/0x55()
Jul 14 12:13:23 nu1vme02 kernel: Modules linked in: ipv6 parport_pc lp parport autofs4 sunrpc cpufreq_powersave loop dm_mod uhci_hcd i2c_i801 i2c_core intel_rng rng_core snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd soundcore snd_page_alloc e100 mii floppy ata_piix libata scsi_mod ext3 jbd [last unloaded: x_tables]
Jul 14 12:13:23 nu1vme02 kernel: Pid: 3789, comm: init Not tainted 2.6.28-rc6-NO_KTIMER-20450-gace6faa-dirty #3
Jul 14 12:13:23 nu1vme02 kernel: Call Trace:
Jul 14 12:13:23 nu1vme02 kernel:  [<c011effc>] warn_on_slowpath+0x3e/0x57
Jul 14 12:13:23 nu1vme02 kernel:  [<c01bc99d>] avc_has_perm_noaudit+0x39/0xdb
Jul 14 12:13:23 nu1vme02 kernel:  [<c01bc99d>] avc_has_perm_noaudit+0x39/0xdb
Jul 14 12:13:23 nu1vme02 kernel:  [<c01bca7c>] avc_has_perm+0x3d/0x47
Jul 14 12:13:23 nu1vme02 kernel:  [<c03193c8>] _spin_lock_irqsave+0x9/0xd
Jul 14 12:13:23 nu1vme02 kernel:  [<c011fb8a>] release_console_sem+0x89/0x9b
Jul 14 12:13:23 nu1vme02 kernel:  [<c022d7ea>] tty_reopen+0x52/0x55
Jul 14 12:13:23 nu1vme02 kernel:  [<c022de8b>] __tty_open+0x134/0x2aa
Jul 14 12:13:23 nu1vme02 kernel:  [<c0169970>] chrdev_open+0x10e/0x128
Jul 14 12:13:23 nu1vme02 kernel:  [<c0169862>] chrdev_open+0x0/0x128
Jul 14 12:13:23 nu1vme02 kernel:  [<c0166a7e>] __dentry_open+0x10c/0x1fb
Jul 14 12:13:23 nu1vme02 kernel:  [<c0166be0>] nameidata_to_filp+0x1c/0x2c
Jul 14 12:13:23 nu1vme02 kernel:  [<c016ede8>] do_filp_open+0x301/0x5de
Jul 14 12:13:23 nu1vme02 kernel:  [<c0154296>] do_linear_fault+0x4d/0x55
Jul 14 12:13:23 nu1vme02 kernel:  [<c01e473a>] strncpy_from_user+0x3c/0x5b
Jul 14 12:13:23 nu1vme02 kernel:  [<c0166d0f>] do_sys_open+0x40/0xb4
Jul 14 12:13:23 nu1vme02 kernel:  [<c0166da1>] sys_open+0x1e/0x23
Jul 14 12:13:23 nu1vme02 kernel:  [<c0102d31>] sysenter_do_call+0x12/0x21
Jul 14 12:13:23 nu1vme02 kernel:  [<c0310000>] packet_mmap+0xea/0xed
Jul 14 12:13:23 nu1vme02 kernel: ---[ end trace 1beb6799f04d7ab5 ]---
-Kevin
 
Old 07-14-2009, 07:12 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Are you using a level converter to change TTL to RS-232?
 
Old 07-14-2009, 07:50 AM   #9
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
Are you using a level converter to change TTL to RS-232?
I connected the GPS 1PPS BNC output to a serial DB9 connector (signal to pin#1, ground to pin#5 if I recall correctly), across a 50ohm resistor (as suggested per the manual). I checked the signal with an oscilloscope and it was about 3.1V at the serial connector, which I connected to the computer... Was that an epic fail maneuver?

-Kevin
 
Old 07-14-2009, 08:21 AM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Maybe not an epic failure....
RS-232 signals levels are +/- 3-15 vs 0-5 VDC for TTL. Zero volts is not a valid logic level for RS-232.
So you are going to need a level converter.
 
Old 07-14-2009, 09:34 AM   #11
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Hi again!

I'm sorry that I don't have enough time now to write all that I wanted,because I've been searching and reading about the topic and found some really interesting things. Many things are just as I thought.

Please go here and read the guide very carefully. It should get you up and running anyway that you want.

Also,check this page.

Post back.

Alan
 
Old 07-14-2009, 08:32 PM   #12
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
Maybe not an epic failure....
RS-232 signals levels are +/- 3-15 vs 0-5 VDC for TTL. Zero volts is not a valid logic level for RS-232.
So you are going to need a level converter.
I just re-read the RS-232 wiki and I see what you mean. However, I am a bit perplexed because, as the page Alan_ri links to above, it looks like the 1PPS signal is connected to ground across some minimal resistance and that's it. See: http://time.qnan.org/gps18lvc/wiring/0800x0600.png from this guide: http://time.qnan.org/ . This guide is for a Garmin GPS Device, which is not the device I'm using, but the tech spec sheet says "transmit voltage levels that swing from ground to the positive supply voltage level."... Which I read as "0V to 5V," which in light of the RS-232 standards, does not make any sense.

Similarly, this separate guide has a wiring diagram, that, as far as I can tell (I'm not experienced with this at all, so that isn't saying much) sends a 0V-5V voltage directing into the serial port:
http://www.satsignal.eu/ntp/FreeBSD-GPS-PPS.htm

Sorry to overwhelm with links here, but I thought I'd google up 'linuxpps required voltage levels' before sending off this reply, and from the quick few threads I've found it seems that the 0V-5V levels into a serial port are OK, which would be good (I don't need to worry about level conversion) and bad (if it's not my voltage levels, what's the problem?). See, for example: http://www.frameip.com/nntp/comp-pro...ux-status.html

Cheers,

-Kevin
 
Old 07-14-2009, 08:49 PM   #13
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by alan_ri View Post
Hi again!

I'm sorry that I don't have enough time now to write all that I wanted,because I've been searching and reading about the topic and found some really interesting things. Many things are just as I thought.

Please go here and read the guide very carefully. It should get you up and running anyway that you want.

Also,check this page.

Post back.

Alan
Hi Alan,

Thanks for the link. I have read both of those pages many times already hehe... Which I guess is sort of a sad testament to my inability to get things working >

My situation is similar, though as mentioned above I'm not using NMEA data and I'm not using the Garmin device. However, I have a verified 1PPS signal connected to my serial port (verified by oscilloscope, not software...), which allows me to skip a lot of those guides. I'm basically at the software point where all I'm trying to do now, before worrying about NTPd configuration, is verify the input of my 1PPS signal. UHG!

So, not to reiterate myself too much here, but it is not clear to me whether I need to do a variety of NTPd configuration steps first. The LinuxPPS "ppstest" program seems to be a pre-NTP step, but if I am mistaken in thinking that then perhaps there are some necessary NTPd configuration options I have not taken care of yet. Any advice in this regard?

And, for the sake of other people reading up on this topic, or to spare you kind repliers of my thread the hassle of googling around, here's a list of pages I've enjoyed or found useful so far:

NTP/GPS/LinuxPPS stuff:
http://doc.ntp.org/4.1.1/ (NTP documentation page)
http://www.wraith.sf.ca.us/ntp/index.html (Many details on NTP and GPS)
http://wiki.enneenne.com/index.php/L...S_NTPD_support (main LinuxPPS page)
http://ml.enneenne.com/pipermail/linuxpps/ (LinuxPPS mail archives!)
http://www.satsignal.eu/ntp/FreeBSD-GPS-PPS.htm (Nice home GPS setup)
http://time.qnan.org/ (another nice home GPS setup)
http://www.ntp.org/ntpfaq/NTP-a-faq.htm (NTP FAQ)

Serial Port Stuff:
http://www.ibiblio.org/pub/Linux/doc...ial-HOWTO.html
http://www.vanemery.com/Linux/Serial...l-console.html
http://en.wikipedia.org/wiki/RS-232
http://en.wikipedia.org/wiki/Serial_port


Cheers,

-Kevin
 
Old 07-14-2009, 09:48 PM   #14
wintercarver
LQ Newbie
 
Registered: Mar 2005
Location: san francisco/portland
Posts: 12

Original Poster
Rep: Reputation: 0
Success...!...?

Dear All,

According to Einstein's definition of insanity, namely doing something over and over again and expecting different results, I am insane. However, I did get different results. Embarrassingly enough, I'm not quite sure why things appear to be behaving differently. Anyway, here's the status update:

Recompiled the kernel with the 8250 serial support as a module as opposed to being built in (for the sole purpose of being able to follow the LinuxPPS wiki -exactly-, i.e. to be able to issue "modprob 8250"... I know, desperate measures...) and proceeded as suggested. After initial boot, found no /dev/ttyS* devices, and no /dev/pps* devices. modprob'ed 8250, which produced the /dev/ttyS[0-3] devices. Still no sign of /dev/pps* devices, however. Issued "ldattach 18 /dev/ttyS0" and still did not find any pps devices. However, I did an ls again about 30 seconds later and /dev/pps and /dev/pps0 were present. Take-home point? It takes a few seconds to generate pps devices, I guess... Ran "ppstest /dev/pps0" and!...

# ./ppstest /dev/pps0
trying PPS source "/dev/pps0"
found PPS source "/dev/pps0"
ok, found 1 source(s), now start fetching data...
source 0 - assert 1247625073.031257313, sequence: 186 - clear 1247625073.031288217, sequence: 186
source 0 - assert 1247625074.031336814, sequence: 187 - clear 1247625074.031368725, sequence: 187
source 0 - assert 1247625075.031415628, sequence: 188 - clear 1247625075.031438889, sequence: 188
source 0 - assert 1247625076.031496172, sequence: 189 - clear 1247625076.031526462, sequence: 189
source 0 - assert 1247625077.031575999, sequence: 190 - clear 1247625077.031599405, sequence: 190


Success!? Out of curiosity I ran "ppstest /dev/pps" and the exact same output was produced, with the sequence (number of seconds active) picking up where /dev/pps0 left off.

So, for those of you enthralled by my saga, there are two subtleties I'm now pursuing: You'll notice in my ppstest results that each line ends with a repeat of "sequence: xxx", where xxx is the current sequence. However, on the LinuxPPS wiki the sequence is listed once, and then at the end of each line it always has "sequence: 0" -- big deal?

Second, is there an obvious explanation for why two pps devices are created (/dev/pps, /dev/pps0) and why they both apparently carry the same signal (ppstest treats them identically)?

Thank you all for the support and motivation to keep my head up in exploring this topic I know nothing about :D (but now know a little!).

I will begin the NTPd configuration now, which judging from all the "how to configure ntpd" articles I'm guessing will be a saga of its own...

Cheers,

-Kevin
 
Old 07-16-2009, 07:11 AM   #15
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Quote:
Originally Posted by wintercarver;

So, for those of you enthralled by my saga, there are two subtleties I'm now pursuing: You'll notice in my ppstest results that each line ends with a repeat of "sequence: xxx", where xxx is the current sequence. However, on the LinuxPPS wiki the sequence is listed once, and then at the end of each line it always has "sequence: 0" -- big deal?

Second, is there an obvious explanation for why two pps devices are created (/dev/pps, /dev/pps0) and why they both apparently carry the same signal (ppstest treats them identically)?
Here's what I've found;
Quote:
The "doubled"-"repeated" sequence numbers are related to the fact that each change of the pulse status prints the last assert and clear, if you check carefully your ppstest log you will see the timestamp reported twice both for the assert and the clear:

Code:
assert #1, clear #1
assert #2, clear #1
assert #2, clear #2
assert #3, clear #2
and so on.
About /dev/pps and /dev/pps0, I'd say it's one and the same thing.

I don't know have you already seen this, have a look, it's interesting to read.

Last edited by alan_ri; 07-16-2009 at 07:20 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ntp drift file in /etc/ntp instead of /var/lib/ntp - suggestion for a patch in Slack niels.horn Slackware 16 05-07-2009 07:35 PM
Microsecond Precision From Garmin 18 LVC GPS unit with PPS Signal And NTP AwesomeMachine LinuxAnswers Discussion 1 08-16-2007 07:32 AM
Another Radeon saga... Berto Linux - Software 1 09-01-2004 09:05 PM
NTP cannot work with timeserver, NTP-d can jerryvapps Linux - Networking 0 08-04-2004 02:04 PM
NTP cannot use server, NTP -d can jerryvapps Linux - Newbie 0 07-28-2004 02:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration