i have cells running on a Debian GNU/Linux 9 and now after upgrading to 2.1.4, some services won’t start any more.
pydio.rest.auth
pydio.rest.mailer
pydio.grpc.mailer
The only error entry i can found in the logs is:
{“level”:“error”,“ts”:“2020-09-03T13:50:31+02:00”,“logger”:“pydio.rest.auth”,“msg”:"Could not prepare start ",“error”:“timeout”}
Could you tell me if you are using port 80 or 443 with your Cells; if that is the case did you make sure to setcap your binary sudo setcap 'cap_net_bind_service=+ep' cells.
If you are running Cells with a systemd service, could you “stop” and “start” the service instead of the “restart” directive.