Re: expect and spawn

2010-11-13 Thread Aaron Martinez
On Tue, 2010-11-09 at 12:11 -0800, Jim Lucas wrote: > On 11/9/2010 12:00 PM, Aaron Martinez wrote: > >> On Tue, Nov 09, 2010 at 09:48:15AM -0600, Aaron Martinez wrote: > >>> I am trying to use openbsd as my workstation here at work but one of the > >>> tools we use, creates an expect script and it'

Re: expect and spawn

2010-11-09 Thread Andy Bradford
Thus said Aaron Martinez on Tue, 09 Nov 2010 09:48:15 CST: > # sh -x 227254.test Why are you telling sh to interpret an expect script? Why not try: $ expect 227254.text > 227254.test[3]: spawn: not found > + interact { > 227254.test[4]: interact: not found > + 034 exit > 227254.test[5]: 034: no

Re: expect and spawn

2010-11-09 Thread Jim Lucas
On 11/9/2010 12:00 PM, Aaron Martinez wrote: >> On Tue, Nov 09, 2010 at 09:48:15AM -0600, Aaron Martinez wrote: >>> I am trying to use openbsd as my workstation here at work but one of the >>> tools we use, creates an expect script and it's not working at all. The >>> developer of the tool uses li

Re: expect and spawn

2010-11-09 Thread Aaron Martinez
> On 11/9/2010 12:00 PM, Aaron Martinez wrote: >>> On Tue, Nov 09, 2010 at 09:48:15AM -0600, Aaron Martinez wrote: I am trying to use openbsd as my workstation here at work but one of the tools we use, creates an expect script and it's not working at all. The developer of t

Re: expect and spawn

2010-11-09 Thread Aaron Martinez
> On 11/09/10 15:48, Aaron Martinez wrote: >> Hi All, >> >> I am trying to use openbsd as my workstation here at work but one of the >> tools we use, creates an expect script and it's not working at all. The >> developer of the tool uses linux primarily so he's not sure except to >> tell me that t

Re: expect and spawn

2010-11-09 Thread Aaron Martinez
> On Tue, Nov 09, 2010 at 09:48:15AM -0600, Aaron Martinez wrote: >> I am trying to use openbsd as my workstation here at work but one of the >> tools we use, creates an expect script and it's not working at all. The >> developer of the tool uses linux primarily so he's not sure except to >> tell

Re: expect and spawn

2010-11-09 Thread Will Maier
On Tue, Nov 09, 2010 at 09:48:15AM -0600, Aaron Martinez wrote: > I am trying to use openbsd as my workstation here at work but one of the > tools we use, creates an expect script and it's not working at all. The > developer of the tool uses linux primarily so he's not sure except to > tell me tha

Re: expect and spawn

2010-11-09 Thread paul branston
On 11/09/10 15:48, Aaron Martinez wrote: Hi All, I am trying to use openbsd as my workstation here at work but one of the tools we use, creates an expect script and it's not working at all. The developer of the tool uses linux primarily so he's not sure except to tell me that the expect in open

expect and spawn

2010-11-09 Thread Aaron Martinez
Hi All, I am trying to use openbsd as my workstation here at work but one of the tools we use, creates an expect script and it's not working at all. The developer of the tool uses linux primarily so he's not sure except to tell me that the expect in openbsd doesn't know spawn which I looked and t