From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 31 18:40:18 2004 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEAE16A4CE for ; Tue, 31 Aug 2004 18:40:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 061AA43D5D for ; Tue, 31 Aug 2004 18:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7VIeHK7098307 for ; Tue, 31 Aug 2004 18:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7VIeF0B098304; Tue, 31 Aug 2004 18:40:15 GMT (envelope-from gnats) Date: Tue, 31 Aug 2004 18:40:15 GMT Message-Id: <200408311840.i7VIeF0B098304@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Julian Elischer Subject: Re: kern/11165: IBCS2 don't work correctly with PID_MAX 99999 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julian Elischer List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 18:40:18 -0000 The following reply was made to PR kern/11165; it has been noted by GNATS. From: Julian Elischer To: freebsd-gnats-submit@FreeBSD.org, aef@shu.smolensk.su Cc: Subject: Re: kern/11165: IBCS2 don't work correctly with PID_MAX 99999 Date: Tue, 31 Aug 2004 11:33:46 -0700 No it's an inherrent problem.. pids inthese systems are a 16 bit word they can not HOLD a PID > 16 bits.. I suggest adding a sysctl that keeps the new generated pids < 60000 as they were for years.. this is true also fo freebsd 1.x binaries which had the same problem when run under new FreeBSDs.