lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 05 Aug 2010 01:46:37 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	arnd@...dnet.de
Cc:	netdev@...r.kernel.org, linux-wireless@...r.kernel.org,
	sfr@...b.auug.org.au
Subject: Re: GIT: net-*2.6 rebased...

From: Arnd Hannemann <arnd@...dnet.de>
Date: Thu, 05 Aug 2010 09:57:50 +0200

> if I try to fetch from net-next-2.6, I get:
> fatal: The remote end hung up unexpectedly
> 
> if I try to clone net-2.6:
> (e.g. git clone git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
> 
> I get lots of errors reading the tags "does not point to a valid object!" and then:
> remote: error: Could not read 3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4
> remote: fatal: Failed to traverse parents of commit 7aaaaa1e44b2a4047dfe05f304a5090eb995cf44
> remote: aborting due to possible repository corruption on the remote side.
> fatal: early EOF
> fatal: index-pack failed

Hmmm, since I can I tried an ssh based clone and it works.

But indeed if I try to use the git:// URL it fails.

Oh I see, the alternates files in those repos are completely broken.
They have:

	/home/davem/git/../torvalds/linux-2.6.git/objects

/home/davem/git is a symlink to /pub/scm/linux/kernel/git/davem
so if I login and "cd git" then:

	git clone --shared --bare ../torvalds/linux-2.6.git net-next-2.6.git

which is how I always create my trees, we get that unusable 'alternates'
path above.

The ".." works when my GIT directory is the working directory, but
not as part of the symlink include path to get there.

I fixed the alternates file but it will take some time for the fix
to propagate from master.kernel.org

Let me know if it doesn't work even after an hour or so.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ