El Vie 26 Jun 2009 07:29:39 Alan Sun escribió: > Hi, > > Well, I launch the BOINC project on BOINC server via project/bin/start as > user boincadm, and then, I check their status, everything is OK. I submit a > task as a domain user, the BOINC client machine and get that task and run, > but the single job assimilation process died at this time. So I stop the > back end processes and launch them again as root. At this time, everything > is OK, the result can be sent back successfully. > > So I want to know what happened when I launch the project as boincadm, and > why it's OK under root account?
The problem is probably that you ran it as root once, and then permissions got messed up (files owned by root and non-writable by boincadm). So now it only works again if you use root. If you NEVER run the server as root, there shouldn't be any problem. _______________________________________________ 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.
