I tried to use the instructions to download the Linux packages for Ubuntu, as per https://foldingathome.org/support/faq/i ... -advanced/ using the Terminal in a VM running Ubuntu and the commands returned an error (something like a 404 error)...


Moderators: Site Moderators, FAHC Science Team
Code: Select all
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb
sudo dpkg -i fahclient_7.5.1_amd64.deb
Code: Select all
sudo apt install python dh-python python-gnome2
wget https://download.foldingathome.org/releases/public/release/fahcontrol/debian-stable-64bit/v7.5/fahcontrol_7.5.1-1_all.deb
sudo dpkg -i fahcontrol_7.5.1-1_all.deb
The Alternative Downloads can be found here:Straight_Man wrote:I have been trying to fold, with mixed success, for about 10 years now. Ubuntu 19.10 has Python3 and subroutines that block installation of Fahviewer and Fahcontrol. I am not good enough at linux to manually replace the missing deps in Ubuntu 19.10, or the missing deps in 18.04 (desktop for both).
There is a typing error or a server pathway change for the wget command, error is 404 not found(could be file or directory). I typed in, checked against the coded material 4 times, and know I typed what the code script excerpt said to type. Please note that Canonical has made it very hard to do ANYTHING as root. sudo is best I can do.
Code: Select all
sudo su -
how far back is "old school"? I learnt my Unix command line on AIX v2.2 around 1986 and was certified as a SCO Unix Netware Engineer (v early days of TCP/IP) in 1989.gordonbb wrote: I'm old school and still have accounts named "wheel" I use on *nix systems at work but I've been dragged kicking and screaming into the 90s and now use PKI for access to pretty much all systems except some really ancient VMS systems that are so old they have to be firewalled from the rest of the network.
Learned to type on a DecWriter in the late 70s connected to a timeshare and keypunched Fortran IV which ran on a system 360 around the same time. Built my first computer in 1978 using a Intel 4004 with 2k RAM and toggle switches and LEDs with a flip-flop and push button to increment the program counter. I still remember having to hand load the bootstrap instructions to get the paper tape reader running on a Sperry Univac with 4K of Core memory.HaloJones wrote:how far back is "old school"? I learnt my Unix command line on AIX v2.2 around 1986 and was certified as a SCO Unix Netware Engineer (v early days of TCP/IP) in 1989.gordonbb wrote: I'm old school and still have accounts named "wheel" I use on *nix systems at work but I've been dragged kicking and screaming into the 90s and now use PKI for access to pretty much all systems except some really ancient VMS systems that are so old they have to be firewalled from the rest of the network.
And in less that half that long, FAH had WUs that earned one point.gordonbb wrote:We’ve come a long way in 45 years.
I am also having problems installing the control part of fahcontrol on my Ubuntu 19.10 machine. I was able to install fahclient without any problems.gordonbb wrote:Newer version:To install the Advanced Control AppCode: Select all
wget https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb sudo dpkg -i fahclient_7.5.1_amd64.deb
Code: Select all
sudo apt install python dh-python python-gnome2 wget https://download.foldingathome.org/releases/public/release/fahcontrol/debian-stable-64bit/v7.5/fahcontrol_7.5.1-1_all.deb sudo dpkg -i fahcontrol_7.5.1-1_all.deb
Code: Select all
sudo apt install python dh-python python-gnome2
Code: Select all
sudo dpkg -i --force-depends python-gnome2_2.28.1+dfsg-1.2_amd64.deb
Code: Select all
sudo apt-mark manual python-gnome2