SYNOPSIS

boinc \kx [options]

DESCRIPTION

The BOINC "client", boinc, is the heart of BOINC. It controls which project applications are run on your computer, downloading "Tasks" and uploading the resulting files from completed tasks. boinc is usually run in the background, ideally as a daemon. It can then be controlled either by a graphical tool called the BOINC Manager, boincmgr(1), or a command-line tool called boinccmd(1), by means of Remote Procedure Calls (RPCs) over port 31416.

The BOINC client can be controlled by command-line options, configuration files, and environment variables. Standard usage is simply to start the client running in the background.

OPTIONS

These command-line options for boinc can be used to control how BOINC is started. Once the client has started, you should use a separate program, (boincmgr(1) or boinccmd(1)) which communicates with it by means of Remote Procedure Calls (RPCs).

GENERAL OPTIONS

\*(T<--help\*(T>

Show options.

\*(T<--version\*(T>

Show version info.

\*(T<--run_cpu_benchmarks\*(T>

Run the CPU benchmarks.

\*(T<--check_all_logins\*(T>

For idle detection, check remote logins too.

\*(T<--daemon\*(T>

Run as daemon. Will redirect stderr and stdout to syslog.

\*(T<--dir \*(T>path

Use given dir as the client working directory.

\*(T<--no_gpus\*(T>

Don't check for GPUs.

\*(T<--no_info_fetch\*(T>

Don't fetch project list or client version info from boinc.berkeley.edu.

\*(T<--skip_cpu_benchmarks\*(T>

Don't run CPU benchmarks.

\*(T<--start_delay \*(T>X

Delay starting apps for X secs.

PROJECT OPTIONS

\*(T<--attach_project \*(T>URL\*(T< \*(T>key

Attach to a project using URL and authenticator.

\*(T<--show_projects\*(T>

Show attached projects.

\*(T<--detach_project \*(T>URL

Detach from project specified by URL.

\*(T<--reset_project \*(T>URL

Reset (clear) the projectspecified by URL.

\*(T<--update_prefs \*(T>URL

Contact the project specified by URL to update preferences

COMMUNICATION OPTIONS

\*(T<--allow_remote_gui_rpc\*(T>

Allow RPC connections from remote hosts.

\*(T<--gui_rpc_port \*(T>port

Port for RPCs.

\*(T<--no_gui_rpc\*(T>

Omits creation of a socket as required for the remote control of the client. Consequently the client cannot be controlled by external tools like GUIs (boincmgr etc.) or the console command tool (boinccmd).

DEBUGGING OPTIONS

\*(T<--abort_jobs_on_exit\*(T>

When client exits, abort and report tasks.

\*(T<--allow_multiple_clients\*(T>

Allow more than one client instance per host.

\*(T<--exit_after_app_start \*(T>N

Exit N seconds after an app starts. Useful to look at the files in the slot directory.

\*(T<--exit_after_finish\*(T>

Exit right after finishing a task. Useful to look at the files in the slot directory.

\*(T<--exit_before_start\*(T>

Exit right before starting a task. Useful to look at the files in the slot directory.

\*(T<--exit_before_upload\*(T>

Exit right before starting an upload.

\*(T<--exit_when_idle\*(T>

Exit when there are no more tasks to work on.

\*(T<--fetch_minimal_work\*(T>

Fetch only 1 task per device.

\*(T<--file_xfer_giveup_period \*(T>N

Give up on file transfers after N sec.

\*(T<--master_fetch_interval \*(T>N

Limiting the period of project master file dowload retries.

\*(T<--master_fetch_period \*(T>N

Reload a project's master file after N RPC failures.

\*(T<--master_fetch_retry_cap \*(T>N

Exponential backoff limit for downloading project master files.

\*(T<--no_priority_change\*(T>

Run applications at same priority as client.

\*(T<--pers_giveup \*(T>N

Giveup time for persistent file transfer errors.

\*(T<--pers_retry_delay_max \*(T>N

Maximum time (sec) for file transfer exponential backoff.

\*(T<--pers_retry_delay_min \*(T>N

Minimum time (sec) for file transfer exponential backoff.

\*(T<--redirectio\*(T>

Redirect stdout and stderr to log files (\*(T<stdoutdae.txt\*(T> and \*(T<stderrdae.txt\*(T>).

\*(T<--retry_cap \*(T>N

Limit the maximum exponential backoff time.

\*(T<--sched_retry_delay_max \*(T>N

Maximum time (sec) for project RPC exponential backoff.

\*(T<--sched_retry_delay_min \*(T>N

Minimum time (sec) for project RPC exponential backoff.

\*(T<--unsigned_apps_ok\*(T>

Allow unsigned apps (for testing).

ACCESS CONTROL FOR GUI RPC

By default the client accepts GUI RPC connections only from programs on the same host, which means that any user on this host can control the client.

RELATED TO boinc…

boinccmd(1), boincmgr(1)

\$2 \(la\$1\(ra\$3

COPYRIGHT

Copyright © 2007-2013 University of California.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.