Hi All, I expunged gluster from my system (yum remove gluster; yum remove gluster-fuse ; find . -name "*gluster*" -exec rm -rf {} \; ) After I re-intalled: ?? ??wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo ??yum install glusterfs{-fuse,-server} the 'gluster' command just returns. ?'gluster help' doesn't show anything either. looking at /var/log/glusterfs/cli.log, i see: [2013-02-21 17:41:52.906754] W [rpc-transport.c:174:rpc_transport_load] 0-rpc-transport: missing 'option transport-type'. defaulting to "socket" [2013-02-21 17:41:52.906794] D [rpc-transport.c:248:rpc_transport_load] 0-rpc-transport: attempt to load file /usr/lib/glusterfs/3git/rpc-transport/socket.so [2013-02-21 17:41:52.906855] E [rpc-transport.c:252:rpc_transport_load] 0-rpc-transport: /usr/lib/glusterfs/3git/rpc-transport/socket.so: cannot open shared object file: No such file or directory what have i done?! ?any ideas how to fix? -bc