Page 1 of 1

Error installing FAH through command line (Ubuntu)

Posted: Wed Mar 18, 2020 5:49 pm
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.

Re: Error installing FAH through command line (Ubuntu)

Posted: Wed Mar 18, 2020 6:38 pm
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.

Re: Error installing FAH through command line (Ubuntu)

Posted: Wed Mar 18, 2020 7:29 pm
by zachThePerson
Yep, worked perfectly, thanks!