Well - alot of people thought it was because of .cshrc (which isn't in use)
or tcsh creating a loop. I looked at the outputs that I captured, and when I
initially killed some of the processes, new ones started - filling up the
number of processes allowed for that user. I double checked all the
processes that were running at the time, and there wasn't anything else
running from that user, or any other user, that would have spawned them.
I'll keep an eye on that machine and see if it occurs again.
Thanks everyone for the info you've sent.
Michael
-----Original Message-----
From: Michael Bucholtz [mailto:mbucholtz_at_ceiss.org]
Sent: Tuesday, May 29, 2001 10:08 PM
To: 'tru64-unix-managers_at_ornl.gov'
Subject: more on Forking
Hi,
More on this - I found out from the 2 users that they were using vi and more
on a couple of text files when this occured.
The users have sinced relogged into the machine and did the same stuff (vi
and moreing files) but the problem hasn't occurred again. Maybe it was just
a freak thing who knows. Odd tho.
 
-----Original Message-----
From: Michael Bucholtz
To: 'tru64-unix-managers_at_ornl.gov'
Sent: 29/05/01 2:54 PM
Subject: Forking
Hi,
About 30 minutes ago, a user account on our test server had to
disconnect
because they couldn't do anything (i mean anything, nada, nothing). The
error they got is:
task_create() failed for pid 16737: maxuprc (=552) exceeded for uid 640.
task_create() failed for pid 16737: maxuprc (=552) exceeded for uid 640.
task_create() failed for pid 16737: maxuprc (=552) exceeded for uid 640.
task_create() failed for pid 16737: maxuprc (=552) exceeded for uid 640.
.profile[4]: cannot fork: too many processes 
When I did a ps -ef for this user, it showed 552 processes running, all
itentical to this: (except PID numbers were different):
ceiss        35  32718  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss        43  32731  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss        45  32726  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss        77  31222  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss        78  31186  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss        97     77  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       123  31265  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       137  31262  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       141    137  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       151  31294  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       154  31299  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       169  31096  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       177  31325  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       182  31112  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       192    182  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       198  31079  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       226    198  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       233  31383  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       240  31383  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       251    233  0.0 14:51:21 ??           0:00.01 -ksh (ksh)
ceiss       551  31314  0.0 14:52:23 ??           0:00.00 -ksh (ksh)
ceiss       563   1086  0.0 14:52:23 ??           0:00.01 -ksh (ksh)
ceiss       756  26944  0.0 14:51:35 ??           0:00.01 -ksh (ksh)
ceiss       828  31032  0.0 14:51:40 ??           0:00.01 -ksh (ksh)
ceiss       845    828  0.0 14:51:46 ??           0:00.00 -ksh (ksh)
ceiss       846    828  0.0 14:51:46 ??           0:00.00 -ksh (ksh)
ceiss       855    756  0.0 14:51:49 ??           0:00.00 -ksh (ksh)
ceiss      1033  29939  0.0 14:52:07 ??           0:00.00 -ksh (ksh)
ceiss      1036  28450  0.0 14:52:07 ??           0:00.00 -ksh (ksh)
What would cause this?? I have never seen this happen before. I've sent
a
message of to the users who use this account and asked them exactly what
they were doing around this time.
If anyone has an idea..
Thanks - Mike
Received on Wed May 30 2001 - 16:29:20 NZST