On Thu, Apr 28, 2022 at 03:18:00PM +0200, Landry Breuil wrote:
> Le Thu, Apr 28, 2022 at 03:12:23PM +0200, Landry Breuil a écrit :
> > hi,
> >
> > i've been using sogo with ~10 users since a while and i've had a line in
> > login.conf since 2017, because in some situations 128fd is not enough
> > for sogod.. i think that was for a high number of db/ldap cnx but i dont
> > remember the details honestly.
> >
> > dunno if i should remove that login.conf knob and check how it fares
> > with 128, but here's a diff.
>
> well.. now with a diff.
similar setup here, ok giovanni@
Cheers
Giovanni
> ? sogo-3.2.9.diff
> ? patches/patch-Scripts_sql-update-3_2_10_to_4_0_0-mysql_sh
> ? patches/patch-Scripts_sql-update-3_2_10_to_4_0_0_sh
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/sogo/Makefile,v
> retrieving revision 1.98
> diff -u -r1.98 Makefile
> --- Makefile 11 Mar 2022 20:11:00 -0000 1.98
> +++ Makefile 28 Apr 2022 13:02:36 -0000
> @@ -3,6 +3,7 @@
> VERSION = 5.5.1
> DISTNAME = SOGo-${VERSION}
> PKGNAME = sogo-${VERSION}
> +REVISION = 0
>
> SHARED_LIBS += GDLContentStore 3.0
> SHARED_LIBS += NGCards 3.1
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/www/sogo/pkg/PLIST,v
> retrieving revision 1.51
> diff -u -r1.51 PLIST
> --- pkg/PLIST 11 Mar 2022 20:11:01 -0000 1.51
> +++ pkg/PLIST 28 Apr 2022 13:02:37 -0000
> @@ -2833,6 +2833,8 @@
> share/doc/sogo/sql-update-3.2.10_to_4.0.0-mysql.sh
> share/doc/sogo/sql-update-3.2.10_to_4.0.0.sh
> share/doc/sogo/updates.php
> +share/examples/login.conf.d/sogod
> +@sample ${SYSCONFDIR}/login.conf.d/sogod
> @mode 750
> @owner _sogo
> @group _sogo
> Index: pkg/sogod.login
> ===================================================================
> RCS file: pkg/sogod.login
> diff -N pkg/sogod.login
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ pkg/sogod.login 28 Apr 2022 13:02:37 -0000
> @@ -0,0 +1,4 @@
> +sogod:\
> + :openfiles-cur=1024:\
> + :openfiles-max=2048:\
> + :tc=daemon:
No comments:
Post a Comment