Re: [ilugd] Script to run at login but for non-root users only

2010-11-12 Thread Chirag Anand
You can use the local versions .profile and .bashrc in the user's $HOME which won't affect the whole system. On Fri, Nov 12, 2010 at 1:14 PM, Amit Sharma amit_...@yahoo.com wrote: Hi, I want to run a script as soon as a non-root users logs in. For that if I make a entry in /etc/proile then

[ilugd] Open Standards policy finalized--major victory for the FOSS community

2010-11-12 Thread Venkatesh Hariharan
The open standards policy has been finalized and it incorporates many of the suggestions made by the FOSS community in India. In the previous draft dated 25/11/2009, our major objection was to section 4.1.2 of the policy which said, 4.1.2 The essential patent claims necessary to implement the

Re: [ilugd] Open Standards policy finalized--major victory for the FOSS community

2010-11-12 Thread Mahesh T. Pai
Venkatesh Hariharan said on Fri, Nov 12, 2010 at 05:41:52PM +0530,: The open standards policy has been finalized and it incorporates many of the suggestions made by the FOSS community in India. In the previous draft dated A big thanks to all those who made this happen. -- Mahesh T. Pai

Re: [ilugd] Script to run at login but for non-root users only

2010-11-12 Thread Mahesh T. Pai
Amit Sharma said on Thu, Nov 11, 2010 at 11:44:10PM -0800,: For that if I make a entry in /etc/proile then it runs for root also. Files in the /etc/ directory are system wide configuration files. The solution is already mentioned, -- Mahesh T. Pai ||

Re: [ilugd] Open Standards policy finalized--major victory for the FOSS community

2010-11-12 Thread Gaurav Mishra
On Fri, Nov 12, 2010 at 7:32 PM, Mahesh T. Pai paiva...@gmail.com wrote: Venkatesh Hariharan said on Fri, Nov 12, 2010 at 05:41:52PM +0530,: The open standards policy has been finalized and it incorporates many of the suggestions made by the FOSS community in India. In the previous draft

Re: [ilugd] Script to run at login but for non-root users only

2010-11-12 Thread Raj Mathur (राज माथुर)
On Friday 12 Nov 2010, Amit Sharma wrote: I want to run a script as soon as a non-root users logs in. If your script is named /usr/local/bin/foo.sh, try this in /etc/profile: # Only run foo.sh for non-root users [ `id -u` -ne 0 ] /usr/local/bin/foo.sh Regards, -- Raju -- Raj Mathur

Re: [ilugd] Open Standards policy finalized--major victory for the FOSS community

2010-11-12 Thread Sudhanwa Jogalekar
+1 On Fri, Nov 12, 2010 at 7:02 PM, Mahesh T. Pai paiva...@gmail.com wrote: Venkatesh Hariharan said on Fri, Nov 12, 2010 at 05:41:52PM +0530,:   The open standards policy has been finalized and it incorporates many of the   suggestions made by the FOSS community in India. In the previous

Re: [ilugd] Script to run at login but for non-root users only

2010-11-12 Thread Aman Thakur
I think raju gave the exact answer you needed.:) and even the vivek's answer was quite reasonable.Even i am gonna try this scripts.thanks guys:) ___ Ilugd mailing list Ilugd@lists.linux-delhi.org

Re: [ilugd] LVM and ext3 size relationship

2010-11-12 Thread Sirtaj Singh Kang
On 08-Nov-10, at 4:16 PM, Sirtaj Singh Kang wrote: [snip] I'd like some assistance in understanding the relationship between the size of an LVM2 logical volume and ext3. While nobody appears to have an answer to my question (if a good answer exists), I did some more hunting. For

Re: [ilugd] Need Linux People Resumes

2010-11-12 Thread Aman Thakur
Any scope for the freshers with good knowledge? I am working on the platform for the last 3-4 years at and college. ___ Ilugd mailing list Ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd

Re: [ilugd] LVM and ext3 size relationship

2010-11-12 Thread Rakesh Kumar
On Sat, Nov 13, 2010 at 2:07 AM, Sirtaj Singh Kang sir...@sirtaj.netwrote: On 08-Nov-10, at 4:16 PM, Sirtaj Singh Kang wrote: [snip] I'd like some assistance in understanding the relationship between the size of an LVM2 logical volume and ext3. While nobody appears to have an answer

Re: [ilugd] LVM and ext3 size relationship

2010-11-12 Thread Raj Mathur (राज माथुर)
On Saturday 13 Nov 2010, Rakesh Kumar wrote: I think nobody is here to teach you, but as far as it is concerned to solve any problem, i have already answered you. With all due respect, you haven't. Taj asked a very specific question: If I want to grow an ext3 fs by size X in mb, how do I