* Timeout issue
@ 2013-08-20 9:33 Hingolikar, Mrinmayee
2013-08-20 12:07 ` Nicolas Dechesne
2013-08-20 16:41 ` Denys Dmytriyenko
0 siblings, 2 replies; 6+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-20 9:33 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
Hi all,
During yocto build many times the fetch times out resulting in a fetcher failure. The same command for fetch when run with a larger timeout for wget succeeds.
Where can we modify the arguments to wget so that the build doesn't halt due to a fetcher failure?
Regards,
Mrinmayee
[-- Attachment #2: Type: text/html, Size: 2182 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Timeout issue
2013-08-20 9:33 Timeout issue Hingolikar, Mrinmayee
@ 2013-08-20 12:07 ` Nicolas Dechesne
2013-08-21 5:05 ` Hingolikar, Mrinmayee
2013-08-20 16:41 ` Denys Dmytriyenko
1 sibling, 1 reply; 6+ messages in thread
From: Nicolas Dechesne @ 2013-08-20 12:07 UTC (permalink / raw)
To: Hingolikar, Mrinmayee; +Cc: meta-ti@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
On Tue, Aug 20, 2013 at 11:33 AM, Hingolikar, Mrinmayee <mrinmayee@ti.com>wrote:
> During yocto build many times the fetch times out resulting in a fetcher
> failure. The same command for fetch when run with a larger timeout for wget
> succeeds.****
>
> Where can we modify the arguments to wget so that the build doesn’t halt
> due to a fetcher failure?****
>
> ** **
>
>
it's defined in meta/conf/bitbake.conf as:
FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp
--no-check-certificate"
you should be able to modify the value of that variable in any of your
config file.
[-- Attachment #2: Type: text/html, Size: 1215 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Timeout issue
2013-08-20 9:33 Timeout issue Hingolikar, Mrinmayee
2013-08-20 12:07 ` Nicolas Dechesne
@ 2013-08-20 16:41 ` Denys Dmytriyenko
2013-08-21 5:21 ` Hingolikar, Mrinmayee
1 sibling, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-08-20 16:41 UTC (permalink / raw)
To: Hingolikar, Mrinmayee; +Cc: meta-ti@yoctoproject.org
On Tue, Aug 20, 2013 at 09:33:15AM +0000, Hingolikar, Mrinmayee wrote:
> Hi all,
>
> During yocto build many times the fetch times out resulting in a fetcher
> failure. The same command for fetch when run with a larger timeout for wget
> succeeds.
> Where can we modify the arguments to wget so that the build doesn't halt due
> to a fetcher failure?
Mrinmayee,
Please also raise this issue with the IT department from your side - we've
seen the proxies timing out lately for other teams and the more people
complain, the faster it should get resolved... Thanks.
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Timeout issue
2013-08-20 12:07 ` Nicolas Dechesne
@ 2013-08-21 5:05 ` Hingolikar, Mrinmayee
0 siblings, 0 replies; 6+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-21 5:05 UTC (permalink / raw)
To: Nicolas Dechesne; +Cc: meta-ti@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 845 bytes --]
Thanks a lot Nicholas.
Regards,
Mrinmayee
From: Nicolas Dechesne [mailto:nicolas.dechesne@linaro.org]
Sent: Tuesday, August 20, 2013 5:37 PM
To: Hingolikar, Mrinmayee
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] Timeout issue
On Tue, Aug 20, 2013 at 11:33 AM, Hingolikar, Mrinmayee <mrinmayee@ti.com<mailto:mrinmayee@ti.com>> wrote:
During yocto build many times the fetch times out resulting in a fetcher failure. The same command for fetch when run with a larger timeout for wget succeeds.
Where can we modify the arguments to wget so that the build doesn't halt due to a fetcher failure?
it's defined in meta/conf/bitbake.conf as:
FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate"
you should be able to modify the value of that variable in any of your config file.
[-- Attachment #2: Type: text/html, Size: 4503 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Timeout issue
2013-08-20 16:41 ` Denys Dmytriyenko
@ 2013-08-21 5:21 ` Hingolikar, Mrinmayee
2013-08-21 13:53 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-21 5:21 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, August 20, 2013 10:11 PM
> To: Hingolikar, Mrinmayee
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] Timeout issue
>
> On Tue, Aug 20, 2013 at 09:33:15AM +0000, Hingolikar, Mrinmayee wrote:
> > Hi all,
> >
> > During yocto build many times the fetch times out resulting in a
> > fetcher failure. The same command for fetch when run with a larger
> > timeout for wget succeeds.
> > Where can we modify the arguments to wget so that the build doesn't
> > halt due to a fetcher failure?
>
> Mrinmayee,
>
> Please also raise this issue with the IT department from your side -
> we've seen the proxies timing out lately for other teams and the more
> people complain, the faster it should get resolved... Thanks.
>
Yes we have raised this issue with the IT department for the omapzoom server as of now.
Thanks.
> --
> Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Timeout issue
2013-08-21 5:21 ` Hingolikar, Mrinmayee
@ 2013-08-21 13:53 ` Denys Dmytriyenko
0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2013-08-21 13:53 UTC (permalink / raw)
To: Hingolikar, Mrinmayee; +Cc: meta-ti@yoctoproject.org
On Wed, Aug 21, 2013 at 01:21:57AM -0400, Hingolikar, Mrinmayee wrote:
>
>
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, August 20, 2013 10:11 PM
> > To: Hingolikar, Mrinmayee
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] Timeout issue
> >
> > On Tue, Aug 20, 2013 at 09:33:15AM +0000, Hingolikar, Mrinmayee wrote:
> > > Hi all,
> > >
> > > During yocto build many times the fetch times out resulting in a
> > > fetcher failure. The same command for fetch when run with a larger
> > > timeout for wget succeeds.
> > > Where can we modify the arguments to wget so that the build doesn't
> > > halt due to a fetcher failure?
> >
> > Mrinmayee,
> >
> > Please also raise this issue with the IT department from your side -
> > we've seen the proxies timing out lately for other teams and the more
> > people complain, the faster it should get resolved... Thanks.
> >
> Yes we have raised this issue with the IT department for the omapzoom server
> as of now. Thanks.
This is not a problem with any specific server, it's a problem with the Proxy!
--
Denys
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-21 13:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 9:33 Timeout issue Hingolikar, Mrinmayee
2013-08-20 12:07 ` Nicolas Dechesne
2013-08-21 5:05 ` Hingolikar, Mrinmayee
2013-08-20 16:41 ` Denys Dmytriyenko
2013-08-21 5:21 ` Hingolikar, Mrinmayee
2013-08-21 13:53 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.