Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!cbmvax!bpa!asi!metro From: metro@asi.UUCP Newsgroups: comp.unix.questions Subject: Re: "at" command doesn't work after increasing ulimit, HELP Please! Message-ID: <101@asi.UUCP> Date: Sun, 5-Apr-87 19:43:35 EST Article-I.D.: asi.101 Posted: Sun Apr 5 19:43:35 1987 Date-Received: Wed, 8-Apr-87 00:13:57 EST References: <169@osupyr.UUCP> Organization: Assessment Systems, Inc., Philadelphia, PA Lines: 24 Keywords: ulimit Summary: you must also increase the ulimit for cron. In article <169@osupyr.UUCP>, jdc@osupyr.UUCP (Jim D Corder) writes: > Hello net people: > > We have increased our ulimit on our AT&T 3B2/300 70meg 2meg machine > with the following C program /bin/login. The original /bin/login was moved > to /bin/login2: The program works. > We use a very similar program at our site to increase the ulimit. You must edit the file /etc/rc.d/cron and insert a line before the invocation of cron to set a new ulimit. Our file is as follows: # @(#)cron 1.1 /sccs/src/cmd/sadmin/etc/rc.d/s.cron # Start cron demon ulimit 240000 /etc/cron This will fix you problem. -- Metro T. Sauper, Jr. Assessment Systems, Inc. Director, Remote Systems Development 210 South Fourth Street (215) 592-8900 ..!asi!metro Philadelphia, PA 19106