Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 May 2015 01:11:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200040] www/zope213: fails to start using pkg-message instructions
Message-ID:  <bug-200040-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200040

            Bug ID: 200040
           Summary: www/zope213: fails to start using pkg-message
                    instructions
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: zope@FreeBSD.org
          Reporter: jason.unovitch@gmail.com
             Flags: maintainer-feedback?(zope@FreeBSD.org)
          Assignee: zope@FreeBSD.org

www/zope213 currently does not provide enough information to start Zope by
default.  The pkg-message currently instructs the user to execute the following
command:

/usr/local/bin/mkzopeinstance --dir <INSTANCEDIR>

Assuming the user start Zope afterwards, it will start and die because firstly
the effective-user is not set and even it it were the permissions on var and
log are incorrect.  If the user installs the package they are either stuck with
needing implied knowledge on Zope to fix it, run things in debug mode and
stumble through the errors as I did, or lastly look at what `make instance` in
the port is doing.  This can be very confusing for a new user and a prior topic
I saw went unanswered [Ref 1]. Another mailing list topic indicates that it
should be easy and just work [Ref 2].

[1] https://lists.freebsd.org/pipermail/freebsd-zope/2014-May/000283.html

[2] https://lists.freebsd.org/pipermail/freebsd-zope/2013-November/000169.html
"What's plonectl? In FreeBSD it have no individual start-up script - you 
just starting zope with plone installed.
Just start it with `service zope213 start` and add zope213_enable="YES" 
in /etc/rc.conf to survive the reboot. That's all."

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200040-13>