Search found 3 matches
- Fri Mar 26, 2021 2:22 pm
- Forum: Discussions of General-FAH topics
- Topic: How to start, stop, check status and stats of F@H from CLI
- Replies: 6
- Views: 7725
Re: How to start, stop, check status and stats of F@H from C
I have another question (issue?). On my system, I wanted to disable Folding At Home on startup, so I used the command sudo systemctl disable FAHClient.service This worked, and F@H stopped running at boot. But later I wanted to start F@H again. I tried to start it manually by running the script locat...
- Wed Mar 24, 2021 4:51 pm
- Forum: Discussions of General-FAH topics
- Topic: How to start, stop, check status and stats of F@H from CLI
- Replies: 6
- Views: 7725
Re: How to start, stop, check status and stats of F@H from C
Thanks, I will check those out
another thing I realize is that I can also enable X11 forwarding with `ssh -X myserver.local` and then when I run the command `FAHControl` it will open in a local GUI window. This worked when logging into my Linux server from my Mac (with XQuartz installed).
another thing I realize is that I can also enable X11 forwarding with `ssh -X myserver.local` and then when I run the command `FAHControl` it will open in a local GUI window. This worked when logging into my Linux server from my Mac (with XQuartz installed).
- Wed Mar 24, 2021 1:28 pm
- Forum: Discussions of General-FAH topics
- Topic: How to start, stop, check status and stats of F@H from CLI
- Replies: 6
- Views: 7725
How to start, stop, check status and stats of F@H from CLI
I have the `fahclient` running on my Linux server headlessly. I can see it in `htop` when I ssh into the server. I want to be able to check the stats on the command line. I can just do it locally on the machine its running on, since I have ssh access, but I cant figure out how I am supposed to commu...