You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/04/12 17:17:17 UTC

[GitHub] [cloudstack] weizhouapache commented on issue #6232: wrong file rights on key file doesn't generate proper error message

weizhouapache commented on issue #6232:
URL: https://github.com/apache/cloudstack/issues/6232#issuecomment-1096989215

   @rwdj 
   good finding.I agree the `umask` caused the issue.
   as far as I know, the default `umask` output is `0022` (for root admin). If you run `umask 0022`, then setup database, it should work.
   if so, we can update cloudstack document to highlight it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org