Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

boinc(1) [centos man page]

boinc(1)																  boinc(1)

NAME
boinc - The BOINC core client program. SYNOPSIS
boinc [options] DESCRIPTION
The BOINC "core client", boinc, is the heart of BOINC. It controls which project applications are run on your computer, downloading "Workunits" and uploading the "Result" 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 Re- mote Proceedure Calls (RPCs) over port 31416. The BOINC core 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 Proceedure Calls (RPCs). --help show options --version show version info --exit_when_idle exit when there are no results --show_projects show attached projects --detach_project URL detach from a project --reset_project URL reset (clear) a project --attach_project URL key attach to a project --update_prefs URL contact a project to update preferences --run_cpu_benchmarks run the CPU benchmarks --check_all_logins for idle detection, check remote logins too --allow_remote_gui_rpc allow remote GUI RPC connections --gui_rpc_port port port for GUI RPCs --redirectio redirect stdout and stderr to log files --dir path use given dir as BOINC home --no_gui_rpc Omits creation of a socket as required for the remote control of the client. Consequently the client cannot be controlled by exter- nal tools like GUIs (boincmgr etc.) or the console command tool (boinccmd). --daemon run as daemon --exit_before_start exit right before starting a job --exit_after_finish exit right after finishing a job --insecure disable app sandboxing --launched_by_manager core client was launched by Manager --run_by_updater set by updater ACCESS CONTROL FOR GUI RPC
By default the core client accepts GUI RPC connections only from programs on the same host, which means that any user on this host can con- trol the core client. SEE ALSO
boinccmd(1), boincmgr(1) <http://boinc.berkeley.edu/wiki/Client_configuration_(advanced)> COPYRIGHT
Copyright (C) 2007-2008 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. April 06, 2008 boinc(1)

Check Out this Related Man Page

valknut(1)						      General Commands Manual							valknut(1)

NAME
valknut -- Multi-platform direct connect client SYNOPSIS
valknut [OPTIONS] DESCRIPTION
Valknut is a program the uses the Direct Connect protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++, and Shakespeer. -c <directory> Lets you specify the path where valknut should find its configuration files. Useful if you want to have multiple configurations, eg. for testing. --check-theme Displays how many themes/styles are available and exits. --disable-backtrace is useful when you have compiled a debug version of valknut. If you want to produce a core file (for a bug report) you have to put this option when launching valknut. --disable-splash Startup splash screen is not shown. --disable-theme Theme support is turned off. Could be useful if buggy themes are making valknut crash. --enable-tray The system tray icon is now controlled from the options dialog, but this option will enable it, ignoring the saved setting. --disable-tray The system tray icon is now controlled from the options dialog, but this option will disable it, ignoring the saved setting. Use- ful if your window manager doesn't support tray icons. --help Show the list of command line options and brief help on what they do. --socketlog <param> Outputs a log of socket data to the file dcsocket.log. Valid values for param are none, send, recv or both. --trayicon Starts the application in tray icon mode, meaning the main window will not be visible. -v verboselevel 1 -vv verboselevel 2 With level 1 you can see every path on create sharelist and with level 2 you see every path and file. Environment Variables: http_proxy If set, the HTTP proxy server to use for downloading public hub lists. Needs to be in the form http://<server>[:port] Keyboard Shortcuts: Ctrl+A Set Away Mode -> Away Ctrl+F Open Users Window Ctrl+N Set Away Mode -> Normal Ctrl+O Open Options Window Ctrl+P Open Spy Window Ctrl+Q Exit Program Ctrl+S Open Hub Search Window Ctrl+T Open Transfer List Drawer Ctrl+U Open Hub List Window This manual page was written for the Debian distribution because the original program did not have a manual page. SEE ALSO
none AUTHOR
This manual page was written by Pasi Savilaakso pasi.savilaakso@pp.inet.fi for the Debian system (but may be used by others) with help of Andrew Greig. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back- Cover Texts. valknut(1)
Man Page