From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 19:55:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6450D16A496 for ; Mon, 27 Mar 2006 19:55:27 +0000 (UTC) (envelope-from loganm10@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02A1A43D83 for ; Mon, 27 Mar 2006 19:55:12 +0000 (GMT) (envelope-from loganm10@gmail.com) Received: by zproxy.gmail.com with SMTP id l1so159296nzf for ; Mon, 27 Mar 2006 11:55:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gjd9jFAfOfjMx8u17Y1VTUKD1RIeooEjBsTSMsP8vVairwvuwGCbZVw/W1ep/Ylgyi7qpcZ9kJLoACmBZHx0qX073kKOPAT5yJGwmG8CAW1mgY2I1Y+Ng2lhObcbndgiEcZN7PEBD0T/vH/t7xgUHm/T3v9bW+l299E3zvhA5H4= Received: by 10.36.68.7 with SMTP id q7mr257740nza; Mon, 27 Mar 2006 11:55:12 -0800 (PST) Received: by 10.36.59.17 with HTTP; Mon, 27 Mar 2006 11:55:12 -0800 (PST) Message-ID: <6d356f6c0603271155u35782f46yae84cdeed20fd313@mail.gmail.com> Date: Mon, 27 Mar 2006 12:55:12 -0700 From: "Logan McNaughton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: nxserver 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: Mon, 27 Mar 2006 19:55:27 -0000 How on earth can i get nxserver working, i installed freenx and nxserver, i add an nx-user (logan) and i can start nxserver when i go to connect on my windows box, i get this: NX> 203 NXSSH running with pid: 3808 NX> 285 Enabling check on switch command NX> 285 Enabling skip of SSH config files NX> 200 Connected to address: 192.168.2.183 on port: 22 NX> 202 Authenticating user: nx NX> 208 Using auth method: publickey HELLO NXSERVER - Version 1.4.0-04-CVS OS (GPL) NX> 105 hello NXCLIENT - Version 1.5.0 NX> 134 Accepted protocol: 1.5.0 NX> 105 SET SHELL_MODE SHELL NX> 105 SET AUTH_MODE PASSWORD NX> 105 login NX> 101 User: logan NX> 102 Password: NX> 103 Welcome to: comBSD user: logan NX> 105 listsession --user=3D"logan" --status=3D"suspended,running" --geometry=3D"1024x768x32+render" --type=3D"unix-default" NX> 127 Sessions list of user 'logan' Display Username Remote IP Session ID ------- --------------- --------------- -------------------------------- 1005 logan 192.168.2.124 3D89CA497741F05931CA80C95511C38E NX> 105 listsession --user=3D"logan" --status=3D"suspended,running" --geometry=3D"1024x768x32+render" --type=3D"unix-default" NX> 127 Sessions list of user 'logan' Display Username Remote IP Session ID ------- --------------- --------------- -------------------------------- 1005 logan 192.168.2.124 3D89CA497741F05931CA80C95511C38E NX> 105 listsession --user=3D"logan" --status=3D"suspended,running" --geometry=3D"1024x768x32+render" --type=3D"unix-default" NX> 127 Sessions list of user 'logan' Display Username Remote IP Session ID ------- --------------- --------------- -------------------------------- 1005 logan 192.168.2.124 3D89CA497741F05931CA80C95511C38E NX> 105 startsession --session=3D"comBSD" --type=3D"unix-default" --cache= =3D"8M" --images=3D"32M" --cookie=3D"3447adfd742cdfb9048a3b29baf1ae7d" --link=3D"la= n" --virtualdesktop=3D"1" --kbtype=3D"pc102/ca" --nodelay=3D"1" --backingstore=3D"never" --geometry=3D"fullscreen" --media=3D"0" --agent_se= rver=3D"" --agent_user=3D"" --agent_password=3D"" --agent_domain=3D"" --screeninfo=3D"1024x738x32+render" NX> 1000 NXNODE - Version 1.4.0-04-CVS OS (GPL) NX> 700 Session id: comBSD-1011-E7B5743BB258368FDFB23AA0C9B2AE70 NX> 705 Session display: 1011 NX> 703 Session type: unix-default NX> 701 Proxy cookie: 95b80cefd574bf41b916f529d12ad101 NX> 702 Proxy IP: 192.168.2.124 NX> 706 Agent cookie: 3447adfd742cdfb9048a3b29baf1ae7d NX> 704 Session cache: unix-default NX> 707 SSL tunneling: 0 NX> 105 NX> 504 Session startup failed. NX> 1004 Error: nxagent failed to start. Session timed out. NX> 1001 Bye. Killed by signal 15. I think its a problem with ssh, any suggestions?