Re: [sage-devel] ptyrun: Run anything in a pseudo-tty

2011-04-14 Thread Justin C. Walker
On Apr 14, 2011, at 01:08 , Jeroen Demeyer wrote: > Hello sage-devel, > > I wrote a program called "ptyrun", which runs an arbitrary program in a > pseudo-tty. I personally found it useful, so maybe somebody else will > find it useful also. You can find it at > http://boxen.math.washington.edu

Re: [sage-devel] ptyrun: Run anything in a pseudo-tty

2011-04-14 Thread Jeroen Demeyer
On 2011-04-14 14:05, David Kirkby wrote: > http://h30097.www3.hp.com/docs/transition/openpty.pdf > > describes ho to implement it on HP-UX. I guess the same would work for > OS X and Solaris. Thanks for the pointer. If anybody finds my "ptyrun" particularly useful, I might consider porting it to

Re: [sage-devel] ptyrun: Run anything in a pseudo-tty

2011-04-14 Thread David Kirkby
On 14 April 2011 12:52, Jeroen Demeyer wrote: > Well, I developed this program for Linux machines.  I don't know what > the Solaris equivalent is for the openpty() function.  Maybe there isn't > even one?? > > Jeroen. II dont' think there is one. That is part of glibc. http://h30097.www3.hp.co

Re: [sage-devel] ptyrun: Run anything in a pseudo-tty

2011-04-14 Thread Jeroen Demeyer
On 2011-04-14 11:37, David Kirkby wrote: > On 14 April 2011 09:08, Jeroen Demeyer wrote: >> Hello sage-devel, >> >> I wrote a program called "ptyrun", which runs an arbitrary program in a >> pseudo-tty. I personally found it useful, so maybe somebody else will >> find it useful also. You can fin

Re: [sage-devel] ptyrun: Run anything in a pseudo-tty

2011-04-14 Thread David Kirkby
On 14 April 2011 09:08, Jeroen Demeyer wrote: > Hello sage-devel, > > I wrote a program called "ptyrun", which runs an arbitrary program in a > pseudo-tty.  I personally found it useful, so maybe somebody else will > find it useful also.  You can find it at > http://boxen.math.washington.edu/home/