[Bug 1188850] [NEW] cgrulesengd cannot process symlinked executables

2013-06-07 Thread ojab
Public bug reported: Oh hai! I've found that 0.37.1-1ubuntu10 in precise/LTS cannot process symlinked executables correctly, the testcase is $ /usr/bin/env python -c import time; time.sleep(2) cgclassify $! Error in determining process name of pid 9738 The issue was fixed upstream in v0.38,

[Bug 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-07 Thread ojab
** Description changed: Oh hai! - I've found that 0.37.1-1ubuntu10 in precise/LTS cannot process symlinked executables correctly, the testcase is - $ /usr/bin/env python -c import time; time.sleep(2) cgclassify $! + I've found that 0.37.1-1ubuntu10 in precise/LTS cannot process symlinked

[Bug 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-07 Thread ojab
** Patch added: libcgroup_sumlinked_bin.patch https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1188850/+attachment/3697823/+files/libcgroup_sumlinked_bin.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libcgroup in

[Bug 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-11 Thread ojab
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

[Bug 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-22 Thread ojab
The issue is fixed in libcgroup1/cgroup-bin-0.37.1-1ubuntu10.1. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libcgroup in Ubuntu.