Hello ,
i have several computer running OS Linux without system-d.
when on those go to
https://v8-4.foldingathome.org/machines
there is shown the correct count of "machines"
however GPU and CPU is showing 0 and no folding activity, although it is folding as shown on other pc.
why is that so?
https://ibb.co/LDqbqVQz
web/control does not show any activity on system-d-less OS
Moderators: Site Moderators, FAHC Science Team
-
- Site Moderator
- Posts: 1554
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web/control does not show any activity on system-d-less OS
You will need to build 8.4.9 yourself on a machine without systemd.
https://github.com/FoldingAtHome/fah-cl ... /README.md
The installer package won’t work either because it assumes systemd.
https://github.com/FoldingAtHome/fah-cl ... /README.md
The installer package won’t work either because it assumes systemd.
Re: web/control does not show any activity on system-d-less OS
thanks, issue is that i don't have the package installed ,
but am logged into the browser with correct credentials and just want to consult the progress.
do you say i need to install the fahclient in order to be able to correctly retrieve the webdata?
on another computer (with kubuntu, reliant on system-d) , which also has the fahclient not installed, i am correctly able to retrieve the progress-data via webbrowser.
but am logged into the browser with correct credentials and just want to consult the progress.
do you say i need to install the fahclient in order to be able to correctly retrieve the webdata?
on another computer (with kubuntu, reliant on system-d) , which also has the fahclient not installed, i am correctly able to retrieve the progress-data via webbrowser.
-
- Site Moderator
- Posts: 1554
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web/control does not show any activity on system-d-less OS
You don’t need to install. You just need to have the client running with your account-token in the config.xml in the current working directory of the client.
-
- Site Moderator
- Posts: 1554
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web/control does not show any activity on system-d-less OS
I don’t think the downloaded client will run without the linked systemd libs.
-
- Posts: 141
- Joined: Wed Aug 08, 2012 3:08 am
Re: web/control does not show any activity on system-d-less OS
You don't need systemd with the tarball
And it will run from the terminal, without being installed as a service... If I remember correctly you don't even need to be a sudoer with the tarball install.
Code: Select all
wget https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.4.9-64bit-release.tar.bz2
tar xf fah-client_8.4.9-64bit-release.tar.bz2
cd fah-client_8.4.9-64bit-release
./fah-client --log=/var/log/fah-client/log.txt --log-rotate-dir=/var/log/fah-client/ --account-token=YOURACCOUNTTOKEN --machine-name="YOURRIGNAME" --user=YOURUSERNAME --team=YOURTEAMNUMBER --passkey=YOURPASSKEY
MSI Z77A-GD55 - Core i5-3550 - Inno3D RTX 5080 - Ubuntu 25.04 - 6.14 kernel - 570.133
MSI MPG B550 - Ryzen 5 5600X - PNY RTX 4080 Super - Ubuntu 25.04 - 6.14 kernel - 570.169
MSI MPG B550 - Ryzen 5 5600X - PNY RTX 4080 Super - Ubuntu 25.04 - 6.14 kernel - 570.169
-
- Site Moderator
- Posts: 1554
- Joined: Sat Dec 08, 2007 1:33 am
- Location: San Francisco, CA
- Contact:
Re: web/control does not show any activity on system-d-less OS
Have you tested the tarball without systemd?
My understanding is that the client is hard linked to one or two libs, such as libsystemd-login
My understanding is that the client is hard linked to one or two libs, such as libsystemd-login
-
- Posts: 141
- Joined: Wed Aug 08, 2012 3:08 am
Re: web/control does not show any activity on system-d-less OS
It works on vast.ai that has no systemd available (to my knowledge). Let's see if it works for nada391...