Date: Thu, 6 Dec 2001 14:12:25 +0100 From: ViNiL <vinil@suse.cz> Message-ID: <20011206141225.A25949@suse.cz> Subject: Re: [suse-sparc] Zope problems
On Thu, Dec 06, 2001 at 07:39:54AM -0500, Schaefer, Robert (PS) wrote:
> Hello all, I'm having an issue with my SparcClassic and Zope. First, its
> a 7.1 system with some updates done to it. (More on that in a moment) I
> recently decided to try using the Zope program, the problem is, I can't
> locate my 7.1 CD1 disc and therefore just copied the zope rpm file over and
> installed it. (python was already on the machine) The rpm install didn't
> complain about anything, but when I attempt to start zope, it gives some
> EXTREMELY vague errors about missing parameters. The problem is, I have no
> idea what parameter is missing or why its failing. Is there something more
> I need to do to just get the default server up and running? (I used the
> /etc/rc.d/zope start command) Any help/pointers would be appreciated.
Hm, that's probably my fault. Sorry. Please apply following patch on
/etc/init.d/zope:
--- zope Thu Dec 6 06:24:29 2001
+++ zope.new Thu Dec 6 13:44:26 2001
@@ -70,7 +70,7 @@
# with force-reload (in case signalling is not supported) are
# considered a success.
-COMMON_PARAMS="-u zope -z $ZOPE_HOME -Z /var/run/zope.pid -L $RC_LANG -l /var/log/zope.log"
+COMMON_PARAMS="-u zope -z $ZOPE_HOME -Z /var/run/zope.pid -L ${RC_LANG:-'C'} -l /var/log/zope.log"
PCGI_PARAMS="-p $ZOPE_HOME/Zope.cgi"
[ -z "$ZOPE_HTTP_PORT" ] && ZOPE_HTTP_PORT="8080"
--ViNiL, the GNU hippie
-- To unsubscribe, e-mail: suse-sparc-unsubscribe@suse.com For additional commands, e-mail: suse-sparc-help@suse.com
This archive was generated by hypermail 2.1.0 : Thu Dec 06 2001 - 05:10:24 PST