Date: Fri, 18 Feb 2005 02:52:13 -0600 From: Jamie Novak <novak@qwest.net> To: "Dmitry M." <skif@psoft.lviv.ua> Cc: questions@freebsd.org Subject: Re: unknown option "MAXUSERS" Message-ID: <20050218085213.GC34810@mail.oss.uswest.net> In-Reply-To: <200502180728.07622.skif@psoft.lviv.ua> References: <200502180728.07622.skif@psoft.lviv.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On 02/17, Dmitry M. rearranged the electrons to read: > -bash-2.05b# config MYKERNEL > MYKERNEL: unknown option "MAXUSERS" It's probably because "maxusers" is a lowercase-only option in the config, right along with the ident, machine, and cpu lines. Change it to lowercase and you should be fine. Also, from the handbook: Note: As of FreeBSD 4.5, setting MAXUSERS to 0 in your kernel configuration file will choose a reasonable default value based on the amount of RAM present in your system. In 5.x and beyond, I believe the option is omitted entirely, even in GENERIC. Hope that helps. -Jamie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050218085213.GC34810>