Thanks, Christian. While you're doing that, can you also make sure that - the VM has git installed - the source code in the VM is checked out with Git, not SVN - the upgrade script in the VM uses Git and not SVN Thanks -- David
On 06-Feb-2013 10:11 AM, Christian Beer wrote: > Hi Marcus, > >> 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; > I thought I did that but my have missed it. I tried to give boincadm as > few as possible rights to the server and restrict it to the database. > Sorry for that. >> 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. > This isn't a bug, as in the thread you mentioned is correctly stated > that the path to the apache pid is not in config.xml. If the > upload/download would be disabled you wouldn't see the status page > either ;) This is mainly for projects that use different servers for > website and cgi scripts. Just add your path to the pid file and all is > in the green. > > Regards > Christian > _______________________________________________ > 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. > _______________________________________________ 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.
