Gentoo Archives: gentoo-dev

From: Stefan Hellermann <stefan@×××××××××××.de>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Baselayout-2 progress?
Date: Fri, 29 Feb 2008 20:31:33
Message-Id: 47C86BA1.6000101@the2masters.de
In Reply to: Re: [gentoo-dev] Baselayout-2 progress? by Doug Klima
1 Doug Klima schrieb:
2 > Stefan Hellermann wrote:
3 >> Roy Marples schrieb:
4 >>
5 >>>> Two small things happened here:
6 >>>>
7 >>>> After Login I the shell looks like:
8 >>>> -bash-3.2#
9 >>>> when I start then bash again manually it looks nice, the environment
10 >>>> is not
11 >>>> setup correctly the first time.
12 >>>>
13 >>> Doesn't sound like an OpenRC issue as such as bash sets up it's own
14 >>> prompt. Also, OpenRC isn't responsible for setting up the
15 >>> environment. At most we suck in what's defined in /etc/profile.env
16 >>>
17 >>>
18 >>>> when rebooting, INIT stops with "no more processes left in this
19 >>>> runlevel"
20 >>>> after "remounting /"
21 >>>>
22 >>> Curious. A suggest you open a bug a http://bugs.marples.name against
23 >>> openrc so we can move the debugging off this list.
24 >>>
25 >>>
26 >>
27 >> Here is something other badly broken :) So I don't think it's a openrc
28 >> issue.
29 >>
30 >> # echo $PATH
31 >> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
32 >> # env | grep PATH
33 >> *nothing*
34 >> # sysctl # only a example for a app that works
35 >> *works*
36 >> # which sysctl # this should work if sysctl works without typing
37 >> /sbin/sysctl
38 >> which: no sysctl in ((null))
39 >>
40 >> I think it could be a CFLAG, I compiled my whole System with
41 >> -mfpmath=sse (not sse,387),
42 >> but while emerging openrc there are compiler warnings saying it uses
43 >> -mfpmath=387 because
44 >> sse is not available. Does openrc block -msse?
45 >>
46 >> Cheers
47 >> Stefan
48 >>
49 > To hijack this thread, you know you're getting worse performance and
50 > more problematic results by using -mfpmath=sse. This is the very same
51 > reason that -march=pentium2 / -march=athlon-tbird and newer based CPUs
52 > don't enable this flag by default. It requires specific changes to
53 > system headers.
54
55 Thanks for the comment! This is the test-system on a new Via C7, I wanted to do some
56 performance check's, but haven't so far. I thought it could be a good flag :)
57
58 btw: All my problem are gone ... somehow I managed to not install baselayout from Roys
59 overlay, I only installed openrc.
60
61 Thanks Roy for your help!
62 --
63 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Baselayout-2 progress? Ed Wildgoose <lists@××××××××××.com>