Search found 8 matches
- Tue Mar 23, 2021 11:01 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: How to Control CPU Core Usage on Linux?
- Replies: 6
- Views: 3924
Re: How to Control CPU Core Usage on Linux?
Thanks so much! I think that is exactly what I needed. I added the cpus v='1' line to my config.xml file and now fahclient is only using 1 core. I will look into the remote access configuration as well as time permits, but it appears the stanza needs to read: <!-- Folding Slots --> <slot id='0' type...
- Tue Mar 23, 2021 9:58 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: How to Control CPU Core Usage on Linux?
- Replies: 6
- Views: 3924
Re: How to Control CPU Core Usage on Linux?
Hi folks, Thanks for the replies. I will try to elaborate on what I am attempting to do. I am looking to control exactly how many cores folding@home leverages on my server. For example, running nmon (system monitoring utility) currently returns that FAH is using 2 cores. Here is also output from top...
- Mon Mar 22, 2021 9:39 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: How to Control CPU Core Usage on Linux?
- Replies: 6
- Views: 3924
How to Control CPU Core Usage on Linux?
Hi folks, I am looking to see if anyone is aware of how we can control the core usage using the fahclient on Linux? For example, if I want to explicitly run fahclient on 1 core, 4 cores, etc. Historically, I have performed this by editing the /etc/fahclient/config.xml file and adding a slot id on a ...
- Sat Nov 21, 2020 10:48 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: Website Documentation Updates & Inquiry
- Replies: 2
- Views: 1039
Website Documentation Updates & Inquiry
Hi folks, I think there are some opportunities for improvement on the main F@H website, specifically on the Linux Install and Command Line sections. There are commands listed with old versions of the F@H client, in addition to command line options that to my knowledge, no longer function as intended...
- Sat Nov 21, 2020 5:19 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: /etc/init.d/FAHClient not creating PID file on start
- Replies: 11
- Views: 10641
Re: /etc/init.d/FAHClient not creating PID file on start
Hopfgeist - That's funny, I was looking in my F@H install directory, and had the v7.6.13 rpm sitting there, so it would seen as if something has changed since that version.
- Sat Nov 21, 2020 4:52 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: /etc/init.d/FAHClient not creating PID file on start
- Replies: 11
- Views: 10641
Re: /etc/init.d/FAHClient not creating PID file on start
Hopfgeist, could you expand on the 'name matching' work flow for my understanding? I'm curious what you mean by this.
Thanks!
Thanks!
- Thu Nov 19, 2020 7:29 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: /etc/init.d/FAHClient not creating PID file on start
- Replies: 11
- Views: 10641
Re: /etc/init.d/FAHClient not creating PID file on start
Appreciate the feedback, Whompithian! At first glance, I think this may ultimately resolve my issue, if I move to systemd for the service based off your link. My understanding is that /usr/bin/FAHClient is not open source, so I have had some challenges debugging it. Before your post, I made some min...
- Thu Nov 19, 2020 3:59 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: /etc/init.d/FAHClient not creating PID file on start
- Replies: 11
- Views: 10641
/etc/init.d/FAHClient not creating PID file on start
Hi folks, I recently updated to the latest v7.6.21 of Folding@Home, running on CentOS 8.x. Post-upgrade, running './FAHClient status' and './FAHClient stop' do not function. After some investigation, it appears the PID file defined in the logic is not being created on startup of FAH (--pid-file=/var...