Hi, I just download the BOINC server source code today and compile it, and then, I create the project and made some configuration to support the single job submission.
Due to I use Debian system as my BOINC server, I add the user "www-data" into "/etc/group" file, in this line "boincadm:1000:www-data", I even add that domain user name after it, like "boincadm:1000:www-data, abc". 2009/6/27 Nicolás Alvarez <[email protected]> > El Vie 26 Jun 2009 14:04:18 Alan Sun escribió: > > Well, I think the first time I launched project is under user "boincadm". > > Because I noticed this issue before. I want to make a test today, so I'm > > carefully on this. > > > > Well, under user "root", the project works well, and those machines are > in > > a internal network, so I think launch project as root is also accept for > > me. > > > > I just want to know why it cause the different result, for user > "boincadm" > > and "root". I will read that assimilator later and find out what exactly > it > > does. The assimilator is used to move the result to a place, when it > access > > or write something to somewhere, the file permission issue raised. > > It's not about the very first time you run it, it's about having run it as > root at least once at any moment. At that point file ownership would change > and boincadm wouldn't work correctly anymore. > > Or maybe you never set users and groups correctly to allow files written by > Apache (which usually runs on its own account) to be read by boincadm. > _______________________________________________ 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.
