bispawel / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

warnings are produced on leopard #245

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

note that this bug is for Mac OS X 10.5, Leopard.  I don't want to violate the 
NDA, but I want to 
let this project know that something might need to be changed for Leopard.

1. invoke sshfs like this 
"~/Applications/sshfs.app/Contents/Resources/sshfs-static 
mee@foo.gov /. ~/sshfs/foo/  -oreconnect,ping_diskarb,volname=Foo

2. enter password for system foo.gov (whatever system...)

What is the expected output? 
I expected nothing

What do you see instead?
I got a bunch of warnings

tdg% ~/Applications/sshfs.app/Contents/Resources/sshfs-static ...
mee@foo.gov password:
/System/Library/Extensions/System.kext/PlugIns/Libkern.kext/Libkern: Undefined 
in symbol 
set: _zlibVersion
kextload: /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext loaded 
successfully
The process has forked and you cannot use this CoreFoundation functionality 
safely. You MUST 
exec().
Break on 
__THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALIT
Y___YOU_MUST_EXEC__() to debug.
The process has forked and you cannot use this CoreFoundation functionality 
safely. You MUST 
exec().
Break on 
__THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALIT
Y___YOU_MUST_EXEC__() to debug.
[this repeats for quite a bit]

What version of the product are you using? On what operating system?
Mac OS X 10.5
MacFUSE Core 0.4.0
sshfs-0.3.0

Please provide any additional information below.

Original issue reported on code.google.com by troy.goo...@jpl.nasa.gov on 19 Jul 2007 at 6:44

GoogleCodeExporter commented 8 years ago
You'll need to recompile MacFUSE Core and sshfs on Leopard for things to work 
properly. Moreover, MacFUSE 
Core has been forked for Leopard in the subversion tree, so what you are using 
is:

1. Not the right binaries
2. Not the right source

Original comment by si...@gmail.com on 19 Jul 2007 at 8:11