Posts by Ben2003

1) Message boards : Questions and problems : Remote Attach Projects (Message 97497)
Posted 11 Apr 2020 by Profile Ben2003
Post:
Thank you very much.
2) Message boards : Questions and problems : Remote Attach Projects (Message 97196)
Posted 30 Mar 2020 by Profile Ben2003
Post:
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.




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.