On 11/19/2010 09:02 AM, Jim wrote:
Fedora 13 Try this one, instead (mostly from http://lkml.org/lkml/2010/11/16/413) add to .bashrc: if [ "$PS1" ] ; then mkdir -m 0700 -p /cgroup/cpu/user/$$ echo 1 > /cgroup/cpu/user/$$/notify_on_release echo $$ > /cgroup/cpu/user/$$/tasks fi create /bin/rmcgroup: #!/bin/bash rmdir /cgroup/cpu/$1 add to /etc/rc.local: mount -t cgroup -o cpu none /cgroup/cpu mkdir -p -m 0777 /cgroup/cpu/user echo "/bin/rmcgroup" > /cgroup/cpu/release_agent |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines