Gentoo Archives: gentoo-kernel

From: Daniel Drake <dsd@g.o>
To: gentoo-kernel@l.g.o
Cc: spock@g.o
Subject: Re: [gentoo-kernel] I'm not able to get the vertical bar with gensplash after issuing alt+f1 key during the earlier boot stage
Date: Tue, 12 Jun 2007 00:10:33
Message-Id: 466DE410.3040109@gentoo.org
In Reply to: Re: [gentoo-kernel] I'm not able to get the vertical bar with gensplash after issuing alt+f1 key during the earlier boot stage by Jimmy Jazz
1 Jimmy Jazz wrote:
2 > Actually, i have spoken about the fact that a program written in a
3 > compiled language will not be as flexible as an interpreted one. In
4 > other word, /sbin/rc should stay a shell script. I'm pretty sure that
5 > will not please to some of you gentoo developers ;)
6
7 I guess that depends on your ability as a C programmer and your
8 definition of 'flexible'. As shell interpreters are typically written in
9 C I don't think you can fairly say that you can do things in shell
10 script which can't be done in C.
11
12 baselayout-2 doesn't drop any features that I know about, actually it
13 adds several, and it is much much more reliable than its predecessors.
14 It solves all the highly reproducible and extremely difficult to fix
15 problems that I had with baselayout-1.
16
17 And believe me, I tried to fix them, focusing specifically on the
18 concurrency issues. I now believe it is *impossible* to write an
19 unbreakable and race-free locking mechanism in shell script, which is
20 the only realistic way to avoid some of these bugs.
21
22 Daniel
23
24 --
25 gentoo-kernel@g.o mailing list

Replies