Git'Fellow
Git'Fellow
@szaimen this is not a 25 (only) issue.... This is a longtime (maybe ever?) issue only popped-out by PHP8.1 deprecation warnings... Proof here: ``` { "reqId": "uTmaeig2NKuILdjweKxe", "level": 3, "time":...
What do you call big files? On my side files not bigger than 10Mb triggers this. Sometimes. Sometimes don't...
There is an ongoing patch (WiP) so stay tuned and follow it (subscribe) if needed. https://github.com/nextcloud/server/pull/36893
Main goal of `PrivateNetwork=true` is to allow a service to listen on `loopback` **only** regardless of how the service binary is configured. So, any hostname or IP other than `localhost/127.0.0.1/unixsocket`...
No problem. Here is how redis is actually configured, if it helps: ``` [Service] ProtectSystem=full RestrictAddressFamilies=AF_UNIX PrivateNetwork=true ... ``` and `redis.conf` ``` port 0 unixsocket /var/run/redis/redis.sock ```
> also curious how "localhost" is resolved in that case I think it is not; with `port 0` redis is expecting a `unixsocket` so no need to resolve anything. https://github.com/redis/redis/blob/e26a769d9627ebecb8607375580970a740348956/redis.conf#L136-L138
Did you also set the `unixsocket`? I must confess that in the meanwhile I've switched to TCP socket so I can't recall the full config π
Closing, i'll do another try on next release and reopen if needed.
There are several issues like this like https://github.com/nextcloud/server/issues/15047, but it clears seems a new problem introduced in 19.0.2 as it affects all our instances with different setups after upgrading from...
https://github.com/nextcloud/server/pull/22563 may fix this. Feedback welcome.