Opened 16 years ago

Last modified 15 years ago

#16042 closed defect

macfuse-1.7 not loading on 10.4.11 — at Version 6

Reported by: smilerliu@… Owned by: eridius@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: jmr@…
Port: macfuse sshfs

Description (last modified by mf2k (Frank Schima))

It seems the macfuse kernel extension cannot be loaded on my system (10.4.11). When I execute sshfs, the following error occurs:

***
cookie:~/tmp lx$ sshfs cactus: test
kld(): Undefined symbols:
_ubc_msync
kextload: kld_load_from_memory() failed for module /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext/Contents/MacOS/fusefs
kextload: a link/load error occured for kernel extension /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext
load failed for extension /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext
 (run kextload with -t for diagnostic output)
the MacFUSE file system is not available (1)
***

Running "kextload -t /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext" tells me that the extension seems valid.

Do I miss anything?

Change History (6)

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to eridius@…

Assigning to maintainer.

comment:2 Changed 16 years ago by tom.duck@…

I can confirm that I am seeing the same behaviour on my 10.4 system.

comment:3 Changed 16 years ago by jeff.borisch@…

I am getting the same behavior on OSX server 10.4.11

I was able to work around it by installing the MacFuse .pkg available on Google Code on top of the version installed by port.

macfuse needs to be installed first by port to appear as satisfying dependencies of other fuse modules you may want to install with port.

comment:4 Changed 16 years ago by mf2k (Frank Schima)

Keywords: macfuse sshfs removed
Port: macfuse sshfs added

comment:5 Changed 15 years ago by jmroot (Joshua Root)

Cc: jmr@… added

Is this still a problem after r43046?

comment:6 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.