Created
November 26, 2009 07:12
-
-
Save okoye/243290 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================================== | |
== HAOSCAR Installation Wizard Running | |
======================================== | |
======================================== | |
== System Sanity Checks | |
======================================== | |
--> checking to make sure system environment is sane | |
--> yup, system is sane | |
--> sanity check completed, proceeding to next step | |
======================================== | |
== Environment Configuration | |
======================================== | |
--> Local system is a redhat based distro | |
--> Setting HAS_HOME directory variable to current dir | |
--> It seems HAS_HOME(csh) has been set already, skipping | |
--> It seems HAS_HOME(sh) has been set already, skipping | |
======================================== | |
== Remote Services Initialization | |
======================================== | |
--> initializing remote services library | |
--> generating remote configuration files | |
Enter the IP or DNS hostname of remote system: 138.47.102.115 | |
Admin username on remote host(read warnings for debian systems): gituser | |
--> finished generating remote configuration files | |
--> remote services initalization completed | |
======================================== | |
== Database Initialization | |
======================================== | |
--> starting mysql services | |
Stopping MySQL: [ OK ] | |
Starting MySQL: [ OK ] | |
--> initializing database | |
Traceback (most recent call last): | |
File "haoscar_wizard.py", line 52, in ? | |
chaif.databaseSetup() | |
File "../halib/chaif/Chaif.py", line 55, in databaseSetup | |
ddriver.create_db() | |
File "../halib/chaif/DatabaseDriver.py", line 65, in create_db | |
passwd = password) | |
File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line 75, in Connect | |
return Connection(*args, **kwargs) | |
File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 164, in __init__ | |
super(Connection, self).__init__(*args, **kwargs2) | |
_mysql_exceptions.OperationalError: (1045, "Access denied for user 'hauser'@'localhost' (using password: YES)") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment