Re: [Gluster-users] Fuse problem

2009-08-11 Thread Yi Ling
make sure that the fuse module have been installed into /lib OR /usr/lib
there are some modules in the /usr/lib on my client:
   /usr/lib/libfuse.a
   /usr/lib/libfuse.la
   /usr/lib/libfuse.so -> /usr/lib/libfuse.so.2.7.4
   /usr/lib/libfuse.so.2 -> /usr/lib/libfuse.so.2.7.4
   /usr/lib/libfuse.so.2.7.4
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Fuse problem

2009-08-11 Thread Liam Slusser
Looks like fuse isn't loaded.  Have you installed fuse?  The debug log below
has the hint, try "modprobe fuse" as root.
liam

On Tue, Aug 11, 2009 at 7:27 AM, Hiren Joshi  wrote:

> Hello all,
>
> I'm running a 64bit Centos5 setup and am trying to mount a gluster
> filesystem (which is exported out of the same box).
>
> glusterfs --debug --volfile=/root/gluster/webspace2.vol
> /home/webspace_glust/
>
> Gives me:
> 
> [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
> defaulting ping-timeout to 10
> [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
> attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
> [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
> attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
> fuse: device not found, try 'modprobe fuse' first
> [2009-08-11 16:26:37] D [fuse-bridge.c:2740:init] glusterfs-fuse:
> fuse_mount() failed with error No such device on mount point
> /home/webspace_glust/
> [2009-08-11 16:26:37] E [xlator.c:736:xlator_init_rec] xlator:
> Initialization of volume 'fuse' failed, review your volfile again
> [2009-08-11 16:26:37] E [glusterfsd.c:513:_xlator_graph_init] glusterfs:
> initializing translator failed
> [2009-08-11 16:26:37] E [glusterfsd.c:1217:main] glusterfs: translator
> initialization failed.  exiting
>
>
> Any thoughts?
>
> ___
> Gluster-users mailing list
> Gluster-users@gluster.org
> http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
>
>
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Fuse problem

2009-08-11 Thread Geoff Galitz


> > I have fuse.x86_64 2.7.4-1.el5.rf installed but:
> > #> modprobe fuse
> > FATAL: Module fuse not found.
> >
> 
> That is the userland part of fuse.  There is also a kernel module that
> you will need to get and install.  I'm guessing you have yum since this
> appears to be a RHEL 5 machine so try a 'yum search fuse' to see if you
> can find the name of the kernel module.  It escapes me at the moment,
> which is why I suggest the yum search.


You are looking for the "dkms-fuse" package, available over yum.  You may
need to go to rpmforge to get it.

-geoff



-
Geoff Galitz
Blankenheim NRW, Germany
http://www.galitz.org/
http://german-way.com/blog/


___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Fuse problem

2009-08-11 Thread Hiren Joshi
 

> -Original Message-
> From: Jason Williams [mailto:jas...@jhu.edu] 
> Sent: 11 August 2009 15:42
> To: Hiren Joshi
> Cc: Vikas Gorur; gluster-users@gluster.org
> Subject: Re: [Gluster-users] Fuse problem
> 
> Hiren Joshi wrote:
> >  
> > 
> >> -Original Message-
> >> From: Vikas Gorur [mailto:vi...@gluster.com] 
> >> Sent: 11 August 2009 15:34
> >> To: Hiren Joshi
> >> Cc: gluster-users@gluster.org
> >> Subject: Re: [Gluster-users] Fuse problem
> >>
> >>
> >> - "Hiren Joshi"  wrote:
> >>
> >>> Hello all,
> >>>  
> >>> I'm running a 64bit Centos5 setup and am trying to mount a gluster
> >>> filesystem (which is exported out of the same box).
> >>>  
> >>> glusterfs --debug --volfile=/root/gluster/webspace2.vol
> >>> /home/webspace_glust/
> >>>  
> >>> Gives me:
> >>> 
> >>> [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
> >>> defaulting ping-timeout to 10
> >>> [2009-08-11 16:26:37] D [transport.c:141:transport_load] 
> transport:
> >>> attempt to load file 
> /usr/lib64/glusterfs/2.0.4/transport/socket.so
> >>> [2009-08-11 16:26:37] D [transport.c:141:transport_load] 
> transport:
> >>> attempt to load file 
> /usr/lib64/glusterfs/2.0.4/transport/socket.so
> >>> fuse: device not found, try 'modprobe fuse' first
> >> Make sure you have the fuse module loaded (modprobe fuse).
> >>
> > 
> > I have fuse.x86_64 2.7.4-1.el5.rf installed but:
> > #> modprobe fuse
> > FATAL: Module fuse not found.
> > 
> > 
> >> Vikas
> >> -- 
> >> Engineer - http://gluster.com/
> >>
> >>
> 
> That is the userland part of fuse.  There is also a kernel 
> module that 
> you will need to get and install.  I'm guessing you have yum 
> since this 
> appears to be a RHEL 5 machine so try a 'yum search fuse' to 
> see if you 
> can find the name of the kernel module.  It escapes me at the moment, 
> which is why I suggest the yum search.

yum install dkms-fuse did the trick.. thanks!


> 
> --
> Jason
> 
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Fuse problem

2009-08-11 Thread Jason Williams

Hiren Joshi wrote:
 


-Original Message-
From: Vikas Gorur [mailto:vi...@gluster.com] 
Sent: 11 August 2009 15:34

To: Hiren Joshi
Cc: gluster-users@gluster.org
Subject: Re: [Gluster-users] Fuse problem


- "Hiren Joshi"  wrote:


Hello all,
 
I'm running a 64bit Centos5 setup and am trying to mount a gluster

filesystem (which is exported out of the same box).
 
glusterfs --debug --volfile=/root/gluster/webspace2.vol

/home/webspace_glust/
 
Gives me:


[2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
defaulting ping-timeout to 10
[2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
[2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
fuse: device not found, try 'modprobe fuse' first

Make sure you have the fuse module loaded (modprobe fuse).



I have fuse.x86_64 2.7.4-1.el5.rf installed but:
#> modprobe fuse
FATAL: Module fuse not found.



Vikas
--
Engineer - http://gluster.com/




That is the userland part of fuse.  There is also a kernel module that 
you will need to get and install.  I'm guessing you have yum since this 
appears to be a RHEL 5 machine so try a 'yum search fuse' to see if you 
can find the name of the kernel module.  It escapes me at the moment, 
which is why I suggest the yum search.


--
Jason
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Fuse problem

2009-08-11 Thread Hiren Joshi
 

> -Original Message-
> From: Vikas Gorur [mailto:vi...@gluster.com] 
> Sent: 11 August 2009 15:34
> To: Hiren Joshi
> Cc: gluster-users@gluster.org
> Subject: Re: [Gluster-users] Fuse problem
> 
> 
> - "Hiren Joshi"  wrote:
> 
> > Hello all,
> >  
> > I'm running a 64bit Centos5 setup and am trying to mount a gluster
> > filesystem (which is exported out of the same box).
> >  
> > glusterfs --debug --volfile=/root/gluster/webspace2.vol
> > /home/webspace_glust/
> >  
> > Gives me:
> > 
> > [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
> > defaulting ping-timeout to 10
> > [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
> > attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
> > [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
> > attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
> > fuse: device not found, try 'modprobe fuse' first
> 
> Make sure you have the fuse module loaded (modprobe fuse).
> 

I have fuse.x86_64 2.7.4-1.el5.rf installed but:
#> modprobe fuse
FATAL: Module fuse not found.


> Vikas
> -- 
> Engineer - http://gluster.com/
> 
> 
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Fuse problem

2009-08-11 Thread Vikas Gorur

- "Hiren Joshi"  wrote:

> Hello all,
>  
> I'm running a 64bit Centos5 setup and am trying to mount a gluster
> filesystem (which is exported out of the same box).
>  
> glusterfs --debug --volfile=/root/gluster/webspace2.vol
> /home/webspace_glust/
>  
> Gives me:
> 
> [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
> defaulting ping-timeout to 10
> [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
> attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
> [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
> attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
> fuse: device not found, try 'modprobe fuse' first

Make sure you have the fuse module loaded (modprobe fuse).

Vikas
-- 
Engineer - http://gluster.com/

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


[Gluster-users] Fuse problem

2009-08-11 Thread Hiren Joshi
Hello all,
 
I'm running a 64bit Centos5 setup and am trying to mount a gluster
filesystem (which is exported out of the same box).
 
glusterfs --debug --volfile=/root/gluster/webspace2.vol
/home/webspace_glust/
 
Gives me:

[2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
defaulting ping-timeout to 10
[2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
[2009-08-11 16:26:37] D [transport.c:141:transport_load] transport:
attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so
fuse: device not found, try 'modprobe fuse' first
[2009-08-11 16:26:37] D [fuse-bridge.c:2740:init] glusterfs-fuse:
fuse_mount() failed with error No such device on mount point
/home/webspace_glust/
[2009-08-11 16:26:37] E [xlator.c:736:xlator_init_rec] xlator:
Initialization of volume 'fuse' failed, review your volfile again
[2009-08-11 16:26:37] E [glusterfsd.c:513:_xlator_graph_init] glusterfs:
initializing translator failed
[2009-08-11 16:26:37] E [glusterfsd.c:1217:main] glusterfs: translator
initialization failed.  exiting

 
Any thoughts?
___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users