CC'ing libcg-devel, forwards did not work well :( * Jiri Slaby <jsl...@suse.cz[2011-01-04 17:56:38]:
When one passes no input to the parser, it spits out: Cannot have mount and namespace keyword in the same configuration file It's wrong, because we have none of them. So change it to: Either mount or namespace keyword has to be specified in the configuration file Signed-off-by: Jiri Slaby <jsl...@suse.cz> --- src/api.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api.c b/src/api.c index 5ce6cf2..b76b793 100644 --- a/src/api.c +++ b/src/api.c @@ -115,7 +115,7 @@ const char const *cgroup_strerror_codes[] = { "Failed to parse config file", "Have multiple paths for the same namespace", "Controller in namespace does not exist", - "Cannot have mount and namespace keyword in the same configuration file", + "Either mount or namespace keyword has to be specified in the configuration file", "This kernel does not support this feature", "Value setting does not succeed", }; -- 1.7.3.4 -- Three Cheers, Balbir ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel