You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to configure Infinite Scale with certificate checking disabled?
This is not recommended for public instances! [yes | no = default] yes
=========================================
generated OCIS Config
=========================================
configpath : /home/nabin/.ocis/config/ocis.yaml
user : admin
password : <generated-password>
This command sudo journalctl -f -u ocis gives an error
sudo journalctl -f -u ocis
Output:
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: Started OCIS server.
Dec 29 11:12:40 nabin-OptiPlex-3050 ocis[11212]: The jwt_secret has not been set properly in your config for ocis. Make sure your /home/ocis/.ocis/config config contains the proper values (e.g. by running ocis init or setting it manually in the config/corresponding environment variable).
Dec 29 11:12:40 nabin-OptiPlex-3050 ocis[11212]: The jwt_secret has not been set properly in your config for ocis. Make sure your /home/ocis/.ocis/config config contains the proper values (e.g. by running ocis init or setting it manually in the config/corresponding environment variable).
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: ocis.service: Main process exited, code=exited, status=1/FAILURE
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: ocis.service: Failed with result 'exit-code'.
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: ocis.service: Scheduled restart job, restart counter is at 5.
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: Stopped OCIS server.
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: ocis.service: Start request repeated too quickly.
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: ocis.service: Failed with result 'exit-code'.
Dec 29 11:12:40 nabin-OptiPlex-3050 systemd[1]: Failed to start OCIS server.
It have been searches for config file on /home/ocis/.ocis/config but there is not
The text was updated successfully, but these errors were encountered:
Part of: owncloud/ocis#7940
Tested on ocis version: 5.0.0-beta.2
Description
While testing the docs binary setup by systemd service gives error on running the ocis
while initializing ocis
Output
This command
sudo journalctl -f -u ocis
gives an errorsudo journalctl -f -u ocis
Output:
It have been searches for config file on
/home/ocis/.ocis/config
but there is notThe text was updated successfully, but these errors were encountered: