From: Austin S. <te...@of...> - 2006-07-13 21:59:41
|
> > called from cron, etc.). > > I can do that, but I get the same warnings even if I run the above command > from a tty, or at least from a linux console, in addition to an xterm. > Presumably there's something else that needs to be done, but I don't know > what it is. Is the message meaningful? > The message means you are interacting with something other than a tty. That can often be a surprise. If you want to avoid the message you can either shut off warnings or set $expect->manual_stty(1) which will notify expect not to play with the tty settings during interact(). Austin |