From owner-freebsd-ports@FreeBSD.ORG Thu Mar 8 21:26:10 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EAC216A407 for ; Thu, 8 Mar 2007 21:26:10 +0000 (UTC) (envelope-from yuxi@gmx.net) Received: from home.limyuxi.org (r49h129.res.gatech.edu [128.61.49.129]) by mx1.freebsd.org (Postfix) with ESMTP id DBC2713C4AC for ; Thu, 8 Mar 2007 21:26:09 +0000 (UTC) (envelope-from yuxi@gmx.net) Received: from [192.168.1.100] (unknown [192.168.1.100]) by home.limyuxi.org (Postfix) with ESMTP id 08903130CF5 for ; Thu, 8 Mar 2007 16:05:18 -0500 (EST) Message-ID: <45F07A8E.8080009@gmx.net> Date: Thu, 08 Mar 2007 16:05:18 -0500 From: Yu-Xi Lim User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Getting linux-nx-client to work X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 21:26:10 -0000 Hi all, I noticed that linux-nx-client is being updated, so I assume that someone has managed to get it to work. I have FreeNX servers running on Fedora 6 (freenx-0.5.0-5.fc6 with nx-2.1.0-1.fc6). I've verified that I can connect to them properly from both Linux and Windows nxclients. However, using nxclient on FreeBSD (via the linux-nx-client port), gives me nothing but problems. Firstly, clicking "Configure..." on the main client window kills my X server. Secondly, connecting fails with the following error: Session: Session started at 'Thu Mar 8 04:12:30 2007'. Error: Failed to set TCP_NODELAY flag on FD#14 to 1. Error is 22 'Invalid argument'. Session: Terminating session at 'Thu Mar 8 04:12:30 2007'. Info: End of NX transport requested by signal '15'. Warning: Parent process appears to be dead. Exiting watchdog. Changing the "Disable TCP no-delay" option does not make any difference. I'm using the same .nxs files across all platforms (except for tweaking the TCP_NODELAY thing). Am I doing something wrong? Does anyone know the necessary voodoo to get this working? TIA Yu-Xi