From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KtTd6-0006Ix-7g for garchives@archives.gentoo.org; Fri, 24 Oct 2008 20:51:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E099E0338; Fri, 24 Oct 2008 20:51:30 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by pigeon.gentoo.org (Postfix) with ESMTP id 426B3E0338 for ; Fri, 24 Oct 2008 20:51:30 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 29so1033473wff.10 for ; Fri, 24 Oct 2008 13:51:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=uEOfbnCshJqUeS9uYQ/4+92SxHg82iVVGFlrnxiUHHw=; b=VJ+qSwE8MQblUSS2MGls+4Obov+VptxbDl4M6Axc63BTtV/BgrqrmNBv1LCkiKgyjN JAkSVLyGkwN816t9Bx5/cuIfv8cTsksgTIT3gL9nyqKEdFK+csvWEeQhT7zgGBYksFde rpIgTejBVA/YWK56nTRwps5p3oS/K1eDh6rnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=lGJ6aRfEBEZV4Qv5Kds5sSd+WtH2JJHH9hMRDnyQ/bRsanRXilHvSp7GsWZs6XPLi9 kJUU4FVdZwYTRq9+W2vH2Y2/XU3rCvUeeKPtGFxMqBKbW7dpC0dV/LAg+WiRAR7z+MGb oifsNr6d3ckjWv+rmXwr/DLRFucImvGvm/C6I= Received: by 10.142.174.8 with SMTP id w8mr1224496wfe.33.1224881488661; Fri, 24 Oct 2008 13:51:28 -0700 (PDT) Received: by 10.142.215.4 with HTTP; Fri, 24 Oct 2008 13:51:28 -0700 (PDT) Message-ID: <58965d8a0810241351l3e20b3bbqf262a9028365eca4@mail.gmail.com> Date: Fri, 24 Oct 2008 15:51:28 -0500 From: "Paul Hartman" Sender: paul.hartman@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: python-updater broken 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 Content-Disposition: inline References: <1224723977.19535.10.camel@localhost> X-Google-Sender-Auth: f9ff8bf1bcee0db8 X-Archives-Salt: 92db8a7d-485e-49f7-b32f-759c735b16c7 X-Archives-Hash: 268af834f68456cb2d539256cc0c1885 On Fri, Oct 24, 2008 at 3:38 PM, James wrote: > Albert Hopkins letterboxes.org> writes: > > >> Perhaps you can run strace (or bash -x) on it to see where it's hanging. > > Oh, I would not know the syntax. No man page for strace. more info? > syntax suggestions? The machine hoses everytime I run python-update. Weird, it has a man page on my system. Have you got strace installed at all? dev-util/strace strace --help will show you commands as well.