Re: Enabling quotas

2004-03-10 Thread Robert Barten
On Wed, Mar 10, 2004 at 10:00:50AM -0500, Robert Fitzpatrick wrote:
> I am running 5.2.1 and trying to enable quotas, I see that I need to
> build and install my own custom kernel to support this? I read the
> Chapter 9 in the Handbook, but don't quite understand one thing. I can't
> seem to locate what changes I need to make to the new kernel
> configuration  before building it in order to enable quotas. Can someone
> clarify this for me?
> 
> -- 
> Robert

I couldn't describe that better than chapter 9.3 - where exactly do you
struggle? Or is it 12.13 you need help with? You only have to add one
single line to your kernel config:
options QUOTA
-- 
Robert Barten
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Enabling quotas

2004-03-10 Thread Robert Fitzpatrick
I am running 5.2.1 and trying to enable quotas, I see that I need to
build and install my own custom kernel to support this? I read the
Chapter 9 in the Handbook, but don't quite understand one thing. I can't
seem to locate what changes I need to make to the new kernel
configuration  before building it in order to enable quotas. Can someone
clarify this for me?

-- 
Robert

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Enabling quotas

2004-03-06 Thread Matthew Seaman
On Sat, Mar 06, 2004 at 11:30:07AM -0500, Robert Fitzpatrick wrote:
> I am running 5.2.1 and trying to enable quotas, I see that I need to
> build and install my own custom kernel to support this? I read the
> Chapter 9 in the Handbook, but don't quite understand one thing. I can't
> seem to locate what changes I need to make to the new kernel
> configuration  before building it in order to enable quotas. Can someone
> clarify this for me?

You need to add the line:

options  QUOTA

to your kernel configuration.  If this is the first time you've ever
got your feet wet with kernel compilation, start off with something
very close to GENERIC.  In fact, copy GENERIC to YOURKERNCONF, edit
YOURKERNCONF to change the 'ident' line so it reads:

ident YOURKERNCONF

and add the 'options QUOTA' line at the end of the big block of
options stuff that follows next in the file.

Then build yourself a kernel, install it and reboot, following the
instructions in the Hadbook for the exact way to do that.  With such a
minimal change, you're pretty much assured of success.  You can
develop a more highly customized kernel with minimal risk of failure
by making small incremental changes in this manner, at least until you
run out of patience with repeatedly recompiling the kernel.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Enabling quotas

2004-03-06 Thread Robert Fitzpatrick
I am running 5.2.1 and trying to enable quotas, I see that I need to
build and install my own custom kernel to support this? I read the
Chapter 9 in the Handbook, but don't quite understand one thing. I can't
seem to locate what changes I need to make to the new kernel
configuration  before building it in order to enable quotas. Can someone
clarify this for me?

-- 
Robert

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Enabling quotas

2004-02-29 Thread zam4ever
- Original Message 
From: Robert Fitzpatrick <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: Enabling quotas
Date: 01/03/04 07:57

> I am running 5.2.1, I found the docs on how to enable quotas and build a
> custom kernel because it is not built into GENERIC, but I can't find out
> what to change my custom kernel before building it. Can someone tell me
> what to look for and change in my custom version of GENERIC to enable
> quotas?
> 
> -- 
> Robert

1. Recompile your kernel with the option:
 optionsQUOTA

2. Edit /etc/rc.conf file and add:
enable_quotas="YES"

This section will provide a step by step how to do it:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html

And here how to compile and build a custom kernel:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

regards,
zam4ever
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Enabling quotas

2004-02-29 Thread Robert Fitzpatrick
I am running 5.2.1, I found the docs on how to enable quotas and build a
custom kernel because it is not built into GENERIC, but I can't find out
what to change my custom kernel before building it. Can someone tell me
what to look for and change in my custom version of GENERIC to enable
quotas?

-- 
Robert

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"