Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!fcom.cc.utah.edu!cc.usu.edu!jrd From: jrd@cc.usu.edu (Joe R. Doupnik) Newsgroups: comp.unix.sysv386 Subject: Re: UHC SVR4 (ver 2.0) max filesize problem Message-ID: <1991Jun11.170055.48067@cc.usu.edu> Date: 11 Jun 91 17:00:55 MDT References: <56011@nigel.ee.udel.edu> Followup-To: comp.unix.sysv386 Organization: Utah State University Lines: 32 In article <56011@nigel.ee.udel.edu>, danson@udel.edu (Douglas Anson) writes: > Hello! > > I would like to know if any other UHC SVR4 users out there have had difficulty > changing the maximum (soft and hard) file size a process may create. I am > running UHC SVR4.2.0. I used idtune to change the values of SFSZLIM and > HFSZLIM accordingly then called idbuild to remake the kernel. Everything > compiled fine and the new kernel was installed successfully. However, when > I try something like: > > %cat foo1 big-foo2 ... > REALLY-big-foo > > it must be the case that cat have setuid permissions set (i.e. 4755 etc) > Still other functions like kermit (not part of the UHC distribution) will not > allow large files EVEN with setuid set. > > I figure I have, at some point, taken the wrong turn in the road!! > Any help/advice/etc would be GREATLY appreciated! > > Thanks in advance! > doug anson > danson@dewey.udel.edu > Univ of Del > ASEL ----------------------- Doug, You did the right things, except for one tiny thing. Look in the setup for the defaults for login. If your system is similar to my AT&T SVR4 there will be a line reading ULIMIT=2xxx, meaning 2MB file limit. Comment out the line. Why ULIMIT appears there, in addition to the system config area, is a mystery. Joe D.