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 c

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 wrote: > > 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

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 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 those

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 http://frodo.hserus.net/mailman/listinfo/il

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 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 > date

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 Gaurav Mishra
On Fri, Nov 12, 2010 at 7:32 PM, Mahesh T. Pai 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 > dated > >

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 || http://[paivakil|fizzard].blogspot

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

[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 Ide

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 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 it runs for ro