Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-11-01 Thread Vineeth Chowdary Karumanchi
On 11/1/2017 12:11 AM, Andre McCurdy wrote: The fetcher explicitly tries to avoid that by retrying each file only once. See retry logic in: http://git.openembedded.org/bitbake/commit/?id=54b1961551511948e0cbd2ac39f19b39b9cee568 However, there is a later commit which may also be related:

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-31 Thread Vineeth Karumanchi
On 11/1/2017 12:11 AM, Andre McCurdy wrote: It looks like the logic in the wget fetcher retries once, so if it's getting stuck then that seems like a genuine bug. Vineeth, are you sure it's really continuously retrying? Yes, I see continuous retry of wget of same sstate files. The fetcher

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-31 Thread Andre McCurdy
>> >> It looks like the logic in the wget fetcher retries once, so if it's getting >> stuck >> then that seems like a genuine bug. >> >> Vineeth, are you sure it's really continuously retrying? > Yes, I see continuous retry of wget of same sstate files. The fetcher explicitly tries to avoid that

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Vineeth Karumanchi
> From: Andre McCurdy [mailto:armccu...@gmail.com] > Sent: Tuesday, October 31, 2017 1:19 AM > To: Alexander Kanavin <alexander.kana...@linux.intel.com> > Cc: Vineeth Karumanchi <vinee...@xilinx.com>; Yocto discussion list > <yocto@yoctoproject.org> > Subject:

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Andre McCurdy
On Mon, Oct 30, 2017 at 2:37 AM, Alexander Kanavin wrote: > On 10/30/2017 07:54 AM, Vineeth Karumanchi wrote: > >> In this case i would expect bitbake to "check for sstate mirrors" for some >> time and rebuild from scratch. Is there any approach to over come

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Alexander Kanavin
On 10/30/2017 07:54 AM, Vineeth Karumanchi wrote: In this case i would expect bitbake to "check for sstate mirrors" for some time and rebuild from scratch. Is there any approach to over come this ? The approach is to fix your infrastructure so that fetching from network doesn't fail. We've

[yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Vineeth Karumanchi
Hi All, I am running sstate mirrors on a web server. My network has proxy, sstate is sharing well with proxies, . But, without proxies, bitbake is hanging at "/Checking sstate mirror object ###100%/".  Is there a way to change timeout of sstate mirror checking. I did some debugging