Cannot get client to install

Moderators: Site Moderators, FAHC Science Team

Post Reply
xXCapAwesomeXx
Posts: 5
Joined: Mon Mar 23, 2020 9:42 pm

Cannot get client to install

Post by xXCapAwesomeXx »

I am unable to get my fah client to install on Ubuntu, I am using the command

Code: Select all

 sudo dpkg -i /home/alex/Downloads/fahclient.deb 
but get the error

Code: Select all

 Errors were encountered while processing:
 fahclient 
I am unsure of how to solve this error and would really like to get my Linux server folding. Any suggestions are much appreciated.
Thanks in advance
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Cannot get client to install

Post by toTOW »

Is there any other message that could help with a more detailed error message ?
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
xXCapAwesomeXx
Posts: 5
Joined: Mon Mar 23, 2020 9:42 pm

Re: Cannot get client to install

Post by xXCapAwesomeXx »

toTOW wrote:Is there any other message that could help with a more detailed error message ?

Code: Select all

(Reading database ... 173123 files and directories currently installed.)
Preparing to unpack .../alex/Downloads/fahclient.deb ...
usermod: no changes
Unpacking fahclient (7.5.1) over (7.5.1) ...
Setting up fahclient (7.5.1) ...
update-rc.d: error: no runlevel symlinks to modify, aborting!
dpkg: error processing package fahclient (--install):
 installed fahclient package post-installation script subprocess returned error exit status 1
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
 fahclient
That is the exact output of the install command. By no means am I a Linux power user so it might be something simple that I am missing.
EXT64
Posts: 323
Joined: Mon Apr 09, 2012 11:54 pm

Re: Cannot get client to install

Post by EXT64 »

My recommendation is to not install the client. All you need is FAHCoreWrapper and FAHClient (extract from the .deb) and the config.xml (steal from another computer or let me know if you need the format). Place those three files in a folder, make sure the executables are executable, and ./FAHClient from a terminal. Much easier than dealing with the installer and diving deep into the bowels for config files and dealing with autostart.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Cannot get client to install

Post by toTOW »

I already saw this error ... I think there is a "magic" command to fix it, but I'm not a Linux expert and I can't remember it ...
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
kostuek
Posts: 32
Joined: Tue Mar 17, 2020 11:03 am

Re: Cannot get client to install

Post by kostuek »

I think the magic command is:

Code: Select all

sudo update-rc.d FAHClient defaults
tim
Posts: 8
Joined: Mon Mar 23, 2020 3:03 am
Hardware configuration: Mac OSX / Linux

Re: Cannot get client to install

Post by tim »

kostuek wrote:I think the magic command is:

Code: Select all

sudo update-rc.d FAHClient defaults
https://github.com/FoldingAtHome/fah-is ... -340875034
xXCapAwesomeXx
Posts: 5
Joined: Mon Mar 23, 2020 9:42 pm

Re: Cannot get client to install

Post by xXCapAwesomeXx »

Awesome I'll try this stuff and let you know if any of it works
Post Reply