home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8643 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.6 KB

  1. From: rodean@hpfcso.FC.HP.COM (Bruce Rodean)
  2. Date: Tue, 28 Jul 1992 21:13:32 GMT
  3. Subject: Re: hp730 and disk quotas
  4. Message-ID: <7371183@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard Co., Ft. Collins, CO.
  6. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!uwm.edu!cs.utexas.edu!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!rodean
  7. Newsgroups: comp.sys.hp
  8. References: <1709@prlhp1.prl.philips.co.uk>
  9. Lines: 34
  10.  
  11. In article <1709@prlhp1.prl.philips.co.uk> pearmana@prlhp1.prl.philips.co.uk (Andy Pearman) writes:
  12. > We have recently received an HP730 which we are currently setting up.
  13. > Every time someone logs in it insists on doing some kind of
  14. > disk quota checking i.e. we get the message:
  15. > Please wait...checking disk quotas
  16. > Is there any way of disabling this ?
  17.  
  18. Yes.  Basically you need to make /usr/bin/quota non-executable.  There
  19. are several ways to do this, among them (in increasing order of effect):
  20.  
  21.    chmod 444 /usr/bin/quota                 # or
  22.    mv /usr/bin/quota /usr/bin/quota.save    # or
  23.    rm /usr/bin/quota
  24.  
  25. > What is it doing exactly ?
  26. > It's not being done in csh.login so is it a kernel thingy ?
  27.  
  28. The login command is doing it.  It was added in case an NFS server is
  29. down, since /usr/bin/quota will hang on that until it times out.  This
  30. period of inactivity was very confusing to users who didn't have access
  31. to command source.  The message is annoying to be sure, especially to
  32. those who never intend to have disk quotas.
  33.  
  34. > Any help will be much appreciated.
  35.  
  36. Bruce Rodean
  37. rodean@fc.hp.com
  38.  
  39. This is not an offical response of Hewlett-Packard, and no warrantees
  40. of any kind are made or implied.
  41.