On Feb 20, 2012, at 8:52 AM, amaloney wrote: > 1. What does this msg mean? > 2. Do I need to do anything about it? > 3. If so, what? > > Quicksilver[189] Remote hosts could not be loaded: The file doesn’t > exist.
It means you have the Remote Hosts plug-in installed, but the file it’s looking for hosts in (either `~/.hosts` or `~/.ssh/known_hosts`) doesn’t exist. I just took the error message from the OS thinking it would include the file name, but apparently it doesn’t. It won’t hurt anything, but to get rid of it, you could: 1. Add some hosts you care about to `~/.hosts` and/or make sure `known_hosts` is getting populated when you connect to things via SSH. 2. If you only want it to check one file or the other, disable the one you’re not using (in the catalog preferences). 3. Disable or remove the plug-in if you’re not using it. -- Rob McBroom <http://www.skurfer.com/>
