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 1JVBdf-0001Sq-7y for garchives@archives.gentoo.org; Fri, 29 Feb 2008 20:15:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EED4E06E9; Fri, 29 Feb 2008 20:15:25 +0000 (UTC) Received: from nameserver1.mcve.com (nameserver1.mcve.com [216.155.111.1]) by pigeon.gentoo.org (Postfix) with ESMTP id 84476E06E9 for ; Fri, 29 Feb 2008 20:15:25 +0000 (UTC) Received: from [192.168.1.55] (shop.monetra.com [216.155.111.10]) by nameserver1.mcve.com (Postfix) with ESMTP id E9D1311185DB for ; Fri, 29 Feb 2008 15:15:24 -0500 (EST) Message-ID: <47C867DC.8010004@gentoo.org> Date: Fri, 29 Feb 2008 15:15:24 -0500 From: Doug Klima User-Agent: Thunderbird 2.0.0.12 (X11/20080227) 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 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> <47C8639F.603@the2masters.de> In-Reply-To: <47C8639F.603@the2masters.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: d96a161b-a976-4bc2-b1b8-9270a76d4606 X-Archives-Hash: 2341a0d5b3dd073dc502b57a0457a5c3 Stefan Hellermann wrote: > 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 > To hijack this thread, you know you're getting worse performance and more problematic results by using -mfpmath=sse. This is the very same reason that -march=pentium2 / -march=athlon-tbird and newer based CPUs don't enable this flag by default. It requires specific changes to system headers. -- gentoo-dev@lists.gentoo.org mailing list