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 <gentoo-user+bounces-86327-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L0jVd-0001Eh-1V for garchives@archives.gentoo.org; Thu, 13 Nov 2008 21:13:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26DBCE02D6; Thu, 13 Nov 2008 21:12:45 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.148]) by pigeon.gentoo.org (Postfix) with ESMTP id DC9B2E02D6 for <gentoo-user@lists.gentoo.org>; Thu, 13 Nov 2008 21:12:44 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so432506eyk.10 for <gentoo-user@lists.gentoo.org>; Thu, 13 Nov 2008 13:12:42 -0800 (PST) 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=gfQbuUdmiu07jQcJPFtvyl4seHCYmlEw+nAQ+T4CuqQ=; b=mpML7Afwa34JzlyoTbLpAB4nQXJRRGg3zFMfZ9OpW071ABQ43qpDSVz+5vTtuhS6Gf Zn6QAaSzBxQBoD6B9SuQgsiojQIyaTcHfed2Re7hNqwVFf+4NBIjdWZCDZioHomlFOGL KOBvQ+WKK6bh94vYH0682LsZgyb997Va3OBOc= 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=YOmLx7F1FO3imuxSX094Cn5zNUKYCmuAhLDveMWi8xuvQVLfUHuU5ppPFNR2u8/wE2 yTQCphgJL7AIp39saWwkBqkJ8zLs+mTuYmn5qQHHTHqx8RPK2UPeegtQEhFuAB1tC1rv 8dpTupkEqDU8dHwBnyjXbspgFjp9DE8K0Rb7A= Received: by 10.210.77.2 with SMTP id z2mr198720eba.58.1226610762266; Thu, 13 Nov 2008 13:12:42 -0800 (PST) Received: by 10.210.37.7 with HTTP; Thu, 13 Nov 2008 13:12:42 -0800 (PST) Message-ID: <38af3d670811131312h508dcacenf08d9c53bce4045d@mail.gmail.com> Date: Thu, 13 Nov 2008 19:12:42 -0200 From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@gmail.com> Sender: jorgepeixotomorais@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: How to fix a hefty (emerge) blocking problem In-Reply-To: <919d41310811131305s73e4ddbet753778d61500b167@mail.gmail.com> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> 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: <87od0komh9.fsf@newsguy.com> <200811121945.32409.volker.armin.hemmann@tu-clausthal.de> <87fxlwojdn.fsf@newsguy.com> <200811122055.28907.volker.armin.hemmann@tu-clausthal.de> <919d41310811131305s73e4ddbet753778d61500b167@mail.gmail.com> X-Google-Sender-Auth: defaa14d4d59abba X-Archives-Salt: cdfd47ea-f79f-4d55-9c22-e0a7cd527293 X-Archives-Hash: d1da3f4617e6fa95fb56bf3cafb05020 On Thu, Nov 13, 2008 at 7:05 PM, Dan Wallis <mrdanwallis@gmail.com> wrote: > On 12/11/2008, Volker Armin Hemmann > <volker.armin.hemmann@tu-clausthal.de> wrote: >> as root: lspci > > Why as root? I get exactly the same output when I run it as my own > user as when I run it as root. Or have I got my system set up > different to everyone else? $ lspci bash: lspci: command not found echo ${PATH} /usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.2:/opt/sun-jre-bin-1.5.0.06/bin:/opt/sun-jre-bin-1.5.0.06/javaws:/usr/games/bin At least in my system, the lspci binary resides in /usr/sbin, which is not in ${PATH} So you should either call lspci as root or issue the explicit command /usr/sbin/lspci That said, if you want to use the -v flag of lspci (for extra verbosity), you should be root, or you will see some fields filled with <access denied> -- Software is like sex: it is better when it is free - Linus Torvalds