Replies: 54 comments
-
You need You should probably always include |
Beta Was this translation helpful? Give feedback.
-
If you don't want to use a localhost client as a trampoline via peers, |
Beta Was this translation helpful? Give feedback.
-
Okay, so I ended up with this:
Then I go to the client and do the control-shift-L thing, and it sits there saying "Connecting." (The screen is static.) This is on a Debian 10 system. I also have access to an Ubuntu system if you want me try that. What am I missing? Edit:
|
Beta Was this translation helpful? Give feedback.
-
You need something like You can remove the addresses that don't apply. You should add your changes to a I believe by default it is a symlink to You are using the systemd service as installed by the deb package? |
Beta Was this translation helpful? Give feedback.
-
I will test that out. I am currently not using a config.xml or systemd instead am running from a simple shell script including the above command. Once I get it running correctly, I will update the config.xml accordingly. However, I find the script easier as I can watch the output. Edit: |
Beta Was this translation helpful? Give feedback.
-
Example
|
Beta Was this translation helpful? Give feedback.
-
Okay, that matches v7. I assume that it will work equally well on the CLI for testing. Right? Meaning passing the data in directly to fah-client. |
Beta Was this translation helpful? Give feedback.
-
If you have the debug build, don't go above verbosity 3. |
Beta Was this translation helpful? Give feedback.
-
I am running standard. (e.g. non-debug.) I can use that version if you prefer. |
Beta Was this translation helpful? Give feedback.
-
The command line overrides what is found in config.xml, if it exists. Same otherwise. Anything exposed in Web Control is stored in client.db. For those values, config.xml is just first-run defaults. |
Beta Was this translation helpful? Give feedback.
-
Try release with higher verbosity first. |
Beta Was this translation helpful? Give feedback.
-
Question where is client db stored? I wonder if it has legacy data from v7 that is causing problems. I assume that it is a sqlite DB. Correct? Here is the latest with the same issue: The logs look okay as far as I can tell. There are no obvious error that appear beside the aforementioned libcuda stuff, and 5 seems to be the highest verbosity. (I tried 20 and saw nothing more.) Should I switch to the debug version? |
Beta Was this translation helpful? Give feedback.
-
Yes, sqlite3. Please do not try to edit it. |
Beta Was this translation helpful? Give feedback.
-
What you have looks correct to me. Assuming you're trying to connect from subnet Please try debug build verbosity 3. |
Beta Was this translation helpful? Give feedback.
-
Are you running the client inside a container? |
Beta Was this translation helpful? Give feedback.
-
Instead of sanctuary.local you would use your server hostname or ip. |
Beta Was this translation helpful? Give feedback.
-
Actually, when it says connecting, you can possibly use Control-shift-L |
Beta Was this translation helpful? Give feedback.
-
That’s not as good if you want to direct connect to multiple servers. But once you have one client connecting, you can add others as peers. |
Beta Was this translation helpful? Give feedback.
-
It works!!!!! I think that maybe part of the problem with the test was that going to :7396 results in the system trying to connect to 127.0.0.1 (when hitting ctr-shift-l you see this.) Not sure if the js fixes you mentioned did anything, but I added those too. |
Beta Was this translation helpful? Give feedback.
-
Thank you SOOOOO much! I really appreciate your patience. Question for you. Can I help you on this project with troubleshooting or testing on one of my other systems? BTW, the successful system is the LXC container running Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
Question: I see a bunch of this in the work unit log. Should I be concerned?
|
Beta Was this translation helpful? Give feedback.
-
Yeah! You're now an expert. I haven't heard about anyone testing high thread-count servers. Please continue to report bugs and feature requests on GitHub. I wouldn't worry about that log output as long as you get WU assignments. |
Beta Was this translation helpful? Give feedback.
-
Did you also get https://app.foldingathome.org working? |
Beta Was this translation helpful? Give feedback.
-
No, that did not work. I could only get there via http://ip:7396. I am still concerned about getting jobs. I will circle back in that. |
Beta Was this translation helpful? Give feedback.
-
Yea, not getting assignments is a different issue. |
Beta Was this translation helpful? Give feedback.
-
Okay, I just wanted to be sure that it was not related to the beta. I do have a couple of questions about this:
This is particularly curious because in v7, I had the ability to choose a cause and do not seem to be able to do that in the v8 gui. |
Beta Was this translation helpful? Give feedback.
-
The beta checkbox is for beta WUs. The causes issue I answered on the forum. |
Beta Was this translation helpful? Give feedback.
-
Okay, thx. I assume that you want to talk API and WUs in the forum and so I will follow-up there. |
Beta Was this translation helpful? Give feedback.
-
@jcoffland please consider leaving this open with label Documentation. |
Beta Was this translation helpful? Give feedback.
-
I am attempting to keep up-to-date info on FoldingForum: |
Beta Was this translation helpful? Give feedback.
-
My FAH Debian Buster server is headless. With v7, I could access the basic client GUI remotely and while its functionality was limited, it was something. I am trying to determine how to do something similar with v8.1.11 and am currently running the client with the following command.
/usr/bin/fah-client --allow=<home_ip_range>/24 --http-addresses=<IP of local machine>:7396 --log=/var/log/fah-client/log.txt --log-rotate-dir=/var/log/fah-client/
Unfortunately, I get a 404 error when I go to http://:7396, and https://app.foldingathome.org/ is stuck on "connecting" because it cannot be run locally.
Am I missing something with the above configuration parameters? Is there something else I can do to enable this use case?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions