I seem to have got it working by reinstalling everything using nxsetup --clean --install<br><br>However, I get a new error now when initially trying to start a session after rebooting the main server.<br><br><i>"cannot stat /var/lib/nxserver/db/running/{somenumber} no such file or directory"</i><br>
<br>After I run these commands a session does startup:<br><br><i>[root@vt network-scripts]# cd /var/lib/nxserver/<br>[root@vt nxserver]# ls -ali<br>total 16<br>401581 drwx------.  4 nx   root 4096 Jul 30 17:22 .<br>131084 drwxr-xr-x. 49 root root 4096 Jul 30 20:03 ..<br>
393262 drwxrwxr-x.  5 nx   root 4096 Jul 30 17:22 db<br>401592 drwx------.  3 nx   root 4096 Jul 30 22:49 home<br>[root@vt nxserver]# cd db<br>[root@vt db]# ls -ali<br>total 20<br>393262 drwxrwxr-x. 5 nx root 4096 Jul 30 17:22 .<br>
401581 drwx------. 4 nx root 4096 Jul 30 17:22 ..<br>399339 drwxrwxr-x. 2 nx root 4096 Jul 30 20:03 closed<br>400960 drwxrwxr-x. 2 nx root 4096 Jul 30 22:50 failed<br>399388 drwxrwxr-x. 2 nx root 4096 Jul 30 22:50 running<br>
[root@vt db]# cd running<br>[root@vt running]# ls -ali<br>total 8<br>399388 drwxrwxr-x. 2 nx root 4096 Jul 30 22:50 .<br>393262 drwxrwxr-x. 5 nx root 4096 Jul 30 17:22 ..<br>[root@vt running]# pwd<br>/var/lib/nxserver/db/running<br>
[root@vt running]# cd ..<br>[root@vt db]# cd ..<br>[root@vt nxserver]# chown -R nx:root db<br>[root@vt nxserver]# chmod 775 -R db</i><br><br>Why am I having to run this all the time before freenx sessions are successfully created?  The permissions looked correct from the get-go?<br>