Message boards : Server programs : ./make_project problem
Message board moderation
Author | Message |
---|---|
Send message Joined: 4 Jun 09 Posts: 1 |
Hello, it is my first post to the forums. I have just installed the boinc server and try to create a project with the make_project script. Unfortunately i get some errors and the project is not created. Here is what i get: [CODE] Setting up server files: copying files failed to copy /home/boincadmin/boinc/html/languages/project_specific_translations/sample_en.po to /home/boincadmin/projects/test_prj/html/languages/project_specific_translations/en.po Setting up database Traceback (most recent call last): File "./make_project", line 215, in <module> project.install_project() File "/home/boincadmin/boinc/py/Boinc/setup_project.py", line 524, in install_project drop_first = options.drop_db_first File "/home/boincadmin/boinc/py/Boinc/database.py", line 264, in create_database connect(config, nodb=True) File "/home/boincadmin/boinc/py/Boinc/database.py", line 251, in connect passwd=config.__dict__.get('db_passwd', '')) File "/home/boincadmin/boinc/py/Boinc/db_base.py", line 498, in do_connect cursorclass=MySQLdb.cursors.DictCursor) File "/var/lib/python-support/python2.5/MySQLdb/__init__.py", line 74, in Connect return Connection(*args, **kwargs) File "/var/lib/python-support/python2.5/MySQLdb/connections.py", line 170, in __init__ super(Connection, self).__init__(*args, **kwargs2) _mysql_exceptions.OperationalError: (2005, "Unknown MySQL server host 'loaclhost' (1)") [/CODE] Has anyone any idea? Thank you in advance. :) |
Send message Joined: 19 Jan 07 Posts: 1179 |
_mysql_exceptions.OperationalError: (2005, "Unknown MySQL server host 'loaclhost' (1)") You mistyped "localhost". |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.