public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* exporting env. variables, problem solved
@  Gregory Nowak
   ` Geoff Shang
  0 siblings, 1 reply; 3+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Hi all.

I think I found the problem, so please disregard the previous post about this.

Greg



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: exporting env. variables, problem solved
   exporting env. variables, problem solved Gregory Nowak
@  ` Geoff Shang
     ` Gregory Nowak
  0 siblings, 1 reply; 3+ messages in thread
From: Geoff Shang @  UTC (permalink / raw)
  To: speakup

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 <gshang@uq.net.au>
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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: exporting env. variables, problem solved
   ` Geoff Shang
@    ` Gregory Nowak
  0 siblings, 0 replies; 3+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

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 <gshang@uq.net.au>
> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 exporting env. variables, problem solved Gregory Nowak
 ` Geoff Shang
   ` Gregory Nowak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).