List of possible args for --boincargs option

Message boards : BOINC Manager : List of possible args for --boincargs option
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 17844 - Posted: 13 Jun 2008, 9:54:27 UTC

Together with Sekerob I am looking for a list of possible args to use with the /b, --boincargs startup option on BOINC Manager.

According to David Anderson this option may no longer be used, that is was included in 5.8.4 for debugging purposes only.

So if you know what possible arguments to use and if it still works in BOINC 5.10 and higher, please let us know.

With thanks.
ID: 17844 · Report as offensive
Rom Walton
Project developer
Avatar

Send message
Joined: 26 Aug 05
Posts: 164
Message 17928 - Posted: 18 Jun 2008, 5:23:39 UTC

Here are the list of options for the CC which is what the /b option in BOINC Manager are all about:

    printf(
        "The command-line options for %s are intended for debugging.\n"
        "The recommended command-line interface is a separate program,'boinccmd'.\n"
        "Run boinccmd in the same directory as %s.\n"
        "\n"
        "Usage: %s [options]\n"
        "    --help                          show options\n"
        "    --version                       show version info\n"
        "    --exit_when_idle                exit when there are no results\n"
        "    --show_projects                 show attached projects\n"
        "    --detach_project <URL>          detach from a project\n"
        "    --reset_project <URL>           reset (clear) a project\n"
        "    --attach_project <URL> <key>    attach to a project\n"
        "    --update_prefs <URL>            contact a project to update preferences\n"
        "    --run_cpu_benchmarks            run the CPU benchmarks\n"
        "    --check_all_logins              for idle detection, check remote logins too\n"
        "    --allow_remote_gui_rpc          allow remote GUI RPC connections\n"
        "    --gui_rpc_port <port>           port for GUI RPCs\n"
        "    --redirectio                    redirect stdout and stderr to log files\n"
        "    --detach                        detach from console (Windows)\n"
        "    --dir <path>                    use given dir as BOINC home\n"
        "    --no_gui_rpc                    don't allow GUI RPC, don't make socket\n"
        "    --daemon                        run as daemon (Unix)\n"
        "    --exit_before_start             exit right before starting a job\n"
        "    --exit_after_finish             exit right after finishing a job\n"
        "    --launched_by_manager           core client was launched by Manager\n"
        "    --run_by_updater                set by updater\n"
        "    --start_delay X                 delay starting apps for X secs\n"
        ,
        prog, prog, prog
    );


----- Rom
BOINC Development Team, U.C. Berkeley
My Blog
ID: 17928 · Report as offensive

Message boards : BOINC Manager : List of possible args for --boincargs option

Copyright © 2024 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.