Re: [ntp:questions] How do I validate my PPS clocks?

2013-02-27 Thread unruh
On 2013-02-26, rama...@gmail.com rama...@gmail.com wrote: On Tuesday, February 26, 2013 10:57:22 AM UTC+10, unruh wrote: handling. And I only saw 1-2 us difference. Why are you getting 12us on the ldisc code? The 11us in my case is how long it takes to get from early in the interrupt code

Re: [ntp:questions] How do I validate my PPS clocks?

2013-02-27 Thread unruh
On 2013-02-26, rama...@gmail.com rama...@gmail.com wrote: On Tuesday, February 26, 2013 10:57:22 AM UTC+10, unruh wrote: handling. And I only saw 1-2 us difference. Why are you getting 12us on the ldisc code? The 11us in my case is how long it takes to get from early in the interrupt code

Re: [ntp:questions] How do I validate my PPS clocks?

2013-02-27 Thread Rick Jones
unruh un...@invalid.ca wrote: Is it possible that some other module is getting the interrupt and servicing it, before your module that is feeding pps gets it? 11us sounds a lot like the kind of time a interrupt service would take. This would mean that every time and interrupt came on your

[ntp:questions] Jim Hodges, 6StringStu, Six String Stu, James Stuart Hodges 3490

2013-02-27 Thread Trailer Trash Suzie
3490 577 SW Dexter Cir, Apt 201 1442 SW Haygood Loop, Apt 101 Lake City, FL 32025 (386) 438-8968 Local PD: (386) 752-4344 From: 6StringStu hawkinn...@nccray.net Newsgroups: alt.social-security-disability Date: Fri, 2 Apr 2010 01:02:30 -0500 Of the three felonies on my record, 1: Violation of

[ntp:questions] ntpd locks-up on FreeBSD 8.3

2013-02-27 Thread Edward T. Mischanko
When ntpd loads via rc.d at system start-up it just locks-up. It doesn't finish loading what is in the rc.conf or give me a login prompt. I have to control c out of it to regain control of the computer, but that terminates ntpd. Any help would be appreciated. Regards, Ed

Re: [ntp:questions] ntpd locks-up on FreeBSD 8.3

2013-02-27 Thread unruh
On 2013-02-28, Edward T. Mischanko etm1...@hotmail.com wrote: When ntpd loads via rc.d at system start-up it just locks-up. It doesn't finish loading what is in the rc.conf or give me a login prompt. I have to control c out of it to regain control of the computer, but that terminates ntpd.

Re: [ntp:questions] ntpd locks-up on FreeBSD 8.3

2013-02-27 Thread Harlan Stenn
What command-line options are you using? ___ questions mailing list questions@lists.ntp.org http://lists.ntp.org/listinfo/questions

Re: [ntp:questions] ntpd locks-up on FreeBSD 8.3

2013-02-27 Thread Gabs Ricalde
If you could do some debugging, running it under FreeBSD's equivalent of strace would probably reveal the problem. On Thu, Feb 28, 2013 at 11:50 AM, Edward T. Mischanko etm1...@hotmail.com wrote: When ntpd loads via rc.d at system start-up it just locks-up. It doesn't finish loading what is in

Re: [ntp:questions] ntpd locks-up on FreeBSD 8.3

2013-02-27 Thread David Woolley
Edward T. Mischanko wrote: When ntpd loads via rc.d at system start-up it just locks-up. It doesn't finish loading what is in the rc.conf or give me a login prompt. I have to control c out of it to regain control of the computer, but that terminates ntpd. Any help would be appreciated. That

Re: [ntp:questions] How do I validate my PPS clocks?

2013-02-27 Thread David Taylor
On 28/02/2013 04:59, rama...@gmail.com wrote: [] The times are with respect to the time stamp taken at the beginning of handle_irq(). 2.7us is to the start of serial8250_interrupt(), 4.5us is to the start of serial8250_handle_irq() and so on. arch/x86/kernel/irq_32.c handle_irq() 0us