Hi all,<br><br>thanks for the many thoughtful replies, especially Trevor Benson for the detailed list of suggestions. I've everything suggested but still get authentication that times out before a gnome session comes up. I tried scraping things out on the server side, reinstalling, rebooting, make a completely new test user account, restarting the X on the client side. I try to connect to the new account, and still get authenticated but no gnome for centos 5. from the same nxclient I can connect to a centos 
4.4 box, and vnc connects fine to centos 5 and gives me a gnome desktop. looks to me like it might be a quirk of the new mac client interacting with the centos 5 nxserver (but not 4.4), based on other folks connecting just fine to centos 5.
<br><br>there was a note about "known issues" on the wiki, so I also installed the NX client for linux and installing on the server:<br>rpm -i nxclient-2.1.0-17.i386.rpm<br>this gives me new stuff in /usr/NX which I also copied to the freenx style directory for good measure and restarted things
<br>cp /usr/NX/bin/nxclient /etc/nxserver/<br>nxserver --restart<br><br>I tried connecting from client, authenticates but no gnome. <br><br>the nxclient I am using (mac OS X) I downloaded within the last week, the nomachine site says its release 
2.1.0-17. and using this same installation of nxclient on my mac I get a gnome session when connecting to a centos 4.4 box<br><br>in case its useful to have more of a play-by-play in the archives, here what I tried:<br><br>
#on centos 5 server machine, I removed, reinstalled, rebooted:<br>su<br>yum remove nx freenx<br># the remove succeeds, I do the following for good measure<br>rm -Rf /etc/nxserver<br>rm -Rf ~<me>/.nx<br>reboot<br><br>
# server comes up<br>su<br>yum update<br>yum install nx freenx<br># output looks good, includes:<br># Stopping sshd: [  OK  ]<br># Starting sshd: [  OK  ]<br># Installed: freenx.i386 0:0.5.0-13.el5.centos nx.i386 0:2.1.0-6.el5.centos
<br># Complete!<br><br>nxserver --adduser me<br>nxserver --passwd me<br># manually copy /etc/nxserver/client.id_dsa.key --> client nxviewer<br>reboot <br><br># server comes up<br>nmap -p 1-65535 localhost<br># the only open port is
<br># 22/tcp open  ssh<br># and I have ssh forwarding enabled, even though it should not make a difference<br><br>nxserver --status<br># NX> 100 NXSERVER - Version 1.5.0-60-SVN OS (GPL)<br># NX> 110 NX Server is running
<br># NX> 999 Bye<br><br># so at this point I try to connect from the client, I get authenticated and then nothing more, times out after a minute<br># now I add a new user account to the system, testuser, a completely new account, and add this account to the nx users
<br>nxserver --useradd testuser <br><br># from the client, I try connecting to account testuser, get authenticated, no gnome desktop (or anything else), <br># and the connection times out. the error in the client "details" window is
<br>NX> 203 NXSSH running with pid: 1732<br>NX> 285 Enabling check on switch command<br>NX> 285 Enabling skip of SSH config files<br>NX> 285 Setting the preferred NX options<br>NX> 200 Connected to address: ***edited*** on port: 22
<br>NX> 202 Authenticating user: nx<br>NX> 208 Using auth method: publickey<br>HELLO NXSERVER - Version 1.5.0-60-SVN OS (GPL)<br>NX> 105 hello NXCLIENT - Version 1.5.0<br>NX> 134 Accepted protocol: 1.5.0<br>NX> 105 SET SHELL_MODE SHELL
<br>NX> 105 SET AUTH_MODE PASSWORD<br>NX> 105 login<br>NX> 101 User: testuser<br>NX> 102 Password:<br>NX> 103 Welcome to: ***edited*** user: testuser<br>NX> 105 listsession --user="testuser" --status="suspended,running" --geometry="1280x854x32+render" --type="unix-gnome"
<br>NX> 127 Sessions list of user 'testuser' for reconnect:<br><br>Display Type             Session ID                       Options  Depth Screen         Status      Session Name<br>------- ---------------- -------------------------------- -------- ----- -------------- ----------- ------------------------------
<br><br><br>NX> 148 Server capacity: not reached for user: testuser<br>NX> 105 startsession  --link="isdn" --backingstore="1" --nodelay="1" --encryption="1" --cache="8M" --images="32M" --media="0" --session="***edited***" --type="unix-gnome" --geometry="1024x768+128+30" --kbtype="query" --screeninfo="1024x768x32+render"
<br><br>ssh_exchange_identification: Connection closed by remote host<br>Killed by signal 15.<br>