Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-23 Thread Konstantin Svist
On 11/23/2010 11:56 AM, valent.turko...@gmail.com wrote: > On Fri, Nov 19, 2010 at 8:27 PM, Konstantin Svist wrote: >> 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/$$ >>

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-23 Thread valent.turko...@gmail.com
On Fri, Nov 19, 2010 at 8:27 PM, Konstantin Svist wrote: > 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 $$

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Patrick O'Callaghan
On 19/11/10 22:56, Konstantin Svist wrote: > On 11/19/2010 07:17 PM, Patrick O'Callaghan wrote: >> On 19/11/10 18:48, Konstantin Svist wrote: >>> This fix only affects TTYs (i.e. terminal sessions). For instance, if >>> you're watching a video and compiling something in a terminal, this fix >>> wil

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Konstantin Svist
On 11/19/2010 07:17 PM, Patrick O'Callaghan wrote: > On 19/11/10 18:48, Konstantin Svist wrote: >> This fix only affects TTYs (i.e. terminal sessions). For instance, if >> you're watching a video and compiling something in a terminal, this fix >> will make sure that the terminal as a whole (no matt

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Patrick O'Callaghan
On 19/11/10 18:48, Konstantin Svist wrote: > This fix only affects TTYs (i.e. terminal sessions). For instance, if > you're watching a video and compiling something in a terminal, this fix > will make sure that the terminal as a whole (no matter how many > background processes it starts) shares tim

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Konstantin Svist
On 11/19/2010 02:38 PM, Jim wrote: I hate to have to tell you guys this , but !!! My EEEpc playing justintv video is much better, the hesitation is so slight. Playing the "Transformers", I just can't get over it. Sorry, but that's just your perception. This fix only affects TTYs (i.e. ter

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Jim
On 11/19/2010 04:45 PM, Jim wrote: On 11/19/2010 04:21 PM, Jim wrote: On 11/19/2010 02:27 PM, Konstantin Svist wrote: On 11/19/2010 09:02 AM, Jim wrote: Fedora 13 Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below Website states And it keeps saying, "No such file or dir

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Jim
On 11/19/2010 04:21 PM, Jim wrote: On 11/19/2010 02:27 PM, Konstantin Svist wrote: On 11/19/2010 09:02 AM, Jim wrote: Fedora 13 Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below Website states And it keeps saying, "No such file or directory" /sys/fs/cgroup does exist.

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Jim
On 11/19/2010 02:27 PM, Konstantin Svist wrote: On 11/19/2010 09:02 AM, Jim wrote: Fedora 13 Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below Website states And it keeps saying, "No such file or directory" /sys/fs/cgroup does exist. # cd /sys/fs/cgroup/ [r...@bigone c

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Konstantin Svist
On 11/19/2010 09:02 AM, Jim wrote: Fedora 13 Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below Website states And it keeps saying, "No such file or directory" /sys/fs/cgroup does exist. # cd /sys/fs/cgroup/ [r...@bigone cgroup]# ls -al total 0 drwxr-xr-x. 2 root root 0

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Joe Zeff
On 11/19/2010 10:38 AM, Patrick O'Callaghan wrote: > I suspect this will not work out of the box on Fedora. The recipe is for > RHEL or Centos, but Fedora needs some extra scaffolding. > Probably the best bet is to wait for the kernel patch to come down the line. -- users mailing list users@lists

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Kevin J. Cummings
On 11/19/2010 02:00 PM, fred smith wrote: > On Fri, Nov 19, 2010 at 02:08:45PM -0430, Patrick O'Callaghan wrote: >> On Fri, 2010-11-19 at 12:02 -0500, Jim wrote: >>> Fedora 13 >>> >>> Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below >>> Website states >>> And it keeps saying,

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread fred smith
On Fri, Nov 19, 2010 at 02:08:45PM -0430, Patrick O'Callaghan wrote: > On Fri, 2010-11-19 at 12:02 -0500, Jim wrote: > > Fedora 13 > > > > Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below > > Website states > > And it keeps saying, "No such file or directory" > > > > /sys/f

Re: Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Patrick O'Callaghan
On Fri, 2010-11-19 at 12:02 -0500, Jim wrote: > Fedora 13 > > Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below > Website states > And it keeps saying, "No such file or directory" > > /sys/fs/cgroup does exist. I suspect this will not work out of the box on Fedora. The reci

Can't make Directory in /sys/fs/cgroup as SU

2010-11-19 Thread Jim
Fedora 13 Trying to make Directory cpu in /sys/fs/cgroup as SU as per this below Website states And it keeps saying, "No such file or directory" /sys/fs/cgroup does exist. # cd /sys/fs/cgroup/ [r...@bigone cgroup]# ls -al total 0 drwxr-xr-x. 2 root root 0 Nov 19 11:26 . drwxr-xr-x. 5 root r