> I have a bug similar to #368674.  Just booting up with an almost brand
> new udev installation, and sshfs fails with:
> fusermount: failed to open /dev/fuse: No such file or directory
> 
> OK, so after a 'modprobe fuse', it works fine.

The problem is that automatic module loading doesn't work with udev.
The reason is that the device is only created _after_ the module is
loaded.

To get around this problem the next release of fuse (2.6.0) will
contain an init-script which will load the fuse module at boot time.

As a temporary measure you can also add a line containing 'fuse' to
/etc/modules.

Also see Ubuntu bug #1860.

Miklos


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to