Got it figured out ... turns out the warning above was being issues, but my app wasn't showing it to me to do a coding problem on my side. Has google by any chance had issues using xcode with a bundle containing the sshnodelay.so file in its resources directory? I'm having a strange issue where the presence of sshnodelay.so causes xcode to pull up the debugger and pause my program during execution, as if a crash was detected. There are no problems at all when running the code outside of xcode.
Michael Gorbach On Apr 27, 3:26 am, Amit Singh <[EMAIL PROTECTED]> wrote: > The release notes say: > > "This library is looked for in the same location as sshfs-static, in / > usr/local/lib/, and in the current directory (in that order)." > > When you say you deleted the library, which all places did you delete > it from? If the library is not found in any of these places, I get: > > $ sshfs [EMAIL PROTECTED]:/dir /tmp/ssh ... > sshfs: cannot find sshnodelay.so > warning: ssh nodelay workaround disabled > Password: > ... > > On Apr 26, 7:33 pm, Michael Gorbach <[EMAIL PROTECTED]> wrote: > > > A few questions about the nodelay functionality: In linux I see this > > is implemented by putting the .so library into the ssh binary executed > > from the FS, using LD_PRELOAD. How is this implemented on macosx? The > > reason I am asking is because I can't tell whether its working. Is > > there some sort of debug output implemented to indicate whether the > > workaround is enabled correctly? The vanilla sshfs source has this > > debug output, and will give an error message if it cant find the .so > > library. This error message doesn't seem to appear when using sshfs- > > static at all, even if the .so library is deleted so it can not be > > found. Has it been removed? > > > Michael Gorbach > > > On Apr 19, 4:09 pm, Amit Singh <[EMAIL PROTECTED]> wrote: > > > > For details on what's new: > > > >http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS > > > > (scroll down to the changelog on the above page) > > > > The update is not about the UI wrapper (sshfs.app), which is pretty > > > much unchanged. It's the underlying binary (sshfs-static) that has > > > some *very* important updates. Several bugs have been addressed. If > > > you use sshfs at all, consider this a required update. > > > > Amit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
