bispawel / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

extension is not authentic #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi -

I'm having problems using the extension. I followed the INSTALL 
instructions for a source compile without any difficulties. On 
running 'sshfs ....' I am prompted for my remote password, but as the 
extension is loaded it aborts with error.

Please see below:

~> uname -a
Darwin laurasia.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 
19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386 
Macmini1,1 Darwin

~> gcc version:
gcc version 4.0.1 (Apple Computer, Inc. build 5250)

o What steps will reproduce the problem?
1. Followed INSTALL instructions

o What is the expected output? What do you see instead?
(as root): sshfs xxxx@xxx.xxx.xxx.xxx /mnt/tmp
(result):---
kextload: extension /System/Library/Extensions/fusefs.kext is not 
authentic (check ownership and permissions)
fusefs file system is not available

Same result if run as regular user.

o What version of the product are you using? 
svn checkout on Jan 12, 2006

o Please provide any additional information below.
~> ls -ld /System/Library/Extensions/fusefs.kext

drwxrwxr-x 3 root wheel 102 Jan 12 
22:36 /System/Library/Extensions/fusefs.kext/

Original issue reported on code.google.com by rudolph....@gmail.com on 13 Jan 2007 at 2:51

GoogleCodeExporter commented 8 years ago
FIXED:

Make sure that the /System/Library/Extensions/fusefs.kext directory has 
following 
access permissions:

~> sudo chmod 755 /System/Library/Extensions/fusefs.kext

Original comment by rudolph....@gmail.com on 13 Jan 2007 at 4:22

GoogleCodeExporter commented 8 years ago

Original comment by si...@gmail.com on 13 Jan 2007 at 6:07