home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / misc / 23478 next >
Encoding:
Text File  |  1993-01-04  |  2.2 KB  |  66 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!arakis.fdn.org!gamb.fdn.org!lilliput!joseph
  3. From: joseph@lilliput.fdn.org (Joseph Goldstone)
  4. Subject: Re: rendering under 3.0 - urgent help needed
  5. Message-ID: <1992Dec31.164720.816@lilliput.fdn.org>
  6. Keywords: renderman netinfo localhost
  7. Sender: joseph@lilliput.fdn.org
  8. Organization: Lilliputian Pictures - Paris, France.
  9. References: <Bzpssy.IJE@newcastle.ac.uk>
  10. Date: Thu, 31 Dec 1992 16:47:20 GMT
  11. Lines: 53
  12.  
  13. Scott A. McIntyre writes
  14. > Whilst mucking around with installing DNS stuff, I have somehow managed to  
  15. lose the
  16. > ability to render on my NSC machine.  I was able to do it when I first  
  17. installed 3.0, but
  18. > i've had to customise it so much that I can't remember what was changed and  
  19. where.
  20. > When I try to render anything to localhost, I get a popup window that  
  21. complains that it
  22. > "Couldn't connect to localhost" and then dies.
  23. > Can someone with 3.0 and working rendering, please tell me what I should have  
  24. aliased in
  25. > /etc/hosts, or in netinfo, or wherever, or what should be running, and so on!
  26. > Thank you!
  27. > Scott
  28. Here is a configuration that works for me, in my two-level [network and local]  
  29. netinfo setup, which makes no reference to "localhost".  Perhaps it will help  
  30. you out.
  31.  
  32. At both the network level and the local leves one finds a directory named  
  33. /locations/renderers.  This directory has the property value pairs:
  34.   name      renderers
  35.   _writers  *
  36.  
  37. Under the network /locations/renderers directory, there is a subdirectory named  
  38. lilliput (the name of this machine).  The property/value pairs attached to this  
  39. /locations/renderers/lilliput directory are:
  40.   name      lilliput
  41.   _writers  *
  42.   note      Lilliputian render engine
  43.  
  44. This seems to do the trick; the render panel pops up with the one possible  
  45. entry and when one clicks on it, the renderer happily proceeds:
  46.  
  47. lilliput> ps -ax | grep render
  48.   216 ?  S     0:02 rpc.renderd
  49.   769 ?  R     0:01 prman tiffrender.000.rib
  50.   771 p1 S     0:00 grep render
  51. lilliput> 
  52.  
  53. Do you have an rpc.renderd going on your machine?
  54.  
  55. There is this question of why, when there is one entry on the list of  
  56. possibilities, one cannot short-circuit the panel entirely, but that's  
  57. something to be asked of c.s.n.programmer I guess.
  58.  
  59. Good luck.
  60.  
  61. -- joseph
  62.