Hi All,
I am new to Centos so please bare with me :-(
I installed Freenx using yam install freenx
Everything worked fine (or so it seemed)
When I ran 'nxserver start' I got
NX> 100 NXSERVER - Version 1.4.0-44 OS (GPL) NX> 500 Error: Function start not implemented yet. NX> 999 Bye
I have restarted sshd but it still doesn't work. Anyone have a Howto for Centos? Any ideas?
Thanks in advance
Paul
Hi, Why would you start manually the NX server ? The process should be :
+ SSH login request by the client + keys exchange for user "nx" (see /etc/passwd), which, once authenticated, has for shell "/usr/bin/nxserver" on the server + then, "normal" SSH authentication for user.
By the way, options passed to "nxserver" are preceded by "--", like in "nxserver --passwd", not "nxserver passwd"
Cheers, Stef
Paul A Brown wrote:
Hi All,
I am new to Centos so please bare with me :-(
I installed Freenx using yam install freenx
Everything worked fine (or so it seemed)
When I ran 'nxserver start' I got
NX> 100 NXSERVER - Version 1.4.0-44 OS (GPL) NX> 500 Error: Function start not implemented yet. NX> 999 Bye
I have restarted sshd but it still doesn't work. Anyone have a Howto for Centos? Any ideas?
Thanks in advance
Paul
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi Stef,
When I try and connect it says NXServer not installed :-( thats why I tried to manually start it
Paul
-- Brought by PBrown.Com Webmail Services
---------- Original Message ----------- From: Stephane Jourdan Stephane_Jourdan@mentor.com To: CentOS mailing list centos@centos.org Sent: Tue, 02 May 2006 10:07:15 +0200 Subject: Re: [CentOS] Freenx Install problems
Hi, Why would you start manually the NX server ? The process should be :
- SSH login request by the client
- keys exchange for user "nx" (see /etc/passwd), which, once
authenticated, has for shell "/usr/bin/nxserver" on the server + then, "normal" SSH authentication for user.
By the way, options passed to "nxserver" are preceded by "--", like in "nxserver --passwd", not "nxserver passwd"
Cheers, Stef
Paul A Brown wrote:
Hi All,
I am new to Centos so please bare with me :-(
I installed Freenx using yam install freenx
Everything worked fine (or so it seemed)
When I ran 'nxserver start' I got
NX> 100 NXSERVER - Version 1.4.0-44 OS (GPL) NX> 500 Error: Function start not implemented yet. NX> 999 Bye
I have restarted sshd but it still doesn't work. Anyone have a Howto for Centos? Any ideas?
Thanks in advance
Paul
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- Stephane Jourdan Mentor Graphics Ltd.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
------- End of Original Message -------
Paul Brown wrote on Tue, 2 May 2006 09:30:12 +0100:
When I try and connect it says NXServer not installed
Well, the client cannot determine if the server is not installed, not running, not binding or whatever when it cannot even connect ... "ps" tells you if it is running or not.
Kai
When I try and connect it says NXServer not installed :-( thats why I tried to manually start it
Have you read the directions? This may be worth a read for you. http://wiki.centos.org/centoswiki/FreeNX
-- This message has been double ROT13 encoded for security. Anyone other than the intended recipient attempting to decode this message will be in violation of the DMCA
----- Original Message ----- From: "Jim Perrin" jperrin@gmail.com To: "CentOS mailing list" centos@centos.org Sent: Tuesday, May 02, 2006 12:27 PM Subject: Re: [CentOS] Freenx Install problems
When I try and connect it says NXServer not installed :-( thats why I tried to manually start it
Have you read the directions? This may be worth a read for you. http://wiki.centos.org/centoswiki/FreeNX
Thanks for all the help. I am nearly there :-)
I now connect, authenticate and then it closes with this error
X> 1000 NXNODE - Version 1.4.0-44 OS (GPL) NX> 700 Session id: asterisk1.local-1000-185EC1463948363ECA01B7A2413A3425 NX> 705 Session display: 1000 NX> 703 Session type: unix-gnome NX> 701 Proxy cookie: 68459d545d3fd58a5b8e54175b87edd0 NX> 702 Proxy IP: 127.0.0.1 NX> 706 Agent cookie: 68459d545d3fd58a5b8e54175b87edd0 NX> 704 Session cache: unix-gnome NX> 707 SSL tunneling: 1 NX> 1004 Error: Session did not start. NX> 504 Session startup failed. NX> 999 Bye
Any ideas?
Make sure you don't have bash-completion installed (it's an rpm from dag/dries or rpmforge) - I know it used to hose freenx server in a weird manner similar (if not identical) to this...
MaZe.
On Tue, 2 May 2006, Paul A Brown wrote:
----- Original Message ----- From: "Jim Perrin" jperrin@gmail.com To: "CentOS mailing list" centos@centos.org Sent: Tuesday, May 02, 2006 12:27 PM Subject: Re: [CentOS] Freenx Install problems
When I try and connect it says NXServer not installed :-( thats why I tried to manually start it
Have you read the directions? This may be worth a read for you. http://wiki.centos.org/centoswiki/FreeNX
Thanks for all the help. I am nearly there :-)
I now connect, authenticate and then it closes with this error
X> 1000 NXNODE - Version 1.4.0-44 OS (GPL) NX> 700 Session id: asterisk1.local-1000-185EC1463948363ECA01B7A2413A3425 NX> 705 Session display: 1000 NX> 703 Session type: unix-gnome NX> 701 Proxy cookie: 68459d545d3fd58a5b8e54175b87edd0 NX> 702 Proxy IP: 127.0.0.1 NX> 706 Agent cookie: 68459d545d3fd58a5b8e54175b87edd0 NX> 704 Session cache: unix-gnome NX> 707 SSL tunneling: 1 NX> 1004 Error: Session did not start. NX> 504 Session startup failed. NX> 999 Bye
Any ideas? _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Tue, 2006-05-02 at 09:30 +0100, Paul Brown wrote:
Hi Stef,
When I try and connect it says NXServer not installed :-( thats why I tried to manually start it
Paul
--
Use this guide to install freenx: http://wiki.centos.org/centoswiki/FreeNX
---------- Original Message ----------- From: Stephane Jourdan Stephane_Jourdan@mentor.com To: CentOS mailing list centos@centos.org Sent: Tue, 02 May 2006 10:07:15 +0200 Subject: Re: [CentOS] Freenx Install problems
Hi, Why would you start manually the NX server ? The process should be :
- SSH login request by the client
- keys exchange for user "nx" (see /etc/passwd), which, once
authenticated, has for shell "/usr/bin/nxserver" on the server + then, "normal" SSH authentication for user.
By the way, options passed to "nxserver" are preceded by "--", like in "nxserver --passwd", not "nxserver passwd"
Cheers, Stef
Paul A Brown wrote:
Hi All,
I am new to Centos so please bare with me :-(
I installed Freenx using yam install freenx
Everything worked fine (or so it seemed)
When I ran 'nxserver start' I got
NX> 100 NXSERVER - Version 1.4.0-44 OS (GPL) NX> 500 Error: Function start not implemented yet. NX> 999 Bye