From owner-freebsd-bugs Tue Dec 22 06:50:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26513 for freebsd-bugs-outgoing; Tue, 22 Dec 1998 06:50:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26455 for ; Tue, 22 Dec 1998 06:49:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA11124; Tue, 22 Dec 1998 06:50:01 -0800 (PST) Received: from lohi.clinet.fi (lohi.clinet.fi [194.100.0.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26422 for ; Tue, 22 Dec 1998 06:49:37 -0800 (PST) (envelope-from hsu@mail.clinet.fi) Received: from katiska.clinet.fi (katiska.clinet.fi [194.100.0.4]) by lohi.clinet.fi (8.9.1/8.9.0) with ESMTP id QAA14876 for ; Tue, 22 Dec 1998 16:50:17 +0200 (EET) Received: (from root@localhost) by katiska.clinet.fi (8.9.0/8.9.0) id QAA23558; Tue, 22 Dec 1998 16:49:31 +0200 (EET) Message-Id: <199812221449.QAA23558@katiska.clinet.fi> Date: Tue, 22 Dec 1998 16:49:31 +0200 (EET) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9171: maxusers 1024 results in unbootable kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9171 >Category: kern >Synopsis: maxusers 1024 results in unbootable kernel >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 22 06:50:00 PST 1998 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2.7-STABLE i386 >Environment: -stable (I think this problem has been around long) 64M P90 IDE. >Description: kernel with maxusers 1024 panics on boot: kmem_suballoc: bad status return of 3 panic: kmem_suballoc >How-To-Repeat: Set maxusers to 1024 and boot on 64M P90. I think this is repeatable on this kind of configuration, but I am not sure whether it happens on larger configurations. >Fix: I do not know. I guess the actual problem is that "maxusers" does not really indicate any relation to maximum number of users. 256 is not enough for host running just an irc server, nothing else. Increasing NMBCLUSTERS separately seems to be the "fix" here (in addition to fixing process sizes, file descriptors and such more standard things). >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message