Here is the "guide" from the history log as promised. Using Correlizer as an example, with lines directly from my history log, minus the Account Key.
NOTE: the line that references an Account Key, is your key from the "Your Account" page, in its respective project. In this case Correlizer uses a 32 character key (letters and numbers).
Source:
http://wiki.debian.org/BOINC/Troubleshooting
Code:
sudo apt-get install boinc-client boinc-manager
boinccmd --project_attach <URL of project> <Account Key>
boinccmd --project <URL> update
boinccmd --set_run_mode always
boinccmd --set_network_mode always
boinccmd --project <URL> resume
boinccmd --get_state
EXAMPLE: Correlizer
Code:
sudo apt-get install boinc-client boinc-manager
boinccmd --project_attach http://svahesrv2.bioquant.uni-heidelberg.de/correlizer/home.php [ABCDEFGHIJKLMNOPQRSTUVWXYZ123456]
boinccmd --project http://svahesrv2.bioquant.uni-heidelberg.de/correlizer/home.php update
boinccmd --set_run_mode always
boinccmd --set_network_mode always
boinccmd --project http://svahesrv2.bioquant.uni-heidelberg.de/correlizer/home.php resume
boinccmd --get_state
SECONDARY NOTE: the BOINC/Troubleshooting page had reference boinccmd as boinc_cmd. I was not successful in getting this to work in my HPCS VM. It will only accept boinccmd. However for the most part the rest of the troubleshooting page is cut and dry.
http://boinc.berkeley.edu/wiki/Boinccmd_tool - this is the list of the other variables you can issue within the BOINC client manager.