Guest
Public paste!

dizzie

By: a guest | Feb 3rd, 2010 | Syntax: None | Size: 2.80 KB | Hits: 52 | Expires: Never
Copy text to clipboard
  1. The command-line options for ./boinc are intended for debugging.
  2. The recommended command-line interface is a separate program,'boinccmd'.
  3. Run boinccmd in the same directory as ./boinc.
  4.  
  5. Usage: ./boinc [options]
  6.     --abort_jobs_on_exit           when client exits, abort and report jobs
  7.     --allow_remote_gui_rpc         allow remote GUI RPC connections
  8.     --allow_multiple_clients       allow >1 instances per host
  9.     --attach_project <URL> <key>   attach to a project
  10.     --check_all_logins             for idle detection, check remote logins too
  11.     --daemon                       run as daemon (Unix)
  12.     --detach                       detach from console (Windows)
  13.     --detach_project <URL>         detach from a project
  14.     --dir <path>                   use given dir as BOINC home
  15.     --exit_after_app_start N       exit N seconds after an app starts
  16.     --exit_after_finish            exit right after finishing a job
  17.     --exit_before_start            exit right before starting a job
  18.     --exit_before_upload           exit right before starting an upload
  19.     --exit_when_idle               exit when there are no results
  20.     --file_xfer_giveup_period N    give up on file xfers after N sec
  21.     --gui_rpc_port <port>          port for GUI RPCs
  22.     --help                         show options
  23.     --launched_by_manager          client was launched by Manager
  24.     --master_fetch_interval N      limiting period of master retry
  25.     --master_fetch_period N        reload master URL after N RPC failures
  26.     --master_fetch_retry_cap N     exponential backoff limit
  27.     --no_gui_rpc                   don't allow GUI RPC, don't make socket
  28.     --no_priority_change           run apps at same priority as client
  29.     --pers_giveup N                giveup time for persistent file xfer
  30.     --pers_retry_delay_max N       max for file xfer exponential backoff
  31.     --pers_retry_delay_min N       min for file xfer exponential backoff
  32.     --redirectio                   redirect stdout and stderr to log files
  33.     --reset_project <URL>          reset (clear) a project
  34.     --retry_cap N                  exponential backoff limit
  35.     --run_cpu_benchmarks           run the CPU benchmarks
  36.     --run_by_updater               set by updater
  37.     --saver                        client was launched by screensaver
  38.     --sched_retry_delay_max N      max for RPC exponential backoff
  39.     --sched_retry_delay_min N      min for RPC exponential backoff
  40.     --show_projects                show attached projects
  41.     --skip_cpu_benchmarks          don't run CPU benchmarks
  42.     --start_delay X                delay starting apps for X secs
  43.     --unsigned_apps_ok             allow unsigned apps (for testing)
  44.     --update_prefs <URL>           contact a project to update preferences
  45.     --version                      show version info