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 1JVBMB-0007zj-K0 for garchives@archives.gentoo.org; Fri, 29 Feb 2008 19:57:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69699E07CA; Fri, 29 Feb 2008 19:57:22 +0000 (UTC) Received: from smtp11.unit.tiscali.de (smtp11.unit.tiscali.de [213.205.33.47]) by pigeon.gentoo.org (Postfix) with ESMTP id 10B33E07CA for ; Fri, 29 Feb 2008 19:57:22 +0000 (UTC) Received: from the2masters.de (213.146.113.64) by smtp11.unit.tiscali.de (7.3.122) (authenticated as s.hellermann@tiscali.de) id 47975B550097797B; Fri, 29 Feb 2008 20:57:21 +0100 Received: from [192.168.0.150] by the2masters.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JVBLb-0004PX-2V; Fri, 29 Feb 2008 20:56:47 +0100 Message-ID: <47C8639F.603@the2masters.de> Date: Fri, 29 Feb 2008 20:57:19 +0100 From: Stefan Hellermann User-Agent: Thunderbird 2.0.0.9 (X11/20080218) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org, roy@marples.name Subject: Re: [gentoo-dev] Baselayout-2 progress? References: <47C812CF.2020903@wildgooses.com> <200802291707.17936.roy@marples.name> <47C84FCC.6040007@the2masters.de> <200802291945.08019.roy@marples.name> In-Reply-To: <200802291945.08019.roy@marples.name> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8465fd6f-2d6a-4c80-86fe-c8c0b165eae2 X-Archives-Hash: cae5e1bf4211726dcfd401a846817c22 Roy Marples schrieb: >> Two small things happened here: >> >> After Login I the shell looks like: >> -bash-3.2# >> when I start then bash again manually it looks nice, the environment is not >> setup correctly the first time. > > Doesn't sound like an OpenRC issue as such as bash sets up it's own prompt. > Also, OpenRC isn't responsible for setting up the environment. At most we > suck in what's defined in /etc/profile.env > >> when rebooting, INIT stops with "no more processes left in this runlevel" >> after "remounting /" > > Curious. A suggest you open a bug a http://bugs.marples.name against openrc so > we can move the debugging off this list. > Here is something other badly broken :) So I don't think it's a openrc issue. # echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # env | grep PATH *nothing* # sysctl # only a example for a app that works *works* # which sysctl # this should work if sysctl works without typing /sbin/sysctl which: no sysctl in ((null)) I think it could be a CFLAG, I compiled my whole System with -mfpmath=sse (not sse,387), but while emerging openrc there are compiler warnings saying it uses -mfpmath=387 because sse is not available. Does openrc block -msse? Cheers Stefan -- gentoo-dev@lists.gentoo.org mailing list