From owner-freebsd-questions@FreeBSD.ORG Sat Apr 11 01:53:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A86211065670 for ; Sat, 11 Apr 2009 01:53:27 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 7187C8FC0A for ; Sat, 11 Apr 2009 01:53:27 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from localhost (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 67203114DB for ; Sat, 11 Apr 2009 10:22:17 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id E571E11477; Sat, 11 Apr 2009 10:21:55 +0900 (JST) Date: Sat, 11 Apr 2009 10:21:54 +0900 From: Kouichiro Iwao To: freebsd-questions@freebsd.org Message-ID: <20090411012154.GA80296@club.kyutech.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: meta@club.kyutech.ac.jp Subject: NX dumps core on 7.1-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 01:53:28 -0000 Hi. I asked freebsd-users-jp mailing list how to solve the problem below but nobody replied. I moved freebsd-question ml ask you. I'm in trouble using net/freenx port. My system is 7.1-RELEASE-p2 and I installed freenx from the ports tree. I already installed gnome desktop environment and I can use it on x11 console. $ pkg_info|grep nx freenx-0.6.0_1 Frontend (auth/session management) for nxserver libraries nxserver-2.1.0_2 Low-bandwidth X network server I installed nomachine's nxclient 3.3.0-6 to another linux system. Then I tried to connect to the freebsd system, nxclient shows error that "Session Startup File". After that, I logged into the freebsd system from the linux system with ssh x11 forwarding enabled and I executed nxagent. Then it dumped core. [meta@freebsd ~]$ /usr/local/NX/bin/nxagent NXAGENT - Version 2.1.0 Copyright (C) 2001, 2006 NoMachine. See http://www.nomachine.com/ for more information. Info: Agent running with pid '80414'. Session: Starting session at 'Sat Apr 11 09:57:36 2009'. Info: Detected window manager running. Assertion failed: (ret != inval_id), function _XAllocID, file xcb_io.c, line 378. Abort trap: 6 (core dumped) I guess this is why nxclient on linux raises session start up failed error. I can find "xcb_io.c" in nxagent's error message, so I did "portupgrade -rf \*xcb\* libX11 nxserver" but nothing's solved. I attach nxclient's log file. Please give me solution. Thanks. -- Iwao, Koichiro