Featured Posts

SciPy 2008 - Software & Tools STATUS: Day 1 - Thursday: Concluded. Day 2 - Friday: In progress. Astronomy: Enzo [ home ] yt (related to Enzo) [ home | scipy ] Books: Computational Modeling and Complexity Science...

Readmore

An example of checking out a git tag using Qt 4.6.0... Clone the Qt repository: $ git clone git://gitorious.org/qt/qt.git Show available tags: $ git tag -l output: v4.5.1 v4.5.2 v4.5.3 v4.6.0 v4.6.0-beta1 v4.6.0-rc1 v4.6.0-tp1 Checkout v4.6.0: $...

Readmore

Building 64-bit/32-bit Debug&Release Universal Build... See my directions on checking out Qt 4.6.0 from the git repository if you do not already have the source code. Launch a Terminal and cd to the source directory. Run configure w/ 64-bit & 32-bit...

Readmore

  • Prev
  • Next

NX> 147 Server capacity: reached for user: – FIX

Posted on : 31-05-2012 | By : Brandon W. King | In : Computers/IT, Error Fixes, Linux, Mac OS X, Systems Administration

Tags:

0

If you get this wonderful NX error message and are looking to fix things, I believe I have the solution:

NX> 203 NXSSH running with pid: 19955

NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 285 Setting the preferred NX options
NX> 200 Connected to address: <ip address> on port: 22
NX> 202 Authenticating user: nx
NX> 208 Using auth method: publickey
HELLO NXSERVER – Version 3.2.0-73 OS (GPL, using backend: not detected)
NX> 105 hello NXCLIENT – Version 3.2.0
NX> 134 Accepted protocol: 3.2.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: <user>
NX> 102 Password:
NX> 103 Welcome to: <host> user: <user>
NX> 105 listsession –user=”<user>” –status=”suspended,running” –geometry=”2560x1024x24+render” –type=”unix-kde”
NX> 127 Sessions list of user ‘<user>’ for reconnect:
Display Type             Session ID                       Options  Depth Screen         Status      Session Name

——- —————- ——————————– ——– —– ————– ———– ——————————

NX> 147 Server capacity: reached for user: <user>
NX> 105 startsession  –link=”adsl” –backingstore=”1″ –encryption=”1″ –cache=”128M” –images=”512M” –shmem=”1″ –shpix=”1″ –strict=”0″ –composite=”1″ –media=”0″ –session=”<session>” –type=”unix-kde” –geometry=”2560×976″ –client=”linux” –keyboard=”pc105/us” –screeninfo=”2560x976x24+render”

NX> 599 Server capacity: reached for user: <user>
NX> 500 ERROR: Last operation failed.
NX> 105 NX> 280 Exiting on signal: 15

Solution:

  1. ssh onto the system
  2. use top or ps to find nxagent (and maybe nx*) for your user
  3. kill those processes
  4. log in with nx

Write a comment