On Fri, 1 May 2009, Alan Sun wrote: > > file upload server: can't open file /opt/boinc_grid/upload/64/sj_106_0_0: > Permission denied
The upload area uses directory fanout, with subdirectory names based on a hash of the filename. It is possible that the subdirectory "64" had not yet been created, and could not be created because the file_upload_handler does not have permission to do so. Check your permissions. -Eric _______________________________________________ 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.
