Thanks for the quick response Eric. Do you know how I could go about checking if the first scenario is actually the case?
On Tue, May 27, 2014 at 8:07 PM, Eric J Korpela <[email protected]>wrote: > These things can be difficult to track down. My first three guesses would > be... > > there's a problem with your apache setup (no exec permission in the boinc > cgi-bin directory or apache doesn't know what to do with files named "cgi") > > or > > a necessary shared library isn't in the LD_LIBRARY_PATH for the user > apache is running as. > > or > > a necessary file (like config.xml) is not being found. > > > On Tue, May 27, 2014 at 4:49 PM, Nicolas Rakover <[email protected]> wrote: > >> Hi all, >> >> I've set up a project on the Debian VM, but I'm having problems delivering >> tasks to clients. When a client makes a scheduler request, something goes >> wrong with the CGI binary. I've tracked things down and have the following >> clues: >> >> - my apache error.log file outputs the following for each client request: >> Premature end of script headers: cgi >> >> - nothing shows up at all on the scheduler logs. It looks like the >> scheduler isn't being called at all >> >> - however, I can run the CGI binary just fine from GDB, and things show up >> in scheduler.log indicating that this works fine >> >> Any idea what could be going on or where I should look next? >> >> Thanks, >> Nico >> >> -- >> Nico Rakover >> Massachusetts Institute of Technology | Class of 2015 >> Departments of Computer Science and Mathematics >> _______________________________________________ >> 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. >> > > -- Nico Rakover Massachusetts Institute of Technology | Class of 2015 Departments of Computer Science and Mathematics _______________________________________________ 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.
