Remote Attach Projects

Message boards : Questions and problems : Remote Attach Projects
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Ben2003

Send message
Joined: 30 Mar 20
Posts: 2
Germany
Message 97196 - Posted: 30 Mar 2020, 15:57:52 UTC
Last modified: 30 Mar 2020, 16:00:32 UTC

Version: 7.14.2 (x64)
wxVersion: 3.0.1
OS: Ubuntu 18.04 (Remote)
OS: Windows 7 (Client)

== English ==
Info: This text was automatically translated via Google Translator.

Hi there,

on an Ubuntu system, a Boinc client runs in a Docker.

The client was installed with the following command:

docker run -d \
--name boinc \
--device /dev/dri:/dev/dri \
--net=host \
--pid=host \
-v /opt/appdata/boinc:/var/lib/boinc \
-e BOINC_GUI_RPC_PASSWORD="123" \
-e BOINC_CMD_LINE_OPTIONS="--allow_remote_gui_rpc" \
boinc/client:intel

Since no project can be added by a Boinc manager via remote access, a file cc_config.xml with the following content was created in the path / opt / appdata / boinc:

<cc_config>
<log_flags>
<cpu_sched>1</cpu_sched>
</log_flags>
<options>
<allow_remote_gui_rpc>1</allow_remote_gui_rpc>
<disallow_attach>1</disallow_attach>
</options>
</cc_config>


However, no project can be added via Boinc Manager via remote access.

Can anyone tell me why remote can't add a project?

For information: The local Ubuntu system can usually only be accessed remotely, since the system always runs without a monitor and keyboard + mouse. In Ubuntu I have not yet been able to get a remote desktop tool to work. but this is a different construction site. Access is therefore only via ssh.

== German ==
Hallo,

auf einem Ubuntu-System läuft ein Boinc-Client in einem Docker.

Mit dem nachstehenden Befehl wurde der Client installiert:

docker run -d \
--name boinc \
--device /dev/dri:/dev/dri \
--net=host \
--pid=host \
-v /opt/appdata/boinc:/var/lib/boinc \
-e BOINC_GUI_RPC_PASSWORD="123" \
-e BOINC_CMD_LINE_OPTIONS="--allow_remote_gui_rpc" \
boinc/client:intel

Da von einem Boinc-manager via Remote-Zugriff kein Projekt hinzugefügt werden kann, wurde im Pfad /opt/appdata/boinc eine Datei cc_config.xml mit den nachstehendem Inhalt erstellt:

<cc_config>
<log_flags>
<cpu_sched>1</cpu_sched>
</log_flags>
<options>
<allow_remote_gui_rpc>1</allow_remote_gui_rpc>
<disallow_attach>1</disallow_attach>
</options>
</cc_config>

Dennoch kann via Boinc-Manager via Remote-Zugriff kein Projekt hinzugefügt werden.

Kann mir jemand mitteilen, warum Remote kein Projekt hinzugefügt werden kann?

Zur Info: Auf dem lokalen Ubuntu-System kann in der Regel nur Remote zugegriffen werden, da das System ohne Monitor und Tastatur + Maus immer läuft. In Ubuntu habe ich bislang noch kein Remote Desktop Tool zum Laufen bringen können getestet wurden xrdp und vnc; aber das ist eine andere Baustelle. Zugriff erfolgt daher ausschließlich via ssh.
ID: 97196 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 97197 - Posted: 30 Mar 2020, 16:04:38 UTC - in response to Message 97196.  

<cc_config>
<log_flags>
<cpu_sched>1</cpu_sched>
</log_flags>
<options>
<allow_remote_gui_rpc>1</allow_remote_gui_rpc>
<disallow_attach>1</disallow_attach>
</options>
</cc_config>
You set <disallow_attach> and then you try to attach projects...
 <disallow_attach>0|1</disallow_attach>
    If enabled, the client won't attach to new projects.

ID: 97197 · Report as offensive
Profile Ben2003

Send message
Joined: 30 Mar 20
Posts: 2
Germany
Message 97497 - Posted: 11 Apr 2020, 16:48:30 UTC - in response to Message 97197.  

Thank you very much.
ID: 97497 · Report as offensive

Message boards : Questions and problems : Remote Attach Projects

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.