Index: [Article Count Order] [Thread]

Date:  Tue, 26 Dec 2006 11:48:59 -0600
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:08343] Re: New site with no files is over quota
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <0a4501c72916$23ae6700$0301a8c0@Jerrycp>
In-Reply-To:  <45914C3D.3010607 (at mark) dogsbody.org>
X-Mail-Count: 08343


> Only a couple of times but I used to fix quota issues on a 
> Raq4 with `quotacheck 
> -avug` and it works well.  As long as the system is quiet 
> with not much going on 
> then you don't *have* to go into single user :-)
> 
> If you chose to just shutdown all non essential services then 
> remember they will 
> turn themselves back on again at the quarter hour :-p

You can remove swatch from cron.d, so it won't run.
  mv /etc/cron.d/swatch.cron someplace-else-swatch.cron
  when finished
  mv someplace-else-swatch.cron /etc/cron.d/swatch.cron

Gerald