- Enable the repository: sudo add-apt-repository ppa:freenx-team
- If you're using 10.10 Maverick, run
sudo sed -i 's/maverick/lucid/g' /etc/apt/sources.list.d/freenx-team-ppa-maverick.list - If you're using 11.04 Natty, run
sudo sed -i 's/natty/lucid/g' /etc/apt/sources.list.d/freenx-team-ppa-natty.list - Update the repository: sudo apt-get update
- Install FreeNX: sudo apt-get install freenx
- Download the setup script: cd /tmp;
wget https://bugs.launchpad.net/freenx-server/+bug/576359/+attachment/1378450/+files/nxsetup.tar.gz;
tar zxvf nxsetup.tar.gz - Install the setup script:sudo cp nxsetup /usr/lib/nx/nxsetup
- Run the setup script:sudo /usr/lib/nx/nxsetup --install
See also: how to secure your FreeNX server
I get
ReplyDeleteError reading https://launchpad.net/api/1.0/~freenx-team/+archive/ppa:
trying to add the ppa, I preceded that with
export http_proxy=http://myproxy.acme.com:80/
am i doing something wrong?
sorry error got clipped, it was:
ReplyDeleteerg.... comment system strips things that look like xml, removing brackets:
ReplyDeleteurlopen error [Errno 113] No route to host
Hi, mebigfatguy,
ReplyDeleteHere is the guide to add PPA repo:
https://help.ubuntu.com/community/Repositories/CommandLine#Adding%20Launchpad%20PPA%20Repositories
Looks like you are using the proxy, you can try the following commands:
sudo -s
export http_proxy=http://myproxy.acme.com:80
add-apt-repository ppa:freenx-team
Or read this thread: http://ubuntuforums.org/showthread.php?t=1474905
Has anyone gotten remote printing to work? Using FreeNX on ubuntu server at one location, either the Nomachine client or "web companion" at another on XP Pro, and want to be able to allow individual users to print to printers attached to the XP Pro machines and/or network printers on the XP Pro machine lan.....beating my head against the wall so far....am seeing need to make adjustments in node.conf file, but could really use full blown how to including what printer settings would look like.
ReplyDeleteHi
ReplyDeleteI followed the instructions and installation went without (apparent) hitch. I am using the XP client.
I cannot connect no matter what I try. I get a connection error with these details :-
NX> 203 NXSSH running with pid: 232
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX options
ssh: connect to host 192.169.1.200 port 22: Connection timed out
I assume that ssh is listening on port 22 as I can PuTTY into it. I can also get in with WinSCP.
I have looked at a multitude of Google search results, too no avail. Any ideas?
Not sure if you have checked you XP firewall settings. You need to allow client.
DeleteAlso, you need to install the ssh key if you have changed the default one.