Results 1 to 3 of 3

Thread: NomachineNX: NX statistics disabled, lucid 10.4

  1. #1
    Join Date
    Jul 2007
    Beans
    3

    NomachineNX: NX statistics disabled, lucid 10.4

    I've followed the guide here up to step 9: http://ubuntuforums.org/showthread.php?t=1546856

    However, on step 10, I have the following error:

    sudo /etc/init.d/nxserver restart
    NX> 123 Service stopped.
    NX> 153 Stopping NX server monitor.
    NX> 153 NX server monitor already stopped.
    NX> 122 Service started.
    NX> 999 Bye.
    NX> 723 Cannot start NX statistics:
    NX> 709 NX statistics are disabled for this server.
    NX> 999 Bye.
    I have OpenSSH server installed, and my sshd config file has statistics enabled:

    #
    # Enable or disable statistics:
    #
    # 1: Enabled. Enable the production of NX statistics.
    #
    # 0: Disabled. Disable the production of NX statistics.
    #
    # Run the nxstat daemon in background. This daemon can be used to
    # produce statistics about the NX services and the node host machine
    # either for localhost and any of the available nodes when the load
    # balancing is enabled. This requires that the nxsensor daemon is
    # started on each of the node machines.
    #
    #EnableStatistics = "1"
    Not sure what the problem is. Can someone help me out? Thanks.

  2. #2
    Join Date
    Jul 2007
    Beans
    3

    Re: NomachineNX: NX statistics disabled, lucid 10.4

    No one?

  3. #3
    Join Date
    Dec 2008
    Beans
    2

    Re: NomachineNX: NX statistics disabled, lucid 10.4

    so late, but: have you noticed that the line is commented? you must eliminate the '#' to enable any configuration. like this:


    #
    # Enable or disable statistics:
    #
    # 1: Enabled. Enable the production of NX statistics.
    #
    # 0: Disabled. Disable the production of NX statistics.
    #
    # Run the nxstat daemon in background. This daemon can be used to
    # produce statistics about the NX services and the node host machine
    # either for localhost and any of the available nodes when the load
    # balancing is enabled. This requires that the nxsensor daemon is
    # started on each of the node machines.
    #
    EnableStatistics = "1"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •