From owner-freebsd-questions Thu Mar 27 13:01:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21788 for questions-outgoing; Thu, 27 Mar 1997 13:01:01 -0800 (PST) Received: from caliban.dihelix.com (caliban.mrtc.org [199.4.33.251]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA21778 for ; Thu, 27 Mar 1997 13:00:56 -0800 (PST) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.5/8.8.3) id LAA07155; Thu, 27 Mar 1997 11:00:32 -1000 (HST) Message-Id: <199703272100.LAA07155@caliban.dihelix.com> Subject: Re: Increasing Users In-Reply-To: from Doug White at "Mar 27, 97 11:40:50 am" To: dwhite@resnet.uoregon.edu Date: Thu, 27 Mar 1997 11:00:32 -1000 (HST) Cc: klink@seti.tec.sd.us, freebsd-questions@FreeBSD.ORG From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Anyone >> Hello, This is Ryan from Southeast Technical Institute in Sioux >> Falls, SD. I recently installed FreeBSD 2.1.7. What I need to do is >> increase the number of simultaneous users from the default 16 to 25. >> However, I am have a hard time finding the kernal file to increase it. >> Can anyone help me on this problem? Also, is it possible to change the >> boot menu options and is it possible to select another operating system >> without rebooting? > >You can have as many users logged in as the system will fit. You may need >to increase some system buffers if you start having problems. THe >previously mentioned 'maxusers' item may help, although this is a gauge >and not an absolute value. >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major I could also be wrong but it sound to me like a pty issue here. To increase those you need to change the pty line to "psuedo-device pty 64". Also you will need to go into /dev and run ./MAKEDEV pty1 This will let you have up to 64 people logged in or multiple xterm windows etc. Hope this helps too :) -David Langford langfod@dihelix.com