Message boards : Server programs : Problem with make_project
Message board moderation
Author | Message |
---|---|
Send message Joined: 19 Dec 09 Posts: 2 |
Hello. Yesterday, I downloaded Boinc by the command: svn co http://boinc.berkeley.edu/svn/trunk/boinc Given by: http://www.boinc-wiki.info/Creating_a_Project_-_Getting_the_source Well,I run the boinc under Ubuntu 9.04 operative system and I have python-mysqldb and I have python 2.6 I have some problem when I make a project(which I search by this forum and google but I don't find anything):
Before of this warning I have: var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet /home/myuser/boinc/py/Boinc/tools.py:4: DeprecationWarning: the md5 module is deprecated; use hashlib instead import os, md5, shutil, binascii, filecmp I hope I received some answers |
Send message Joined: 18 Jun 10 Posts: 1 |
Hi klopzx, The solution for your problem is fairly easy. Just remove root's password (no need for password) and everything will work like a charm. B.R |
Send message Joined: 19 Jan 07 Posts: 1179 |
You need to pass --db_passwd= to make_project, with the password corresponding to your MySQL user. |
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.