| | 264 | |
| | 265 | ''' NOTE''' : ippc71 and ippc74 have DISK WARNING - free space: / 19316 MB (20% inode=95%): |
| | 266 | |
| | 267 | Both log files /var/log/apache2/access_log have grown to 13G |
| | 268 | |
| | 269 | Will wait for the logrotate to take care of these files tonight, |
| | 270 | |
| | 271 | if the problems still show up then try the short-term solution by EAM: |
| | 272 | {{{ |
| | 273 | 1) stop the pantasks |
| | 274 | 2) stop the apache server [sudo /etc/init.d/apache2 stop] |
| | 275 | 3) move the file to a new name |
| | 276 | 4) start the apache server [sudo /etc/init.d/apache2 start] |
| | 277 | 5) compress the saved file |
| | 278 | (the apache restart is needed because even if you compress or remove the log file, if apache is still running the file system will keep the data around). |
| | 279 | }}} |
| | 280 | |