Search found 15 matches
- Tue Jun 16, 2020 7:53 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: Connection to Client broken after Win 10 2004 update
- Replies: 26
- Views: 6037
Re: Connection to Client broken after Win 10 2004 update
By the way, firewall rules get reset after a feature update.
- Tue May 26, 2020 6:02 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
I wonder if the gpu would work under windows sandbox or WSL? If you allow remote users on, you might want some combination of these settings. If you want command-allow-no-pass, you also need allow. Or just turn it off with command-enable. Multiple addresses are space seperated. Or you could just set...
- Mon May 11, 2020 4:02 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: FAHClient / Linux / Debian / Ports open / can i close ?
- Replies: 3
- Views: 837
Re: FAHClient / Linux / Debian / Ports open / can i close ?
If you have other users on there, I would close the ports. You can disable them in the config.
- Wed May 06, 2020 6:43 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: How install clients on remote hosts?
- Replies: 7
- Views: 1240
Re: How install clients on remote hosts?
There's no documentation about how to do a silent install. There are other threads about headless installs under the other version of the program. Although securing it is somewhat of a challenge, especially since if you allow remote users, they can change the settings. Also, it's probably better not...
- Wed Apr 29, 2020 10:04 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
Here's a way to run it under the restricted windows "local service" account: icacls c:\users\myuser\appdata\roaming\fahclient /grant "local service:(OI)(CI)(M)" sc config "folding@home client" obj="NT AUTHORITY\LocalService" The service name gets changed to &q...
- Wed Apr 29, 2020 1:49 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
Here's a way to check on the clients using the fahclient api. I can't figure out how to do it without using curl.exe that comes with windows 10 1803 and above. 'queue-info','exit' | curl.exe -s telnet://localhost:36330 | select -skip 3 | select -SkipLast 3 | convertfrom-json 'slot-info','exit' | cur...
- Thu Apr 02, 2020 6:46 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
What's better, 10 computers running at 100% cpu or 100 computers running at 10% cpu?
- Thu Apr 02, 2020 1:24 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
Trying out modifying the sqlite database, using the sqlite3 shell, to script the connection tab in the gui (take away the doublequotes in cmd): echo "INSERT INTO clients ( name, address, port, password ) VALUES ( 'comp001','comp001','36330','' )" | sqlite3 fahcontrol.db echo "select *...
- Wed Apr 01, 2020 7:13 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
It's actually running as system, but it's using a permanent admin's profile for the data. It's probably better to have a %user% or %datadir% variable at the top. The data directory could really be anywhere.
- Wed Apr 01, 2020 4:45 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
Anyone else notice the config.xml has mixed unix and windows line endings, some with carriage returns and some without? But all lines with linefeeds. It's obvious in emacs. It still works anyway.
- Wed Apr 01, 2020 3:05 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
My install script is on the bottom of page one. The trick is the data directory location is stored in the uninstall part of the registry. The data folder has to be created, but can be empty at first (unless you want all the themes). Then you can copy your config.xml to the data directory. Thanks for...
- Wed Mar 25, 2020 1:48 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
I would expect the command line version not to depend on that uninstall registry entry for the location of the data?
- Wed Mar 25, 2020 2:07 am
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
I didn't realize there was a second page and have been updating my first post, lol. It seems like folding@home has gone out of their way to make this hard to do. Where is the command line version download for Windows?
- Tue Mar 24, 2020 5:14 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: Headless installation and configuration on Windows10
- Replies: 57
- Views: 82629
Re: Headless installation and configuration on Windows10
I saw this during the install: "C:\Program Files (x86)\FAHClient\FAHClient.exe" --install-service the service itself runs as: "C:\Program Files (x86)\FAHClient\FAHClient.exe" --service A lot of things are installed under the current user, AppData\Roaming\FAHClient, including the ...
- Tue Mar 24, 2020 4:20 pm
- Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
- Topic: silent install for a school
- Replies: 1
- Views: 613
silent install for a school
How would I silently install folding@home in windows at a school?