Search found 14 matches
- Fri Oct 11, 2024 4:45 pm
- Forum: V8.3.xx Open Beta
- Topic: Setup on Linux -- Headless
- Replies: 13
- Views: 19799
Re: Setup on Linux -- Headless
> Please read the guide That is what I needed, thanks. I think the difference between "Without an Account" and "With an Account" is one thing that was throwing me. > Anything exposed in web control is stored in client.db. For those things, config.xml is only relevant on first run...
- Fri Oct 11, 2024 1:33 am
- Forum: V8.3.xx Open Beta
- Topic: Setup on Linux -- Headless
- Replies: 13
- Views: 19799
Re: Setup on Linux -- Headless
Thanks for the replies. This works, sort of. The most obvious problem it seems to ignore <cpus v='12'/> or <cpus v=12/> with or without the tick marks. It uses 31 of my 32 cores. I don't understand something about allowed-origins -- I should think it could accept a CIDR mask like 192.168.0.0/24 inst...
- Thu Oct 10, 2024 5:11 pm
- Forum: V8.3.xx Open Beta
- Topic: Setup on Linux -- Headless
- Replies: 13
- Views: 19799
Setup on Linux -- Headless
I got a new computer and thought I'd make Folding@Home the first service I'd get going on it because (as I recall from the other one) getting the NVIDIA software to work was painful and, well, let's get it over with. I see that a great deal has changed. Here's where I'm at. I have it running, and by...
- Tue Jun 08, 2021 2:35 am
- Forum: Problems with NVidia drivers
- Topic: Is OpenCL Necessary?
- Replies: 6
- Views: 25283
Re: Is OpenCL Necessary?
Thanks much. Added it to my notebook. The sudo apt install ocl-icd-opencl-dev step is what I was missing.bikeaddict wrote:Someone has created a guide to installing F@H on Ubuntu.
FAHClient is chugging away trying to get an assignment. I guess the server's down.
Thanks again.
t
- Mon Jun 07, 2021 8:09 pm
- Forum: Problems with NVidia drivers
- Topic: Is OpenCL Necessary?
- Replies: 6
- Views: 25283
Is OpenCL Necessary?
So FAHClient finds the GPU and it finds CUDA, but not OpenCL. But /etc/init.d/FAHClient start I think it is complains about respawning too fast, and FAHClient complains about some database being locked. It all exits in a couple minutes. I have no idea what's happening. I had thought OpenCL was a sec...
- Sat Mar 06, 2021 11:21 pm
- Forum: New Donors start here
- Topic: Sending Commands
- Replies: 8
- Views: 2826
Re: Sending Commands
Ah! Thanks. I would not have thought it.
- Fri Mar 05, 2021 10:14 pm
- Forum: New Donors start here
- Topic: Sending Commands
- Replies: 8
- Views: 2826
Re: Sending Commands
I have tried using telnet as well, from the local machine, and from another on the LAN. [trl@svr2 ~]$ telnet 127.0.0.1 36330 Welcome to the FAHClient command server. > help Connection closed by foreign host. I'm wondering whether something's missing in config.xml... <!-- Remote Command Server --> <c...
- Fri Mar 05, 2021 9:35 pm
- Forum: FAH Hardware
- Topic: GPU Starved?
- Replies: 3
- Views: 6249
GPU Starved?
I'm folding in a Dell T7400 with two Xeon processors (8 cores) and an NVIDIA 1060. I have a 6 core CPU slot, and one GPU slot. I'm seeing the GPU running at 85%. What would be reasons it isn't closer to 100%? t [trl@svr2 ~]$ nvidia-smi Fri Mar 5 15:32:03 2021 +---------------------------------------...
- Thu Mar 04, 2021 10:12 pm
- Forum: New Donors start here
- Topic: Two NVIDIA Drivers on CentOS 8
- Replies: 10
- Views: 2910
Re: Two NVIDIA Drivers on CentOS 8
@Bruce -- yes, exactly. The correct term (I have learned) is "Driver Pack". You can install only one NVIDIA Driver Pack and the one that includes the NVS 290 driver does not include the GTX 1060. I think what NVIDIA are doing is making sure their legacy drivers work with newer Linux Kernel...
- Mon Mar 01, 2021 6:03 pm
- Forum: New Donors start here
- Topic: Two NVIDIA Drivers on CentOS 8
- Replies: 10
- Views: 2910
Re: Two NVIDIA Drivers on CentOS 8
@JimboPalmer Yes, thank you. I have one coming if I decide to give up entirely on the Q 290. Which seems likely.
- Mon Mar 01, 2021 4:23 pm
- Forum: New Donors start here
- Topic: Two NVIDIA Drivers on CentOS 8
- Replies: 10
- Views: 2910
Re: Two NVIDIA Drivers on CentOS 8
NVIDIA say this: "When using two or more NVIDIA cards in the same system, both cards need to use the same NVIDIA driver to avoid conflicts." [URL=https://nvidia.custhelp.com/app/answers/detail/a_id/2280] They don't quite say "you can't install two different drivers" A customer (M...
- Mon Mar 01, 2021 3:37 pm
- Forum: New Donors start here
- Topic: Two NVIDIA Drivers on CentOS 8
- Replies: 10
- Views: 2910
Re: Two NVIDIA Drivers on CentOS 8
> Out of curiosity, why don't you want to use the GTX 1060 as the display? The most immediate reason is I don't have a DVI-D ==> VGA adapter for the KVM switch ;-) I don't have a straight DVI-D cable either. But I was poking around the X configuration, and I see it isn't configured to use the 1060 d...
- Mon Mar 01, 2021 3:23 am
- Forum: New Donors start here
- Topic: Two NVIDIA Drivers on CentOS 8
- Replies: 10
- Views: 2910
Two NVIDIA Drivers on CentOS 8
I'm hoping someone here will know how to solve this. On CentOS 8 I have a machine with two NVIDIA cards: a GTX 1060 for folding, and a Quadro NVS 290 for running the display. I know the Quadro won't fold. I managed to get the 1060 driver installed, and it's happily folding. I THINK the 1060 installa...
- Mon Mar 01, 2021 1:37 am
- Forum: New Donors start here
- Topic: Sending Commands
- Replies: 8
- Views: 2826
Sending Commands
I'm trying to use FAHClient on the command line to send commands to the running service. Nothing seems to work, but I don't get an error message either. I thought maybe the output would go to the log, but no. Hints? [trl@svr2 fahclient]$ sudo FAHClient --send-command "simulation-info" [sud...