The BOINC server virtual machine, in its current form available for download at BOINC site, is not 100% configured. Here are two issues I found:
1. User boincadm does not have proper permissions in mySQL, thus creating projects under boincadm does not work. I had to issue: mysql -u root -p mysql>grant all on *.* to boincadm@localhost; 2. When creating the test project, the server status page states that "upload/download server" is disabled. I had to fix it by following the instructions here: http://boinc.berkeley.edu/dev/forum_thread.php?id=6288 I did not test whether the upload/download server was truly disabled, or just its status was wrongly reported. MP _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
