Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSXFUSE: filehandle_get failed … #6

Open
Tricertops opened this issue Jan 15, 2013 · 2 comments
Open

OSXFUSE: filehandle_get failed … #6

Tricertops opened this issue Jan 15, 2013 · 2 comments
Labels

Comments

@Tricertops
Copy link

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.)

@ElDeveloper
Copy link
Member

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.

@ElDeveloper
Copy link
Member

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.

Download link for curlftpfs is:

http://cl.ly/3E1u383E0k1y

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:

mkdir mountingpoint
curlftpfs ftp://my.server.com/public mountingpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants