I have a Fedora Core server running:
Fedora Core release 4 (Stentz)
kernel version: 2.6.15-1.1833_FC4smp
( I have also tried kernel  version: 2.6.16-1.2108_FC4smp)

I compiled the ocfs2 and ocfs2-tools using the following steps:

# MODULES:
tar zxvpf ocfs2-1.2.1.tar.gz
cd ocfs2-1.2.1
./configure
make
make install

# TOOLS:
tar zxf ocfs2-tools-1.2.1.tar.gz
cd ocfs2-tools-1.2.1
./configure --enable-dynamic-fsck=yes --enable-dynamic-ctl=yes --enable-ocfs2console=yes
make
make install

cp vendor/common/ocfs2.init /etc/init.d/ocfs2
cp vendor/common/o2cb.init /etc/init.d/o2cb
cp vendor/common/o2cb.sysconfig /etc/sysconfig/o2cb


I have the cluster.conf configured and the cluster is running.



Whenever I try to create an ocfs2 FS, I get the following error:
# mkfs.ocfs2 -v -b 4K -C 32K -N 4 -L mail_data /dev/etherd/e0.12p1
mkfs.ocfs2 1.2.1
Floating point exception


any comments or assistance would be appreciated.

-Jeffery P Humes



_______________________________________________
Ocfs2-users mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/ocfs2-users

Reply via email to