From owner-freebsd-current@FreeBSD.ORG Wed Jun 14 07:55:16 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB6B16A47C; Wed, 14 Jun 2006 07:55:16 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id A652A43D46; Wed, 14 Jun 2006 07:55:14 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.6/8.13.3) with ESMTP id k5E7t9Bd047122 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 14 Jun 2006 09:55:09 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.6/8.13.3/Submit) id k5E7t9bM047121; Wed, 14 Jun 2006 09:55:09 +0200 (CEST) Date: Wed, 14 Jun 2006 09:55:09 +0200 From: Divacky Roman To: emulation@freebsd.org, current@freebsd.org, ports@freebsd.org Message-ID: <20060614075508.GA46922@stud.fit.vutbr.cz> References: <20060613211130.09208f22@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060613211130.09208f22@Magellan.Leidinger.net> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: Subject: Re: HEADS-UP: new dummy syscalls for linuxolator -> new console messages X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 07:55:16 -0000 On Tue, Jun 13, 2006 at 09:11:30PM +0200, Alexander Leidinger wrote: > Hi, > > I just committed some dummy syscalls to the linuxolator in current. The > only purpose of them is to moan if a linux program wants to use an > unimplemented syscall. So if you use a linux program and you see some > related messages on the console after that, we want to know about it on > emulation@ (F-up set). Please provide > - ls -1 /var/db/pkg | grep linux > - the program you are using > - the message from the console > > This will help us to determine the priority in which unimplemented > syscalls have to be implemented. I doubt anyone will see any messages unless he/she sets compat.linux.osrelease to something higher then 2.6.16 still.. if something was printed we appreciate that info roman