Ubuntu 22.04 LTS FAHcontrol installation

Moderators: Site Moderators, FAHC Science Team

hrsetrdr
Posts: 112
Joined: Sun Dec 02, 2007 4:29 pm
Location: In the Fold somewhere in SoCal.

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by hrsetrdr »

JimF wrote: Mon Jun 13, 2022 4:09 pm This is a bit of a kludge, but I have it installed on 10 Ubuntu 20.04.4 machines, and it works reliably for Nvidia, and AMD also.
See: https://github.com/cdberkstresser/fah-control

Code: Select all

sudo apt-get install -y python3-stdeb python3-gi python3-all python3-six debhelper \
  dh-python gir1.2-gtk-3.0
OK, thanks!
Folding rig:Supermicro X9DRD-7LN4F-JBOD | (2) Xeon E5-2670 | 128GB DDR3 ECC Registered

Image
Install Folding@Home on Linux without Python dependancy issues
mr_raider
Posts: 28
Joined: Tue Jan 26, 2010 9:21 pm

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by mr_raider »

So what options for those of us on 22.04 who don't want to muck around with snaps?
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by Joe_H »

mr_raider wrote: Mon Oct 31, 2022 1:17 am So what options for those of us on 22.04 who don't want to muck around with snaps?
There is a third party version of FAHControl that was forked off the open source and updated to use Python 3. It is available at this location - https://github.com/cdberkstresser/fah-control.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
elblat
Posts: 15
Joined: Sun Mar 29, 2020 5:18 pm

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by elblat »

Joe_H wrote: Mon Oct 31, 2022 1:44 am
mr_raider wrote: Mon Oct 31, 2022 1:17 am So what options for those of us on 22.04 who don't want to muck around with snaps?
There is a third party version of FAHControl that was forked off the open source and updated to use Python 3. It is available at this location - https://github.com/cdberkstresser/fah-control.
I could not get FAHControl to work with 22.04, though I did also try that version and fiddling with the obvious stuff. It does work nicely on 20.04 from the .deb file with no fiddling.

Image
Image
5800X + 4090 + Win11 | 5600X+ 3070 + 3070 + 2060 + Ubuntu 20.04 | 5600X + 3080 Ti + 3060 Ti + Ubuntu 20.04
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by Joe_H »

elblat wrote: Mon Oct 31, 2022 11:54 am I could not get FAHControl to work with 22.04, though I did also try that version and fiddling with the obvious stuff. It does work nicely on 20.04 from the .deb file with no fiddling.
Which version of Python 3 is currently loaded on your 22.04 system? Looking at the closed issues on Github, Python 3.10 introduced an error and that was eventually patched. If you can reproduce the error, it can be posted as a new issue and eventually fixed.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
elblat
Posts: 15
Joined: Sun Mar 29, 2020 5:18 pm

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by elblat »

Thanks Joe_H. I've already gone back to 20.04. I might try to go 22.04 again sometime.

My error looked frighteningly similar to this one:
viewtopic.php?p=357894#p357894

Image
Image
5800X + 4090 + Win11 | 5600X+ 3070 + 3070 + 2060 + Ubuntu 20.04 | 5600X + 3080 Ti + 3060 Ti + Ubuntu 20.04
realpetro7
Posts: 1
Joined: Thu Dec 29, 2022 9:32 am

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by realpetro7 »

Does anyone using the snap edition know how to monitor the client's progress from another system. The files are not where they're expected and so all FAHControl from another system does is sit there trying to connect :e?:
Joe_H
Site Admin
Posts: 7856
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: Ubuntu 22.04 LTS FAHcontrol installation

Post by Joe_H »

realpetro7 wrote: Thu Dec 29, 2022 9:40 am Does anyone using the snap edition know how to monitor the client's progress from another system. The files are not where they're expected and so all FAHControl from another system does is sit there trying to connect :e?:
FAHControl is not looking for files in specific locations, but makes a network connection over port 36330 to FAHClient. By default FAHClient only accepts connection over that port on the loopback IP of 127.0.0.1, you have to configure it to accept connections from other IP addresses. This post has a summary of the steps involved - viewtopic.php?p=327411#p327411 - under Managing Multiple Clients. There may be some additional settings related to how the snap environment's networking is handled.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Post Reply