<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FreeNX on Ubuntu Feisty</title>
	<atom:link href="http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/feed/" rel="self" type="application/rss+xml" />
	<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/</link>
	<description>Thoughts from the geek</description>
	<lastBuildDate>Sun, 18 Jan 2009 02:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Matthew Richardson</title>
		<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/comment-page-1/#comment-105</link>
		<dc:creator>Matthew Richardson</dc:creator>
		<pubDate>Wed, 22 Aug 2007 12:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/#comment-105</guid>
		<description>A different option, which worked for me on Feisty, is to set in /etc/nxserver/node.conf:

AGENT_EXTRA_OPTIONS_X=&quot;-fp unix/:7100&quot;</description>
		<content:encoded><![CDATA[<p>A different option, which worked for me on Feisty, is to set in /etc/nxserver/node.conf:</p>
<p>AGENT_EXTRA_OPTIONS_X=&#8221;-fp unix/:7100&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Ibrahim</title>
		<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/comment-page-1/#comment-104</link>
		<dc:creator>Mohamed Ibrahim</dc:creator>
		<pubDate>Wed, 15 Aug 2007 14:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/#comment-104</guid>
		<description>Zaf, thanks for this. I will try it, and hopefully it works. I also did some playing yesterday, and managed to get it to work but it looks like that I removed some parameters that were used to pass to the agent. Those include the amount of compression - so I&#039;m always now running on LAN.

There two reasons that it is not working. The nxagent does not find the options file, and there is a font problem. I will try your fixes and see if it is still not finding the options file in the .nx dir.

Thanks for reponse.</description>
		<content:encoded><![CDATA[<p>Zaf, thanks for this. I will try it, and hopefully it works. I also did some playing yesterday, and managed to get it to work but it looks like that I removed some parameters that were used to pass to the agent. Those include the amount of compression &#8211; so I&#8217;m always now running on LAN.</p>
<p>There two reasons that it is not working. The nxagent does not find the options file, and there is a font problem. I will try your fixes and see if it is still not finding the options file in the .nx dir.</p>
<p>Thanks for reponse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaf</title>
		<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/comment-page-1/#comment-102</link>
		<dc:creator>zaf</dc:creator>
		<pubDate>Wed, 15 Aug 2007 02:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/#comment-102</guid>
		<description>Just an addendum to that previous comment, the AGENT_EXTRA_OPTIONS_X field should all be on one line, and surrounding with double quote &quot; marks.</description>
		<content:encoded><![CDATA[<p>Just an addendum to that previous comment, the AGENT_EXTRA_OPTIONS_X field should all be on one line, and surrounding with double quote &#8221; marks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaf</title>
		<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/comment-page-1/#comment-101</link>
		<dc:creator>zaf</dc:creator>
		<pubDate>Wed, 15 Aug 2007 02:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/#comment-101</guid>
		<description>Mohamed, Oooh, now thats a tricky one. I had that happen to me when I was fiddling with some things. It&#039;s been a while since I&#039;ve played with FreeNX, as in the end I decided it wasn&#039;t what I was looking for.

If I recall correctly (and I&#039;m not sure that I do), the black screen issue often comes about because it can&#039;t start whatever process is required. I found this issue was because of fonts for the X server. 

There are a number of debugging options that you can set:
In /etc/nxserver/node.conf
NX_LOG_LEVEL=7
NX_LOGFILE=/tmp/nxserver.log
will log pretty much everything to the above log file
Also set
SESSION_LOG_CLEAN=0
To ensure that it doesn&#039;t remove the session directories after disconnection.

When you next try to connect, look at /tmp/nxserver.log for any errors, and also check your ~/.nx/ directory. There should be at least one directory in there that refers to your last session. Inside that directory is a lot of information on that session. Look through each file looking for errors.

If I&#039;m right, and its a font issue, the fix that I used was set the following option in node.conf
AGENT_EXTRA_OPTIONS_X=&quot;-fp /usr/share/fonts/X11/misc,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/100dpi&quot;


I would suggest using the Windows client tool to change to a &quot;Custom&quot; connection (rather than KDE/Gnome) and configure it to run xeyes (eg: /usr/bin/xeyes). If that works, then it gives you something to go from.</description>
		<content:encoded><![CDATA[<p>Mohamed, Oooh, now thats a tricky one. I had that happen to me when I was fiddling with some things. It&#8217;s been a while since I&#8217;ve played with FreeNX, as in the end I decided it wasn&#8217;t what I was looking for.</p>
<p>If I recall correctly (and I&#8217;m not sure that I do), the black screen issue often comes about because it can&#8217;t start whatever process is required. I found this issue was because of fonts for the X server. </p>
<p>There are a number of debugging options that you can set:<br />
In /etc/nxserver/node.conf<br />
NX_LOG_LEVEL=7<br />
NX_LOGFILE=/tmp/nxserver.log<br />
will log pretty much everything to the above log file<br />
Also set<br />
SESSION_LOG_CLEAN=0<br />
To ensure that it doesn&#8217;t remove the session directories after disconnection.</p>
<p>When you next try to connect, look at /tmp/nxserver.log for any errors, and also check your ~/.nx/ directory. There should be at least one directory in there that refers to your last session. Inside that directory is a lot of information on that session. Look through each file looking for errors.</p>
<p>If I&#8217;m right, and its a font issue, the fix that I used was set the following option in node.conf<br />
AGENT_EXTRA_OPTIONS_X=&#8221;-fp /usr/share/fonts/X11/misc,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/75dpi,/usr/share/fonts/X11/100dpi&#8221;</p>
<p>I would suggest using the Windows client tool to change to a &#8220;Custom&#8221; connection (rather than KDE/Gnome) and configure it to run xeyes (eg: /usr/bin/xeyes). If that works, then it gives you something to go from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing freenx on ubuntu feisty - step by step till you see the GUI &#187; Mohamed Ibrahim</title>
		<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/comment-page-1/#comment-100</link>
		<dc:creator>Installing freenx on ubuntu feisty - step by step till you see the GUI &#187; Mohamed Ibrahim</dc:creator>
		<pubDate>Wed, 15 Aug 2007 01:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/#comment-100</guid>
		<description>[...] read a lot in the internet, and many posts claim that freenx installs seamlessly and works without any hiccups even the ubuntu community docs, [...]</description>
		<content:encoded><![CDATA[<p>[...] read a lot in the internet, and many posts claim that freenx installs seamlessly and works without any hiccups even the ubuntu community docs, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Ibrahim</title>
		<link>http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/comment-page-1/#comment-99</link>
		<dc:creator>Mohamed Ibrahim</dc:creator>
		<pubDate>Tue, 14 Aug 2007 19:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://zaf.geek.nz/blog/2007/06/09/freenx-on-ubuntu-feisty/#comment-99</guid>
		<description>I&#039;ve followed your steps. I installed freenx, did the setup, downloaded the nxclient for windows from the nomachine website. When I run the client the black window pops up that has the !m logo, then it disappears with a message that the connection was terminated.

That doesn&#039;t happen with the nomachine nxserver. I installed the nomachine nxserver before and it ran seamlessly. My problem with it is the limit of 2 users only, and I&#039;ve tried installing the freenx server numerous times, and even when enabling the log the messages I get in /var/log/nxserver.log is really helpless !

I would appreciate if you can post more details. I&#039;m using feisty dist-upgraded to latest.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed your steps. I installed freenx, did the setup, downloaded the nxclient for windows from the nomachine website. When I run the client the black window pops up that has the !m logo, then it disappears with a message that the connection was terminated.</p>
<p>That doesn&#8217;t happen with the nomachine nxserver. I installed the nomachine nxserver before and it ran seamlessly. My problem with it is the limit of 2 users only, and I&#8217;ve tried installing the freenx server numerous times, and even when enabling the log the messages I get in /var/log/nxserver.log is really helpless !</p>
<p>I would appreciate if you can post more details. I&#8217;m using feisty dist-upgraded to latest.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

