Suggest Linux kernel upgrade if FUSE is not available.
authorlace <>
Tue, 27 Dec 2005 13:23:28 +0000 (13:23 +0000)
committerlace <>
Tue, 27 Dec 2005 13:23:28 +0000 (13:23 +0000)
src/client/fuse/main.c

index 81bbc3e..06ad27a 100644 (file)
@@ -106,7 +106,7 @@ struct fuse *capfuse_fuse;
                        &capfuse_mountpoint,    /* mountpoint */
                        &capfuse_multithreaded, /* multithreaded */
                        &capfuse_fd)))  /* fd */
-               g_error(_("FUSE fuse_setup() failed"));
+               g_error(_("FUSE fuse_setup() failed - you may need Linux kernel 2.6.14 or higher with its 'fuse.ko' enabled"));
        if (fuse_loop(capfuse_fuse)) {
                /* Do not: g_error(_("FUSE fuse_loop() error"));
                 * as it is caused on each umount(8).