Maybe it's worth to add "chkconfig klogd off" in post-creation VE setup scripts? Would save another megabyte of RAM per VE, and kernel logs should be useful only to HN administrator anyways.
(In reply to comment #0) > Maybe it's worth to add "chkconfig klogd off" in post-creation VE setup scripts? > Would save another megabyte of RAM per VE, and kernel logs should be useful > only to HN administrator anyways. Why? Some kernel log messages are delivered to VE as well. For example, ve_printk(VE_LOG, KERN_WARNING "process `%s' is using obsolete " "%s SO_BSDCOMPAT\n", warncomm, name);
Point taken :-)