← Back to team overview

freenx-team team mailing list archive

[Bug 337059] Re: Jaunty FreeNX dont accept logins

 

** Also affects: freenx-server
   Importance: Undecided
       Status: New

** Changed in: ubuntu
       Status: New => Invalid

-- 
Jaunty FreeNX dont accept logins
https://bugs.launchpad.net/bugs/337059
You received this bug notification because you are a member of FreeNX
Team, which is the registrant for FreeNX Server.

Status in FreeNX open source NX Server: New
Status in Ubuntu: Invalid

Bug description:
Im running FreeNX from https://launchpad.net/~freenx-team and it dont allow the login. Activating the debug:

Info: Auth method: ssh leleobhz@127.0.0.1's password:               
NX> 1000 NXNODE - Version 3.2.0-74-SVN OS (GPL, using backend: 3.3.0)
/usr/lib/nx/nxnode: line 351: syntax error near unexpected token `fi'
/usr/lib/nx/nxnode: line 351: `                 fi'                  
expect: spawn id exp7 not open                                       
while executing                                                      
"expect "NX> 1001 Bye.""                                             
(file "/usr/lib/nx/nxnode-login" line 105)                           
FREENX> 716 Slave mode failed to start.                              
Info: Closing connection to slave with pid 1600.                     

So, changing the file:

root@dsp2:/usr/lib/nx# diff -Nu nxnode.old nxnode
--- nxnode.old  2009-03-03 01:04:09.000000000 -0300
+++ nxnode      2009-03-03 00:54:12.000000000 -0300
@@ -347,6 +347,7 @@
                        then
                                NODE_APPLICATION=$COMMAND_GUEST_X_SESSION
                        elif [ "$BOOTSTRAP_X_SESSION" = "1" ]
+                       then
                                NODE_APPLICATION=$COMMAND_GDM_X_SESSION
                        fi
                ;;
@@ -356,6 +357,7 @@
                        then
                                NODE_APPLICATION=$COMMAND_GUEST_X_SESSION
                        elif [ "$BOOTSTRAP_X_SESSION" = "1" ]
+                       then
                                NODE_APPLICATION=$DEFAULT_X_SESSION
                        fi
                ;;
root@dsp2:/usr/lib/nx#

Now it Works!



Follow ups