linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* git.cmpxchg.org/linux-mmots.git repository corruption?
@ 2019-09-09 13:59 Qian Cai
  2019-09-09 20:56 ` Qian Cai
  0 siblings, 1 reply; 8+ messages in thread
From: Qian Cai @ 2019-09-09 13:59 UTC (permalink / raw)
  To: Johannes Weiner, Andrew Morton, Michal Hocko; +Cc: linux-mm

Tried a few times without luck. Anyone else has the same issue?

# git clone git://git.cmpxchg.org/linux-mmots.git
Cloning into 'linux-mmots'...
remote: Enumerating objects: 7838808, done.
remote: Counting objects: 100% (7838808/7838808), done.
remote: Compressing objects: 100% (1065702/1065702), done.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-09 13:59 git.cmpxchg.org/linux-mmots.git repository corruption? Qian Cai
@ 2019-09-09 20:56 ` Qian Cai
  2019-09-10  7:07   ` Michal Hocko
  0 siblings, 1 reply; 8+ messages in thread
From: Qian Cai @ 2019-09-09 20:56 UTC (permalink / raw)
  To: Johannes Weiner, Andrew Morton, Michal Hocko; +Cc: linux-mm

On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
> Tried a few times without luck. Anyone else has the same issue?
> 
> # git clone git://git.cmpxchg.org/linux-mmots.git
> Cloning into 'linux-mmots'...
> remote: Enumerating objects: 7838808, done.
> remote: Counting objects: 100% (7838808/7838808), done.
> remote: Compressing objects: 100% (1065702/1065702), done.
> remote: aborting due to possible repository corruption on the remote side.
> fatal: early EOF
> fatal: index-pack failed

It seems that it is just the remote server is too slow. Does anyone consider
moving it to a more popular place like git.kernel.org or github etc?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-09 20:56 ` Qian Cai
@ 2019-09-10  7:07   ` Michal Hocko
  2019-09-10  9:33     ` Kirill A. Shutemov
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Hocko @ 2019-09-10  7:07 UTC (permalink / raw)
  To: Qian Cai; +Cc: Johannes Weiner, Andrew Morton, linux-mm

On Mon 09-09-19 16:56:33, Qian Cai wrote:
> On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
> > Tried a few times without luck. Anyone else has the same issue?
> > 
> > # git clone git://git.cmpxchg.org/linux-mmots.git
> > Cloning into 'linux-mmots'...
> > remote: Enumerating objects: 7838808, done.
> > remote: Counting objects: 100% (7838808/7838808), done.
> > remote: Compressing objects: 100% (1065702/1065702), done.
> > remote: aborting due to possible repository corruption on the remote side.
> > fatal: early EOF
> > fatal: index-pack failed
> 
> It seems that it is just the remote server is too slow. Does anyone consider
> moving it to a more popular place like git.kernel.org or github etc?

Andrew was considering about a git tree for mm patches earlier this
year. But I am not sure it materialized in something. Andrew? poke poke
;)
-- 
Michal Hocko
SUSE Labs


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-10  7:07   ` Michal Hocko
@ 2019-09-10  9:33     ` Kirill A. Shutemov
  2019-09-10 14:30       ` Johannes Weiner
  0 siblings, 1 reply; 8+ messages in thread
From: Kirill A. Shutemov @ 2019-09-10  9:33 UTC (permalink / raw)
  To: Michal Hocko; +Cc: Qian Cai, Johannes Weiner, Andrew Morton, linux-mm

On Tue, Sep 10, 2019 at 09:07:20AM +0200, Michal Hocko wrote:
> On Mon 09-09-19 16:56:33, Qian Cai wrote:
> > On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
> > > Tried a few times without luck. Anyone else has the same issue?
> > > 
> > > # git clone git://git.cmpxchg.org/linux-mmots.git
> > > Cloning into 'linux-mmots'...
> > > remote: Enumerating objects: 7838808, done.
> > > remote: Counting objects: 100% (7838808/7838808), done.
> > > remote: Compressing objects: 100% (1065702/1065702), done.
> > > remote: aborting due to possible repository corruption on the remote side.
> > > fatal: early EOF
> > > fatal: index-pack failed
> > 
> > It seems that it is just the remote server is too slow. Does anyone consider
> > moving it to a more popular place like git.kernel.org or github etc?
> 
> Andrew was considering about a git tree for mm patches earlier this
> year. But I am not sure it materialized in something. Andrew? poke poke
> ;)

Johannes, maybe it's time to move these trees to git.kernel.org?

-- 
 Kirill A. Shutemov


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-10  9:33     ` Kirill A. Shutemov
@ 2019-09-10 14:30       ` Johannes Weiner
  2019-09-16 13:43         ` Johannes Weiner
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Weiner @ 2019-09-10 14:30 UTC (permalink / raw)
  To: Kirill A. Shutemov; +Cc: Michal Hocko, Qian Cai, Andrew Morton, linux-mm

On Tue, Sep 10, 2019 at 12:33:57PM +0300, Kirill A. Shutemov wrote:
> On Tue, Sep 10, 2019 at 09:07:20AM +0200, Michal Hocko wrote:
> > On Mon 09-09-19 16:56:33, Qian Cai wrote:
> > > On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
> > > > Tried a few times without luck. Anyone else has the same issue?
> > > > 
> > > > # git clone git://git.cmpxchg.org/linux-mmots.git
> > > > Cloning into 'linux-mmots'...
> > > > remote: Enumerating objects: 7838808, done.
> > > > remote: Counting objects: 100% (7838808/7838808), done.
> > > > remote: Compressing objects: 100% (1065702/1065702), done.
> > > > remote: aborting due to possible repository corruption on the remote side.
> > > > fatal: early EOF
> > > > fatal: index-pack failed
> > > 
> > > It seems that it is just the remote server is too slow. Does anyone consider
> > > moving it to a more popular place like git.kernel.org or github etc?
> > 
> > Andrew was considering about a git tree for mm patches earlier this
> > year. But I am not sure it materialized in something. Andrew? poke poke
> > ;)
> 
> Johannes, maybe it's time to move these trees to git.kernel.org?

Sorry, cmpxchg.org has had some connectivity issues recently. I don't
mind moving the tree somewhere else.

I lost my kernel.org gpg key, but I'm migrating it to github right
now. I'll follow up with the new locations once that's complete.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-10 14:30       ` Johannes Weiner
@ 2019-09-16 13:43         ` Johannes Weiner
  2019-09-16 14:14           ` Kirill A. Shutemov
  2019-09-17  8:17           ` David Hildenbrand
  0 siblings, 2 replies; 8+ messages in thread
From: Johannes Weiner @ 2019-09-16 13:43 UTC (permalink / raw)
  To: Kirill A. Shutemov; +Cc: Michal Hocko, Qian Cai, Andrew Morton, linux-mm

On Tue, Sep 10, 2019 at 10:30:14AM -0400, Johannes Weiner wrote:
> On Tue, Sep 10, 2019 at 12:33:57PM +0300, Kirill A. Shutemov wrote:
> > On Tue, Sep 10, 2019 at 09:07:20AM +0200, Michal Hocko wrote:
> > > On Mon 09-09-19 16:56:33, Qian Cai wrote:
> > > > On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
> > > > > Tried a few times without luck. Anyone else has the same issue?
> > > > > 
> > > > > # git clone git://git.cmpxchg.org/linux-mmots.git
> > > > > Cloning into 'linux-mmots'...
> > > > > remote: Enumerating objects: 7838808, done.
> > > > > remote: Counting objects: 100% (7838808/7838808), done.
> > > > > remote: Compressing objects: 100% (1065702/1065702), done.
> > > > > remote: aborting due to possible repository corruption on the remote side.
> > > > > fatal: early EOF
> > > > > fatal: index-pack failed
> > > > 
> > > > It seems that it is just the remote server is too slow. Does anyone consider
> > > > moving it to a more popular place like git.kernel.org or github etc?
> > > 
> > > Andrew was considering about a git tree for mm patches earlier this
> > > year. But I am not sure it materialized in something. Andrew? poke poke
> > > ;)
> > 
> > Johannes, maybe it's time to move these trees to git.kernel.org?
> 
> Sorry, cmpxchg.org has had some connectivity issues recently. I don't
> mind moving the tree somewhere else.
> 
> I lost my kernel.org gpg key, but I'm migrating it to github right
> now. I'll follow up with the new locations once that's complete.

I put up a tree here: https://github.com/hnaz/linux-mm

It has tags for Andrew's mmots and mmotm uploads
(e.g. v5.3-rc7-mmots-2019-09-03-21-33).

master points to the latest mmots release (rebasing / non-pullable).

I will eventually decomission the cmpmxchg.org hosted trees.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-16 13:43         ` Johannes Weiner
@ 2019-09-16 14:14           ` Kirill A. Shutemov
  2019-09-17  8:17           ` David Hildenbrand
  1 sibling, 0 replies; 8+ messages in thread
From: Kirill A. Shutemov @ 2019-09-16 14:14 UTC (permalink / raw)
  To: Johannes Weiner; +Cc: Michal Hocko, Qian Cai, Andrew Morton, linux-mm

On Mon, Sep 16, 2019 at 03:43:27PM +0200, Johannes Weiner wrote:
> On Tue, Sep 10, 2019 at 10:30:14AM -0400, Johannes Weiner wrote:
> > On Tue, Sep 10, 2019 at 12:33:57PM +0300, Kirill A. Shutemov wrote:
> > > On Tue, Sep 10, 2019 at 09:07:20AM +0200, Michal Hocko wrote:
> > > > On Mon 09-09-19 16:56:33, Qian Cai wrote:
> > > > > On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
> > > > > > Tried a few times without luck. Anyone else has the same issue?
> > > > > > 
> > > > > > # git clone git://git.cmpxchg.org/linux-mmots.git
> > > > > > Cloning into 'linux-mmots'...
> > > > > > remote: Enumerating objects: 7838808, done.
> > > > > > remote: Counting objects: 100% (7838808/7838808), done.
> > > > > > remote: Compressing objects: 100% (1065702/1065702), done.
> > > > > > remote: aborting due to possible repository corruption on the remote side.
> > > > > > fatal: early EOF
> > > > > > fatal: index-pack failed
> > > > > 
> > > > > It seems that it is just the remote server is too slow. Does anyone consider
> > > > > moving it to a more popular place like git.kernel.org or github etc?
> > > > 
> > > > Andrew was considering about a git tree for mm patches earlier this
> > > > year. But I am not sure it materialized in something. Andrew? poke poke
> > > > ;)
> > > 
> > > Johannes, maybe it's time to move these trees to git.kernel.org?
> > 
> > Sorry, cmpxchg.org has had some connectivity issues recently. I don't
> > mind moving the tree somewhere else.
> > 
> > I lost my kernel.org gpg key, but I'm migrating it to github right
> > now. I'll follow up with the new locations once that's complete.
> 
> I put up a tree here: https://github.com/hnaz/linux-mm

Thanks!

-- 
 Kirill A. Shutemov


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: git.cmpxchg.org/linux-mmots.git repository corruption?
  2019-09-16 13:43         ` Johannes Weiner
  2019-09-16 14:14           ` Kirill A. Shutemov
@ 2019-09-17  8:17           ` David Hildenbrand
  1 sibling, 0 replies; 8+ messages in thread
From: David Hildenbrand @ 2019-09-17  8:17 UTC (permalink / raw)
  To: Johannes Weiner, Kirill A. Shutemov
  Cc: Michal Hocko, Qian Cai, Andrew Morton, linux-mm

On 16.09.19 15:43, Johannes Weiner wrote:
> On Tue, Sep 10, 2019 at 10:30:14AM -0400, Johannes Weiner wrote:
>> On Tue, Sep 10, 2019 at 12:33:57PM +0300, Kirill A. Shutemov wrote:
>>> On Tue, Sep 10, 2019 at 09:07:20AM +0200, Michal Hocko wrote:
>>>> On Mon 09-09-19 16:56:33, Qian Cai wrote:
>>>>> On Mon, 2019-09-09 at 09:59 -0400, Qian Cai wrote:
>>>>>> Tried a few times without luck. Anyone else has the same issue?
>>>>>>
>>>>>> # git clone git://git.cmpxchg.org/linux-mmots.git
>>>>>> Cloning into 'linux-mmots'...
>>>>>> remote: Enumerating objects: 7838808, done.
>>>>>> remote: Counting objects: 100% (7838808/7838808), done.
>>>>>> remote: Compressing objects: 100% (1065702/1065702), done.
>>>>>> remote: aborting due to possible repository corruption on the remote side.
>>>>>> fatal: early EOF
>>>>>> fatal: index-pack failed
>>>>>
>>>>> It seems that it is just the remote server is too slow. Does anyone consider
>>>>> moving it to a more popular place like git.kernel.org or github etc?
>>>>
>>>> Andrew was considering about a git tree for mm patches earlier this
>>>> year. But I am not sure it materialized in something. Andrew? poke poke
>>>> ;)
>>>
>>> Johannes, maybe it's time to move these trees to git.kernel.org?
>>
>> Sorry, cmpxchg.org has had some connectivity issues recently. I don't
>> mind moving the tree somewhere else.
>>
>> I lost my kernel.org gpg key, but I'm migrating it to github right
>> now. I'll follow up with the new locations once that's complete.
> 
> I put up a tree here: https://github.com/hnaz/linux-mm
> 
> It has tags for Andrew's mmots and mmotm uploads
> (e.g. v5.3-rc7-mmots-2019-09-03-21-33).
> 
> master points to the latest mmots release (rebasing / non-pullable).
> 
> I will eventually decomission the cmpmxchg.org hosted trees.
> 

Is the new repo only a temporary replacement or is it safe to drop the
old cmpxchg repo and switch over to the github one?

Thanks!

-- 

Thanks,

David / dhildenb


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-09-17  8:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09 13:59 git.cmpxchg.org/linux-mmots.git repository corruption? Qian Cai
2019-09-09 20:56 ` Qian Cai
2019-09-10  7:07   ` Michal Hocko
2019-09-10  9:33     ` Kirill A. Shutemov
2019-09-10 14:30       ` Johannes Weiner
2019-09-16 13:43         ` Johannes Weiner
2019-09-16 14:14           ` Kirill A. Shutemov
2019-09-17  8:17           ` David Hildenbrand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).