Re: [ecasound] TERM variable error?

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] TERM variable error?
From: Leonard Nutley (leonutley_AT_snowcrest.net)
Date: Thu Aug 08 2002 - 14:08:56 EEST


On Wed, 7 Aug 2002 15:01:33 -0700
"William Goldsmith" <bill_AT_radioparadise.com> wrote:

Sounds like it depends on the 'owner' of the process ie "apache",
"nobody" or "whoever".

> OK - I'll try that when I get the box back up. I'm confused as to why
> it would be necessary, though. Never has been before. I've used this
> same script on a number of other systems & it worked fine - it worked
> fine on*this* system before the last reboot...
>
> thanks
> -bg
>
>
>
> > William Goldsmith wrote:
> > > PS - yes I have tried 'set TERM=vt100'
> > >
> >
> > Just checking - did you set it in the same exec() command
> > that holds the call to ecasound:
> >
> > exec( "export TERM=vt100; ecasound -foo -bar");
> >
> > doing
> > exec("export TERM=vt100");
> > exec("ecasound -foo -bar");
> >
> > won't work, because the shell that you export
> > the TERM var in disappears when the exec() is done.
> >
> > Also, the export is important, because the process that
> > runs ecasound won't inherit the TERM var otherwise.
> >
> > --
> > To unsubscribe send message 'unsubscribe' in the body of the
> > message to <ecasound-list-request_AT_wakkanet.fi>.
>
> --
> To unsubscribe send message 'unsubscribe' in the body of the
> message to <ecasound-list-request_AT_wakkanet.fi>.
>

-- 
Leonard Nutley
leonutley_AT_snowcrest.net
530 893-3148
--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Aug 08 2002 - 13:57:55 EEST