Bug 13979

Summary: [FR] don't start in VEs
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: klogdAssignee: Alexey Gladkov <legion>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P2 CC: glebfm, ldv, legion
Version: unstable   
Hardware: all   
OS: Linux   

Description Michael Shigorin 2008-01-12 00:12:27 MSK
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.
Comment 1 Dmitry V. Levin 2008-01-12 00:23:49 MSK
(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);
Comment 2 Michael Shigorin 2008-01-12 02:25:27 MSK
Point taken :-)