From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 18 12:56:30 2007 Return-Path: Delivered-To: Freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1411C16A419 for ; Tue, 18 Sep 2007 12:56:30 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id CA83D13C457 for ; Tue, 18 Sep 2007 12:56:29 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2A5C66678D6; Tue, 18 Sep 2007 14:56:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5lvqj4OsnVmp; Tue, 18 Sep 2007 14:56:27 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 45BC46678DA; Tue, 18 Sep 2007 14:56:27 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l8ICuRCA041557; Tue, 18 Sep 2007 14:56:27 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 18 Sep 2007 14:56:27 +0200 From: Roman Divacky To: Mathias Picker Message-ID: <20070918125627.GB41373@freebsd.org> References: <1190113454.97202.5.camel@1.strongdesk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1190113454.97202.5.camel@1.strongdesk.com> User-Agent: Mutt/1.4.2.3i Cc: Freebsd-emulation@freebsd.org Subject: Re: linuxolator: nxclient 2.1 does not work for me 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: Tue, 18 Sep 2007 12:56:30 -0000 On Tue, Sep 18, 2007 at 01:04:14PM +0200, Mathias Picker wrote: > I've had the old 1.5 installed, which worked fine with the same error. > > I now upgraded to the current nxclient 2.1 from ports, and after the > error msg: > > Socket: PANIC! Failed to set TCP_NODELAY flag on FD#5 to 1. Error is > 22 'Invalid argument'. we do support setting TCP_NODELAY flag... can you provide debugging output? (recompile linux module with -DDEBUG and watch /var/log/messages) roman