Re: Error While Connecting to AIX 5.2 thro' Putty





On Dec 12, 12:43 pm, Frank Fegert <fra.nospam...@xxxxxx> wrote:
On 2006-12-12, karan <skw...@xxxxxxxxx> wrote:

---------------------------
PuTTY Fatal Error
---------------------------
Server sent disconnect message
type 2 (SSH_DISCONNECT_PROTOCOL_ERROR):
"fork failed: Resource temporarily unavailable"It means that the SSH daemon running on that particular machine
can't find free resources (memory, number of processes, number
of open files, etc.) to fork off another instance that will be
handling your session. You should probably have your sysadmins
have a look at the machine. Have them identify which resource
is in shortage and either increase the allowed number for that
particular one, or reduce the number of already running processes
using it. They should also have some sort of out-of-band access
in case this isn't a temporary problem and noone can access the
machine anymore.

Regards,

Frank


Thanks Frank....

.



Relevant Pages

  • Re: Error While Connecting to AIX 5.2 thro Putty
    ... It means that the SSH daemon running on that particular machine ... Have them identify which resource ... or reduce the number of already running processes ... They should also have some sort of out-of-band access ...
    (comp.unix.aix)
  • Re: Error While Connecting to AIX 5.2 thro Putty
    ... "fork failed: Resource temporarily unavailable" ... Have them identify which resource ... or reduce the number of already running processes ... They should also have some sort of out-of-band access ...
    (comp.unix.aix)
  • Re: Advice on long running processes
    ... The biggest differences between run-and-exit vs. long running processes are ... resource management and error recovery. ... for request in getNextRequest: ... The other big thing is error recovery. ...
    (comp.lang.python)