![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pax error on appending data to LTO3 | kwliew999 | AIX | 0 | 04-20-2008 08:01 PM |
| invalid compressed data--crc error | jxh461 | SUN Solaris | 3 | 04-20-2007 10:51 AM |
| file system had I/O error(s) on meta-data | catwomen | HP-UX | 2 | 06-07-2006 07:29 AM |
| Uncorrectable data Error | David North | SUN Solaris | 1 | 05-03-2006 02:32 PM |
| Data Access Error | joseph_shibu | UNIX for Advanced & Expert Users | 5 | 11-13-2001 02:22 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
check the CGI script. Is it writing to
a file? It may be writing to a log file that needs to be rotated ("it's been up for a while") |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
It's not just this script.
It's not just this script. My log files are cleared out about every 3 days.
As I said before, I just started getting it one day |
|
#10
|
||||
|
||||
|
I'm sorry I wasn't clear.
I wasn't referring to the error logs. I was suggesting that there may be some other file being written to from the CGI script/program. For instance, when it writes a log record it might: logfile=/tmp/mycgi$$.log echo "`date` Some important information for you" >> $logfile ...if the mycgi log was 2GB in size then maybe (depending on your kernel parameters) the date command might report a "write" error to your error log. |
||||
| Google The UNIX and Linux Forums |