search for: vaidy

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

Did you mean: vaidya
2003 Jun 17
1
Implementing NIS based ACLs
.... 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 confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail...
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)