[Bug 1188850] Re: cgrulesengd cannot process symlinked executables
ojab
1188850 at bugs.launchpad.net
Wed Jun 12 04:32:01 UTC 2013
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
More information about the Ubuntu-server-bugs
mailing list