> > In any case, you should not be doing lots of writes to root, so the
> > lack of softupdates should not be a problem.
> 
> So, are you suggesting make /tmp it's own disk, otherwise anytime you do
> development alot of writes are done to /.
> 
> And, if you do lots of development, then you'll have the same problem on
> /tmp as you did on / unless you waste a huge disk for /tmp. :(

Ah, but if you have /tmp on your root partition, you should really 
have more than 12M of free space:

  $ du -sk /bin /sbin
  3247    /bin
  8519    /sbin

:-)

Interestingly enough, I believe there's another ``bug'' here in the 
softupdates code.  If softupdates is short on required disk space, it 
sould at least go through the todo list and optimise out what it can, 
possibly reducing the disk space requirements.  If it did this, 
repeating the make install a few times should eventually work as it 
will ultimately end up overwriting things with exactly the same data 
and optimising the whole operation out - but this isn't currently the 
case.

> Nate

-- 
Brian <[EMAIL PROTECTED]>                        <[EMAIL PROTECTED]>
      <http://www.Awfulhak.org>                   <[EMAIL PROTECTED]>
Don't _EVER_ lose your sense of humour !          <[EMAIL PROTECTED]>




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to