home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14623 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.5 KB  |  54 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!minh
  3. From: minh@lis.rch.unimelb.edu.au (Minh Tran)
  4. Subject: Re: /etc/rc
  5. Message-ID: <9300811.3178@mulga.cs.mu.OZ.AU>
  6. Sender: news@cs.mu.OZ.AU
  7. Organization: Computer Science, University of Melbourne, Australia
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. References: <28267@dog.ee.lbl.gov>
  10. Date: Fri, 8 Jan 1993 00:23:25 GMT
  11. Lines: 41
  12.  
  13.     Sounds like your /usr/local did not get mounted when rc was running
  14.     I think, but not so sure, others might have better ideas.
  15.  
  16.     ---
  17.     minh
  18.  
  19.  
  20. mario aranha (mario@cad4.lbl.gov) wrote:
  21. > I've been trying to start some software license
  22. > daemons automatically at boot on a 700/8.07 by
  23. > calling them in the localrc() function in /etc/rc.
  24. > Localrc() does get called by /etc/rc at boot but
  25. > nothing within localrc() seems to be executed when
  26. > the system is rebooted. Here's the relevant code from
  27. > /etc/rc:
  28. > #! /bin/sh
  29. > blah, blah, ...
  30. > localrc()
  31. > {
  32. > /usr/local/flexlm/bin/lmgrd  > /usr/local/flexlm/licenses/license.log &
  33. > }
  34. > blh, blah, ...
  35. > if [ ! -f /etc/rcflag ]         # Boot time invocation only
  36. > then
  37. >    blah, blah, ...
  38. >    localrc
  39. > fi
  40. > blah, blah, ...
  41.  
  42. --
  43. |>    B\iochemistry                        Minh Tra/N                       <|
  44. |>     I\nformation     minh@lis.rch.unimelb.edu.a/U                        <|
  45. |>      S\ervice                     (03) 345-590/8                         <|
  46. |>       D\epartment         Melbourne, Australi/A                          <|
  47.