stty: : No such device or address
807559Dec 1 2003 — edited Dec 1 2003Hi
I have an entry in the cron that runs as non root user
example:
00 6,7,8 * * * su - some_user -c /home/process.sh
I get the following output.
stty: : No such device or address
The cron job goes through fine it just mail me each time it runs. The simple anser would be to take out any stty commands from the .profile file. Is there any other way to get rid of this error.