Path: utzoo!censor!becker!geac!jtsv16!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.xenix Subject: Re: SCO Xenix, fork - "too many files"? Summary: RTFM Keywords: fork files Message-ID: <1989Nov21.012757.28433@virtech.uucp> Date: 21 Nov 89 01:27:57 GMT References: <248@melpar.UUCP> Distribution: usa Organization: Virtual Technologies Inc. Lines: 32 In article <248@melpar.UUCP>, toppin@melpar.UUCP (Doug Toppin) writes: > We are running SCO Xenix 2.2 on the 286. [ description of problem with forking deleted] > On the second process started, the fork fails with the error "too many files". By "too many files" I presume you mean "too many open files" as in #define EMFILE 24 /* Too many open files */ From the fork(s) man page: fork will fail.... The shared memory table overflows [EMFILE]. > Configure says these are set: > NINODE=200, NFILE=200, NMOUNT=1, NFLOCKS=1, NPROC=60, MAXUPRC=30, NTEXT=60 None of these configuration parameters should have any effect on this problem. I would suggest reviewing your /usr/sys/conf/master file to see which shared memory variables you need to change. I don't know the correct one off the top of my head, -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+