gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] glusterfs -- mainline 2.5 -- patch 690 won't mount [


From: Jordi Moles
Subject: Re: [Gluster-devel] glusterfs -- mainline 2.5 -- patch 690 won't mount [solved]
Date: Tue, 04 Mar 2008 10:31:56 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080213)

hi,

thanks, that was it.

i don't know why, /dev/fuse is not created on start. is it because of the patch version?

here's how i'm trying to install both fuse and gluster

*********

apt-get install tla

cd /usr/src
tla register-archive http://arch.sv.gnu.org/archives/gluster/
tla get -A address@hidden glusterfs--mainline--2.5--patch-650 glusterfs  ##o la 
versiĆ³ patch que sigui

apt-get install 9base bison btyacc byacc cl-yacc cutils styx bisonc++ 
compilercache cutils flex yydecode alex perl-byacc python-ply python-pyparsing
apt-get install build-essential libtool automake autoconf

cd /usr/src
wget http://ftp.zresearch.com/pub/gluster/glusterfs/fuse/fuse-2.7.2glfs8.tar.gz
tar xfvzp fuse-2.7.2glfs8.tar.gz
cd fuse-2.7.2glfs8
apt-get install linux-headers-2.6.18-6-xen-amd64 (o la versiĆ³ de kernel que 
toqui)
./configure --enable-kernel-module
make
make install
cd /usr/lib
ln -s /usr/local/lib/libfuse.so.2 libfuse.so.2

cd /usr/src/glusterfs
apt-get install python2.4-dev python2.4 python
./autogen.sh
./configure --prefix=/usr --disable-server --disable-ibverbs
make
make install


*********

After that, when i run:

**********

glusterfs -l /var/log/glusterfs/glusterfs.log -L DEBUG -f /etc/glusterfs/glusterfs-client.vol /mnt/gluster/

**********

It fails because /dev/fuse is never created.

lsmod shows that fuse kernel module is loaded on boot, and no error is logged in the /var/log/* files about fuse.

Do i have to run a script which runs a mknod every time the machine boots? This didn't use to happen in earlier patches, installed the exact same way.

Thank you.

En/na Basavanagowda Kanur ha escrit:
Jordi,
  Please make sure you have loaded fuse kernel module using 'modprobe
fuse'. If you have already done that, then your /dev/fuse file must be
missing. Create /dev/fuse using command 'mknod /dev/fuse c 10 229'.

--
Gowda





reply via email to

[Prev in Thread] Current Thread [Next in Thread]