Re: Best linux distribution

2010-09-16 Thread Pavan Savoy
On Thu, Sep 16, 2010 at 12:08 PM, StephanT stman937-linew...@yahoo.com wrote: http://en.wikipedia.org/wiki/Comparison_of_Linux_distributions ubuntu has THE BEST package management system .. I've seen so far. fedora/red-hat RPM is a real pain I would vote for ubuntu any time of the day ..

Re: usage of kill_pid and family

2010-09-09 Thread Pavan Savoy
i've been away for a few days and hence the late update On Thu, Sep 2, 2010 at 11:51 AM, Mulyadi Santosa mulyadi.sant...@gmail.com wrote: Hi Pavan... On Thu, Sep 2, 2010 at 22:09, Pavan Savoy pavan_sa...@sify.com wrote: Hi, I use kill_pid in one of our drivers to signal a user-space

usage of kill_pid and family

2010-09-02 Thread Pavan Savoy
Hi, I use kill_pid in one of our drivers to signal a user-space daemon to perform a particular action (open-UART for instance), I recently ran into problems with permissions as to when a user with stranger UID started open up a device, which internally calls the kill_pid in that context, could