Hal Burgiss wrote:
> I am starting to get this from various places - cron, bash, rsh. In
> fact, rsh refuses to run at all. I grepped thru kernel source and
> didn't turn up anything. This is a home/desktop box with 6.1 fully
> updated running X, etc. I find absolutley nothing unusual with top,
> ps, netstat.
>
> [hal@feenix hal]$ ssh junior
> fork failed: Resource temporarily unavailable
>
> [hal@feenix hal]$ procinfo
> Linux 2.2.15pre9 (root@feenix) (gcc egcs-2.91.66) #1 2CPU [feenix.]
> Memory: Total Used Free Shared Buffers Cached
> Mem: 128080 125100 2980 15860 2620 32056
> Swap: 64224 56840 7384
Not only should you check out if you have enough resources on your workstation,
feenix (I love the name, you must be a StarCraft Junkie), you should also check to
make sure that the resources are available on junior.
I could think of a problem on Junior, where there isn't enough memory on the
target machine, to spawn a new secure shell process. The 'not enough resources'
could be coming from when ssh launches bash on the machine junior. (It's a long
shot)
I would type ssh -v junior, to see where the resource unavailable message is
coming from -- from your machine, or from junior.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.