time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Lady Heather Ver 5 Problem

MS
Mark Sims
Tue, Dec 13, 2016 3:49 AM

I grep'd all the source code and there is no 11004 anywhere in the program...


ke5fx.dyndns.org not found (code 11004)

I grep'd all the source code and there is no 11004 anywhere in the program... ---------------- > ke5fx.dyndns.org not found (code 11004)
JM
John Miles
Tue, Dec 13, 2016 5:04 AM

The error message in question came from the IPCONN::connect() method in ipconn.cpp.  That particular code (11004) is returned by gethostbyname() when it fails to resolve a DNS name.  Normally, when Heather tries to connect to the test server, gethostbyname() is used to turn "ke5fx.dyndns.org" into a numeric address that can be passed to connect().  If it returns 11004, it means that the client's DNS provider was able to find a record, but couldn't actually resolve it.

Should just be a temporary glitch in the Matrix.  Nothing specific can be done about it AFAIK.

-- john, KE5FX
Miles Design LLC

I grep'd all the source code and there is no 11004 anywhere in the program...

The error message in question came from the IPCONN::connect() method in ipconn.cpp. That particular code (11004) is returned by gethostbyname() when it fails to resolve a DNS name. Normally, when Heather tries to connect to the test server, gethostbyname() is used to turn "ke5fx.dyndns.org" into a numeric address that can be passed to connect(). If it returns 11004, it means that the client's DNS provider was able to find a record, but couldn't actually resolve it. Should just be a temporary glitch in the Matrix. Nothing specific can be done about it AFAIK. -- john, KE5FX Miles Design LLC > I grep'd all the source code and there is no 11004 anywhere in the program... >
OE
Orin Eman
Tue, Dec 13, 2016 5:40 AM

For a little more detail see WSA_NODATA here:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx

The explanation is rather difficult to parse.  It seems it's indicating
that an MX record was found (somewhere you could send email) but no A
record (a server you could connect to).

As John says, probably a temporary problem.

Orin; never seen that one before.

On Mon, Dec 12, 2016 at 9:04 PM, John Miles john@miles.io wrote:

The error message in question came from the IPCONN::connect() method in
ipconn.cpp.  That particular code (11004) is returned by gethostbyname()
when it fails to resolve a DNS name.  Normally, when Heather tries to
connect to the test server, gethostbyname() is used to turn "
ke5fx.dyndns.org" into a numeric address that can be passed to
connect().  If it returns 11004, it means that the client's DNS provider
was able to find a record, but couldn't actually resolve it.

Should just be a temporary glitch in the Matrix.  Nothing specific can be
done about it AFAIK.

-- john, KE5FX
Miles Design LLC

I grep'd all the source code and there is no 11004 anywhere in the

program...


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/
mailman/listinfo/time-nuts
and follow the instructions there.

For a little more detail see WSA_NODATA here: https://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx The explanation is rather difficult to parse. It seems it's indicating that an MX record was found (somewhere you could send email) but no A record (a server you could connect to). As John says, probably a temporary problem. Orin; never seen that one before. On Mon, Dec 12, 2016 at 9:04 PM, John Miles <john@miles.io> wrote: > The error message in question came from the IPCONN::connect() method in > ipconn.cpp. That particular code (11004) is returned by gethostbyname() > when it fails to resolve a DNS name. Normally, when Heather tries to > connect to the test server, gethostbyname() is used to turn " > ke5fx.dyndns.org" into a numeric address that can be passed to > connect(). If it returns 11004, it means that the client's DNS provider > was able to find a record, but couldn't actually resolve it. > > Should just be a temporary glitch in the Matrix. Nothing specific can be > done about it AFAIK. > > -- john, KE5FX > Miles Design LLC > > > I grep'd all the source code and there is no 11004 anywhere in the > program... > > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/ > mailman/listinfo/time-nuts > and follow the instructions there. >
RW
Richard W. Solomon
Tue, Dec 13, 2016 5:41 AM

As I e-mailed earlier, the cause was ticking the wrong shortcut.
Once I ticked the right one, it opened up.

NOW, how does one get it to run in full screen mode. I tried the /f
tag but it did not work.

Any ideas ?

Thanks, Dick, W1KSZ

-----Original Message-----
From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of John Miles
Sent: Monday, December 12, 2016 10:04 PM
To: 'Discussion of precise time and frequency measurement'
Subject: Re: [time-nuts] Lady Heather Ver 5 Problem

The error message in question came from the IPCONN::connect() method in ipconn.cpp.  That particular code (11004) is returned by gethostbyname() when it fails to resolve a DNS name.  Normally, when Heather tries to connect to the test server, gethostbyname() is used to turn "ke5fx.dyndns.org" into a numeric address that can be passed to connect().  If it returns 11004, it means that the client's DNS provider was able to find a record, but couldn't actually resolve it.

Should just be a temporary glitch in the Matrix.  Nothing specific can be done about it AFAIK.

-- john, KE5FX
Miles Design LLC

I grep'd all the source code and there is no 11004 anywhere in the program...


time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

As I e-mailed earlier, the cause was ticking the wrong shortcut. Once I ticked the right one, it opened up. NOW, how does one get it to run in full screen mode. I tried the /f tag but it did not work. Any ideas ? Thanks, Dick, W1KSZ -----Original Message----- From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of John Miles Sent: Monday, December 12, 2016 10:04 PM To: 'Discussion of precise time and frequency measurement' Subject: Re: [time-nuts] Lady Heather Ver 5 Problem The error message in question came from the IPCONN::connect() method in ipconn.cpp. That particular code (11004) is returned by gethostbyname() when it fails to resolve a DNS name. Normally, when Heather tries to connect to the test server, gethostbyname() is used to turn "ke5fx.dyndns.org" into a numeric address that can be passed to connect(). If it returns 11004, it means that the client's DNS provider was able to find a record, but couldn't actually resolve it. Should just be a temporary glitch in the Matrix. Nothing specific can be done about it AFAIK. -- john, KE5FX Miles Design LLC > I grep'd all the source code and there is no 11004 anywhere in the program... > _______________________________________________ time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
PS
paul swed
Tue, Dec 13, 2016 3:38 PM

Dick
Responded to you

On Tue, Dec 13, 2016 at 12:41 AM, Richard W. Solomon w1ksz@earthlink.net
wrote:

As I e-mailed earlier, the cause was ticking the wrong shortcut.
Once I ticked the right one, it opened up.

NOW, how does one get it to run in full screen mode. I tried the /f
tag but it did not work.

Any ideas ?

Thanks, Dick, W1KSZ

-----Original Message-----
From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of John
Miles
Sent: Monday, December 12, 2016 10:04 PM
To: 'Discussion of precise time and frequency measurement'
Subject: Re: [time-nuts] Lady Heather Ver 5 Problem

The error message in question came from the IPCONN::connect() method in
ipconn.cpp.  That particular code (11004) is returned by gethostbyname()
when it fails to resolve a DNS name.  Normally, when Heather tries to
connect to the test server, gethostbyname() is used to turn "
ke5fx.dyndns.org" into a numeric address that can be passed to
connect().  If it returns 11004, it means that the client's DNS provider
was able to find a record, but couldn't actually resolve it.

Should just be a temporary glitch in the Matrix.  Nothing specific can be
done about it AFAIK.

-- john, KE5FX
Miles Design LLC

I grep'd all the source code and there is no 11004 anywhere in the

program...


time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.


time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/
mailman/listinfo/time-nuts
and follow the instructions there.

Dick Responded to you On Tue, Dec 13, 2016 at 12:41 AM, Richard W. Solomon <w1ksz@earthlink.net> wrote: > As I e-mailed earlier, the cause was ticking the wrong shortcut. > Once I ticked the right one, it opened up. > > NOW, how does one get it to run in full screen mode. I tried the /f > tag but it did not work. > > Any ideas ? > > Thanks, Dick, W1KSZ > > -----Original Message----- > From: time-nuts [mailto:time-nuts-bounces@febo.com] On Behalf Of John > Miles > Sent: Monday, December 12, 2016 10:04 PM > To: 'Discussion of precise time and frequency measurement' > Subject: Re: [time-nuts] Lady Heather Ver 5 Problem > > The error message in question came from the IPCONN::connect() method in > ipconn.cpp. That particular code (11004) is returned by gethostbyname() > when it fails to resolve a DNS name. Normally, when Heather tries to > connect to the test server, gethostbyname() is used to turn " > ke5fx.dyndns.org" into a numeric address that can be passed to > connect(). If it returns 11004, it means that the client's DNS provider > was able to find a record, but couldn't actually resolve it. > > Should just be a temporary glitch in the Matrix. Nothing specific can be > done about it AFAIK. > > -- john, KE5FX > Miles Design LLC > > > I grep'd all the source code and there is no 11004 anywhere in the > program... > > > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > > _______________________________________________ > time-nuts mailing list -- time-nuts@febo.com > To unsubscribe, go to https://www.febo.com/cgi-bin/ > mailman/listinfo/time-nuts > and follow the instructions there. >