Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client crashing when trying to use shadow mode #69

Open
GoogleCodeExporter opened this issue Jan 31, 2016 · 0 comments
Open

client crashing when trying to use shadow mode #69

GoogleCodeExporter opened this issue Jan 31, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install neatx from ppa:freenx-team in maverick
2. write exit 0 into nxshadowacl
3. In node.conf set:
   "ENABLE_SESSION_SHADOWING_AUTHORIZATION=1"
   "ENABLE_INTERACTIVE_SESSION_SHADOWING=1"
4. Go to another computer and log into your neatx server (tested only with kde)
5. Go to a second computer and try to connect to the server in shadow mode(=> 
with the same user)


What is the expected output? What do you see instead?

Got error message:
"The NX client recieved an error from the server . Please check the details for 
more information."


What version of the product are you using? On what operating system?
neatx_0.3.1+svn59-0~ppa1~lucid1_all
using ubuntu minimal installation with KDE running

Please provide any additional information below.

I don't know python very well, howerver I made a dirty hack to get everything 
working again:
agent.py:

  def __CheckOptsChars(self, opts):
    """Checks to make sure option name/values don't contain illegal characters.

    @type opts: dict
    @param opts: Options

    """

    for name, value in opts.iteritems():
      self.__CheckStrChars(name, "Name of option %r" % name)
      #self.__CheckStrChars(value, "Value of option %r (%r)" % (name, value))

As you can easily see, i just removed a line of code...
Not the best solution, but it's working now.

Original issue reported on code.google.com by kasalke...@gmail.com on 12 Dec 2010 at 3:38

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant