search for: vaidi

Displaying 2 results from an estimated 2 matches for "vaidi".

Did you mean: vaiid
2003 Jun 17
1
Implementing NIS based ACLs
Hi, I am trying to implement ACL's using netgroups. Something like :- valid users = @u-gm-dev However the trouble is every time a new user has to be added to the netgroup to grant permission, samba has to be restarted. kill -HUP <pid of smbd> does not work. Any suggestions on how I can add users on-the-fly ? or maybe a better solution ? -Vaidy -- This e-mail may contain
2011 Mar 23
1
Re: [RFC PATCH V4 3/5] cpuidle: default idle driver for x86
On 03/23/2011 08:43 AM, Len Brown wrote: > Why is this patch a step forward? Hi Len, I have basically moved the code for arch default and mwait idle from arch/x86/kernel/process.c to a driver. This was suggested by Venki (https://lkml.org/lkml/2010/10/19/460) as part of pm_idle cleanup and direct call of cpuidle_idle_call(). There is not much new code here. > >> +obj-$(CONFIG_X86)