Hi, I tested "cgred" service in long time, and /var/log/messages was filled with many log messages like the following:
May 18 09:46:46 localhost CGRE[18157]: Cgroup change for PID: 26938, UID: 500, GID: 0 FAILED! (Error Code: 50016) May 18 09:46:46 localhost CGRE[18157]: Failed to open /proc/26938/status May 18 09:46:46 localhost CGRE[18157]: Failed to open /proc/26939/status May 18 09:46:46 localhost CGRE[18157]: Cgroup change for PID: 26940, UID: 500, GID: 0 FAILED! (Error Code: 50016) May 18 09:46:46 localhost CGRE[18157]: Failed to open /proc/26940/status May 18 09:46:46 localhost CGRE[18157]: Failed to open /proc/26941/status May 18 09:46:46 localhost CGRE[18157]: Failed to open /proc/26942/status May 18 09:46:46 localhost CGRE[18157]: Failed to open /proc/26943/status I think we can delete the above messages as spam log messages by two patches: [PATCH 1/2] Delete "Failed to open /proc/<pid>/status" as spam log. [PATCH 2/2] Reduce "Cgroup change for PID:X, UID:X, GID:X FAILED!" messages. Any comment is welcome. Thanks Ken'ichi Ohmichi ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
