Sunday, November 14, 2010

smb_mount: mount failed to ubuntu/share :syserr = Broken pipe

I had a problem connecting to an smb share using osx. I found the fix below and all is well!

macbook:/$ ps -A | grep NetAuth
2028 ?? 0:11.22 /System/Library/CoreServices/NetAuthAgent.app/Contents/MacOS/NetAuthAgent
11282 ttys000 0:00.00 grep NetAuth
macbook:/System/Library/CoreServices$ kill -9 2028

After killing the NetAuthAgent application, everything works well again:
http://discussions.info.apple.com/thread.jspa?threadID=2131955&start=30&tstart=0

No comments: