Sorry for delay, simple testcase:

sudo cgcreate -g memory:/
sudo cgcreate -g memory:/test
echo "`whoami`:python2.7 memory test/" | sudo tee -a /etc/cgrules.conf
/usr/bin/env python -c "import time; time.sleep(2)" &
export PID=$!
sudo cgclassify $PID
grep $PID /sys/fs/cgroup/memory/{,*/}cgroup.procs

In case of fixed libcgroup output will be something like
>/sys/fs/cgroup/memory/test/cgroup.procs:5778

Right now it is
>Error in determining process name of pid 2042
>/sys/fs/cgroup/memory/sysdefault/cgroup.procs:2042

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcgroup in Ubuntu.
https://bugs.launchpad.net/bugs/1188850

Title:
  cgrulesengd cannot process symlinked executables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1188850/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to