[Bug 212237] audio/teamspeak3-server: not starting under FreeBSD 11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 29 19:02:17 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212237
--- Comment #2 from Ultima <Ultima1252 at gmail.com> ---
Hello Jonathan, thanks for the report, I looked into this sometime ago and
found the issue is with the new login_class limits. I'm still working out a
fix.
Currently my workaround is to comment out line 1075 of rc.subr. The issue is
that the default class given to services is the daemon class, and the daemon
class has a 128M limit on memory. Teamspeak uses around 180 so fails to
startup.
Another fix, and the currently recommended over commenting, increasing max
limit for daemon class in login.conf. Don't forget to run cap_mkdb after
editing the config.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list