Hello, when i try to clone git repo i get: user@host:# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen Initialized empty Git repository in /root/kernel/kernel-2.6.32.13-xen/linux-2.6-xen/.git/ remote: Counting objects: 1589636, done. remote: Compressing objects: 100% (263625/263625), done. fatal: index-pack failed(1541020/1589636), 349.62 MiB | 217 KiB/s fetch-pack from ''git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git'' failed. user@host:# Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Sat, Jun 19, 2010 at 02:10:02PM +0200, Stefan Kuhne wrote:> Hello, > > when i try to clone git repo i get: > > user@host:# git clone > git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen > Initialized empty Git repository in > /root/kernel/kernel-2.6.32.13-xen/linux-2.6-xen/.git/ > remote: Counting objects: 1589636, done. > remote: Compressing objects: 100% (263625/263625), done. > fatal: index-pack failed(1541020/1589636), 349.62 MiB | 217 KiB/s > fetch-pack from > ''git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git'' failed. > user@host:# >This is usually caused by a firewall problem/bug/misconfiguration. -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Am 19.06.2010 14:14, schrieb Pasi Kärkkäinen:> On Sat, Jun 19, 2010 at 02:10:02PM +0200, Stefan Kuhne wrote:Hello Pasi,>> when i try to clone git repo i get: >> >> user@host:# git clone >> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen >> Initialized empty Git repository in >> /root/kernel/kernel-2.6.32.13-xen/linux-2.6-xen/.git/ >> remote: Counting objects: 1589636, done. >> remote: Compressing objects: 100% (263625/263625), done. >> fatal: index-pack failed(1541020/1589636), 349.62 MiB | 217 KiB/s >> fetch-pack from >> ''git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git'' failed. >> user@host:# >> > > This is usually caused by a firewall problem/bug/misconfiguration. >but why get it 95% without error? I only have a DSL Router as "firewall". Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Sat, Jun 19, 2010 at 03:00:13PM +0200, Stefan Kuhne wrote:> Am 19.06.2010 14:14, schrieb Pasi Kärkkäinen: > > On Sat, Jun 19, 2010 at 02:10:02PM +0200, Stefan Kuhne wrote: > > Hello Pasi, > > >> when i try to clone git repo i get: > >> > >> user@host:# git clone > >> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen > >> Initialized empty Git repository in > >> /root/kernel/kernel-2.6.32.13-xen/linux-2.6-xen/.git/ > >> remote: Counting objects: 1589636, done. > >> remote: Compressing objects: 100% (263625/263625), done. > >> fatal: index-pack failed(1541020/1589636), 349.62 MiB | 217 KiB/s > >> fetch-pack from > >> ''git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git'' failed. > >> user@host:# > >> > > > > This is usually caused by a firewall problem/bug/misconfiguration. > > > but why get it 95% without error? > > I only have a DSL Router as "firewall". >[root@f13 test]# git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen Initialized empty Git repository in /root/xen/kernel/test/linux-2.6-xen/.git/ remote: Counting objects: 1589636, done. remote: Compressing objects: 100% (263625/263625), done. Receiving objects: 100% (1589636/1589636), 354.65 MiB | 36.10 MiB/s, done. remote: Total 1589636 (delta 1323399), reused 1576976 (delta 1312767) Resolving deltas: 100% (1323399/1323399), done. Checking out files: 100% (29214/29214), done. Works fine for me.. maybe your DSL router kills the connection when it has taken "too long" to process ? -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Am 19.06.2010 14:14, schrieb Pasi Kärkkäinen:> On Sat, Jun 19, 2010 at 02:10:02PM +0200, Stefan Kuhne wrote:Hello Pasi,> This is usually caused by a firewall problem/bug/misconfiguration. >git was running out of ram. My DomU had 128MB with 256MB does it work. Should i tell this to git? Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel