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 2020/01/27 15:52:50 UTC

[GitHub] [cloudstack] CobbyJ opened a new issue #3841: Management Server

CobbyJ opened a new issue #3841: Management Server
URL: https://github.com/apache/cloudstack/issues/3841
 
 
   Followed the exact install on the latest CentOS 7 fresh install and when i run "cloudstack-setup-management" i get the following errors
   
   `[root@cloudstack dnspython]# cloudstack-setup-management
   Traceback (most recent call last):
     File "/usr/bin/cloudstack-setup-management", line 24, in <module>
       from cloudutils.serviceConfigServer import cloudManagementConfig
     File "/usr/lib64/python2.7/site-packages/cloudutils/serviceConfigServer.py", line 17, in <module>
       from db import Database
     File "/usr/lib64/python2.7/site-packages/cloudutils/db.py", line 20, in <module>
       import mysql.connector
     File "/usr/lib64/python2.7/site-packages/mysql/connector/__init__.py", line 41, in <module>
       import dns.resolver
   ImportError: No module named dns.resolver`
   
   I did not miss anything in the install.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] CobbyJ commented on issue #3841: Management Server

Posted by GitBox <gi...@apache.org>.
CobbyJ commented on issue #3841: Management Server
URL: https://github.com/apache/cloudstack/issues/3841#issuecomment-578827485
 
 
   Got it working by these commands
   
   curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
   python get-pip.py
   pip install dnspython
   
   Then run
   
   cloudstack-setup-management
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] rhtyd closed issue #3841: Management Server

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #3841: Management Server
URL: https://github.com/apache/cloudstack/issues/3841
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] rhtyd commented on issue #3841: Management Server

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3841: Management Server
URL: https://github.com/apache/cloudstack/issues/3841#issuecomment-583242435
 
 
   Fixed in https://github.com/apache/cloudstack/pull/3854

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services