Thanks for your reply.
It seems your var partition is vary small.
yes
just symlink directories on /var
1) mv /var/tmp /usr and ln -s /usr/tmp /var/tmp
done
2) mv /var/mail /usr and ln -s /usr/mail /var/mail
done
3) mv /var/log /usr and ln -s /usr/log /var/log
I didn't do this becuase I figured that I then couldn't get logs while
running in single user mode - which I rarely do, but I didn't want to
set myself up for trouble. I guess I could always delete the link, and
create the directory for single user mode, if I need to go there.
Rotating logs is also a solution.
But most of the softwares rotate logs by default.
Is it possible to change the default?
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message