Search found 12 matches
- Wed May 21, 2025 12:38 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
you need to probe your pc and the network it is connected to. Fah can only tell you so much, especially when other pcs of your connect fine. Are you sure the non containered client is showing same error as before? What are you trying to fold on? Yes, I'm sure that non-containered client that I buil...
- Wed May 21, 2025 12:27 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
you need to probe your pc and the network it is connected to. Fah can only tell you so much, especially when other pcs of your connect fine. Are you sure the non containered client is showing same error as before? What are you trying to fold on? Yes, I'm sure that non-containered client that I buil...
- Wed May 21, 2025 10:31 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
It shouldn't be referencing any unknown packages. Ubuntu is the easiest distro to fold on. Containers are left for people with some obscure distro set ups Okay, I found out how to build FAH locally, I had to switch to the latest tag - master branch is broken. Though, it still can't download a WU. A...
- Wed May 21, 2025 10:24 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
- Wed May 21, 2025 10:18 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
User docker container, they said, it's gonna be dead easy, they said... For a single device deployment, I prefer manual set up rather than someone else's idea of the set up. I see more container based issues with FAH than with normal manual deployment. It seems to defeat the purpose of the containe...
- Wed May 21, 2025 6:14 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
User docker container, they said, it's gonna be dead easy, they said... For a single device deployment, I prefer manual set up rather than someone else's idea of the set up. I see more container based issues with FAH than with normal manual deployment. It seems to defeat the purpose of the containe...
- Wed May 21, 2025 5:21 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
At the moment, the minimum cpu count to get work is 3 Hello again! Yesterday I migrated my home server from Ubuntu to Fedora, moved my docker data root. After resuming the container, it finished the job successfully, but now it continues to spam the same error. I triple checked time and CPU core co...
- Tue May 20, 2025 7:37 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
For working on a schedule, you could create a user cron job. To edit it (as non-root): $ crontab -e In the file put something like this, which would start folding at 10 PM and stop folding at 7 AM: 0 7 * * * /usr/bin/fahctl pause 0 22 * * * /usr/bin/fahctl fold See crontab(5) for more info on the s...
- Tue May 20, 2025 4:04 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
Thank you so much. Thank you. I forced time on VPS to be the same as on my homelab, and now it works properly. Thank you.
- Tue May 20, 2025 3:30 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
You may need to change the cpu count via web control. After first run, I believe the command line arg is ignored. Yes, thank you so much, it works now. Are there any solutions for working on schedule? Also, I got access to my VPS. Logs: Startup: ─────────────────────────────────────── GID/UID ─────...
- Tue May 20, 2025 3:06 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Re: Failed response: CONNECT on my home server
At the moment, the minimum cpu count to get work is 3 This error is caused by that core count? Sad, I'll probably create some kind of controller to toggle folding on or off on schedule. Though, I changed it from 2 to 4 cores, and the error persists. Nevermind. Everything works after I restarted the...
- Tue May 20, 2025 2:44 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Failed response: CONNECT on my home server
- Replies: 24
- Views: 3870
Failed response: CONNECT on my home server
Hello! I decided to help with some compute power, installed FAH in docker to my main pc, homelab and vps. On main pc everything works fine, even with VPN enabled. On home server I get repeating "failed response: CONNECT" when it tries to download an assignment. On VPS - uhh... Sorry, I'll ...