Just to clarify -- by "reinstall" in my last post, I mean reinstall MacFuse, not the OS.
On Mar 6, 2:17 am, Kensmosis <[email protected]> wrote: > I've been grappling with this as well -- in my case for encfs rather > than macfusion. The new MBPs default to a 64-bit kernel (as opposed > to the previous generation which were capable of it, but defaulted to > 32-bit). Unless you really need this (as opposed to 64-bit everything- > else), just set it back to 32-bit and reinstall. This worked for me. > The problem is that the switch to a proper 64-bit kernel extension is > quite difficult. There are some workarounds but unless you're willing > to take the associated risks, dropping back to a 32-bit kernel is the > safest solution. According to Apple, > > sudo systemsetup -setkernelbootarchitecture i386 > > After a reboot and reinstall, macfuse worked fine for me. > > On Mar 5, 5:12 pm, Daniele Catanzaro <[email protected]> wrote: > > > > > Good afternoon. > > > I am experiencing some troubles with macfuse. I migrated all my data > > on a new 15' macbook pro 2011. Macfuse is perfectly working on my > > old macbook pro but not working at all on the new one. The log says > > this: > > > 3/5/11 5:03:30 PM macfusionAgent[163] Mounting > > 3/5/11 5:03:30 PM MacfusionMenuling[165] Note status changed for fs > > <MFClientFS: 0x2002e6020> (CPUServer) to Waiting to Mount > > 3/5/11 5:03:30 PM macfusionAgent[163] Task launched OK > > 3/5/11 5:03:30 PM macfusionAgent[163] sshfs: cannot find > > sshnodelay.so > > warning: ssh nodelay workaround disabled > > 3/5/11 5:03:30 PM macfusionAgent[163] debug1: Reading > > configuration > > data /etc/ssh_config > > debug1: Connecting to smg6.ulb.ac.be [164.15.126.6] port 22. > > 3/5/11 5:03:30 PM macfusionAgent[163] debug1: Connection > > established. > > debug1: identity file /Users/darkstar/.ssh/id_rsa type -1 > > debug1: identity file /Users/darkstar/.ssh/id_dsa type -1 > > 3/5/11 5:03:31 PM macfusionAgent[163] debug1: Remote protocol > > version > > 2.0, remote software version OpenSSH_5.4 > > debug1: match: OpenSSH_5.4 pat OpenSSH* > > debug1: Enabling compatibility mode for protocol 2.0 > > debug1: Local version string SSH-2.0-OpenSSH_5.2 > > debug1: SSH2_MSG_KEXINIT sent > > 3/5/11 5:03:31 PM macfusionAgent[163] debug1: SSH2_MSG_KEXINIT > > received > > debug1: kex: server->client aes128-ctr hmac-md5 none > > debug1: kex: client->server aes128-ctr hmac-md5 none > > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent > > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > > 3/5/11 5:03:31 PM macfusionAgent[163] debug1: > > SSH2_MSG_KEX_DH_GEX_INIT > > sent > > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > > 3/5/11 5:03:31 PM macfusionAgent[163] debug1: Host > > 'smg6.ulb.ac.be' is > > known and matches the RSA host key. > > debug1: Found key in /Users/darkstar/.ssh/known_hosts:3 > > 3/5/11 5:03:31 PM macfusionAgent[163] debug1: ssh_rsa_verify: > > signature correct > > debug1: SSH2_MSG_NEWKEYS sent > > debug1: expecting SSH2_MSG_NEWKEYS > > debug1: SSH2_MSG_NEWKEYS received > > debug1: SSH2_MSG_SERVICE_REQUEST sent > > 3/5/11 5:03:31 PM Firewall[60] 33300 Deny ICMP:8.0 192.168.1.1 > > 192.168.1.45 in via en1 > > 3/5/11 5:03:31 PM macfusionAgent[163] debug1: > > SSH2_MSG_SERVICE_ACCEPT > > received > > 3/5/11 5:03:32 PM macfusionAgent[163] debug1: Authentications > > that can > > continue: publickey,gssapi-keyex,gssapi-with-mic,password > > debug1: Next authentication method: publickey > > debug1: Trying private key: /Users/darkstar/.ssh/id_rsa > > debug1: Trying private key: /Users/darkstar/.ssh/id_dsa > > debug1: Next authentication method: password > > debug1: read_passphrase: can't open /dev/tty: Device not configured > > 3/5/11 5:03:32 PM macfusionAgent[163] debug1: > > permanently_drop_suid: > > 501 > > 3/5/11 5:03:32 PM macfusionAgent[163] Invalidating token > > 0558F030-684F-4CB8-B909-8614FD9A37D5 > > 3/5/11 5:03:32 PM new_sshfs_askpass[1387] Secrets found for FS > > <MFClientFS: 0x1023af0> (CPUServer) > > 3/5/11 5:03:32 PM macfusionAgent[163] debug1: Authentication > > succeeded > > (password). > > debug1: channel 0: new [client-session] > > debug1: Requesting [email protected] > > debug1: Entering interactive session. > > 3/5/11 5:03:32 PM macfusionAgent[163] debug1: Sending subsystem: > > sftp > > 3/5/11 5:03:32 PM com.apple.kextd[10] Failed to load /Library/ > > Filesystems/fusefs.fs/Support/fusefs.kext - (libkern/kext) link error. > > 3/5/11 5:03:32 PM macfusionAgent[163] > > /Library/Filesystems/fusefs.fs/ > > Support/fusefs.kext failed to load - (libkern/kext) link error; check > > the system/kernel logs for errors or try kextutil(8). > > 3/5/11 5:03:33 PM kernel kxld[com.google.filesystems.fusefs]: The > > following symbols are unresolved for this kext: > > 3/5/11 5:03:33 PM kernel kxld[com.google.filesystems.fusefs]: > > _OSRuntimeFinalizeCPP > > 3/5/11 5:03:33 PM kernel kxld[com.google.filesystems.fusefs]: > > _OSRuntimeInitializeCPP > > 3/5/11 5:03:33 PM kernel Can't load kext > > com.google.filesystems.fusefs > > - link failed. > > 3/5/11 5:03:33 PM kernel Failed to load executable for kext > > com.google.filesystems.fusefs. > > 3/5/11 5:03:33 PM kernel Kext com.google.filesystems.fusefs failed to > > load (0xdc008016). > > 3/5/11 5:03:33 PM kernel Failed to load kext > > com.google.filesystems.fusefs (error 0xdc008016). > > 3/5/11 5:03:37 PM MacfusionMenuling[165] Note status changed for fs > > <MFClientFS: 0x2002e6020> (CPUServer) to Failed to Mount > > 3/5/11 5:03:37 PM macfusionAgent[163] the MacFUSE file system is > > not > > available (71) > > debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 > > debug1: channel 0: free: client-session, nchannels 1 > > debug1: fd 0 clearing O_NONBLOCK > > debug1: fd 2 clearing O_NONBLOCK > > Transferred: sent 1440, received 2120 bytes, in 0.8 seconds > > Bytes per second: sent 1798.7, received 2648.2 > > debug1: Exit status 0 > > > Any idea? -- You received this message because you are subscribed to the Google Groups "MacFUSE" 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?hl=en.
