home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!minh
- From: minh@lis.rch.unimelb.edu.au (Minh Tran)
- Subject: Re: /etc/rc
- Message-ID: <9300811.3178@mulga.cs.mu.OZ.AU>
- Sender: news@cs.mu.OZ.AU
- Organization: Computer Science, University of Melbourne, Australia
- X-Newsreader: TIN [version 1.1 PL6]
- References: <28267@dog.ee.lbl.gov>
- Date: Fri, 8 Jan 1993 00:23:25 GMT
- Lines: 41
-
- Sounds like your /usr/local did not get mounted when rc was running
- I think, but not so sure, others might have better ideas.
-
- ---
- minh
-
-
- mario aranha (mario@cad4.lbl.gov) wrote:
- > I've been trying to start some software license
- > daemons automatically at boot on a 700/8.07 by
- > calling them in the localrc() function in /etc/rc.
- > Localrc() does get called by /etc/rc at boot but
- > nothing within localrc() seems to be executed when
- > the system is rebooted. Here's the relevant code from
- > /etc/rc:
- >
- > #! /bin/sh
- > blah, blah, ...
- >
- > localrc()
- > {
- > /usr/local/flexlm/bin/lmgrd > /usr/local/flexlm/licenses/license.log &
- > }
- >
- > blh, blah, ...
- >
- > if [ ! -f /etc/rcflag ] # Boot time invocation only
- > then
- >
- > blah, blah, ...
- >
- > localrc
- > fi
- >
- > blah, blah, ...
-
- --
- |> B\iochemistry Minh Tra/N <|
- |> I\nformation minh@lis.rch.unimelb.edu.a/U <|
- |> S\ervice (03) 345-590/8 <|
- |> D\epartment Melbourne, Australi/A <|
-