* is anyone getting pathetic git download from the new kmod SRC_URI?
@ 2012-11-20 20:27 Robert P. J. Day
2012-11-20 21:02 ` Tom Zanussi
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2012-11-20 20:27 UTC (permalink / raw)
To: Yocto discussion list
maybe it's something i'm doing, but oe-core just changed the SRC_URI
for kmod to git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git,
and the response from the URL couldn't suck any worse than if it
sucked totally. i've yet to get a successful clone.
thoughts? is that working fine for others?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is anyone getting pathetic git download from the new kmod SRC_URI?
2012-11-20 20:27 is anyone getting pathetic git download from the new kmod SRC_URI? Robert P. J. Day
@ 2012-11-20 21:02 ` Tom Zanussi
2012-11-20 21:08 ` Robert P. J. Day
0 siblings, 1 reply; 5+ messages in thread
From: Tom Zanussi @ 2012-11-20 21:02 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Yocto discussion list
On Tue, 2012-11-20 at 15:27 -0500, Robert P. J. Day wrote:
> maybe it's something i'm doing, but oe-core just changed the SRC_URI
> for kmod to git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git,
> and the response from the URL couldn't suck any worse than if it
> sucked totally. i've yet to get a successful clone.
>
> thoughts? is that working fine for others?
>
No problems here:
[trz@empanada tmp]$ time git clone git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
Cloning into 'kmod'...
remote: Counting objects: 4003, done.
remote: Compressing objects: 100% (1599/1599), done.
remote: Total 4003 (delta 2811), reused 3196 (delta 2264)
Receiving objects: 100% (4003/4003), 4.59 MiB | 850 KiB/s, done.
Resolving deltas: 100% (2811/2811), done.
real 0m7.183s
user 0m0.361s
sys 0m0.429s
Tom
> rday
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is anyone getting pathetic git download from the new kmod SRC_URI?
2012-11-20 21:02 ` Tom Zanussi
@ 2012-11-20 21:08 ` Robert P. J. Day
2012-11-20 21:14 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2012-11-20 21:08 UTC (permalink / raw)
To: Tom Zanussi; +Cc: Yocto discussion list
On Tue, 20 Nov 2012, Tom Zanussi wrote:
> On Tue, 2012-11-20 at 15:27 -0500, Robert P. J. Day wrote:
> > maybe it's something i'm doing, but oe-core just changed the SRC_URI
> > for kmod to git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git,
> > and the response from the URL couldn't suck any worse than if it
> > sucked totally. i've yet to get a successful clone.
> >
> > thoughts? is that working fine for others?
> >
>
> No problems here:
>
> [trz@empanada tmp]$ time git clone git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
> Cloning into 'kmod'...
> remote: Counting objects: 4003, done.
> remote: Compressing objects: 100% (1599/1599), done.
> remote: Total 4003 (delta 2811), reused 3196 (delta 2264)
> Receiving objects: 100% (4003/4003), 4.59 MiB | 850 KiB/s, done.
> Resolving deltas: 100% (2811/2811), done.
>
> real 0m7.183s
> user 0m0.361s
> sys 0m0.429s
i can't explain it -- i've yet to have a successful clone from that
URL. hangs partway through every time.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is anyone getting pathetic git download from the new kmod SRC_URI?
2012-11-20 21:08 ` Robert P. J. Day
@ 2012-11-20 21:14 ` Gary Thomas
2012-11-20 21:30 ` Robert P. J. Day
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2012-11-20 21:14 UTC (permalink / raw)
To: yocto
On 2012-11-20 14:08, Robert P. J. Day wrote:
> On Tue, 20 Nov 2012, Tom Zanussi wrote:
>
>> On Tue, 2012-11-20 at 15:27 -0500, Robert P. J. Day wrote:
>>> maybe it's something i'm doing, but oe-core just changed the SRC_URI
>>> for kmod to git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git,
>>> and the response from the URL couldn't suck any worse than if it
>>> sucked totally. i've yet to get a successful clone.
>>>
>>> thoughts? is that working fine for others?
>>>
>>
>> No problems here:
>>
>> [trz@empanada tmp]$ time git clone git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
>> Cloning into 'kmod'...
>> remote: Counting objects: 4003, done.
>> remote: Compressing objects: 100% (1599/1599), done.
>> remote: Total 4003 (delta 2811), reused 3196 (delta 2264)
>> Receiving objects: 100% (4003/4003), 4.59 MiB | 850 KiB/s, done.
>> Resolving deltas: 100% (2811/2811), done.
>>
>> real 0m7.183s
>> user 0m0.361s
>> sys 0m0.429s
>
> i can't explain it -- i've yet to have a successful clone from that
> URL. hangs partway through every time.
Maybe it's a routing thing - where are you located?
n.b. it just worked for me - in about the same <10 seconds
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: is anyone getting pathetic git download from the new kmod SRC_URI?
2012-11-20 21:14 ` Gary Thomas
@ 2012-11-20 21:30 ` Robert P. J. Day
0 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2012-11-20 21:30 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto
On Tue, 20 Nov 2012, Gary Thomas wrote:
> On 2012-11-20 14:08, Robert P. J. Day wrote:
> > On Tue, 20 Nov 2012, Tom Zanussi wrote:
> >
> > > On Tue, 2012-11-20 at 15:27 -0500, Robert P. J. Day wrote:
> > > > maybe it's something i'm doing, but oe-core just changed the SRC_URI
> > > > for kmod to git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git,
> > > > and the response from the URL couldn't suck any worse than if it
> > > > sucked totally. i've yet to get a successful clone.
> > > >
> > > > thoughts? is that working fine for others?
> > > >
> > >
> > > No problems here:
> > >
> > > [trz@empanada tmp]$ time git clone
> > > git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
> > > Cloning into 'kmod'...
> > > remote: Counting objects: 4003, done.
> > > remote: Compressing objects: 100% (1599/1599), done.
> > > remote: Total 4003 (delta 2811), reused 3196 (delta 2264)
> > > Receiving objects: 100% (4003/4003), 4.59 MiB | 850 KiB/s, done.
> > > Resolving deltas: 100% (2811/2811), done.
> > >
> > > real 0m7.183s
> > > user 0m0.361s
> > > sys 0m0.429s
> >
> > i can't explain it -- i've yet to have a successful clone from that
> > URL. hangs partway through every time.
>
> Maybe it's a routing thing - where are you located?
>
> n.b. it just worked for me - in about the same <10 seconds
left where i was, tried again sitting at the bar with a pint of
dutch pilsner, and it worked fine. i'm sure it's the pilsner.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-20 21:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 20:27 is anyone getting pathetic git download from the new kmod SRC_URI? Robert P. J. Day
2012-11-20 21:02 ` Tom Zanussi
2012-11-20 21:08 ` Robert P. J. Day
2012-11-20 21:14 ` Gary Thomas
2012-11-20 21:30 ` Robert P. J. Day
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.