2012 MacBook Pro Cannot access specific Websites

In that case in terminal run:

Code:
mdfind hamachid

Post the output.

OK - output is: /Library/Application Support/LogMeIn Hamachi/run/hamachid.pid
/Library/Application Support/LogMeIn Hamachi/bin/hamachid

---
Which I can see suggests that LogMeIn Hamachi is still installed. However, it isn't visible at all when I navigate to the Application Support directory in finder. If it was Windows I'd be guessing I need to 'Show Hidden Files' now, but there doesn't seem to be a Mac equivalent?
 
Run this in Terminal

Code:
cd ~/Library/Application Support/
Then..

Code:
[FONT=Courier New]rm -iR[/FONT] LogMeIn Hamachi
 
Last edited by a moderator:
Two ways around that.

Put single quotes around the file path :
Code:
cd '/Library/Application Support'

OR

precede the space with a backslash :
Code:
cd /Library/Application\ Support
 
OK. Thanks again for all the help - more progress, then another halt...

---- cd '/Library/Application Support'
GMacPro1-5:Application Support guy$ rm -iR LogMeIn\ Hamachi
examine files in directory LogMeIn Hamachi? y
examine files in directory LogMeIn Hamachi/config? y
remove LogMeIn Hamachi/config/h2-client.key? y
rm: LogMeIn Hamachi/config/h2-client.key: Permission denied
remove LogMeIn Hamachi/config/h2-engine-notice? y
rm: LogMeIn Hamachi/config/h2-engine-notice: Permission denied
remove LogMeIn Hamachi/config/h2-engine.cfg? y
rm: LogMeIn Hamachi/config/h2-engine.cfg: Permission denied
remove LogMeIn Hamachi/config/h2-engine.cfg.bak?

Etc. Not sure how to get rid of the permission denied thing?
 
Last edited:
PHP:
sudo rm -iR LogMeIn\ Hamachi

It'll ask for your admin password, but won't display any characters when you're typing. This is normal.
 
Sincerely, everyone: THANK YOU.

I've had this issue for over a year now- and finally it's resolved. I'm still shaking my head at how obscure the cause was, how crap the official Logmein uninstaller must have been, and how clued in you had to be to fix it permanently (kudos to you lot).

Anyway, Fixed.
 
Back
Top Bottom