Gentoo Archives: gentoo-dev

From: Stefan Hellermann <stefan@×××××××××××.de>
To: gentoo-dev@l.g.o, roy@×××××××.name
Subject: Re: [gentoo-dev] Baselayout-2 progress?
Date: Fri, 29 Feb 2008 19:57:23
Message-Id: 47C8639F.603@the2masters.de
In Reply to: Re: [gentoo-dev] Baselayout-2 progress? by Roy Marples
1 Roy Marples schrieb:
2 >> Two small things happened here:
3 >>
4 >> After Login I the shell looks like:
5 >> -bash-3.2#
6 >> when I start then bash again manually it looks nice, the environment is not
7 >> setup correctly the first time.
8 >
9 > Doesn't sound like an OpenRC issue as such as bash sets up it's own prompt.
10 > Also, OpenRC isn't responsible for setting up the environment. At most we
11 > suck in what's defined in /etc/profile.env
12 >
13 >> when rebooting, INIT stops with "no more processes left in this runlevel"
14 >> after "remounting /"
15 >
16 > Curious. A suggest you open a bug a http://bugs.marples.name against openrc so
17 > we can move the debugging off this list.
18 >
19
20 Here is something other badly broken :) So I don't think it's a openrc issue.
21
22 # echo $PATH
23 /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
24 # env | grep PATH
25 *nothing*
26 # sysctl # only a example for a app that works
27 *works*
28 # which sysctl # this should work if sysctl works without typing /sbin/sysctl
29 which: no sysctl in ((null))
30
31 I think it could be a CFLAG, I compiled my whole System with -mfpmath=sse (not sse,387),
32 but while emerging openrc there are compiler warnings saying it uses -mfpmath=387 because
33 sse is not available. Does openrc block -msse?
34
35 Cheers
36 Stefan
37 --
38 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Baselayout-2 progress? Doug Klima <cardoe@g.o>