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 1MpUJa-000217-KP for garchives@archives.gentoo.org; Sun, 20 Sep 2009 21:51:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4836BE083E; Sun, 20 Sep 2009 21:51:25 +0000 (UTC) Received: from mail-yx0-f174.google.com (mail-yx0-f174.google.com [209.85.210.174]) by pigeon.gentoo.org (Postfix) with ESMTP id 2AF65E083E for ; Sun, 20 Sep 2009 21:51:25 +0000 (UTC) Received: by yxe4 with SMTP id 4so2801926yxe.32 for ; Sun, 20 Sep 2009 14:51:24 -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 :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=RNzwEQBKp2L/I5VgSb6AaZDcsNIMDJVk2kMJ+UA9QK8=; b=hXYJZfRr0A1dXjvNj22Wr+6c2VJP3r7exqSoQFrtQss/3hLLS9h6jWwS7EXJ86jYjZ tSLgDbBZ3woSSuPLCS+6HeVGQsJrBvkTuFaOAioSyrnpQcGzM6ZncN6bjhUmBoxH6O1W b7Tu9Y8KmeIrS2WAlVkal4h2/Ow097grpVMCM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=pdMLBodugrJRuYZ/vNnBEFS8nSG7vh/Z2kygZjZLZb7598VAMqqEGjXlX5t3vmhyLv YHIUK2hrtOJEkbWyHyfwizjRkAfPytmRhXehqQp4E/vrkgXbB2saP4SeDkMpllRFTPyk v/UuCWl4bLaj2eK8B4r7nth3GXRStupKw3yX4= Received: by 10.91.54.13 with SMTP id g13mr2848033agk.9.1253483484786; Sun, 20 Sep 2009 14:51:24 -0700 (PDT) Received: from ?192.168.1.1? (adsl-144-216-98.jan.bellsouth.net [70.144.216.98]) by mx.google.com with ESMTPS id 8sm3973399agd.77.2009.09.20.14.51.23 (version=SSLv3 cipher=RC4-MD5); Sun, 20 Sep 2009 14:51:24 -0700 (PDT) Message-ID: <4AB6A3DA.1080506@gmail.com> Date: Sun, 20 Sep 2009 16:51:22 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090905 SeaMonkey/1.1.17 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: runlevels and service list References: <1253450052.10837.119.camel@rattus> <20090920205429.1a914d0f@krikkit.digimed.co.uk> <4AB68B54.6010505@gmail.com> <200909202210.12139.alan.mckinnon@gmail.com> In-Reply-To: <200909202210.12139.alan.mckinnon@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: c02999f0-ecd4-45d0-a9f7-c488ff418206 X-Archives-Hash: 55c398bd0a06ff68d79035c9165a3ffd Alan McKinnon wrote: > On Sunday 20 September 2009 22:06:44 Dale wrote: > >> Neil Bothwick wrote: >> >>> On Sun, 20 Sep 2009 21:51:17 +0300, Nikos Chantziaras wrote: >>> >>>> /bin/bash is also shown in htop even though bash isn't in any runlevel >>>> either ;) >>>> >>> Not here. >>> >> This is all I get for bash: >> >> root@smoker / # ps aux | grep bash >> dale 7254 0.0 0.0 3044 572 ? S Sep19 0:00 >> /bin/bash /usr/libexec/mozilla-launcher >> root 7704 0.0 0.0 1888 516 pts/0 S+ 15:01 0:00 grep >> --colour=auto bash >> root@smoker / # >> >> I guess Seamonkey uses it for something. That is also all that shows up >> in htop as well. Nothing else bash that I can find. >> > > The mozilla launcher scripts spawn an instance of bash which then goes looking > for the mozilla binaries and launches them. All perfectly normal. > > The reason you don't see bash in ps is because you are not running bash. I do, > but you obviously don't. What shell does root use per /etc/passwd? > This one: root:x:0:0:root:/root:/bin/bash Looks like bash. ;-) I assume this is the default because I have never changed this file. Is there something screwy with my system? Dale :-) :-)