[gentoo-user] Re: cgroupd really do work!

2010-12-06 Thread Doug Hunley
Thanks a ton for the wiki page! I 'smartened' up the scripts a bit to deal with the various locations and kernel versions: cgroup_clean: #!/bin/sh if [ -d /sys/fs/cgroup ] ; then cdir=/sys/fs/cgroup else cdir=/dev/cgroup fi rmdir /dev/cgroup/$* cgroup_start: #!/bin/sh if [ -d /sys/fs/cgroup

[gentoo-user] Re: cgroupd really do work!

2010-12-06 Thread Doug Hunley
On Mon, Dec 6, 2010 at 15:04, Doug Hunley d...@hunley.homeip.net wrote: cgroup_clean: #!/bin/sh if [ -d /sys/fs/cgroup ] ; then cdir=/sys/fs/cgroup else cdir=/dev/cgroup fi rmdir /dev/cgroup/$* change that to: rmdir $cdir/$*

Re: [gentoo-user] Re: cgroupd really do work!

2010-12-06 Thread Florian Philipp
Am 06.12.2010 21:04, schrieb Doug Hunley: Thanks a ton for the wiki page! I 'smartened' up the scripts a bit to deal with the various locations and kernel versions: [...] Hope someone finds that useful. Sure, nice extension. Since it is your code, please apply it to the wiki page yourself.

[gentoo-user] Re: cgroupd really do work!

2010-12-04 Thread walt
On 12/03/2010 04:41 PM, William Kenworthy wrote: Re the discussion on cgroups on the 24/25 november - on my old AMD barton 2500+ desktop - in the past a load of anything more than 5 made it very painful to use. Add in running windows in a qemu vm at the same time (all in 1.5G ram) and its

Re: [gentoo-user] Re: cgroupd really do work!

2010-12-04 Thread William Kenworthy
On Sat, 2010-12-04 at 11:52 -0800, walt wrote: On 12/03/2010 04:41 PM, William Kenworthy wrote: Re the discussion on cgroups on the 24/25 november - on my old AMD barton 2500+ desktop - in the past a load of anything more than 5 made it very painful to use. Add in running windows in a qemu