did a kernel upgrade

works well now

Thx a lot for your help

KL
You don't need dkms with CentOS that I'm aware of.
If your kernel modules directories don't have a fuse.ko or fuse.o module then 
that's your problem right there.

Try:
rpm -ql kernel-2.6.18-128.el5 | grep fuse

It should come back with a path to the module.
If not, then you either need to get a new kernel rpm that has the fuse module 
in it, or compile fuse from source.

-Tony
---------------------------
Manager, IT Operations
Format Dynamics, Inc.
P: 303-228-7327
F: 303-228-7305
[email protected]
http://www.formatdynamics.com


-----Original Message-----
From: Burnash, James [mailto:[email protected]]
Sent: Thursday, May 19, 2011 9:57 AM
To: 'Karim Latouche'; Anthony J. Biacco
Cc: [email protected]
Subject: RE: [Gluster-users] mounting issues with CentOS 5.4

Hi KL.

This is what I see on my 5.4 GlusterFS clients:

ssht jc1letgmisc1 'rpm -qa | grep -I fuse'
dkms-fuse-2.7.4-1.nodist.rf.noarch
fuse-2.7.4-8.el5.x86_64
glusterfs-fuse-3.1.3-1.x86_64

I believe you need the dkms-fuse and the dkms packages for CentOS.

Hope this helps.

James Burnash

-----Original Message-----
From: [email protected] [mailto:gluster-users-
[email protected]] On Behalf Of Karim Latouche
Sent: Thursday, May 19, 2011 11:48 AM
To: Anthony J. Biacco
Cc: [email protected]
Subject: Re: [Gluster-users] mounting issues with CentOS 5.4

Hi

1. What kernel do you have installed? Did you compile it or use an rpm from
the centos repo or another repo?
uname -r gives

2.6.18-128.el5

What does this command produce:

find /lib/modules -name fuse.ko
it gives nothing

2. What fuse packages show as installed?

rpm -qa | grep -I fuse

fuse-libs-2.7.4-8.el5
fuse-devel-2.7.4-8.el5
glusterfs-fuse-3.2.0-1
fuse-devel-2.7.4-8.el5
fuse-2.7.4-8.el5
fuse-libs-2.7.4-8.el5


Thx for your help

KL

-Tony
---------------------------
Manager, IT Operations
Format Dynamics, Inc.
P: 303-228-7327
F: 303-228-7305
[email protected]
http://www.formatdynamics.com


-----Original Message-----
From: [email protected] [mailto:gluster-users-
[email protected]] On Behalf Of Karim Latouche
Sent: Thursday, May 19, 2011 5:36 AM
To: [email protected]
Cc: 'Gluster Users'
Subject: Re: [Gluster-users] mounting issues with CentOS 5.4

Hi

Thx for the answer but no luck
I still get the same error
FATAL: Module fuse not found

:'(


KL
I think you need :

yum groupinstall 'Development Tools'
yum groupinstall 'Development Libraries'
yum install libibverbs-devel fuse* fuse-devel

-----------------------------------------------
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: [email protected]
Internet: www.tropenklinik.de
-----------------------------------------------
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Karim
Latouche
Gesendet: Donnerstag, 19. Mai 2011 12:41
An: Gluster Users
Betreff: [Gluster-users] mounting issues with CentOS 5.4

Hi All,

I'm trying to mount a volume using this command

mount -t glusterfs host:/vol   /mnt

and I get

fusermount: fuse device not found, try 'modprobe fuse' first
fusermount: fuse device not found, try 'modprobe fuse' first Mount
failed. Please check the log file for more details.


modprobe fuse  gives

FATAL: Module fuse not found

glusterfs-fuse-3.2.0-1.x86_64.rpm   ist installed on this machine and
the volume mounts well from an ubuntu 11.04 client

Any clues ?

Thx

KL
_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


DISCLAIMER:
This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information. If you are not the intended recipient of this e-mail,
you are hereby notified that any dissemination, distribution or copying of this
e-mail, and any attachments thereto, is strictly prohibited. If you have
received this in error, please immediately notify me and permanently delete
the original and any copy of any e-mail and any printout thereof. E-mail
transmission cannot be guaranteed to be secure or error-free. The sender
therefore does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.
NOTICE REGARDING PRIVACY AND CONFIDENTIALITY Knight Capital Group
may, at its discretion, monitor and review the content of all e-mail
communications. http://www.knight.com

_______________________________________________
Gluster-users mailing list
[email protected]
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to