Linux Install Errors Out

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
perseus778
Posts: 2
Joined: Sun Nov 24, 2013 8:15 pm

Linux Install Errors Out

Post by perseus778 »

Code: Select all

sudo dpkg -i --force-depends fahclient_7.3.6_amd64.deb
[sudo] password for perseus778: 
Selecting previously unselected package fahclient.
(Reading database ... 136173 files and directories currently installed.)
Unpacking fahclient (from fahclient_7.3.6_amd64.deb) ...
Adding system user fahclient...done
Setting up fahclient (7.3.6) ...
update-rc.d: error: no runlevel symlinks to modify, aborting!
dpkg: error processing fahclient (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for mime-support ...
Errors were encountered while processing:
fahclient
7im
Posts: 10179
Joined: Thu Nov 29, 2007 4:30 pm
Hardware configuration: Intel i7-4770K @ 4.5 GHz, 16 GB DDR3-2133 Corsair Vengence (black/red), EVGA GTX 760 @ 1200 MHz, on an Asus Maximus VI Hero MB (black/red), in a blacked out Antec P280 Tower, with a Xigmatek Night Hawk (black) HSF, Seasonic 760w Platinum (black case, sleeves, wires), 4 SilenX 120mm Case fans with silicon fan gaskets and silicon mounts (all black), a 512GB Samsung SSD (black), and a 2TB Black Western Digital HD (silver/black).
Location: Arizona
Contact:

Re: Linux Install Errors Out

Post by 7im »

Welcome to the folding forum, perseus778.

What flavor and version of Linux? Did you follow the Linux install guide?
How to provide enough information to get helpful support
Tell me and I forget. Teach me and I remember. Involve me and I learn.
perseus778
Posts: 2
Joined: Sun Nov 24, 2013 8:15 pm

Re: Linux Install Errors Out

Post by perseus778 »

Debian Jessie. I followed the guide (manual install since this distro doesn't have a extra-repository package installer).
bollix47
Posts: 2974
Joined: Sun Dec 02, 2007 5:04 am
Location: Canada

Re: Linux Install Errors Out

Post by bollix47 »

I gave Jessie a try in VirtualBox and here is what I found:

One of the first things I did was add my user name to sudoers(this may have been part of the problem if you were trying to set up a service install .. i.e. start automatically ... as users are not allowed to use sudo by default in this version of linux).
Open a root terminal by typing terminal in the Activities search window:

Code: Select all

adduser yourusername sudo
For the installers I did a right click on them and selected Open with gdebi.

I entered my identity info but removed the check in start automatically since I was testing and didn't want anything to start automatically.

The FAHClient installer terminal log did show an error status code 1 but didn't explain the cause of error. However, the client did install. I then created a sub-folder called fah in my home folder, switched to it and typed FAHClient. The client paused because there was no config.xml file in that folder. I should have copied config.xml from /etc/fahclient to my /home/username/fah first. My first connection attempt to the assignment server did time out for some unexplained reason but after the time out (~2 minutes) everything worked as expected.

FAHControl did install using gdebi with no problems and when I first ran it there was a message saying my identity was not setup and asking for the info which I did enter again. After doing so the client downloaded a work unit and commenced processing.

The client appears to be running fine and the work unit is showing progress in the log.
Post Reply