home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8191 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.9 KB

  1. Path: sparky!uunet!mcsun!uknet!edcastle!dcs.ed.ac.uk!gdmr
  2. From: gdmr@dcs.ed.ac.uk (George Ross)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: problems with amd
  5. Message-ID: <BxLxvF.534@dcs.ed.ac.uk>
  6. Date: 12 Nov 92 14:35:39 GMT
  7. References: <92Nov11.1913.4225@crash.canon.co.uk> <1992Nov11.225817.29248@babbage.ece.uc.edu>
  8. Sender: cnews@dcs.ed.ac.uk (UseNet News Admin)
  9. Organization: Department of Computer Science, Edinburgh University
  10. Lines: 30
  11.  
  12. In article <1992Nov11.225817.29248@babbage.ece.uc.edu>, montjoy@thor.ece.uc.edu (Robert Montjoy) writes:
  13. > What is happening is amd is getting "swapped" out. You should 
  14. > patch amd to lock the text pages of amd into memory. This should eliminate 
  15. > most of these messages. You will need to add the plock system call.
  16. > Something like this 
  17. >     plock(PROCLOCK);
  18. > needs to be added into the main of amd.
  19. > You will also need to include <sys/lock.h>( #include <sys/lock.h>).
  20. > There was a patch avaliable from at the following location.
  21. >         csri.toronto.edu:pub/edwin/amd.plock_patch, amd.README
  22.  
  23. We've been plagued by this kind of thing on several of our machines too.  After
  24. the not responding/OK messages we then get "server can't decode arguments" two
  25. or three times  then things hang up completely.  The plock patch cut down on
  26. the first of these but didn't do anything to solve the real problem.  Neither
  27. did re-nicing amd.  Neither did Sun's jumbo lock patch, nor did all the other
  28. kernel patches I've tried.
  29.  
  30. We've also had problems with amq getting "RPC: Remote system error", which we
  31. fixed in a previous version by upping NEXP_AP from 254 to 1022, but that
  32. doesn't seem to have fixed it this time.
  33.  
  34. All contributions gratefully received...
  35. -- 
  36. George D M Ross, Department of Computer Science, University of Edinburgh
  37.      Kings Buildings, Mayfield Road, Edinburgh, Scotland, EH9 3JZ
  38. Tel: 031-650 5147   Internet: gdmr@dcs.ed.ac.uk   JANET: gdmr@uk.ac.ed.dcs
  39.