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 1QmXwA-0006y7-Cl for garchives@archives.gentoo.org; Thu, 28 Jul 2011 21:16:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10E9521C247; Thu, 28 Jul 2011 21:15:53 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id C3AF521C05F for ; Thu, 28 Jul 2011 21:15:02 +0000 (UTC) Received: from [192.168.2.43] (p5B2750ED.dip.t-dialin.net [91.39.80.237]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 1BF6939A028 for ; Thu, 28 Jul 2011 23:15:02 +0200 (CEST) Message-ID: <4E31D18D.6010608@wonkology.org> Date: Thu, 28 Jul 2011 23:15:57 +0200 From: Alex Schuster User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Openoffice being replaced? References: <4E316E93.7010603@gmail.com> <4E31CB0F.3030200@gmail.com> <201107282202.13462.peter@humphrey.ukfsn.org> In-Reply-To: <201107282202.13462.peter@humphrey.ukfsn.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 49ad670cb404b6511dc0e1b020327d3f Peter Humphrey writes: > On Thursday 28 July 2011 21:48:15 Dale wrote: > >> I have wondered that too. The process is sort of started but it's not >> actually compiling either. I wonder how we could know for sure? > > Easy. "emerge --fetchonly " first, then start the real work. I have acron job running which does an eix-sync, followed by emerge -DuNf @world. And I also call a little script to check for GLSAs (Gentoo Linux Security Advisories): #!/bin/bash glsas=$( glsa-check -n -t all | grep -v "^This system is affected by the following GLSAs:$" ) glsa-check -n -l $glsas 2> /dev/null Wonko