Re: [ntp:questions] Strange refid

2013-11-13 Thread David Woolley

On 12/11/13 23:37, Charles Swiger wrote:



8-bit variants of ASCII which preserved the 0-127 range and added graphics or
printable characters from 128-255 are called extended ASCII and started in 
the 80s
with such things as IBM code page 437:


Extended ASCII is a marketing term, not a national standards term, and 
has been the cause of a lot of confusion.  The AS stands for American 
Standard and the Microsoft code pages are not US national standards.


(Many national and international standards do have ASCII as a subset. 
The 8 bit one for the US is ISO 8859-1, which is closer to Microsoft 
1252 (1252 replaces a secondary set of control characters by additional 
graphics.  ISO 10646 (carefully numbered as ASCII is one of the variants 
of ISO 646), the code now most generally used, also has ASCII as a 
subset, and in its UTF-8 representation, ASCII produces the same machine 
representation (give or take byte order marks).  The two common codes 
used in the Chinese language area, before ISO 10646 became common, also 
have ASCII as a subset, and represent ASCII text as single bytes.  The 
ability of these codes to represent ASCII one to one is only there 
because ASCII is a seven bit code, )


___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread David Lord

A C wrote:

On 11/11/2013 13:38, E-Mail Sent to this address will be added to the
BlackLists wrote:

On 11/10/2013 10:35 PM, A C wrote:

Anyone care to explain what this refid means?  This is from the
billboard on one of my machines.  This came from the round-robin DNS
pool but I couldn't tell you which round-robin provided it other than
one of the North America or US pools.


204.109.63.243  .M-F.\..  16 u   86   512   376   58.947  -201.11 138.426

Medium Frequency Radio? (LORAN-A?)



Given that it was late Sunday I almost thought This server open Monday
through Friday only.  :)  I don't think it would be LORAN since there
are no more LORAN transmitters in the US.  LORAN-A has been long gone
and LORAN-C shut down a couple years ago.

The server in question is normally a stratum 2 system and currently has
a stratum 1 server IP as the refid.


Are either WWV(various hf) or WWVB(60kHz) still online?

Here I sometimes receive MSF (60kHz) but the transmitter was
relocated from Rugby to Anthorn Cumbria and reception is no
longer good.

 remote   refid  st t  when  poll reach   delay  offset  jitter
 SHM(0)   .MSFa.  4 l   35m64 0   0.000   5.330   0.000
*me6000e  .PPSb.  1 u2664   377   0.587  -0.436   0.239

David

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Thomas Laus
On 2013-11-12, David Lord sn...@lordynet.org wrote:

 Are either WWV(various hf) or WWVB(60kHz) still online?

David:

Thay are all still on the air.

http://www.nist.gov/pml/div688/grp40/wwv.cfm

Tom

-- 
Public Keys:
PGP KeyID = 0x5F22FDC1
GnuPG KeyID = 0x620836CF

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Steve Kostecke
On 2013-11-11, A C agcarver+...@acarver.net wrote:
 Anyone care to explain what this refid means?  This is from the
 billboard on one of my machines.  This came from the round-robin DNS
 pool but I couldn't tell you which round-robin provided it other than
 one of the North America or US pools.

 204.109.63.243  .M-F.\.. 16 u 86 512 376 58.947 -201.11 138.426

The NTP Pool information page for this server is:

http://www.pool.ntp.org/scores/204.109.63.243

-- 
Steve Kostecke koste...@ntp.org
NTP Public Services Project - http://support.ntp.org/

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Brian Utterback

On 11/11/13 01:35, A C wrote:

Anyone care to explain what this refid means?  This is from the
billboard on one of my machines.  This came from the round-robin DNS
pool but I couldn't tell you which round-robin provided it other than
one of the North America or US pools.


204.109.63.243  .M-F.\..  16 u   86  512  376   58.947  -201.11 138.426



I just looked at the code for printing the refid and if it decides that 
the refid is not an address and that it should print it in ascii, the 
routine makeascii is called to do the conversion. Oddly enough, if the 
character is has the high order bit turned on, it prints M- and then 
the character with the high order bit masked off. So, if the refid was 
192.46.92.46 and it decided to run it through makeascii anyway, it would 
print as .M-F.\..


Now, while it looks like a valid IP address, it doesn't seem to be one 
of the servers that 204.109.63.243 is currently using (maybe 
previously?) nor does it explain why an IP address got printed as ASCII, 
but it does explain how we got 6 characters out of 4 bytes.


However, it begs the question of why somebody thought that printing M- 
before characters with the high order bit turned on would be a good idea.


--
blu

Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. - Martin Golding
---|
Brian Utterback - Solaris RPE, Oracle Corporation.
Ph:603-262-3916, Em:brian.utterb...@oracle.com

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Greg Troxel

Brian Utterback brian.utterb...@oracle.com writes:

 On However, it begs the question of why somebody thought that printing
 M- before characters with the high order bit turned on would be a
 good idea.

Because ASCII is 7 bits and it is conventional to encode (in 8 bits)
Meta as a modifier by setting the high bit.  Hyper and Super were not so
lucky as to be assigned a bit.

http://ergoemacs.org/emacs/emacs_hyper_super_keys.html


pgpAr6beXKjW4.pgp
Description: PGP signature
___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Re: [ntp:questions] Strange refid

2013-11-12 Thread John Hasler
Brian Utterback writes:
 However, it begs the question of why somebody thought that printing
 M- before characters with the high order bit turned on would be a
 good idea.

ASCII characters with the high bit turned on are control characters.
M- is a common notation for control as in M-J for control-J.
-- 
John Hasler 
jhas...@newsguy.com
Dancing Horse Hill
Elmwood, WI USA

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Gary Johnson
On 2013-11-12, John Hasler wrote:
 Brian Utterback writes:
  However, it begs the question of why somebody thought that printing
  M- before characters with the high order bit turned on would be a
  good idea.
 
 ASCII characters with the high bit turned on are control characters.

No, they're not.  Control characters are those with all but the
lowest five bits set to 0.

 M- is a common notation for control as in M-J for control-J.

M-J is 0xCA whereas Ctrl-J is 0x0A.

Regards,
Gary

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Brian Utterback

On 11/12/2013 1:02 PM, Gary Johnson wrote:

On 2013-11-12, John Hasler wrote:

Brian Utterback writes:

However, it begs the question of why somebody thought that printing
M- before characters with the high order bit turned on would be a
good idea.

ASCII characters with the high bit turned on are control characters.

No, they're not.  Control characters are those with all but the
lowest five bits set to 0.


M- is a common notation for control as in M-J for control-J.

M-J is 0xCA whereas Ctrl-J is 0x0A.

Regards,
Gary



Okay, I can see why someone might have thought it was a good idea at 
the time, but it clearly fails as a long term strategy since it is only 
obvious after it is explained. And particularly considering that this 
feature would never be exercised except through a bug.


Brian.
___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Erwan David
John Hasler jhas...@newsguy.com disait le 11/12/13 que :

 Brian Utterback writes:
 However, it begs the question of why somebody thought that printing
 M- before characters with the high order bit turned on would be a
 good idea.

 ASCII characters with the high bit turned on are control characters.

Or something else... This depends on the charset.

éàç have high bit on in iso-8859-1 which should be used for this message
(or if I failed it will be UTF-8 and they will be made of 2 bytes with
high bit on).


-- 
Les simplifications c'est trop compliqué

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread David Woolley

On 12/11/13 16:27, John Hasler wrote:



ASCII characters with the high bit turned on are control characters.
M- is a common notation for control as in M-J for control-J.

There are, by definition, no ASCII characters with code points higher 
than 127.


I think Meta- is an EMACS thing.

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-12 Thread Charles Swiger
On Nov 12, 2013, at 3:00 PM, David Woolley david@ex.djwhome.demon.invalid 
wrote:
 There are, by definition, no ASCII characters with code points higher than 
 127.

The original (1960s) ASCII character set was 7-bit only.

8-bit variants of ASCII which preserved the 0-127 range and added graphics or
printable characters from 128-255 are called extended ASCII and started in 
the 80s
with such things as IBM code page 437:

  http://en.wikipedia.org/wiki/ASCII#8-bit
  http://en.wikipedia.org/wiki/Extended_ASCII

 I think Meta- is an EMACS thing.

Emacs is more convenient to use if a keyboard has a Meta key which sets the 
high bit.

M-x is how Meta + x is documented per Emacs conventions, but Esc + x is an 
alternative
for keyboards which do not provide a Meta key.

Regards,
-- 
-Chuck

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-11 Thread mike cook

Le 11 nov. 2013 à 07:35, A C a écrit :

 Anyone care to explain what this refid means?  This is from the
 billboard on one of my machines.  This came from the round-robin DNS
 pool but I couldn't tell you which round-robin provided it other than
 one of the North America or US pools.
 
 204.109.63.243  .M-F.\..  16 u   86  512  376   58.947  -201.11 
 138.426
 

one can fudge the refid to any string = 4 characters.. Try   ;-)   . 
Unfortunately, without patching it is bounded by full stops.

 ___
 questions mailing list
 questions@lists.ntp.org
 http://lists.ntp.org/listinfo/questions
___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-11 Thread E-Mail Sent to this address will be added to the BlackLists
On 11/10/2013 10:35 PM, A C wrote:
 Anyone care to explain what this refid means?  This is from the
 billboard on one of my machines.  This came from the round-robin DNS
 pool but I couldn't tell you which round-robin provided it other than
 one of the North America or US pools.

 204.109.63.243  .M-F.\..  16 u   86   512   376   58.947  -201.11 138.426

Medium Frequency Radio? (LORAN-A?)


-- 
E-Mail Sent to this address blackl...@anitech-systems.com
  will be added to the BlackLists.

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


Re: [ntp:questions] Strange refid

2013-11-11 Thread mike cook
I think your data corruption idea is the most probable cause. If you look 
closely at the refid, it is 6 characters excluding the start and ending 
periods. I tried to create a refid of 6 chars, but it got truncated to  4.

Le 11 nov. 2013 à 23:00, A C a écrit :

 On 11/11/2013 13:38, E-Mail Sent to this address will be added to the
 BlackLists wrote:
 On 11/10/2013 10:35 PM, A C wrote:
 Anyone care to explain what this refid means?  This is from the
 billboard on one of my machines.  This came from the round-robin DNS
 pool but I couldn't tell you which round-robin provided it other than
 one of the North America or US pools.
 
 204.109.63.243  .M-F.\..  16 u   86   512   376   58.947  -201.11 138.426
 
 Medium Frequency Radio? (LORAN-A?)
 
 
 Given that it was late Sunday I almost thought This server open Monday
 through Friday only.  :)  I don't think it would be LORAN since there
 are no more LORAN transmitters in the US.  LORAN-A has been long gone
 and LORAN-C shut down a couple years ago.
 
 The server in question is normally a stratum 2 system and currently has
 a stratum 1 server IP as the refid.
 ___
 questions mailing list
 questions@lists.ntp.org
 http://lists.ntp.org/listinfo/questions
___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions


[ntp:questions] Strange refid

2013-11-10 Thread A C
Anyone care to explain what this refid means?  This is from the
billboard on one of my machines.  This came from the round-robin DNS
pool but I couldn't tell you which round-robin provided it other than
one of the North America or US pools.

 204.109.63.243  .M-F.\..  16 u   86  512  376   58.947  -201.11 
 138.426

___
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions