./make_project problem

Message boards : Server programs : ./make_project problem
Message board moderation

To post messages, you must log in.

AuthorMessage
lou.nick

Send message
Joined: 4 Jun 09
Posts: 1
Greece
Message 25200 - Posted: 4 Jun 2009, 14:27:45 UTC

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:

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


Has anyone any idea? Thank you in advance. :)
ID: 25200 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 25729 - Posted: 27 Jun 2009, 2:06:36 UTC - in response to Message 25200.  

_mysql_exceptions.OperationalError: (2005, "Unknown MySQL server host 'loaclhost' (1)")

You mistyped "localhost".
ID: 25729 · Report as offensive

Message boards : Server programs : ./make_project problem

Copyright © 2024 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.