Skip site navigation (1)Skip section navigation (2)
Date:      30 May 2002 09:21:37 -0500
From:      Kirk Strauser <kirk@strauser.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Newbie: How to start Zope?
Message-ID:  <871ybtk972.fsf@pooh.int>
In-Reply-To: <20020530095255.A1058@piranha.zedian.net>
References:  <20020530095255.A1058@piranha.zedian.net>

next in thread | previous in thread | raw e-mail | index | archive | help

At 2002-05-30T07:52:55Z, Martin M=F6ller <moeller@zedian.net> writes:

> Another newbie question: I have installed Zope 2.5.1 from the
> ports. It creates a file named
>=20
> /usr/local/etc/rc.d/zope.sh

Interestingly, I have the exact same problem.  The script gets executed at
boot time, but Zope doesn't actually launch.  If I manually run the command:

  /usr/local/etc/rc.d/zope.sh start

then Zope starts as expected.

I added a 10-second delay to the `start' section of the script to see if
it's failing because the databases (or some other strange dependency)
haven't finished starting yet:

  case "$1" in
  start)
          sleep 10
          umask 077

...but I haven't rebooted since I made that change to see if it actually
made a difference.
--=20
Kirk Strauser
The Strauser Group - http://www.strausergroup.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?871ybtk972.fsf>