FahCore returned: INTERRUPTED (102 = 0x66)

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
fhew
Posts: 10
Joined: Sat Apr 18, 2020 5:43 pm

FahCore returned: INTERRUPTED (102 = 0x66)

Post by fhew »

I've just noticed that the WU running on my CPU slot has been restarting every minute
for the past few days, with the error message:

Code: Select all

FahCore returned: INTERRUPTED (102 = 0x66)
I've tried executing:

Code: Select all

FAHClient --dump 02
But that results in:

Code: Select all

...
15:06:52:Trying to access database...
15:06:52:Successfully acquired database lock
15:06:52:Enabled folding slot 00: PAUSED cpu:4 (by user)
15:06:52:ERROR:Exception: Could not bind socket to 0.0.0.0:7396: Address already in use
15:06:52:ERROR:Exception: Could not bind socket to 0.0.0.0:36330: Address already in use
15:06:52:Unit processing completed
15:06:52:Clean exit
But it doesn't change anything, It's still in the loop.
I see that the WU is scheduled to expire at 2020-12-21T13:12:00Z
I suppose I could wait and see what happens, but it is pointless to
continue the way it (isn't) running right now.

Code: Select all

Project: 16926 (Run 77, Clone 516, Gen 8)
Suggestions welcome.
Joe_H
Site Admin
Posts: 7937
Joined: Tue Apr 21, 2009 4:41 pm
Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2
Location: W. MA

Re: FahCore returned: INTERRUPTED (102 = 0x66)

Post by Joe_H »

The dump command in that format works only if the background FAHClient process has been exited and the correct paths have been set with the other command options or by executing the command from the right directory. With the background FAHClient running you would need to use "FAHClient --send ..." to pass a command to that background process. I have not used that method in a while, so don't recall the rest of the details.

For this specific project, no need to wait on dropping the WU. There is a known problem with that project.
Image

iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: FahCore returned: INTERRUPTED (102 = 0x66)

Post by bruce »

What version of FAHClient are you running?

I'd probably reinstall the client, if only to clean out the looping code.
fhew
Posts: 10
Joined: Sat Apr 18, 2020 5:43 pm

Re: FahCore returned: INTERRUPTED (102 = 0x66)

Post by fhew »

'bruce'... restarting the client (version 7.6.9) didn't change anything.

Thanks Joe_H for the suggestion.
I thought --dump was a command sent to the running client. No wonder it didn't work.
(I never tried it when it wasn't running already.)
I ended up deleting the directory for that work queue, and restarted the client.
That cleared the problem.
Post Reply