You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have been struggling with setting up a cron that runs a perl script which executes a telnet. The script runs the way it should via the command line. When trying to run it from a cron it always fails at the telnet portion. I have tried this using a shell script and Expect and everything will work via command line but fails when trying to cron. I tried declaring the term env but that wasn't enough. Suggestions are welcomed.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In article <342D9AAB...@tab.com>, Julie Haugh <j...@tab.com> wrote: >Don wrote: >There are a couple of tools which will run a program under >a PTY. Dan Bernstein wrote a "pty" tool which has since >been superceded (and I don't have the name currently >available in my wetware working set ...)
pty4.0 was posted to comp.sources.unix, and should be in every system admins toolbox.
He has since produced ptyget-0.50.tar.gz, available from koobera.math.uic.edu, which is worth looking at.