[Bug 247381] www/gitea: fails to start due to missing locale files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 22 10:29:20 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247381

--- Comment #3 from Vincent Bentley <vince at vincentbentley.co.uk> ---
Changing ownership of the following directory trees to git:git fixed the
problem starting the gitea service:

chown -R git:git /usr/local/etc/gitea
chown -R git:git /var/db/gitea
chown -R git:git /var/log/gitea

The startup script /usr/local/etc/rc.d/gitea sets GITEA_WORK_DIR to
/usr/local/share/gitea but this directory does not exist. I assume that it does
not get created if BINDATA is set. It does not appear to cause any problems.

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


More information about the freebsd-ports-bugs mailing list