Search found 10 matches

by Hopbackguy
Tue Apr 21, 2020 5:28 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

I used to support IBM AIX and later Linux systems about 20 years ago but even though I can remember the basics, I'm very rusty on problem solving on the OS level!
by Hopbackguy
Mon Apr 20, 2020 7:30 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

The directory /usr/local/bin is generally reserved for installs of additional software outside the standard items from the OS and those installed by Apple. There are standard policies for using it, Wireshark violated those by creating the directory only for its own usage. This probably only became ...
by Hopbackguy
Mon Apr 20, 2020 4:50 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

Getting in the right direction, the ownership on the directory is now right and the permissions need fixing up. Your system shows the following: drwx------ 26 root wheel 832 20 Apr 11:13 bin It should be: drwxr-xr-x 4 root wheel 136 Apr 18 02:26 bin Do the following to allow execute access to the u...
by Hopbackguy
Mon Apr 20, 2020 10:23 am
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

Okay, heard back on this. Ownership of the directory /usr/local/bin should be root, not '504', launchd will refuse to run anything there otherwise asa security hole. Probable source for this happening was the installer for wireshark. You will need to change the ownership: sudo chown root /usr/local...
by Hopbackguy
Mon Apr 20, 2020 9:52 am
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

Okay, heard back on this. Ownership of the directory /usr/local/bin should be root, not '504', launchd will refuse to run anything there otherwise asa security hole. Probable source for this happening was the installer for wireshark. You will need to change the ownership: sudo chown root /usr/local...
by Hopbackguy
Sun Apr 19, 2020 4:06 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

Could you list the the owner and permissions listed for both the directory and the files located there by doing the following in a terminal window: ls -l /usr/local ls -l /usr/local/bin Here's the output: MIKES-IMAC:~ Mike$ ls -l /usr/local total 0 drwx------ 26 504 wheel 832 17 Apr 18:03 bin drwxr...
by Hopbackguy
Sun Apr 19, 2020 2:33 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

The default paths running FAHClient from the command line places things non-default locations for the WUs, folding cores, work files, and the like. The correct paths can be specified on on the command line though. If you could check the Console log to see what messages are generated when launchtl s...
by Hopbackguy
Sun Apr 19, 2020 2:15 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

The default paths running FAHClient from the command line places things non-default locations for the WUs, folding cores, work files, and the like. The correct paths can be specified on on the command line though. If you could check the Console log to see what messages are generated when launchtl s...
by Hopbackguy
Sun Apr 19, 2020 2:12 pm
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Re: Mac 10.14.6 need to start FAHClient manually

Welcome to the F@H Forum Hopbackguy, Can you please post your log file. Ensure that you have copied the System configuration which is present at the start of the log file: viewtopic.php?f=61&t=26036 :) Well, I went to /Library/Application Support/FAHClient but the folder was empty. I guess this...
by Hopbackguy
Sat Apr 18, 2020 10:59 am
Forum: New Donors start here
Topic: Mac 10.14.6 need to start FAHClient manually
Replies: 17
Views: 2136

Mac 10.14.6 need to start FAHClient manually

I'm a new user, installed the latest package for MacOS last night. It installed fine, asked for my admin password. But I couldn't configure the client as FAHClient was not running, even after a reboot (I checked the Activity Monitor). It's in /usr/local/bin , and the plist file is in /library/launch...