----- Original Message -----
>> I'm not sure it'll be a parameter as only about 7,000
>> messages failed out of 90,000. Unless its some kind of
>> time out... But thats the thing, I don't know what the
>> error 70 means.
>
>look for a file called sysexits.h. there you can get the
>meaning of error codes. taken from a feroda sysexits.h:
>EX_IOERR -- An error occurred while doing I/O on some file.
>define EX_IOERR        74      /* input/output error */
>
>well, thats not much of information. but place a 'set -x'
>at the top of your bash script, this might help discovering
>the problem.
>
>regards,

I allready know (realize) the EX_IOERR is an IO error. I'm
trying to figure out what is going on to cause it and what
exactly the system is trying to tell me that it failed on.
Could it not find the file? The directory? Read the file? As
you indicated the sysexits.h doesn't tell much.

What will the "set -x" do?

=================================
Kevin W. Gagel
Network Administrator
Information Technology Services
(250) 562-2131 local 448
My Blog:
http://mail.cnc.bc.ca/blogs/gagel

-------------------------------------------------------------------
The College of New Caledonia, Visit us at http://www.cnc.bc.ca
Virus scanning is done on all incoming and outgoing email.
Anti-spam information for CNC can be found at http://avas.cnc.bc.ca
-------------------------------------------------------------------

Reply via email to