maintainer-feedback requested: [Bug 200040] www/zope213: fails to start using pkg-message instructions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 8 01:11:30 UTC 2015


jason.unovitch at gmail.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to zope at FreeBSD.org:
Bug 200040: www/zope213: fails to start using pkg-message instructions
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200040



--- Description ---
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."


More information about the freebsd-zope mailing list