From owner-freebsd-emulation@FreeBSD.ORG Mon May 7 14:13:52 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3E8116A404 for ; Mon, 7 May 2007 14:13:52 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 9B7E313C48A for ; Mon, 7 May 2007 14:13:52 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l47EDlKa000539; Mon, 7 May 2007 08:13:47 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id l47EDZmf063228; Mon, 7 May 2007 08:13:35 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.13.8/8.13.8/Submit) id l47EDYKY063220; Mon, 7 May 2007 08:13:34 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17983.13326.774561.259231@gromit.timing.com> Date: Mon, 7 May 2007 08:13:34 -0600 From: John E Hein To: "Wilkinson, Alex" In-Reply-To: <20070507080332.GI3240@obelix.dsto.defence.gov.au> References: <20070504035455.GA19928@obelix.dsto.defence.gov.au> <20070506132617.GF36879@obelix.dsto.defence.gov.au> <17981.62139.156155.588677@gromit.timing.com> <20070507073010.GG3240@obelix.dsto.defence.gov.au> <20070507095959.lqa9n27yso8cwo4s@webmail.leidinger.net> <20070507080332.GI3240@obelix.dsto.defence.gov.au> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Virus-Scanned: ClamAV version 0.90, clamav-milter version devel-120207 on Daffy.timing.com X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20, DK_POLICY_SIGNSOME,J_CHICKENPOX_52 autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on Daffy.timing.com Cc: emulation@freebsd.org Subject: Re: sec:uRe: sec:uRe: sec:uRe: [net/citrix_ica/] /usr/local/bin/wfcmgr ... hangs upon exec(). X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 14:13:52 -0000 Wilkinson, Alex wrote at 16:03 +0800 on May 7, 2007: > 0n Mon, May 07, 2007 at 09:59:59AM +0200, Alexander Leidinger wrote: > > >Quoting "Wilkinson, Alex" (from > >Mon, 7 May 2007 15:30:10 +0800): > > > >> #sysctl compat.linux.debug > >> sysctl: unknown oid 'compat.linux.debug' > > > >sysctl -a | grep linux | grep debug > > nada: > > #sysctl -a | grep linux | grep debug > # Then somehow you didn't build or install or kldload it properly. If you have DEBUG defined when you build linux.ko, then kldload _that_ linux.ko, you should immediately be able to see compat.linux.debug in the output of sysctl -a. How about this: strings linux.ko | grep Linux.debugging.control (make sure this is the linux.ko that you think you are kldload'ing)