Forums | MacLife
You are not logged in.
#1 2003-03-09 8:16 am
Problems getting F@h CLI Client to run.
I am trying to get the F@h CLI Client to run in the Terminal. I have success getting things initiated and running, but when it comes to entering my user name I have difficulties. I enter my user name, hit return, I am greeted with 'command not found' and the Client stops. If I restart again I am greeted with 'Anonymous' user of Team 0 and a WU is downloaded. Any help would be appreciated. TIA.
Fold! It does a body good!™
173.82 GHz Tower of Folding Power
11th Ranked Folder in the World
Offline
#2 2003-03-09 10:16 am
- Macskeeball
- Member

- Registered: 2002-02-07
- Posts: 8014
- Website
Re: Problems getting F@h CLI Client to run.
Try typing the commands you usually type to open it but type "./FAH3Console-OSX -config" instead of just "./FAHConsole3-OSX"
tech writer for hire
Offline
#3 2003-03-09 6:16 pm
Re: Problems getting F@h CLI Client to run.
It is possible to edit the config file (~/Library/Folding@home/client.cfg) in a text editor.
Offline
#4 2003-03-14 9:34 am
- kenckar
- Member
- From: San Ramon, CA
- Registered: 2003-03-14
- Posts: 170
Re: Problems getting F@h CLI Client to run.
When I try to run from the command line here is what I get.
[Anthony-Kencks-Computer:~/FAH] kenckar% ./OSX-3.24 -local -config &
Arguments: -local -config
[15:26:31] - Ask before connecting: No
[15:26:31] - User name: Anonymous (Team 0)
[15:26:31] - User ID = 15474C753E37A347
[15:26:31] - Machine ID: 1
[15:26:31]
[15:26:31] Configuring Folding@home...
User name [Anonymous]? kenckar@bigfoot.com
kenckar@bigfoot.com: Command not found.
[1] + Suspended (tty output) ./OSX-3.24 -local -config
So it's not accepting my username. Any ideas?
Thanks,
Tony
Offline
#5 2003-03-15 7:36 am
Re: Problems getting F@h CLI Client to run.
Try it wothout the @bigfoot.com. Usernames aren't all that important with folding@home.
Offline
#6 2003-03-15 10:46 am
- kenckar
- Member
- From: San Ramon, CA
- Registered: 2003-03-14
- Posts: 170
Re: Problems getting F@h CLI Client to run.
Thanks, but it didn't work. Here's what happened.
./OSX-3.24 -local -config &
[2] 450
[1] Exit 1 .OSX-3.24 -local -config
[Anthony-Kencks-Computer:~/FAH] kenckar% Using local directory for configuration
Arguments: -local -config
[16:43:30] - Ask before connecting: No
[16:43:30] - User name: Anonymous (Team 0)
[16:43:30] - User ID = 15474C753E37A347
[16:43:30] - Machine ID: 1
[16:43:30]
[16:43:30] Configuring Folding@home...
User name [Anonymous]? kenckar
kenckar: Command not found.
[2] + Suspended (tty output) ./OSX-3.24 -local -config
What do you think?
Offline
#7 2003-03-15 10:56 am
- belloq
- Member
- Registered: 2002-12-09
- Posts: 156
Re: Problems getting F@h CLI Client to run.
Do not put the & at the end of the line when doing the -config to set up FAH for the first time. Only use it later after you have the config set up.
The & tells OSX to start the FAH client and then return you to the command line in the Terminal window.
Code:
./OSX-3.24 -local -config & [2] 450 [1] Exit 1 .OSX-3.24 -local -config [Anthony-Kencks-Computer:~/FAH] kenckar% Using local directory for configuration
That last line above (line 4 in your code snippet) shows that you are now back at the command line prompt. The client is still outputting in the same window however, and this is normal. Even though the last line you have: User name [Anonymous]? kenckar shows the client asking for your userid, you are not in the same process as the client at that time, but sitting at the command line (from line 4 above in your code).
Since there is no executable file in the current working directory called kenckar, OSX responds with kenckar: Command not found. which is correct.
Offline
#8 2003-03-16 8:10 am
- kenckar
- Member
- From: San Ramon, CA
- Registered: 2003-03-14
- Posts: 170
Re: Problems getting F@h CLI Client to run.
Thanks for your assist. 
Offline
