Okay, here's one thing that bothers me: occasionally, I stop being able to connect to my brother's computer on our home network. Let's call this computer "brother".
So I'll still see "brother" under the Shared section of the Finder sidebar, but double-clicking on it gives me a "Connection failed", and clicking "Connect as" on the upper right either has no visible effect, or gives a pop-up with the text "The server “brother” may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again."
In Console (Applications > Utilities > Terminal), there's this error message in the system log:
SharePointBrowser::handleOpenCallBack returned 64
Judicious googling tells me that indicates the remote server is down, which is not true! My laptop just thinks it is. No amount of flushing dnscache (whether by doing dscacheutil -flushcache, or killall -HUP mDNSResolver) could fix it. It's also not a network setup issue, because I've been able to connect to this computer before and if I restart, etc, I'll be able to connect to it again.
I just spent the evening digging into this, because it frustrates me so, and I think I've finally got some solutions that work well enough that I want to share (also note them down so I can find them when I next need them!):
( three things that worked for me under the cut )
And there! I haven't managed to google up *any* solution to this kind of issue (except for advice to restart, but again that's not always feasible), so I've tried to put down everything that I could, and maybe it can help someone else in the future.
Future self, if this happens to you again, please remember to look at this entry.
So I'll still see "brother" under the Shared section of the Finder sidebar, but double-clicking on it gives me a "Connection failed", and clicking "Connect as" on the upper right either has no visible effect, or gives a pop-up with the text "The server “brother” may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again."
In Console (Applications > Utilities > Terminal), there's this error message in the system log:
SharePointBrowser::handleOpenCallBack returned 64
Judicious googling tells me that indicates the remote server is down, which is not true! My laptop just thinks it is. No amount of flushing dnscache (whether by doing dscacheutil -flushcache, or killall -HUP mDNSResolver) could fix it. It's also not a network setup issue, because I've been able to connect to this computer before and if I restart, etc, I'll be able to connect to it again.
I just spent the evening digging into this, because it frustrates me so, and I think I've finally got some solutions that work well enough that I want to share (also note them down so I can find them when I next need them!):
( three things that worked for me under the cut )
And there! I haven't managed to google up *any* solution to this kind of issue (except for advice to restart, but again that's not always feasible), so I've tried to put down everything that I could, and maybe it can help someone else in the future.
Future self, if this happens to you again, please remember to look at this entry.