home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11684 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.9 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!news.Vanderbilt.Edu!ctrvx1.vanderbilt.edu!umarsa00
  2. From: umarsa00@ctrvx1.vanderbilt.edu (PROF. A.S. UMAR, (615)322-2459)
  3. Newsgroups: comp.unix.aix
  4. Subject: xdm consuming ulimit resources
  5. Message-ID: <18NOV199211475690@ctrvx1.vanderbilt.edu>
  6. Date: 18 Nov 92 17:47:00 GMT
  7. Article-I.D.: ctrvx1.18NOV199211475690
  8. Sender: news@news.vanderbilt.edu
  9. Organization: Vanderbilt University
  10. Lines: 29
  11. News-Software: VAX/VMS VNEWS 1.41
  12. Nntp-Posting-Host: ctrvax.vanderbilt.edu
  13.  
  14. I have an RS/6000 with a bunch of X-stations. We have been running xdm
  15. for user auth. I have just realized that when I telnet directly to
  16. the workstation I get different ulimits compared to when I login 
  17. via xdm from a X-station. The effect of this is that I do not have
  18. enough stack space to run XL fortran. So when you telnet directly the
  19. fortran works fine but when you login via xdm one gets the error:
  20.          "Could not load program xlfentry
  21.           Error was: Not enough space"
  22. message. I doubled my ulimits in /etc/security/limits file and restarted the
  23. system. This worked fine for ulimit -a from a telnet login but not from an
  24. xdm login. Here is a comperative ulimit -a output for the same user:
  25.  
  26.     via telnet                 via xdm
  27.     ----------                 -------
  28.  
  29.     time unlimited             time unlimited
  30.     file 2097151               file unlimited
  31.     data 262144                data 131072
  32.     stack 65536                stack 16384
  33.     memory 32768               memory unlimited
  34.     coredump 2048              coredump unlimited
  35.  
  36. Where is and why xdm is changing these limits. I don't think xdm itself
  37. can consume so much. HEEEEEELP!!!!
  38.  
  39. umar@compsci.cas.vanderbilt.edu         Prof.A.S. Umar
  40. umarsa00@vuctrvax.bitnet                Department of Physics & Astronomy
  41. Tel: (615) 322-2459                     Vanderbilt University
  42. Fax: (615) 343-7263                     Nashville, TN 37235
  43.