From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PupJK-0006sj-35 for garchives@archives.gentoo.org; Wed, 02 Mar 2011 16:54:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F4B5E05A4; Wed, 2 Mar 2011 16:52:08 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 13DE0E05A4 for ; Wed, 2 Mar 2011 16:52:07 +0000 (UTC) Received: from weird.localnet (p5794EC58.dip.t-dialin.net [87.148.236.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.virtyou.com (Postfix) with ESMTPSA id B300B496B06 for ; Wed, 2 Mar 2011 17:52:06 +0100 (CET) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Random reboots. Where to start? Date: Wed, 2 Mar 2011 17:52:03 +0100 User-Agent: KMail/1.13.6 (Linux/2.6.37-ck; KDE/4.6.0; x86_64; ; ) References: <4D67CBC0.4000604@gmail.com> <20110302162920.7ffb0915@zaphod.digimed.co.uk> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103021752.04710.wonko@wonkology.org> X-Archives-Salt: X-Archives-Hash: c50982e166fb7ec70d47514d5d0d90dc Mick writes: > On 2 March 2011 16:29, Neil Bothwick wrote: > > You can still resume a merge after a power down, with > > ebuild /path/to/ebuild merge. > > I see ... by path you mean /var/tmp/portage/... ? No, /usr/portage//. Alternatively, you can use FEATURES=keepwork emerge , or even simpler with FEATURES=keepwork emerge --resume. Wonko