You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is an issue of OSXFUSE or Macfusion, but I'll post it here.
I connect to an FTP server and I start browsing files. For every file i select in Finder get some filehandle_get error in Console and after few seconds it completely freezes. Finder is not able to display info about files and any read or write operation fails.
I am running 10.8, so this may be the problem. This happened to me with both v2.0.4 and v2.0.5-dev version of Macfusion.
Anyone experiencing the similar issue?
Here is the log:
15.1.13 6:15:09.046 PM macfusionAgent[53389]: Mounting
15.1.13 6:15:09.067 PM Macfusion[54166]: Note status changed for fs <MFClientFS: 0x40072ce80> (MyServer) to Waiting to Mount
15.1.13 6:15:09.077 PM macfusionAgent[53389]: Task launched OK
15.1.13 6:15:09.122 PM macfusionAgent[53389]: Invalidating token 1B8D341C-47F0-40D2-B86D-4C2156D69C98
15.1.13 6:15:09.290 PM Macfusion[54166]: Note status changed for fs <MFClientFS: 0x40072ce80> (MyServer) to Mounted
< started browsing files >
15.1.13 6:15:26.000 PM kernel[0]: OSXFUSE: filehandle_get: failed for image.png (type=0, err=13, caller=0xffffff7f8d9640ee)
15.1.13 6:15:26.000 PM kernel[0]: OSXFUSE: filehandle_get failed in open (type=0, err=13)
15.1.13 6:15:36.000 PM kernel[0]: OSXFUSE: filehandle_get: failed for index.html (type=0, err=13, caller=0xffffff7f8d9640ee)
15.1.13 6:15:36.000 PM kernel[0]: OSXFUSE: filehandle_get failed in open (type=0, err=13)
15.1.13 6:15:37.000 PM kernel[0]: Sandbox: sandboxd(54180) deny mach-lookup com.apple.coresymbolicationd
15.1.13 6:15:38.069 PM sandboxd[54180]: ([54179]) QuickLookSatelli(54179) deny file-read-data /Users/Me/Library/WebKit/Databases/Databases.db
15.1.13 6:15:38.091 PM sandboxd[54180]: ([54179]) QuickLookSatelli(54179) deny file-read-data /Users/Me/Library/WebKit/Databases/Databases.db
15.1.13 6:15:51.090 PM Locum[54182]: Connection with distnoted server was invalidated
15.1.13 6:16:03.493 PM coreservicesd[31]: Application App:"Finder" [ 0x0/0x283182f] @ 0x0x7fd271c73050 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x32c92c6:) ), so denying.
15.1.13 6:16:03.493 PM WindowServer[97]: [cps/setfront] Failed setting the front application to Finder, psn 0x0-0x283182f, securitySessionID=0x186a5, err=-13066
15.1.13 6:16:22.000 PM kernel[0]: OSXFUSE: filehandle_get: failed for ._image.png (type=0, err=13, caller=0xffffff7f8d9640ee)
15.1.13 6:16:22.000 PM kernel[0]: OSXFUSE: filehandle_get failed in open (type=0, err=13)
15.1.13 6:16:22.000 PM kernel[0]: OSXFUSE: filehandle_get: failed for ._image.png (type=0, err=13, caller=0xffffff7f8d9640ee)
15.1.13 6:16:22.000 PM kernel[0]: OSXFUSE: filehandle_get failed in open (type=0, err=13)
15.1.13 6:16:22.000 PM kernel[0]: OSXFUSE: filehandle_get: failed for image.png (type=0, err=13, caller=0xffffff7f8d9640ee)
.
.
.
(I changed some names in the log.)
The text was updated successfully, but these errors were encountered:
I'm going to take a wild guess and say this would be a problem of FUSE, but more specifically, this might be a problem of curlftp, the underlying implementation that allows this to work. I'll try to investigate more about this, perhaps even try re-compiling curlftp since the currently used binary is very old.
Hey, I have compiled curlftpfs using OSXFUSE, can you try downloading it and try to mount your server from the terminal.
If it succeeds, it probably means that the version that is now bundled with Macfusion is too old already. If you cannot mount it, then I do not know (for now) what's going on. Any help is greatly appreciated.
To use curlftpfs from the command line, you can try first creating a mounting point and then mounting the filesystem to that mounting point, like this:
Not sure if this is an issue of OSXFUSE or Macfusion, but I'll post it here.
I connect to an FTP server and I start browsing files. For every file i select in Finder get some
filehandle_get
error in Console and after few seconds it completely freezes. Finder is not able to display info about files and any read or write operation fails.I am running 10.8, so this may be the problem. This happened to me with both v2.0.4 and v2.0.5-dev version of Macfusion.
Anyone experiencing the similar issue?
Here is the log:
(I changed some names in the log.)
The text was updated successfully, but these errors were encountered: