Solved: rpm repackage feature in fedora?

2010-11-15 Thread Simon Brandner
Hello, >in my installation, the >rpm -e --repackage >does lead to the result: >--repackage: unknown option >Is this feature disabled in the installed RPM version? Yes, it is disabled since RPM 4.6, because it was not reliable enough. See: http://rpm.org/wiki/Releases/4.6.0 Unfortunately I foun

rpm repackage feature in fedora?

2010-11-15 Thread Simon Brandner
Hello, in my installation, the rpm -e --repackage does lead to the result: --repackage: unknown option Is this feature disabled in the installed RPM version? Regards, Simon -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gm

Re: creating cgroup hierarchy

2010-11-09 Thread Simon Brandner
Hello again, > # mkdir test > # cd test > # echo 0 > cpuset.mems > # echo 0 > cpuset.cpus > # cat memory.use_hierarchy > 1 > # mkdir subtest > mkdir: cannot create directory `subtest': Invalid argument > Could this feature be disabled in the kernel or somewhere else? > My active Kernel version i

Re: creating cgroup hierarchy

2010-11-02 Thread Simon Brandner
Hello, > # mkdir test > # cd test > # echo 0 > cpuset.mems > # echo 0 > cpuset.cpus > # cat memory.use_hierarchy > 1 > # mkdir subtest > mkdir: cannot create directory `subtest': Invalid argument > Could this feature be disabled in the kernel or somewhere else? > My active Kernel version is: > 26

creating cgroup hierarchy

2010-10-27 Thread Simon Brandner
Hello, i tried to create sub-directories in a cgroups mount. I tried the following: # mkdir test # cd test # echo 0 > cpuset.mems # echo 0 > cpuset.cpus # cat memory.use_hierarchy 1 # mkdir subtest mkdir: cannot create directory `subtest': Invalid argument So it did not work. Several tutorials m