Re: [gentoo-user] Is there a standard sysctl-like way to modify sysfs files at boot time?

2010-12-30 Thread Mark David Dumlao
On Wed, Dec 29, 2010 at 9:54 AM, Volker Armin Hemmann volkerar...@googlemail.com wrote: On Monday 27 December 2010 19:37:29 Mark David Dumlao wrote: I want to do this: http://blog.internetnews.com/skerner/2010/11/forget-200-lines-red-hat-speed. html in userspace, but automate it at

Re: [gentoo-user] Is there a standard sysctl-like way to modify sysfs files at boot time?

2010-12-30 Thread Mark David Dumlao
Neat thing, after I finished my kernel compile and did a reboot, the /sys/fs/cgroup directory appears by default, so I don't need to mkdir and can directly just place it in fstab. With zen-sources, at least, but it sounds like what upstream behavior should do. -- This email is:    [ ] actionable 

Re: [gentoo-user] Is there a standard sysctl-like way to modify sysfs files at boot time?

2010-12-28 Thread Mick
On Monday 27 December 2010 11:37:29 Mark David Dumlao wrote: I want to do this: http://blog.internetnews.com/skerner/2010/11/forget-200-lines-red-hat-speed .html in userspace, but automate it at boot time. it requires that I create and mount the cgroup subsystem in sysfs and sounds a lot

Re: [gentoo-user] Is there a standard sysctl-like way to modify sysfs files at boot time?

2010-12-28 Thread Adam Carter
On Monday 27 December 2010 11:37:29 Mark David Dumlao wrote: I want to do this: http://blog.internetnews.com/skerner/2010/11/forget-200-lines-red-hat-speed .html in userspace, but automate it at boot time. it requires that I create and mount the cgroup subsystem in sysfs and sounds a

Re: [gentoo-user] Is there a standard sysctl-like way to modify sysfs files at boot time?

2010-12-28 Thread Volker Armin Hemmann
On Monday 27 December 2010 19:37:29 Mark David Dumlao wrote: I want to do this: http://blog.internetnews.com/skerner/2010/11/forget-200-lines-red-hat-speed. html in userspace, but automate it at boot time. it requires that I create and mount the cgroup subsystem in sysfs and sounds a lot

[gentoo-user] Is there a standard sysctl-like way to modify sysfs files at boot time?

2010-12-27 Thread Mark David Dumlao
I want to do this: http://blog.internetnews.com/skerner/2010/11/forget-200-lines-red-hat-speed.html in userspace, but automate it at boot time. it requires that I create and mount the cgroup subsystem in sysfs and sounds a lot like something that I'd do in sysctl for /proc/sys, but for sysfs