home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / misc / 358 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.7 KB

  1. Path: sparky!uunet!olivea!sgigate!odin!twilight!kuhio!rogerc
  2. From: rogerc@kuhio.wpd.sgi.com (Roger Chickering)
  3. Newsgroups: comp.sys.sgi.misc
  4. Subject: Re: netlsd
  5. Message-ID: <v76ak20@twilight.wpd.sgi.com>
  6. Date: 22 Jan 93 21:50:32 GMT
  7. References: <35083@adm.brl.mil> <1993Jan22.140442.16599@relay.nswc.navy.mil>
  8. Sender: news@twilight.wpd.sgi.com ( CNews Account at twilight.wpd.sgi.com )
  9. Organization: Silicon Graphics, Inc.  Mountain View, CA
  10. Lines: 46
  11.  
  12. In <1993Jan22.140442.16599@relay.nswc.navy.mil> rweisbe@starfleet.nswc.navy.mil (Bob Weisbeck) writes:
  13.  
  14. >In article <35083@adm.brl.mil>, beyer@bflsgu.fl.bs.dlr.de (Ralf Beyer DLR) writes:
  15. >|> 
  16. >|> Hi,
  17. >|> 
  18. >|> from time to time the following message appears in the console
  19. >|> window
  20. >|> 
  21. >|>      netlsd: Unable to register with locating broker
  22. >|>          communications failure (network computing
  23. >|>          system/RPC runtime)
  24. >|> 
  25. >|> The message is not entered into SYSLOG.
  26. >|> 
  27. >|> I studied the Network License System Administration Guide and
  28. >|> the Network Computing System Administration Guide to no avail.
  29. >|> 
  30. >|> What means this message ? How can I get rid of it ? Should I
  31. >|> care about ?
  32. >|> 
  33. >|> I am using an Indigo/XS24 running 4.0.5A.
  34. >|> 
  35. >|> Thanks for any help and best regards.
  36. >|> 
  37.  
  38. >I also got this message. I'd be interested in any info concerning
  39. >it.
  40.  
  41. You've probably already seen the answer, but here it is again.
  42.  
  43.     Get a shell, and become root.
  44.     Enter the following sequence of commands.
  45.  
  46.     chkconfig netls off
  47.     chkconfig glb off
  48.     chkconfig llb off
  49.     /etc/init.d/netls stop
  50.     /etc/init.d/nck stop
  51.  
  52. After doing so, the messages should no longer trouble you.
  53.  
  54. If you are trying to actually use software licensed with NetLS, you do
  55. not, of course, want to follow the above instrucntions.
  56.  
  57. -Roger
  58.