Re: assigning a tty to a running proccess.

2006-01-09 Thread Ehud Karni
On Sat, 7 Jan 2006 17:51:58 +0200, Lior Kesos <[EMAIL PROTECTED]> wrote: > > The installation program assumes access to /dev/ttyX while the daemon does > not have a tty assigned to it. > Is there a way to assign a tty to a proccess after it has been run? Use expect, It was built for this, i.e. Run

Re: assigning a tty to a running proccess.

2006-01-07 Thread Tzafrir Cohen
On Sat, Jan 07, 2006 at 05:51:58PM +0200, Lior Kesos wrote: > Hi, > I have a program meant to be installed manually which is run by my own > daemon. > The installation program assumes access to /dev/ttyX while the daemon does > not have a tty assigned to it. > Is there a way to assign a tty to a pr

assigning a tty to a running proccess.

2006-01-07 Thread Lior Kesos
Hi, I have a program meant to be installed manually which is run by my own daemon. The installation program assumes access to /dev/ttyX while the daemon does not have a tty assigned to it. Is there a way to assign a tty to a proccess after it has been run? The best option would be through a usersp