home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / att / 2842 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.3 KB  |  57 lines

  1. Newsgroups: comp.sys.att
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ennews!anasaz!misty!mikew
  3. From: mikew@anasazi.com (Mike Wendel)
  4. Subject: Re: uucp'ing files
  5. Organization: Anasazi Inc, Phoenix AZ USA
  6. Date: Fri, 8 Jan 1993 16:42:36 GMT
  7. Message-ID: <mikew.726511356@misty>
  8. References: <1i92sfINNiej@munnari.OZ.AU> <1993Jan5.134713.16346@cbnews.cb.att.com> <mikew.726247010@misty> <364@sixnine.gid.co.uk>
  9. Keywords: 3b2, 3b1, uucp
  10. Sender: usenet@anasazi.com (Usenet News)
  11. Lines: 44
  12.  
  13. colston@gid.co.uk (Colston Sanger) writes:
  14.  
  15. >In article <mikew.726247010@misty>, mikew@anasazi.com (Mike Wendel) writes:
  16. >> 
  17. >> >In article <1i92sfINNiej@munnari.OZ.AU> muller@munnari.OZ.AU (Paul Muller) writes:
  18. >> > I have been trying to transfer a 1.4 MB file from the ATT3b1 (aka UNIX PC)
  19. >> > to the 3b2/400 (BNU) both machines have oodles of HD space, but the file
  20. >> > gets about 1 MB through then stops. uulog gives no sane reason why, but I am
  21. >> > guessing a limit on the 3b2. I have tried modifying ULIMIT to 8192 and
  22.  
  23.  
  24. >> With respect to the 3B2, it is ulimit that is the problem. I can't 
  25. >> recall the actual details, but its not changable in the kernel in
  26. >> the SyV R2. I'm not sure about Sys VR3.x. 
  27. >> 
  28. >> AT&T used to put out a monthly support newsletter, and they
  29. >> explained how to get around it. The fix was a simple replacement
  30. >> for /bin/login. ...
  31.  
  32. >This is one way around the problem, but a simpler way is to up the
  33. >ulimit in the crontab that runs the uucp progs. For example:
  34.  
  35. ># root crontab
  36. >#
  37. ># uucp admin 
  38. >11 1,2,6,13,19  * * * /usr/lib/uucp/uudemon.poll > /dev/null 2>&1
  39. >21 1,2,6,13,19  * * * ulimit 4096; /usr/lib/uucp/uudemon.hour > /dev/null 2>&1
  40. >25 8,13,23 * * * /bin/su uucp -c "/usr/lib/uucp/uudemon.admin" > /dev/null 2>&1
  41. >45 23 * * * ulimit 4096 ; /bin/su uucp -c "/usr/lib/uucp/uudemon.cleanup" > /dev/null 2>&1
  42. >#
  43. ># ...
  44.  
  45. >Since this is the root crontab, the shell ulimit will be raised to
  46. >4096. This works for SVR3.2 , and also worked previously on SVR3.1 and
  47. >SVR2.0.4 - all on 3B2.
  48.  
  49. This only works for outgoing polls from the 3B2. It does not raise ulimit
  50. if another system calls you and gets to uucico through login.
  51.  
  52. >Colston Sanger
  53. >-- 
  54. >GID - software engineers to the quality
  55. >1 Captain's Gorse, Upper Basildon, Reading, Berks RG8 8SZ, UK
  56. >UUCP: colston@gid.co.uk               Tel/Fax: +44 491 671964
  57.