![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script to monitor process running on server and posting a mail if any process is dead | pradeepmacha | Shell Programming and Scripting | 13 | 03-06-2009 07:33 AM |
| Killing of a process and send a mail if the process doesnot come up within 2 minutes | Prince89 | Shell Programming and Scripting | 1 | 02-15-2008 07:10 PM |
| process error | ravi raj kumar | High Level Programming | 2 | 11-23-2007 11:14 PM |
| how to start a process and make it sleep for 5 mins and then kill that process | shrao | Shell Programming and Scripting | 6 | 03-27-2007 01:54 PM |
| login error(can not set process env.) | amit | UNIX for Advanced & Expert Users | 5 | 12-23-2001 04:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SIGTTOU Error in FTP process
Hi,
I am getting the [2] + Stopped (SIGTTOU) error while trying to FTP some files.Here is what am doing: I have database sitting on the UNIX box.I have a table where i stored the ipaddress,username and password.Now i have a script,when run,goes to the database,takes the ipaddress,username and password and then FTP the file into the ipaddress. I have a list of ipaddress.This works fine for some of them and for others,i get the above error. can anyone please tell me the reason for this and also probable solution to get rid of this error. Thanks alot in advance. |
|
||||
|
SIGTTOU in POSIX means the process running in the background attempted to write to the tty. It's not a fatal error, usually, and you can trap it in the shell.
Is there a log that shows the actual ftp return code? Check here for ftp return code information - http://www.ftpplanet.com/ftpresources/ftp_codes.htm |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|