Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!svin02!wsinfo11!debra From: debra@wsinfo11.info.win.tue.nl (Paul De Bra) Newsgroups: comp.bugs.sys5 Subject: Re: uucp dies on Files bigger than 2MB in Unix 5.4 Message-ID: <1876@svin02.info.win.tue.nl> Date: 9 Apr 91 10:12:35 GMT References: <1991Apr7.165734.6217@gold.sub.org> Sender: news@svin02.info.win.tue.nl Reply-To: debra@info.win.tue.nl Organization: Eindhoven University of Technology, The Netherlands Lines: 17 In article <1991Apr7.165734.6217@gold.sub.org> root@gold.sub.org (Christian Seyb) writes: >I am using Unix 5 version 4.0.2. It is not possible to do uucp >transfers with files bigger than 2MB. This is also mentioned in the >release notes. The system-defined ULIMIT is set in /etc/conf/cf.d/stune and /etc/conf/cf.d/mtune. The default is 2Mbyte. Since uucico doesn't run suid root it cannot raise its ulimit. The solution should be (i didn't try this) to change the ULIMIT in the files mentioned above and then remake the kernel (/etc/conf/bin/idbuild). I have mine set to 50000 instead of the defualt 4096. Reboot after the kernel build. Paul. (debra@win.tue.nl)