home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14318 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  961 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!sdd.hp.com!col.hp.com!fc.hp.com!ec
  2. From: ec@fc.hp.com (Edgar_Circenis)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: how to disable quota check at login???
  5. Message-ID: <BzoJt7.7qB@fc.hp.com>
  6. Date: 22 Dec 92 21:31:54 GMT
  7. References: <fish.725058012@news.gsfc.nasa.gov>
  8. Sender: news@fc.hp.com (news daemon)
  9. Organization: Hewlett-Packard Fort Collins Site
  10. Lines: 16
  11. X-Newsreader: TIN [version 1.1.8 PL6]
  12.  
  13. fish@daacdev1.stx.com wrote:
  14. > /etc/rc does not have the quota check in it and i am
  15. > not using quotas so why does the system check for them???
  16. > anyway, i want to turn this off because every time the
  17. > network has a problem (and thus my NFS mounted disks have
  18. > a problem) quota hangs indefinately for some users and
  19. > i have to kill their quota process and then everything
  20. > continues on
  21.  
  22. To disable quota checking at login (entirely), this is a
  23. quick fix that does the trick:
  24.  
  25.     chmod -x /usr/bin/quota
  26.  
  27. Edgar
  28.