<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>George Wright's Blog: FreeNX package</title>
    <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Random bloggings of a clearly disturbed KDE geek</description>
    <item>
      <title>FreeNX package</title>
      <description>&lt;p&gt;In the absence of any sort of reasonably up to date packages for FreeNX, I decided to compile my own and &lt;a href="http://www.gwright.org.uk/files/FreeNX-3.2.0-gw1.tar.bz2"&gt;tarball it up&lt;/a&gt; on my server.&lt;/p&gt;

&lt;p&gt;This is a build of the NoMachine NX 3.2.0 open source components done on Ubuntu Hardy (32-bit) and the scripts from &lt;a href="http://freenx.berlios.de"&gt;FreeNX&lt;/a&gt; are included, so it's an unlimited user server. As it was built on Hardy, only distributions using glibc 2.4 or later are supported, but I've successfully run it on a 64-bit Gutsy installation.&lt;/p&gt;

&lt;p&gt;Installation is simple; just untar the package to /usr/NX and then make sure that the command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$ LD_LIBRARY_PATH=/usr/NX/lib:$LD_LIBRARY_PATH /usr/NX/bin/nxagent&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;doesn't fail (install any required dependencies if it complains of missing shared libraries), then run:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;# /usr/NX/bin/nxsetup --install --setup-nomachine-key&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;After that has run successfully, you should just be able to log into the server using an NX client (my QtNX in Hardy seems to work fine).&lt;/p&gt;

&lt;p&gt;Later I'll upload a build of FreeNX with NX 3.2.0 for older machines (will compile it on Debian Etch).&lt;/p&gt;

&lt;p&gt;&lt;i&gt;&lt;b&gt;Update:&lt;/b&gt; a build for older glibc versions (tested on Debian Etch) is now &lt;a href="http://www.gwright.org.uk/files/FreeNX-3.2.0-glibc2.2-gw1.tar.bz2"&gt;available&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;

</description>
      <pubDate>Sat, 12 Jul 2008 18:44:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:02227787-bec9-4c9e-a056-43bd02b33ea2</guid>
      <author>gwright@kde.org (George Wright)</author>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package</link>
      <category>NX</category>
    </item>
    <item>
      <title>"FreeNX package" by brazz</title>
      <description>&lt;p&gt;Georges,&lt;/p&gt;

&lt;p&gt;I am running Hardy on a remote engine. I am connected with ssh :) . At first, the installation was text only server, so I apt-get install gdm lxde &lt;/p&gt;

&lt;p&gt;After, I untar your tarball as you write and I have a &amp;#8220;good&amp;#8221; /usr/NX&lt;/p&gt;

&lt;p&gt;but, infortunatly, when I run:&lt;/p&gt;

&lt;p&gt;pierre@banyan:~$  LD&lt;em&gt;LIBRARY&lt;/em&gt;PATH=/usr/NX/lib:$LD&lt;em&gt;LIBRARY&lt;/em&gt;PATH /usr/NX/bin/nxagent&lt;/p&gt;

&lt;p&gt;NXAGENT - Version 3.2.0&lt;/p&gt;

&lt;p&gt;Copyright (C) 2001, 2007 NoMachine.
See &lt;a href="http://www.nomachine.com/" rel="nofollow"&gt;http://www.nomachine.com/&lt;/a&gt; for more information.&lt;/p&gt;

&lt;p&gt;Info: Agent running with pid &amp;#8216;5837&amp;#8217;.
Session: Starting session at &amp;#8216;Fri Dec 12 01:05:19 2008&amp;#8217;.
Error: Aborting session with &amp;#8216;Unable to open display &amp;#8221;&amp;#8217;.
Session: Aborting session at &amp;#8216;Fri Dec 12 01:05:19 2008&amp;#8217;.
Session: Session aborted at &amp;#8216;Fri Dec 12 01:05:19 2008&amp;#8217;.
pierre@banyan:~$ &lt;/p&gt;

&lt;p&gt;I have problems&amp;#8230;&lt;/p&gt;

&lt;p&gt;What is the trick?&lt;/p&gt;</description>
      <pubDate>Fri, 12 Dec 2008 00:16:07 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6475539c-79bf-44f0-9479-57ef31db5de1</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-676</link>
    </item>
    <item>
      <title>"FreeNX package" by James</title>
      <description>&lt;p&gt;George,&lt;/p&gt;

&lt;p&gt;I am also running Ubuntu Hardy on an i386.  I downloaded and untarred your file to /usr/NX as instructed.  When I attempted to run the command, I got the following:&lt;/p&gt;

&lt;p&gt;dad@barney:/usr$ LD&lt;em&gt;LIBRARY&lt;/em&gt;PATH=/usr/NX/lib:$LD&lt;em&gt;LIBRARY&lt;/em&gt;PATH /usr/NX/bin/nxagent
Error: Aborting session with &amp;#8216;Server is already active for display 0
    If this server is no longer running, remove /tmp/.X0-lock
    and start again&amp;#8217;.
Session: Aborting session at &amp;#8216;Fri Aug 22 00:46:08 2008&amp;#8217;.
Session: Session aborted at &amp;#8216;Fri Aug 22 00:46:08 2008&amp;#8217;.&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;</description>
      <pubDate>Fri, 22 Aug 2008 08:54:18 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:8a53f84f-0308-4252-817a-0e9dcf54ff11</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-664</link>
    </item>
    <item>
      <title>"FreeNX package" by Darius</title>
      <description>&lt;p&gt;Superb work, i tried to compile it for one week on debian etch. I had a problem that nxagent didn&amp;#8217;t compile, everything else did. So thank you very much. As Alex already said it would be nice if you could   manage it to post a little howto for compilation or for my part what dev-packages i forgot and are needed. Thanks.&lt;/p&gt;</description>
      <pubDate>Thu, 21 Aug 2008 16:54:42 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:f6ac2d08-c93b-4987-97a5-6d4d5cbc39d6</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-663</link>
    </item>
    <item>
      <title>"FreeNX package" by Hodinky</title>
      <description>&lt;p&gt;After struggling with the crusty old NX update installations, I really appreciate you, thank you George.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jul 2008 14:19:34 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:47f9cfa1-6201-4bd2-b720-007b44186252</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-497</link>
    </item>
    <item>
      <title>"FreeNX package" by Marcelo</title>
      <description>&lt;p&gt;Hi George, we set up an FreeNX-Team at Lauchpad for NX/FreeNX packages. Take a look at &lt;a href="https://launchpad.net/~freenx-team/+archive" rel="nofollow"&gt;https://launchpad.net/~freenx-team/+archive&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The FreeNX package is missing and will be added someday this week but you can use the one from &lt;a href="https://launchpad.net/~marceloshima/+archive" rel="nofollow"&gt;https://launchpad.net/~marceloshima/+archive&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jul 2008 21:46:49 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:6b334bb5-7564-4d1e-a40d-55685d9c11dd</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-496</link>
    </item>
    <item>
      <title>"FreeNX package" by Alex</title>
      <description>&lt;p&gt;Hi George,
thanks a lot. I will add to the post, you need expect installed if you want auth working. 
Anyway can you add a little doc about how you made the compilation with all the open source components?
Thanks in advance.&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jul 2008 13:33:31 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:6f611a99-7533-4de2-91ca-1ba04c70d0af</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-495</link>
    </item>
    <item>
      <title>"FreeNX package" by EdCates</title>
      <description>&lt;p&gt;George, this rocks.  Having struggled with updating crusty old NX installations before, I really appreciate you doing this.&lt;/p&gt;

&lt;p&gt;Thanks!
&amp;#8211;Ed&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jul 2008 02:50:27 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:dfa3bceb-b3ac-4814-9abe-468492273e58</guid>
      <link>http://blog.gwright.org.uk/articles/2008/07/12/freenx-package#comment-494</link>
    </item>
  </channel>
</rss>
