[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Re: Root partition fills up under heavy load..



While we're on the subject... what about the actual /home/sites/www.domain.com/logs directory... should those be moved outside the users directories so it doesn't mess up the quota?



 On Mon, 16 Jul 2001 23:21:19 -0400, Charlie Summers wrote:

mkdir /home/webdata
cd /usr/admserv/html/.cobalt/report/
mv * /home/webdata/
cd ..
rm -r ./reports
ln -s /home/webdata/ ./reports

 There is a serious typo in this - take the 's' off of reports before
 doing it.
 But as far as I can tell, it works great - I did it and nothing's
 fallen over (yet).  ;)
 Took my usage from 83% down to 77%. Wahoo baby.
 Also, just to be safe, I did not remove the report directory, I
 simply renamed it (moved) to report.old. I don't like deleting things
 before knowing if it will work.

 So on my machine, it went...
 mkdir /home/webdata
 cd /usr/admserv/html/.cobalt/report
 mv */home/webdata/
 cd ..
 mv report report.old
 ln -s /home/webdata/ ./report