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

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!usc!rpi!batcomputer!munnari.oz.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!andrewr
  2. From: andrewr@iagu.itd.adelaide.edu.au (Andrew Rutherford)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: Compiling  codes under OSF/1 T1.2-1  ALPHA M500
  5. Date: 16 Nov 1992 23:37:21 GMT
  6. Organization: The University of Adelaide
  7. Lines: 36
  8. Message-ID: <1e9bbhINNktn@huon.itd.adelaide.edu.au>
  9. References: <1992Nov13.173252.6780@CSD-NewsHost.Stanford.EDU>
  10. NNTP-Posting-Host: iagu.itd.adelaide.edu.au
  11. X-Newsreader: TIN [version 1.1 PL6]
  12.  
  13. Farhad Shakeri (farhad@CS.Stanford.EDU) wrote:
  14.  
  15. + to be more specific:  I have tried to compile
  16. + tcsh 6.00 or 6.01 or 6.02 on Alpha but the
  17. + binary when run gives me error when I use pipes 
  18. + i.e.  ls -CF | more
  19. + this is the error I get:
  20. +    tcsh: setpgid error (Not owner).
  21. +        or
  22. +    tcsh: setpgid error
  23.  
  24.     I've been getting this on my MIPS/OSF system too. Press
  25. sursor up and try again - I'm not completely sure what causes it,
  26. it would appear to be random, but occasionally it happens a few
  27. times in a row. I patched tcsh when this error occurs to retry it
  28. twice immediatly, only returning the error if all three failed,
  29. but that didn't seem to help an awful lot. I took it out again as
  30. it was a grotty hack.
  31.     My suggestion is this - get something to do a fork()
  32. elsewhere in the system (do an "ls" in another window), then hit
  33. cursor up and try again. This always seems to work. Alternativly,
  34. just keep hitting cursor up/return until it works.
  35.     If this is happening all the time rather than just on
  36. odd occasions, though, something's just got a bit more broken
  37. than it was before. SPR it.
  38.  
  39. Cya,
  40.     Andrew.
  41.  
  42. /*
  43.  * andrewr@itd.adelaide.edu.au            Andrew Rutherford
  44.  * +61 8 228 5669                      Network Specialist, ITD
  45.  * Room 1060, Adelaide Uni         GPO Box 498, Adelaide, SA, 5001
  46.  */
  47.