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

Re: [cobalt-users] AW:Active Monitor disk error



Steve Mouzon wrote:
> 
> Thanks, but the users are all well under quota. Plus it says the
> problem is in the Systems and Programs area.

You most likely have installed some applications outside the /home
partition (i.e., someplace under / - maybe in /usr/local/ etc).

Your choices are: 1) delete some stuff under the / partition or 2) move
the directories containing your application to something under /home,
and install a symlink from the expected location to the new location.

Example:

MySQL is installed in /usr/local/mysql. To move it you would:

cd /usr/local
mv mysql /home
ln -s /home/mysql mysql

Of course, in the case of MySQL specifically, remember to stop the
database first before moving it.

-- 
Bruce Timberlake
Technology Engineer
Sun Cobalt Server Appliances
Sun Microsystems, Inc.

E: bruce.timberlake@xxxxxxx
U: http://www.sun.com/cobalt/