Can you confirm if this bug still happens on last package? Thanks
On Fri, Mar 6, 2009 at 9:45 AM, Marco Rodrigues <[email protected]> wrote: > ** 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<https://launchpad.net/%7Efreenx-team>and > it dont allow the login. Activating the debug: > > Info: Auth method: ssh [email protected]'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: > > r...@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 > ;; > r...@dsp2:/usr/lib/nx# > > Now it Works! > > _______________________________________________ > Mailing list: > https://launchpad.net/~freenx-team<https://launchpad.net/%7Efreenx-team> > Post to : [email protected] > Unsubscribe : > https://launchpad.net/~freenx-team<https://launchpad.net/%7Efreenx-team> > More help : https://help.launchpad.net/ListHelp > -- Jaunty FreeNX dont accept logins https://bugs.launchpad.net/bugs/337059 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
