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 2021/07/21 08:38:33 UTC

[GitHub] [cloudstack] tampler commented on issue #5226: Install Fail: db.properties': No such file or directory

tampler commented on issue #5226:
URL: https://github.com/apache/cloudstack/issues/5226#issuecomment-884003861


   Hello. Yes, I'm installing as a sudo user, but NOT a root. The reason is that I can't reset a root password and can't temporarily access the hardware.
   
   I found a possible reason. I have Python 3.8.10 shipped with Ubuntu 20.04.2
   I'm getting the following errors during the config stage:
   ```
   Setting up python3-mysql.connector (8.0.15-2build1) ...                                                                                                                      
   /usr/lib/python3/dist-packages/mysqlx/expr.py:972: SyntaxWarning: "is" with a literal. Did you mean "=="?                                                                    
     return "({0})".format(dimension[0]) if len(dimension) is 1 else \                                                                                                          
   /usr/lib/python3/dist-packages/mysqlx/statement.py:122: SyntaxWarning: "is" with a literal. Did you mean "=="?                                                               
     return (default_schema if len(temp) is 1 else temp[0].strip(quote),    
   ...
   Setting up python3-netaddr (0.7.19-3) ...
   /usr/lib/python3/dist-packages/netaddr/strategy/__init__.py:189: SyntaxWarning: "is not" with a literal. Did you mean "!="?
     if word_sep is not '':
   ```
   
   and all this yields in the following
   ```
   chmod: cannot access '/etc/cloudstack/management/db.properties': No such file or directory
   dpkg: error processing package cloudstack-management (--configure):
    installed cloudstack-management package post-installation script subprocess returned error exit status 1
   ```
   


-- 
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