Hi! I've a got a problem with my FaH-client it just won't connect, it says at the top : "Client: local Connecting Inactive". I've got it to work before, and then i did something can't remember what i think it was something to connect it with my Windows computer.
What i've tried:
Reinstalled FaH client
Checked on the internet for answers, none were found.
Also in the Configure tab/window you can only configure the connection, there's not even tabs for all the other things as where there before.
Thanks!
Sorry for my English!
Client Inactive (MAC) [SOLVED]
Moderators: Site Moderators, FAHC Science Team
Client Inactive (MAC) [SOLVED]
Last edited by Olivert on Wed Jul 24, 2013 5:09 pm, edited 1 time in total.
-
- Site Admin
- Posts: 7990
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4 - Location: W. MA
Re: Client Inactive (MAC)
Which version of the F@H client are you using? Also did you use the default install, or something different? The message you are getting comes from the FAHControl app or Web Control not finding the FAHClient process running in the background as the default install would set up. So you may have managed to stop that process. Normally it should restart on its own after a short time, I forget how often the system checks. If it does not restart on its own a reboot of the Mac should restart the FAHClient process.
If that does not get your system folding again, could you post your log here. Include the beginning of the log which shows the version and system information, as well as your configuration settings. If the log will not display in FAHControl, you can find it here:
Library --> Application Support --> FAHClient --> log.txt
This is the system-wide Library folder, not the one in each account. Older logs are kept in a logs folder in the same location. With the information in the log we may be able provide further suggestions to get your system back to folding.
If that does not get your system folding again, could you post your log here. Include the beginning of the log which shows the version and system information, as well as your configuration settings. If the log will not display in FAHControl, you can find it here:
Library --> Application Support --> FAHClient --> log.txt
This is the system-wide Library folder, not the one in each account. Older logs are kept in a logs folder in the same location. With the information in the log we may be able provide further suggestions to get your system back to folding.
Re: Client Inactive (MAC)
Thanks! It didn't work by restarting the system, so here comes the log.Joe_H wrote:Text
Code: Select all
*********************** Log Started 2013-07-21T09:21:25Z ***********************
09:21:25:************************* Folding@home Client *************************
09:21:25: Website: http://folding.stanford.edu/
09:21:25: Copyright: (c) 2009-2013 Stanford University
09:21:25: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
09:21:25: Args:
09:21:25: Config: /Library/Application Support/FAHClient/config.xml
09:21:25:******************************** Build ********************************
09:21:25: Version: 7.3.6
09:21:25: Date: Feb 18 2013
09:21:25: Time: 15:24:11
09:21:25: SVN Rev: 3923
09:21:25: Branch: fah/trunk/client
09:21:25: Compiler: GNU 4.2.1 (Apple Inc. build 5666) (dot 3)
09:21:25: Options: -std=gnu++98 -O3 -funroll-loops -mfpmath=sse -ffast-math
09:21:25: -fno-unsafe-math-optimizations -msse3 -arch x86_64
09:21:25: -mmacosx-version-min=10.5 -isysroot /Developer/SDKs/MacOSX10.5.sdk
09:21:25: Platform: darwin 10.8.0
09:21:25: Bits: 64
09:21:25: Mode: Release
09:21:25:******************************* System ********************************
09:21:25: CPU: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
09:21:25: CPU ID: GenuineIntel Family 6 Model 23 Stepping 10
09:21:25: CPUs: 2
09:21:25: Memory: 2.00GiB
09:21:25:Free Memory: 1.30GiB
09:21:25: Threads: POSIX_THREADS
09:21:25:Has Battery: true
09:21:25: On Battery: false
09:21:25: UTC offset: 2
09:21:25: PID: 52
09:21:25: CWD: /Library/Application Support/FAHClient
09:21:25: OS: Darwin 11.4.2 x86_64
09:21:25: OS Arch: AMD64
09:21:25: GPUs: 1
09:21:25: GPU 0: NVIDIA:1 GT216 [GeForce 320M]
09:21:25: CUDA: Not detected
09:21:25:***********************************************************************
09:21:25:<config>
09:21:25: <!-- Folding Slot Configuration -->
09:21:25: <power v='off'/>
09:21:25:
09:21:25: <!-- HTTP Server -->
09:21:25: <allow v='127.0.0.1,192.168.0.0-192.168.0.300'/>
09:21:25:
09:21:25: <!-- Network -->
09:21:25: <proxy v=':8080'/>
09:21:25:
09:21:25: <!-- Remote Command Server -->
09:21:25: <password v='****'/>
09:21:25:
09:21:25: <!-- User Information -->
09:21:25: <passkey v='********************************'/>
09:21:25: <team v='37451'/>
09:21:25: <user v='Oliver0187'/>
09:21:25:
09:21:25: <!-- Folding Slots -->
09:21:25: <slot id='0' type='CPU'/>
09:21:25: <slot id='1' type='GPU'/>
09:21:25:</config>
09:21:25:Connecting to assign-GPU.stanford.edu:80
09:21:26:Connecting to assign-GPU.stanford.edu:8080
09:21:27:Read GPUs.txt
09:21:27:Trying to access database...
09:21:27:Successfully acquired database lock
09:21:27:Enabled folding slot 00: PAUSED cpu:2 (paused)
09:21:27:Enabled folding slot 01: PAUSED gpu:0:GT216 [GeForce 320M] (paused)
[91m09:21:27:ERROR:Exception: Could not get IP address for 192.168.0.300: nodename nor servname provided, or not known[0m
[91m09:21:27:ERROR:Exception: Could not get IP address for 192.168.0.300: nodename nor servname provided, or not known[0m
-
- Posts: 1576
- Joined: Tue May 28, 2013 12:14 pm
- Location: Tokyo
Re: Client Inactive (MAC)
The last lines gives the hint that the IP addresses is invalid. Your config contain
.300 is invalid; maximum should be .254
Or easier to allow your whole subnet (in case you use subnet mask 255.255.255.0; which should be a safe guess)
Code: Select all
<allow v='127.0.0.1,192.168.0.0-192.168.0.300'/>
Code: Select all
<allow v='127.0.0.1,192.168.0.0-192.168.0.254'/>
Code: Select all
<allow v='127.0.0.1,192.168.0.0/24'/>
Please contribute your logs to http://ppd.fahmm.net
Re: Client Inactive (MAC)
The Folding Power slider needs to be moved to the right ... selecting full will use both your cores ... medium will use one.09:21:25: <power v='off'/>
There is no GPU folding on a MAC at this time due, at least in part, to poor OPENCL drivers. You can remove that slot.09:21:25: <slot id='1' type='GPU'/>
-
- Site Admin
- Posts: 7990
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Studio M1 Max 32 GB smp6
Mac Hack i7-7700K 48 GB smp4 - Location: W. MA
Re: Client Inactive (MAC)
ChristianVirtual pointed out the error in the network portion of your configuration. If FAHControl still can not connect to the client to be used to modify that configuration, you have a few options available to correct it.
Simplest would be to reinstall after uninstalling completely including the files in folder where the logs are located.
A second option would be to revert to an older configuration and restart. The current config.xml file is stored in that folder, and by default older ones are in a folder named configs. Copying an old enough one, use it to replace the current config.xml and then rebooting should get things connecting again enough to modify the configuration again.
Finally if you are careful, you can use TextEdit to modify the current config.xml. But it is easy to corrupt the file, we usually recommend letting the client create one as it has some error checking.
Simplest would be to reinstall after uninstalling completely including the files in folder where the logs are located.
A second option would be to revert to an older configuration and restart. The current config.xml file is stored in that folder, and by default older ones are in a folder named configs. Copying an old enough one, use it to replace the current config.xml and then rebooting should get things connecting again enough to modify the configuration again.
Finally if you are careful, you can use TextEdit to modify the current config.xml. But it is easy to corrupt the file, we usually recommend letting the client create one as it has some error checking.
Re: Client Inactive (MAC)
Thanks for the help! It worked when I reinstalled it + deleted the location where the logs are located.