2016-11-30 22:40:01

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: problems fetching the drm-intel, etc trees

Hi all,

There is something seriaously wrong with anongit.freedesktop.org this
morning. Fething trees from there takes an enormous amount of time -
so long that I had to abort the fetches ...

--
Cheers,
Stephen Rothwell


2016-11-30 22:49:28

by Rob Clark

[permalink] [raw]
Subject: Re: linux-next: problems fetching the drm-intel, etc trees

yeah, {cgit,anongit}.fd.o have been having problems all day.. (the ssh
git urls for folks who have push access work fine).. although it has
worked for me a couple times today, given enough time.

(not sure if we have github/etc mirrors somewhere? I do have a github
clone of mesa which is up to date as of ~10min ago.. I could do the
same for other git trees if someone somewhere is stuck)

BR,
-R


On Wed, Nov 30, 2016 at 5:39 PM, Stephen Rothwell <[email protected]> wrote:
> Hi all,
>
> There is something seriaously wrong with anongit.freedesktop.org this
> morning. Fething trees from there takes an enormous amount of time -
> so long that I had to abort the fetches ...
>
> --
> Cheers,
> Stephen Rothwell
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

2016-11-30 23:13:05

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: problems fetching the drm-intel, etc trees

Hi Rob,

On Wed, 30 Nov 2016 17:49:24 -0500 Rob Clark <[email protected]> wrote:
>
> yeah, {cgit,anongit}.fd.o have been having problems all day.. (the ssh
> git urls for folks who have push access work fine).. although it has
> worked for me a couple times today, given enough time.
>
> (not sure if we have github/etc mirrors somewhere? I do have a github
> clone of mesa which is up to date as of ~10min ago.. I could do the
> same for other git trees if someone somewhere is stuck)

I have managed (with a lot of persistence) to fetch all the trees I
need from there today.

--
Cheers,
Stephen Rothwell

2016-12-01 20:45:21

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: problems fetching the drm-intel, etc trees

Hi Daniel,

On Thu, 01 Dec 2016 11:02:26 +0000 Daniel Stone <[email protected]> wrote:
>
> On Nov 30 2016, at 10:49 pm, Rob Clark <[email protected]> wrote:
>
> > yeah, {cgit,anongit}.fd.o have been having problems all day.. (the ssh
> git urls for folks who have push access work fine).. although it has
> worked for me a couple times today, given enough time.
> >
> > (not sure if we have github/etc mirrors somewhere? I do have a github
> clone of mesa which is up to date as of ~10min ago.. I could do the
> same for other git trees if someone somewhere is stuck)
>
> Sorry about this, it is quite bad. I think having mirrors for the key DRM
> trees on GitHub is a good idea though, and I can get to setting that up.
> Stephen, you need DRM (airlied), drm-misc, drm-panel, drm-intel, drm-tegra,
> drm-exynos and drm-msm, right?

Well, here are the trees I fetch from *.freedesktop.org:

drm-intel-fixes git://anongit.freedesktop.org/drm-intel for-linux-next-fixes
drm-misc-fixes git://anongit.freedesktop.org/drm/drm-misc for-linux-next-fixes
drm git://people.freedesktop.org/~airlied/linux.git drm-next
drm-panel git://anongit.freedesktop.org/tegra/linux.git drm/panel/for-next
drm-intel git://anongit.freedesktop.org/drm-intel for-linux-next
drm-tegra git://anongit.freedesktop.org/tegra/linux.git drm/tegra/for-next
drm-misc git://anongit.freedesktop.org/drm/drm-misc for-linux-next
drm-msm git://people.freedesktop.org/~robclark/linux msm-next

I did not have any trouble with the people.fd.o ones.

> Though, whilst you're at it, I noticed that the drm-misc tree needs updating:
> it's now at git://anongit.freedesktop.org/drm/drm-misc, rather than a branch
> of drm-intel.

I was informed, thanks.

Having mirrors is probably more effort for me than the slight outage
was (I would have to modify my control file for the outage period). I
can merely use the version of a tree I already have if I can't fetch it
for a day or so. If you were to have official mirrors, then
git.kernel.org makes more sense for the kernel parts anyway.

--
Cheers,
Stephen Rothwell

2016-12-01 20:50:07

by Daniel Stone

[permalink] [raw]
Subject: Re: linux-next: problems fetching the drm-intel, etc trees

Hi Stephen,

On 1 December 2016 at 20:45, Stephen Rothwell <[email protected]> wrote:
> On Thu, 01 Dec 2016 11:02:26 +0000 Daniel Stone <[email protected]> wrote:
>> Sorry about this, it is quite bad. I think having mirrors for the key DRM
>> trees on GitHub is a good idea though, and I can get to setting that up.
>> Stephen, you need DRM (airlied), drm-misc, drm-panel, drm-intel, drm-tegra,
>> drm-exynos and drm-msm, right?
>
> Well, here are the trees I fetch from *.freedesktop.org:
>
> [...]
>
> I did not have any trouble with the people.fd.o ones.

That's actually interesting, given that they lie on the same host.
Perhaps it means that the locally-mounted ones were fine, and it was
the NFS (cough) mount between git/anongit which took a dive ... thanks
for the datapoint!

Cheers,
Daniel