vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have a sporadic problem with a cron job that FTP's from one Solaris SPARC 9 box to another. Every so often, I'll get the following error in my script's log file: Net::FTP=GLOB(0x3d0ee4)<<< error setting I_ERRLOG on /dev/log: Device busy cannot connect to host: : 0 at /home/qsi/qsutils/perl/qsPush.pl line 103. qsPush.pl is a PERL script using the Net::FTP PERL module. From what the log says, the script is not even logging into the FTP box so it craps out when this error occurs. I don't know what could cause problems in setting the I_ERRLOG variable or why /dev/log would be busy. Right now I'm trying to figure out if this error pertains to the FTP client or server. Any help greatly appreciated, George |