siliconmike wrote:
>Unfortunately the freebsd handbook told me to make the /var partition
>un-reasonably small (256 mb)..
The handbook reflects legacy practices that have not been a good
idea for over a decade.
>So I have all of my data + scripts on /usr partition on a localhost
>instead of /var. And All config files are set up to find stuff in /usr.
This is typical of the problems caused by partitioning the root
volume where it is not explicitly required. On average, this sort
of diskfull problem occurs an order of magnitude more often on
partitioned systems than systems with a single root partition
(assuming a single disk).
You can always workaround with symlink, diskformat, ... however,
doing so both ignores the cause of the problem and compounds it.
The best way to fix these problems is usually to reinstall _without_
/usr, /var, or other intra-disk or root-mounted partitions.
--
Roger Marquis
http://www.roble.net/marquis/ >> Stay informed about: /var partition too small ... what to do ?