<div dir="ltr">Running the script did indeed fix things, thanks! Personally, I count this as a bug since it is not required on later versions of RHEL... maybe the installer should check that the fuse module is loaded and load it if it&#39;s not found. Just a thought.<div class="gmail_extra">

<br clear="all"><div><div dir="ltr"><div><br></div><div><br></div><div><br></div><div><br></div><div><span style="font-family:arial,helvetica,sans-serif">--</span></div><div style="color:rgb(51,102,255);font-family:tahoma,sans-serif">

<font size="4"><b>Gene Liverman</b></font></div><div style="font-family:tahoma,sans-serif">Systems Administrator</div><div style="font-family:tahoma,sans-serif">Information Technology Services</div><div style="font-family:tahoma,sans-serif">

University of West Georgia</div><div style="font-family:tahoma,sans-serif"><br></div><div style="font-family:tahoma,sans-serif">ITS: Making Technology Work for You!</div><div style="font-family:tahoma,sans-serif"><br><img src="http://www.westga.edu/assetsDept/ucm/e-sig_wolves.png"><br>

</div><div style="font-family:tahoma,sans-serif"><br></div><div style="font-family:tahoma,sans-serif">This
 e-mail and any attachments may contain confidential and privileged 
information. If you are not the intended recipient, please notify the 
sender immediately by return mail, delete this message, and destroy any 
copies. Any dissemination or use of this information by a person other 
than the intended recipient is unauthorized and may be illegal or 
actionable by law.</div><div style="font-family:tahoma,sans-serif"><br></div></div></div>
<br><br><div class="gmail_quote">On Sun, Jun 1, 2014 at 10:24 AM, Niels de Vos <span dir="ltr">&lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">On Sun, Jun 01, 2014 at 09:30:53AM -0400, Gene Liverman wrote:<br>
&gt; Ahh, so should I just run that script manually and be done with it? Does<br>
&gt; that mean that when we eventually do reboot that it will automatically load<br>
&gt; itself from then on? Thanks!<br>
<br>
</div>Yes, you can run the script manually (it only does &#39;modprobe fuse&#39;).<br>
After a reboot the fuse module should be loaded very early during the<br>
boot process. There should be no issues related to fuse when mounting is<br>
done afterwards.<br>
<br>
Cheers,<br>
Niels<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; --<br>
&gt; Gene Liverman<br>
&gt; Systems Administrator<br>
&gt; Information Technology Services<br>
&gt; University of West Georgia<br>
&gt; <a href="mailto:gliverma@westga.edu">gliverma@westga.edu</a><br>
&gt;<br>
&gt; ITS: Making Technology Work for You!<br>
&gt;<br>
&gt; This e-mail and any attachments may contain confidential and privileged<br>
&gt; information. If you are not the intended recipient, please notify the<br>
&gt; sender immediately by return mail, delete this message, and destroy any<br>
&gt; copies. Any dissemination or use of this information by a person other than<br>
&gt; the intended recipient is unauthorized and may be illegal or actionable by<br>
&gt; law.<br>
&gt;<br>
&gt; On Jun 1, 2014 3:47 AM, &quot;Niels de Vos&quot; &lt;<a href="mailto:ndevos@redhat.com">ndevos@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Sun, Jun 01, 2014 at 03:51:58AM +0000, Franco Broi wrote:<br>
&gt; &gt; &gt; Doesn&#39;t work for me either on Centos 5, have to modprobe fuse.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On 1 Jun 2014 10:46, Gene Liverman &lt;<a href="mailto:gliverma@westga.edu">gliverma@westga.edu</a>&gt; wrote:<br>
&gt; &gt; &gt; Just setup my first Gluster share (replicated on 3 nodes) and it works<br>
&gt; &gt; &gt; fine on RHEL 6 but when trying to mount it on RHEL 5.8 I get the<br>
&gt; &gt; &gt; following in my logs:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; [2014-06-01 02:01:29.580163] I [glusterfsd.c:1959:main]<br>
&gt; &gt; 0-/usr/sbin/glusterfs: Started running /usr/sbin/glusterfs version 3.5.0<br>
&gt; &gt; (/usr/sbin/glusterfs --volfile-server=eapps-gluster01 --volfile-id=/gv0<br>
&gt; &gt; /eapps/shared)<br>
&gt; &gt; &gt; [2014-06-01 02:01:29.581147] E [mount.c:267:gf_fuse_mount]<br>
&gt; &gt; 0-glusterfs-fuse: cannot open /dev/fuse (No such file or directory)<br>
&gt; &gt; &gt; [2014-06-01 02:01:29.581207] E [xlator.c:403:xlator_init] 0-fuse:<br>
&gt; &gt; Initialization of volume &#39;fuse&#39; failed, review your volfile again<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I installed glusterfs and glusterfs-fuse from<br>
&gt; &gt; <a href="http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo.el5" target="_blank">http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo.el5</a><br>
&gt; &gt; and got have the following currently:<br>
&gt; &gt; &gt; # rpm -qa |grep -i gluster<br>
&gt; &gt; &gt; glusterfs-libs-3.5.0-2.el5<br>
&gt; &gt; &gt; glusterfs-3.5.0-2.el5<br>
&gt; &gt; &gt; glusterfs-fuse-3.5.0-2.el5<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Everything I have read online says that I should not have to manually<br>
&gt; &gt; &gt; install fuse or manually run modprobe or manually make /dev/fuse so<br>
&gt; &gt; &gt; I am lost as to why this is not working.  Any tips on what to do next?<br>
&gt; &gt;<br>
&gt; &gt; Indeed, that should not be needed. I guess you installed the<br>
&gt; &gt; gluster-fuse package after a basic installation and the system did not<br>
&gt; &gt; reboot yet with glusterfs-fuse installed. On EL5, udev (I think) does<br>
&gt; &gt; not automatically load the fuse module if /dev/fuse is accessed. The<br>
&gt; &gt; glusterfs-fuse package contains a script that loads the module when the<br>
&gt; &gt; system boots (/etc/sysconfig/modules/glusterfs-fuse.modules).<br>
&gt; &gt;<br>
&gt; &gt; I am not sure if it would be better to load the module immediately when<br>
&gt; &gt; glusterfs-fuse gets installed.<br>
&gt; &gt;<br>
&gt; &gt; Niels<br>
&gt; &gt;<br>
</div></div></blockquote></div><br></div></div>