From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [204.233.198.50] (helo=romuald.net.eu.org) by speech.braille.uwo.ca with smtp (Exim 3.35 #1 (Debian)) id 17vmQe-0000Lb-00 for ; Sun, 29 Sep 2002 18:20:44 -0400 Received: (qmail 7000 invoked by uid 1023); 29 Sep 2002 22:20:10 -0000 Date: Sun, 29 Sep 2002 17:20:10 -0500 From: Gregory Nowak To: speakup@braille.uwo.ca Subject: Re: exporting env. variables, problem solved Message-ID: <20020929222010.GB6957@romuald.net.eu.org> References: <20020929184030.GA6282@romuald.net.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Sure. The problem stems from the way we call the /etc/rcS script in inittab "::sysinit:/bin/bash -c /etc/rcS". Once that runs, that particular instance of sh terminates, so the /bin/sh that runs when the console is activated only inherits the PATH variable. Now, I can here people posing some questions. 1. Why don't we just run /etc/rcS directly without calling /bin/sh? a. Because if we do, that process just terminates, and busybox loops over and over rerunning it. 2. Why not try something like "::sysinit:/bin/sh -c "source /etc/rcS"? a. I've tried that, with the same result as above. We'll have to replace busybox with init, so that we can have different run levels, and do things the way other distros do them. We were planning that for a while now, but throwing out busybox and replacing it with init will require a lot of work and testing. Greg On Mon, Sep 30, 2002 at 07:43:43AM +1000, Geoff Shang wrote: > On Sun, 29 Sep 2002, Gregory Nowak wrote: > > > I think I found the problem, so please disregard the previous post about this. > > Care to share so that anyone else hitting this can benefit from your > experience? > > Geoff. > > > > > -- > Geoff Shang > ICQ number 43634701 > > Make sure your E-mail can be read by everyone! > http://www.betips.net/etc/evilmail.html > > Please avoid sending me Word or PowerPoint attachments. > See http://www.fsf.org/philosophy/no-word-attachments.html > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup