Hello,
I’m starting cells from docker with a basic docker-compose file (the one currently on https://hub.docker.com/r/pydio/cells/ ) and everything is working except creating a master key. The error I receive for this is:
{"id":"data-key","code":500,"detail":"failed to get password. Make sure you have the system keyring installed%!(EXTRA *errors.errorString=failed to read from keyring. Make sure you have the system keyring installed)","status":"Internal Server Error"}
In the logs themselves:
cells_1 | 2018-10-22T18:50:03.229Z ERROR Failed to the master key {"error": "exec: \"dbus-launch\": executable file not found in $PATH"}
cells_1 | 2018-10-22T18:50:03.229Z ERROR failed to save master key {"error": "exec: \"dbus-launch\": executable file not found in $PATH"}
cells_1 | 2018-10-22T18:50:03.229Z ERROR pydio.rest.config Rest Error 500 {"error": "{\"id\":\"data-key\",\"code\":500,\"detail\":\"failed to get password. Make sure you have the system keyring installed%!(EXTRA *errors.errorString=failed to read from keyring. Make sure you have the system keyring installed)\",\"status\":\"Internal Server Error\"}"}
Am I right in assuming this problem is almost certainly going to go away if I run cells under systemd instead of pulling it in via docker?