From owner-freebsd-emulation@FreeBSD.ORG Sun May 6 15:22:51 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 6299716A400 for ; Sun, 6 May 2007 15:22:51 +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 2D2DD13C4CE for ; Sun, 6 May 2007 15:22:51 +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 l46FMbFW090760; Sun, 6 May 2007 09:22:37 -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 l46FMZZM006926; Sun, 6 May 2007 09:22: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 l46FMZVk006923; Sun, 6 May 2007 09:22:35 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17981.62139.156155.588677@gromit.timing.com> Date: Sun, 6 May 2007 09:22:35 -0600 From: John E Hein To: "Wilkinson, Alex" In-Reply-To: <20070506132617.GF36879@obelix.dsto.defence.gov.au> References: <20070504035455.GA19928@obelix.dsto.defence.gov.au> <20070506132617.GF36879@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.3 required=5.0 tests=AWL,BAYES_05, DK_POLICY_SIGNSOME 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: Sun, 06 May 2007 15:22:51 -0000 Wilkinson, Alex wrote at 21:26 +0800 on May 6, 2007: > 0n Fri, May 04, 2007 at 11:55:09AM +0800, Wilkinson, Alex wrote: > > >wfcmgr is now hanging again. I have added debugging to the linux module. > > > > #wfcmgr > > load: 0.01 cmd: wfcmgr 19922 [ptsopn] 0.17u 0.03s 0% 6568k > > load: 0.01 cmd: wfcmgr 19922 [ptsopn] 0.17u 0.03s 0% 6568k > > load: 0.01 cmd: wfcmgr 19922 [ptsopn] 0.17u 0.03s 0% 6568k > > load: 0.01 cmd: wfcmgr 19922 [ptsopn] 0.17u 0.03s 0% 6568k > > > >dmesg(1) outputs nothing. > >Can someone tell me where the debugging info is meant to output ? > > Anyone ? Yes, you should see output in dmesg (and /var/log/messages if syslog.conf is in the default configuration). But you have to also turn on some debug via sysctl... sysctl compat.linux.debug=all.1 all.0 to turn it off, or something other than all to control debug output for a particular call... see sys/compat/linux/linux_mib.c and sys//linux/linux.h