You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do need to set a proxy server - while this is no problem in docker, and docker normally adds these settings to the container, the fah client seems to ignore them.
So the container is stuck at
~/fah# docker logs fah0
13:18:19:Downloading GPUs.txt from assign1.foldingathome.org:80
13:18:19:Connecting to assign1.foldingathome.org:80
How can I set the proxy inside the container?
The text was updated successfully, but these errors were encountered:
I added proxy-enable and proxy to the config.xml but itt didn't do anything.
I tried to start it manually inside the container with FAHClient --chdir /fah --proxy-enable --proxy address:3128
, it stated two warninge (
13:29:49:WARNING:Option 'proxy-enable' already set to 'true' reseting to 'true'.
13:29:49:WARNING:Option 'proxy' already set to 'host:3128' reseting to 'host:3128'.
)
and it worked...
Following the README, the client should be using the config.xml setup in $HOME/fah/config.xml so should follow any proxy settings there. The container is designed to never need flags added, etc.
You can run the container with -ti instead of -d, and --configure at the end to do all configuration, like this:
Hi,
I do need to set a proxy server - while this is no problem in docker, and docker normally adds these settings to the container, the fah client seems to ignore them.
So the container is stuck at
~/fah# docker logs fah0
13:18:19:Downloading GPUs.txt from assign1.foldingathome.org:80
13:18:19:Connecting to assign1.foldingathome.org:80
How can I set the proxy inside the container?
The text was updated successfully, but these errors were encountered: