Hi, On a FreeBSD 12, the init script need the bin /usr/local/bin/gunicorn but when gunicorn is installed, the path is /usr/local/bin/gunicorn-2.7 so the init script don't work. To solved this, i juste create a symlink : ln -s /usr/local/bin/gunicorn-2.7 /usr/local/bin/gunicorn And the init script work. Thanks for the work!
All ports must invoke version-specific (PYTHON_VER) versions of binary names.
A commit references this bug: Author: ultima Date: Sun Jun 9 05:24:42 UTC 2019 New revision: 503784 URL: https://svnweb.freebsd.org/changeset/ports/503784 Log: Bumped seahub version for init script to fix gunicorn binary name Fix checksum due to retagged version PR: 237367 Changes: head/net-mgmt/seafile-server/Makefile.include head/www/seahub/Makefile head/www/seahub/distinfo head/www/seahub/files/seahub.in
Re-open for MFH, quarterly version is affected
A commit references this bug: Author: ultima Date: Mon Jun 10 17:08:18 UTC 2019 New revision: 503918 URL: https://svnweb.freebsd.org/changeset/ports/503918 Log: MFH: r503784 r503787 Bumped seahub version for init script to fix gunicorn binary name Fix checksum due to retagged version Change currently unused init var seahub_host so there is no breakage for current users of seahub. Change hard coded 0.0.0.0 for gunicorn start to seahub_host. PR: 237366 237367 Approved by: ports-secteam (joneum) Changes: _U branches/2019Q2/ branches/2019Q2/net-mgmt/seafile-server/Makefile.include branches/2019Q2/www/seahub/Makefile branches/2019Q2/www/seahub/distinfo branches/2019Q2/www/seahub/files/seahub.in
Thanks for the reminder koobs.