Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 1998 09:30:10 +0200 (CEST)
From:      Konrad Heuer <kheuer@gwdu60.gwdg.de>
To:        angelayu <angelayu@stlinux.ouhk.edu.hk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: max user
Message-ID:  <Pine.BSF.3.96.980908091353.12300A-100000@gwdu60.gwdg.de>
In-Reply-To: <Pine.LNX.4.02A.9809081433260.3723-100000@stlinux.ouhk.edu.hk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 8 Sep 1998, angelayu wrote:

> Does freebsd have max-user to 3?  Could i open more than three users?
> Alt F1.

FreeBSD does neither limit the number of users nor does it limit the
number of virtual consoles to three. It seems to me you're speaking of the
latter point.

If you want more than three virtual consoles you've to edit /etc/ttys and
add lines like

ttyv3   "/usr/libexec/getty Pc"         cons25  on  secure

Futhermore take a look at the kernel option `MAXCONS'. Since it defaults
to 12 you'll probably don't need to change it and don't need to recompile
the kernel.

Don't forget to let one of the virtual consoles `unused' by `getty' if
you want to run X11.

The kernel parameter `maxusers' is used to set the size of internal data
structures (e.g., the max # of processes depends on it). There's no static
limit for the number of users. 

Konrad Heuer

// Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH
// Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany
//
// kheuer@gwdu60.gwdg.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980908091353.12300A-100000>