Nextcloud Warning

Hello,

in my nextcloud app (13.0.4) on Univention (4.3 errata 126) I get a lot of Info and warnings.

Warning	user_ldap	not suitable default quota found for user fam: []

Info	cli	Memcache \OC\Memcache\APCu not available for distributed cache
Info	cli	Memcache \OC\Memcache\APCu not available for local cache

Do I have to set a quota for every user?

Ok, to solve the last one I have to install php7.0-apcu, but its not in the repository.

Best regards,
Stefan

Ignore the quota thing, it’s just too chatty. That’ll improve https://github.com/nextcloud/server/pull/10034

As for APCu it should be installed… https://github.com/nextcloud/univention-app/blob/master/Dockerfile#L47 and probably it just not enabled for command line PHP (the output suggests it happens on cli only, e.g. triggered by background jobs).

P.S.: About the latter, could you file an issue at https://github.com/nextcloud/univention-app/issues ? If you’re up for investigating it, or even supply a fix, that would be even better :smiley: On first sight it does not look complicated. I cannot look into it before August.

Mastodon