* Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution
@ 2016-07-10 21:35 Denys Dmytriyenko
2016-07-10 22:10 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-07-10 21:35 UTC (permalink / raw)
To: openembedded-core
Has anyone ever seen this error message:
ERROR: blah-blah do_package: Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution
I'm using centralized PR Service over the network on a local subnet. I just
got this message on 2 different machines for 3 separate packages. Should I be
worried about it? Should I look into networking HW issues or into PR server
instance or something else? Should I switch over to using IP address instead
of FQDN and even more - use static IP? Any best practices? Thanks.
--
Denys
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution
2016-07-10 21:35 Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution Denys Dmytriyenko
@ 2016-07-10 22:10 ` Denys Dmytriyenko
2016-07-11 8:32 ` Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-07-10 22:10 UTC (permalink / raw)
To: openembedded-core
On Sun, Jul 10, 2016 at 05:35:59PM -0400, Denys Dmytriyenko wrote:
> Has anyone ever seen this error message:
>
> ERROR: blah-blah do_package: Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution
>
> I'm using centralized PR Service over the network on a local subnet. I just
Oh, forgot to mention - this seems to be intermittent, as it works fine now.
Trying to prevent it from happening again in the future.
> got this message on 2 different machines for 3 separate packages. Should I be
> worried about it? Should I look into networking HW issues or into PR server
> instance or something else? Should I switch over to using IP address instead
> of FQDN and even more - use static IP? Any best practices? Thanks.
--
Denys
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution
2016-07-10 22:10 ` Denys Dmytriyenko
@ 2016-07-11 8:32 ` Richard Purdie
2016-07-14 3:04 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2016-07-11 8:32 UTC (permalink / raw)
To: Denys Dmytriyenko, openembedded-core
On Sun, 2016-07-10 at 18:10 -0400, Denys Dmytriyenko wrote:
> On Sun, Jul 10, 2016 at 05:35:59PM -0400, Denys Dmytriyenko wrote:
> > Has anyone ever seen this error message:
> >
> > ERROR: blah-blah do_package: Can NOT get PRAUTO, exception [Errno
> > -3] Temporary failure in name resolution
> >
> > I'm using centralized PR Service over the network on a local
> > subnet. I just
>
> Oh, forgot to mention - this seems to be intermittent, as it works
> fine now.
> Trying to prevent it from happening again in the future.
>
>
> > got this message on 2 different machines for 3 separate packages.
> > Should I be
> > worried about it? Should I look into networking HW issues or into
> > PR server
> > instance or something else? Should I switch over to using IP
> > address instead
> > of FQDN and even more - use static IP? Any best practices? Thanks.
Failure in name resolution sounds like something went odd with the
network setup. It would be the host networking stack and the general
network setup that would be responsible for that rather than bitbake
specifically.
I assume you're using a FQDN which needs DNS resolution from a remote
DNS server? Any local caching of DNS?
It does sound like the DNS server became unreachable for a short period
and there wasn't a local cache. Its also possible we resolve the name
often enough (in many different processes) to trigger some kind of
repeat lookup protection on a DNS server if you have a more paranoid
security setup.
A static IP, or a static entry in hosts would likely work around the
issue, or simply using an IP address.
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution
2016-07-11 8:32 ` Richard Purdie
@ 2016-07-14 3:04 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-07-14 3:04 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On Mon, Jul 11, 2016 at 09:32:09AM +0100, Richard Purdie wrote:
> On Sun, 2016-07-10 at 18:10 -0400, Denys Dmytriyenko wrote:
> > On Sun, Jul 10, 2016 at 05:35:59PM -0400, Denys Dmytriyenko wrote:
> > > Has anyone ever seen this error message:
> > >
> > > ERROR: blah-blah do_package: Can NOT get PRAUTO, exception [Errno
> > > -3] Temporary failure in name resolution
> > >
> > > I'm using centralized PR Service over the network on a local
> > > subnet. I just
> >
> > Oh, forgot to mention - this seems to be intermittent, as it works
> > fine now.
> > Trying to prevent it from happening again in the future.
> >
> >
> > > got this message on 2 different machines for 3 separate packages.
> > > Should I be
> > > worried about it? Should I look into networking HW issues or into
> > > PR server
> > > instance or something else? Should I switch over to using IP
> > > address instead
> > > of FQDN and even more - use static IP? Any best practices? Thanks.
>
> Failure in name resolution sounds like something went odd with the
> network setup. It would be the host networking stack and the general
> network setup that would be responsible for that rather than bitbake
> specifically.
>
> I assume you're using a FQDN which needs DNS resolution from a remote
> DNS server? Any local caching of DNS?
>
> It does sound like the DNS server became unreachable for a short period
> and there wasn't a local cache. Its also possible we resolve the name
> often enough (in many different processes) to trigger some kind of
> repeat lookup protection on a DNS server if you have a more paranoid
> security setup.
>
> A static IP, or a static entry in hosts would likely work around the
> issue, or simply using an IP address.
Thanks, Richard! I will look into setting a static IP and/or hosts entry to
avoid any potential DNS resolution issues in the future...
--
Denys
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-07-14 4:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 21:35 Can NOT get PRAUTO, exception [Errno -3] Temporary failure in name resolution Denys Dmytriyenko
2016-07-10 22:10 ` Denys Dmytriyenko
2016-07-11 8:32 ` Richard Purdie
2016-07-14 3:04 ` Denys Dmytriyenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox