Date: Wed, 30 May 2012 13:40:00 +0100 From: Anton Shterenlikht <mexas@bristol.ac.uk> To: uki <ukaszg@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: mercurial (hg) transaction abort! Message-ID: <20120530124000.GB90151@mech-cluster241.men.bris.ac.uk> In-Reply-To: <CAN_VB4Vcpr84%2B-Pa_%2B%2By7%2BgYZhfF8tpN5ezAvUCXyS=K=zgLEQ@mail.gmail.com> References: <20120530084431.GA32477@mech-cluster241.men.bris.ac.uk> <CAN_VB4Vcpr84%2B-Pa_%2B%2By7%2BgYZhfF8tpN5ezAvUCXyS=K=zgLEQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 30, 2012 at 01:08:07PM +0200, uki wrote: > Did you try to hg clone -U and than update? > > Mozilla repo is quite big, and that _might_ be the reason, splitting > the work in 2 parts will help if that was the cause. I think I tried, and got the same error, but I'll try again. I also suspected that I might be running out of inodes, so I increased kern.maxvnodes to 150000, whereas I currently have vfs.numvnodes: 125050. I monitored vfs.numvnodes during hg clone, and it aborts with kern.maxvnodes still ~10k move than vfs.numvnodes. Thanks for your help. Anton > > Cheers, > ??ukasz Gruner > > > 2012/5/30 Anton Shterenlikht <mexas@bristol.ac.uk>: > > I'm trying to get firefox sources via mercurial (hg), and I get: > > > > # hg clone http://hg.mozilla.org/integration/mozilla-inbound/ src > > requesting all changes > > adding changesets > > adding manifests > > adding file changes > > transaction abort! > > rollback completed > > abort: connection ended unexpectedly > > # > > > > or > > > > # hg clone http://hg.mozilla.org/mozilla-central/ > > destination directory: mozilla-central > > requesting all changes > > adding changesets > > adding manifests > > adding file changes > > transaction abort! > > rollback completed > > abort: connection ended unexpectedly > > # > > > > # pkg info -xo mercu > > mercurial-2.1.2: devel/mercurial > > > > # hg --version > > Mercurial Distributed SCM (version 2.1.2) > > (see http://mercurial.selenic.com for more information) > > > > Copyright (C) 2005-2012 Matt Mackall and others > > This is free software; see the source for copying conditions. There is NO > > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > # > > > > Does this look like there's something wrong with my mercurial installation? > > Or does it look like there's a problem with mozilla.org? > > Or does it look like there's a problem with my network connection? > > > > Any hint would be helpful. > > > > If you are wondering, here's why I need the sources: > > https://bugzilla.mozilla.org/show_bug.cgi?id=729447 > > > > Many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120530124000.GB90151>