Re: expect dosen't

2013-03-14 Thread JOYCE POLZIN
- Original Message - you might want to google expect debugging, its verbose output will help you a lot... On Thu, Mar 14, 2013 at 10:44 AM, JOYCE POLZIN < foxec...@wowway.com > wrote: What's wrong with the following: #! /usr/bin/expect -f spawn /usr/bin/kinit u...@domain.c

Re: expect dosen't

2013-03-14 Thread Jack Craig
you might want to google expect debugging, its verbose output will help you a lot... On Thu, Mar 14, 2013 at 10:44 AM, JOYCE POLZIN wrote: > What's wrong with the following: > > #! /usr/bin/expect -f > > spawn /usr/bin/kinit u...@domain.com > expect "?COM:" > send "password\r" > > The password

expect dosen't

2013-03-14 Thread JOYCE POLZIN
What's wrong with the following: #! /usr/bin/expect -f spawn /usr/bin/kinit u...@domain.com expect "?COM:" send "password\r" The password never seems to get sent, but diags from -d switch indicate that the expect string did match. -- users mailing list users@lists.fedoraproject.org To