> conserver deals poorly with being out of disk space. I won't try to
> describe it, but it's weird. This combined with a lack of log roatation
> for console log files which gave me 500 mb console logs and filled / of
> the console server, is not nice.
Well, that sounds strange, there is a logrotate entry for conserver,
it should end up in /etc/logrotat.d:
/var/log/conserver/*.log {
rotate 7
size 300k
daily
compress
missingok
postrotate
/etc/init.d/conserver-server rotate
endscript
}
Could you give some more information about how conserver reacts on low
disk space?