New install, client stuck on Updating
Moderators: Site Moderators, FAHC Science Team
New install, client stuck on Updating
I just installed on a macbook and the client is stuck showing "Updating". I've read the suggestions of deleting the config file and also trying to restart, however the help documentation is abysmal. Where is the config file stored on Mac OS? How do I restart on Mac OS? (Or is there another solution?)
-
- 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: New install, client stuck on Updating
The config file named config.xml is located in /Library/Application Support/FAHClient/.
Easiest way to restart is by rebooting your Mac.
To do so without rebooting you will need to use the Terminal app and enter the following commands at the prompt to first stop and then start the FAHClient process:
sudo launchctl unload -w /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist
sudo launchctl load -w /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist
You will be prompted for an admin account password to authorize this.
Easiest way to restart is by rebooting your Mac.
To do so without rebooting you will need to use the Terminal app and enter the following commands at the prompt to first stop and then start the FAHClient process:
sudo launchctl unload -w /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist
sudo launchctl load -w /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist
You will be prompted for an admin account password to authorize this.
iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Re: New install, client stuck on Updating
Thanks for the reply. /Library/LaunchDaemons/edu.stanford.folding.fahclient.plist does not exist on my system.
Re: New install, client stuck on Updating
Filename is: org.foldingathome.fahclient.plist
Corrected commands are:
However, it didn't seem to work. Still stuck at updating.
Corrected commands are:
Code: Select all
sudo launchctl unload -w /Library/LaunchDaemons/org.foldingathome.fahclient.plist
sudo launchctl load -w /Library/LaunchDaemons/org.foldingathome.fahclient.plist
Thank you, - linlu
<- maybe one day this will show up.
<- maybe one day this will show up.
-
- 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: New install, client stuck on Updating
It may depend on when the client was installed, when I did the download was from a server at Stanford. So I guess part of the .plist name is based on the download site.
Did you remove the config.xml file before restarting? If you did and that was not enough, I can provide full uninstall and reinstall directions.
Did you remove the config.xml file before restarting? If you did and that was not enough, I can provide full uninstall and reinstall directions.
iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Re: New install, client stuck on Updating
I rebooted but did not delete the config.xml file. It is now working. Yay! Thank you @Joe_H
Thank you, - linlu
<- maybe one day this will show up.
<- maybe one day this will show up.
-
- 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: New install, client stuck on Updating
Good to hear
iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3