Hello all, Trying to get Gluster going on a CentOS 5.2 (32bit) machine. The daemon loads OK, but when the client tries, it spits this out in the log : +------------------------------------------------------------------------------+ [2009-09-29 11:02:57] E [xlator.c:736:xlator_init_rec] xlator: Initialization of volume 'fuse' failed, review your volfile again [2009-09-29 11:02:57] E [glusterfsd.c:513:_xlator_graph_init] glusterfs: initializing translator failed [2009-09-29 11:02:57] E [glusterfsd.c:1217:main] glusterfs: translator initialization failed. exiting Naturally this indicates a Fuse problem, which makes sense, since CentOS 5.2 doesn't ship with Fuse. So i went ahead and installed, well, more or less everything - yet the error persists. See below : [root at A01 ~]# rpm -qa | grep ^fuse fuse-libs-2.7.4glfs11-1 fuse-2.7.4glfs11-1 fuse-devel-2.7.4glfs11-1 [root at A01 ~]# rpm -qa | grep dkms dkms-fuse-2.7.4-1.nodist.rf dkms-2.0.22.0-1.el5.rf [root at A01 ~]# rpm -qa | grep gluster glusterfs-server-2.0.6-1 glusterfs-client-2.0.6-1 glusterfs-common-2.0.6-1 [root at A01 ~]# locate libfuse /usr/lib/libfuse.so /usr/lib/libfuse.so.2 /usr/lib/libfuse.so.2.7.4 [root at A01 ~]# ls -l /dev/fuse crw------- 1 root root 10, 229 Sep 29 11:01 /dev/fuse However... [root at A01 ~]# modprobe fuse FATAL: Module fuse not found. Does anybody have any ideas ? Thanks. -- Daniel Maher <dma+gluster at witbe.net>