Error installing FAH through command line (Ubuntu)

If you're new to FAH and need help getting started or you have very basic questions, start here.

Moderators: Site Moderators, FAHC Science Team

Post Reply
zachThePerson
Posts: 5
Joined: Wed Mar 18, 2020 4:53 pm

Error installing FAH through command line (Ubuntu)

Post by zachThePerson »

I'm running a headless server, and after downloading all three 7.5 files (Client, Control, and Viewer), I run

Code: Select all

sudo dpkg -i --force-depends fahclient_7.5.1_amd64.deb
but I get the following errors:

Code: Select all

(Reading database ... 208386 files and directories currently installed.)
Preparing to unpack fahclient_7.5.1_amd64.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.33) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
 fahclient

I tried re-downloading, but it didn't seem to help.
Hagnard
Posts: 1
Joined: Wed Mar 18, 2020 6:35 pm

Re: Error installing FAH through command line (Ubuntu)

Post by Hagnard »

Had similar problem, from another post on this forum I got the advice to run

Code: Select all

sudo update-rc.d FAHClient defaults
before installing, worked for me.
zachThePerson
Posts: 5
Joined: Wed Mar 18, 2020 4:53 pm

Re: Error installing FAH through command line (Ubuntu)

Post by zachThePerson »

Yep, worked perfectly, thanks!
Post Reply