Please check for existence of /dev/fuse <br><br>$ ls -l /dev/fuse<br>crw-rw-rw- 1 root root 10, 229 2008-06-09 18:44 /dev/fuse<br><br><br>avati<br><br><div class="gmail_quote">2008/11/6 Martin Gumbau <span dir="ltr">&lt;<a href="mailto:mgumbau@iciq.es">mgumbau@iciq.es</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">OK gowda,<br>
$ make clean<br>
$ ./configure --enable-fuse-client<br>
RESULT<br>
GlusterFS configure summary<br>
===========================<br>
Fuse client &nbsp; &nbsp; &nbsp; &nbsp;: yes<br>
Infiniband verbs &nbsp; : no<br>
epoll IO multiplex : yes<br>
<br>
The same error<br>
2008-11-06 15:18:54 E [fuse-bridge.c:2699:init] glusterfs-fuse:<br>
<div class="Ih2E3d">fuse_mount failed (No such file or directory)<br>
<br>
</div>2008-11-06 15:18:54 E [glusterfs.c:547:main] glusterfs: Initializing<br>
FUSE failed<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
On Thu, 2008-11-06 at 15:11 +0100, Basavanagowda Kanur wrote:<br>
&gt; Martin,<br>
&gt; &nbsp; &nbsp;Please configure glusterfs build with &#39;--enable-fuse-client&#39;. You<br>
&gt; need to have fuse installed.<br>
&gt;<br>
&gt; --<br>
&gt; gowda<br>
&gt;<br>
&gt; On Thu, Nov 6, 2008 at 7:18 PM, Martin Gumbau &lt;<a href="mailto:mgumbau@iciq.es">mgumbau@iciq.es</a>&gt; wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hi,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I don&#39;t obtain succesfully results to reexport NFS from<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Glusterfs.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; With fuse kernel module that was in SuSE SLES 10 SP2<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; distribution the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; glusterfs client mount ok.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I read README.NFS (from fuse-2.7.4 or fuse -2.7.3 or<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; fuse-2.7.3glfs10)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; as Avati said to me. Then I compile the fuse module with<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; --enable-kernel-module option (previus make clean).<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; The kernel 2.6.16.60-0.21-smp .config option<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; CONFIG_FUSE_FS=m<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; These are my files:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; NFSSERVER - exports<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; /mnt/glusterfs<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; *(no_subtree_check,async,no_auth_nlm,no_acl,rw,fsid=10)<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; GLUSTERFS - command line:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; glusterfs --disable-io-mode=none<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; -l/var/log/glusterfs/gfscli.log -LDEBUG<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; -f /etc/glusterfs/glusterfs-client.vol /mnt/glusterfs<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; LOGFILE - gfscli.log<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [glusterfs.c:167:get_spec_fp] glusterfs:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; loading<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; spec from /etc/glusterfs/glusterfs-client.vol<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:107:new_section] parser: New<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; node for<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;sirius00&#39;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; attempt to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; load<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; file /usr/local/lib/glusterfs/1.3.12/xlator/protocol/client.so<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:127:section_type] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Type:sirius00:protocol/client<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Option:sirius00:transport-type:tcp/client<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Option:sirius00:remote-host:<a href="http://10.3.1.200" target="_blank">10.3.1.200</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Option:sirius00:remote-subvolume:brick<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:209:section_end] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; end:sirius00<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:107:new_section] parser: New<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; node for<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;sirius01&#39;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; attempt to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; load<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; file /usr/local/lib/glusterfs/1.3.12/xlator/protocol/client.so<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:127:section_type] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Type:sirius01:protocol/client<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Option:sirius01:transport-type:tcp/client<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Option:sirius01:remote-host:<a href="http://10.3.1.201" target="_blank">10.3.1.201</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:141:section_option] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Option:sirius01:remote-subvolume:brick<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:209:section_end] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; end:sirius01<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:107:new_section] parser: New<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; node for<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &#39;mirror0&#39;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; attempt to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; load<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; file /usr/local/lib/glusterfs/1.3.12/xlator/cluster/afr.so<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:127:section_type] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Type:mirror0:cluster/afr<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:196:section_sub] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; child:mirror0-&gt;sirius00<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:196:section_sub] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; child:mirror0-&gt;sirius01<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [spec.y:209:section_end] parser:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; end:mirror0<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [glusterfs.c:128:fuse_graph] glusterfs:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; setting<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; option mount-point to /mnt/glusterfs<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 D [xlator.c:115:xlator_set_type] xlator:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; attempt to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; load file /usr/local/lib/glusterfs/1.3.12/xlator/mount/fuse.so<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 E [fuse-bridge.c:2699:init]<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; glusterfs-fuse:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; fuse_mount failed (No such file or directory)<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2008-11-06 14:24:59 E [glusterfs.c:547:main] glusterfs:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Initializing<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; FUSE failed<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Martin Gumbau - <a href="mailto:mgumbau@iciq.es">mgumbau@iciq.es</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Responsable Informatic<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; dels grups teorics<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; de Quimica Computacional<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; del ICIQ<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Gluster-users mailing list<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users" target="_blank">http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; hard work often pays off after time, but laziness always pays off now<br>
</div></div>--<br>
<div><div></div><div class="Wj3C7c">Martin Gumbau - <a href="mailto:mgumbau@iciq.es">mgumbau@iciq.es</a><br>
Responsable Informatic<br>
dels grups teorics<br>
de Quimica Computacional<br>
del ICIQ<br>
<br>
<br>
_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users" target="_blank">http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>If I traveled to the end of the rainbow<br>As Dame Fortune did intend,<br>Murphy would be there to tell me<br>The pot&#39;s at the other end.<br>