Two Instances of FAHClient running

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
DJViking
Posts: 41
Joined: Tue Apr 19, 2016 1:39 pm

Two Instances of FAHClient running

Post by DJViking »

I was wondering why there is two instances of FAHClient running?

When starting the service these are the instances:

Code: Select all

fahclient@mintaka:~> ps -aux | grep FAH
fahclie+ 11312  0.0  0.0 21097356 6812 ?       Ssl  19:05   0:00 /usr/bin/FAHClient /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
fahclie+ 11314  0.1  0.1 623440 12184 ?        Sl   19:05   0:00 /usr/bin/FAHClient --child --lifeline 11312 /etc/fahclient/config.xml --run-as fahclient --pid-file=/var/run/fahclient.pid --daemon
The service script /etc/init.d/FAHClient only starts one instance from what I can see

Code: Select all

    if $QUIET; then
        $EXEC $OPTS >/dev/null 2>/dev/null &
    else
        $EXEC $OPTS &
    fi
toTOW
Site Moderator
Posts: 6359
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: Two Instances of FAHClient running

Post by toTOW »

I can't tell you why, but I can tell that I see the same thing on my machine, and it's working perfectly fine :)
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
DJViking
Posts: 41
Joined: Tue Apr 19, 2016 1:39 pm

Re: Two Instances of FAHClient running

Post by DJViking »

As I am having trouble folding on GPU I must start the FAClient manually on the command line. Starting the service as root makes the GPU unavailable.
I have only started one instance, but it seems to go well. I did not use the flag --daemon though.
Post Reply