es-que / cpuset

Automatically exported from code.google.com/p/cpuset
GNU General Public License v2.0
0 stars 0 forks source link

Does not work on Centos7 #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Running as root:
1. untar cset source
2. python setup.py bdist_rpm  (fix all problems)
3. python setup.py install
4. Verify cset installed w/o problems run "cset" at command line (no args) 
correctly get usage statement.
5. Try to list current shields via:  cset set -l

What is the expected output? What do you see instead?
EXPECTED:
cset:
         Name       CPUs-X    MEMs-X Tasks Subs Path
 ------------ ---------- - ------- - ----- ---- ----------
         root        0-7 y       0 y   141    0 /

ACTUAL:
cset: **> [Errno 2] No such file or directory: '/cpusets//cpus'

What version of the product are you using? On what operating system?
cset: Cpuset (cset) 1.5.6
kernel: Linux 3.10.0-123.el7.x86_64
distro: CentOS Linux release 7.0.1406 (Core)

Please provide any additional information below.
Looks like it installs fine on Centos7 but does not work.

Original issue reported on code.google.com by JonSto...@gmail.com on 15 Dec 2014 at 6:38

GoogleCodeExporter commented 8 years ago
Generated log file via cset's -l option  Including to help debug.

Original comment by JonSto...@gmail.com on 15 Dec 2014 at 8:32

Attachments:

GoogleCodeExporter commented 8 years ago
I encountered exact issue with centos 7, is that fix?

Original comment by uroboros...@gmail.com on 4 Jun 2015 at 4:09