The version of fuse included with wayback does not work
properly for kernel versions 2.6.9 or 2.6.10. You need to
go into the fuse-1.1/kernel directory and modify the dir.c
file. Look for the lines with vfs_permission, and replace
that with "generic_permission(inode,mask,NULL);". That
should fix your problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
The version of fuse included with wayback does not work
properly for kernel versions 2.6.9 or 2.6.10. You need to
go into the fuse-1.1/kernel directory and modify the dir.c
file. Look for the lines with vfs_permission, and replace
that with "generic_permission(inode,mask,NULL);". That
should fix your problem.