※適切なタグがわからないためbashにしております。
実現したいこと
Folding@homeを使用したいのですが、statusがReadyのまま動作しません。
ログを見る限り、以下のIPアドレス:portとの接続ができていないのかなと思いましたが、ncコマンドを使うとアクセスできるように見受けられます。
- 65.254.110.245:8080
- 18.218.241.186:80
どなたか解決方法を教えてください。
よろしくお願いいたします。
試したこと
$ nc -vz 18.218.241.186 80 found 0 associations found 1 connections: 1: flags=82<CONNECTED,PREFERRED> outif en0 src 192.168.100.11 port 54391 dst 18.218.241.186 port 80 rank info not available TCP aux info available Connection to 18.218.241.186 port 80 [tcp/http] succeeded! $ nc -vz 18.218.241.186 8080 found 0 associations found 1 connections: 1: flags=82<CONNECTED,PREFERRED> outif en0 src 192.168.100.11 port 54394 dst 18.218.241.186 port 8080 rank info not available TCP aux info available Connection to 18.218.241.186 port 8080 [tcp/http-alt] succeeded! $ nslookup 18.218.241.186 Server: 192.168.100.254 Address: 192.168.100.254#53 Non-authoritative answer: 186.241.218.18.in-addr.arpa name = ec2-18-218-241-186.us-east-2.compute.amazonaws.com. Authoritative answers can be found from: $ nslookup 65.254.110.245 Server: 192.168.100.254 Address: 192.168.100.254#53 ** server can't find 245.110.254.65.in-addr.arpa: NXDOMAIN
ログ
*********************** Log Started 2020-04-07T13:04:23Z *********************** 13:04:23:************************* Folding@home Client ************************* 13:04:23: Website: https://foldingathome.org/ 13:04:23: Copyright: (c) 2009-2018 foldingathome.org 13:04:23: Author: Joseph Coffland <joseph@cauldrondevelopment.com> 13:04:23: Args: 13:04:23: Config: /Library/Application Support/FAHClient/config.xml 13:04:23:******************************** Build ******************************** 13:04:23: Version: 7.5.1 13:04:23: Date: May 11 2018 13:04:23: Time: 12:57:01 13:04:23: Repository: Git 13:04:23: Revision: 4705bf53c635f88b8fe85af7675557e15d491ff0 13:04:23: Branch: master 13:04:23: Compiler: GNU 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31) 13:04:23: Options: -std=gnu++98 -O3 -funroll-loops -mmacosx-version-min=10.6 13:04:23: -Wno-unused-local-typedefs 13:04:23: Platform: darwin 15.6.0 13:04:23: Bits: 64 13:04:23: Mode: Release 13:04:23:******************************* System ******************************** 13:04:23: CPU: Intel(R) Core(TM) i5-5350U CPU @ 1.80GHz 13:04:23: CPU ID: GenuineIntel Family 6 Model 61 Stepping 4 13:04:23: CPUs: 4 13:04:23: Memory: 8.00GiB 13:04:23:Free Memory: 194.48MiB 13:04:23: Threads: POSIX_THREADS 13:04:23: OS Version: 10.14 13:04:23:Has Battery: true 13:04:23: On Battery: true 13:04:23: UTC Offset: 9 13:04:23: PID: 10673 13:04:23: CWD: /Library/Application Support/FAHClient 13:04:23: OS: Darwin 18.7.0 x86_64 13:04:23: OS Arch: AMD64 13:04:23: GPUs: 0 13:04:23: CUDA: Not detected: Failed to open dynamic library 'libcuda.dylib': 13:04:23: dlopen(libcuda.dylib, 1): image not found 13:04:23: OpenCL: Not detected: Failed to open dynamic library 'libOpenCL.dylib': 13:04:23: dlopen(libOpenCL.dylib, 1): image not found 13:04:23:*********************************************************************** 13:04:23:<config> 13:04:23: <!-- Folding Slot Configuration --> 13:04:23: <cause v='CANCER'/> 13:04:23: 13:04:23: <!-- Network --> 13:04:23: <proxy v=':8080'/> 13:04:23: 13:04:23: <!-- Slot Control --> 13:04:23: <power v='medium'/> 13:04:23: 13:04:23: <!-- Folding Slots --> 13:04:23: <slot id='0' type='CPU'> 13:04:23: <paused v='true'/> 13:04:23: </slot> 13:04:23:</config> 13:04:23:Trying to access database... 13:04:23:Successfully acquired database lock 13:04:23:Enabled folding slot 00: PAUSED cpu:3 (by user) 13:05:17:FS00:Unpaused 13:05:24:Saving configuration to config.xml 13:05:24:<config> 13:05:24: <!-- Folding Slot Configuration --> 13:05:24: <cause v='CANCER'/> 13:05:24: 13:05:24: <!-- Network --> 13:05:24: <proxy v=':8080'/> 13:05:24: 13:05:24: <!-- Slot Control --> 13:05:24: <power v='medium'/> 13:05:24: 13:05:24: <!-- Folding Slots --> 13:05:24: <slot id='0' type='CPU'/> 13:05:24:</config> 13:05:49:9:127.0.0.1:New Web connection 13:07:26:Saving configuration to config.xml 13:07:26:<config> 13:07:26: <!-- Folding Slot Configuration --> 13:07:26: <cause v='CANCER'/> 13:07:26: 13:07:26: <!-- Network --> 13:07:26: <proxy v=':8080'/> 13:07:26: 13:07:26: <!-- Slot Control --> 13:07:26: <power v='full'/> 13:07:26: 13:07:26: <!-- Folding Slots --> 13:07:26: <slot id='0' type='CPU'/> 13:07:26:</config> 13:08:06:WU00:FS00:Connecting to 65.254.110.245:8080 13:08:07:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration 13:08:07:WU00:FS00:Connecting to 18.218.241.186:80 13:08:07:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration 13:08:07:ERROR:WU00:FS00:Exception: Could not get an assignment 13:08:08:WU00:FS00:Connecting to 65.254.110.245:8080 13:08:08:WARNING:WU00:FS00:Failed to get assignment from '65.254.110.245:8080': No WUs available for this configuration 13:08:08:WU00:FS00:Connecting to 18.218.241.186:80 13:08:09:WARNING:WU00:FS00:Failed to get assignment from '18.218.241.186:80': No WUs available for this configuration 13:08:09:ERROR:WU00:FS00:Exception: Could not get an assignment
あなたの回答
tips
プレビュー