Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!mit-eddie!think!maynard!campbell From: campbell@maynard.UUCP Newsgroups: comp.unix.questions Subject: Re: "at" command doesn't work after increasing ulimit, HELP Please! Message-ID: <892@maynard.BSW.COM> Date: Sun, 5-Apr-87 12:09:06 EST Article-I.D.: maynard.892 Posted: Sun Apr 5 12:09:06 1987 Date-Received: Sun, 5-Apr-87 22:36:48 EST References: <169@osupyr.UUCP> Sender: news@think.UUCP Reply-To: campbell@maynard.UUCP (Larry Campbell) Organization: The Boston Software Works, Inc. Lines: 18 Keywords: ulimit In article <169@osupyr.UUCP> jdc@osupyr.UUCP (Jim D Corder) writes: > > We have increased our ulimit on our AT&T 3B2/300 70meg 2meg machine >with the following C program /bin/login. ... ... > ulimit(2,32768); > execv("/bin/login2",largs); This may be a red herring, since I think longs and ints on a 3B2 are the same size, but the second arg to ulimit is supposed to be a long. So the call to ulimit should read: ulimit(2,32768L); -- Larry Campbell The Boston Software Works, Inc. Internet: campbell@maynard.BSW.COM 120 Fulton Street, Boston MA 02109 uucp: {alliant,think,wjh12}!maynard!campbell +1 617 367 6846