Displaying 20 results from an estimated 400 matches similar to: "ocfs2-tools-1.2.0-1 compile error"
2010 Nov 30
1
Compiling ocfs2-tools-1.6.3 on slackware64-13.1
Hello all,
I'm having trouble compiling ocfs2-tools-1.6.3 on slackware64-13.1
These are my configure flags (the last 2 I added after googling this problem, but didn't help):
./configure \
--sbindir=/sbin \
--bin=/bin \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--datadir=/etc/ocfs2 \
--sharedstatedir=/var/ocfs2 \
--libexecdir=/usr/libexec \
2010 Feb 13
3
ocfs2 compile error in x86_64
Hi,
I tried to compiled ocfs2 on 2.6.32.2 x86_64 but still failed.
there are an error blow:
---------------------------------------------------------------------------------------------------------------------
xattr.c: In function 'check_xattr_entry':
xattr.c:250: warning: format '%u' expects type 'unsigned int', but argument
7 has type 'long int'
xattr.c:287:
2010 Feb 13
3
ocfs2 compile error in x86_64
Hi,
I tried to compiled ocfs2 on 2.6.32.2 x86_64 but still failed.
there are an error blow:
---------------------------------------------------------------------------------------------------------------------
xattr.c: In function 'check_xattr_entry':
xattr.c:250: warning: format '%u' expects type 'unsigned int', but argument
7 has type 'long int'
xattr.c:287:
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel
part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus.
The following 6 patches have already got sunil's SOBs, and now they're
trying to attract more reviewers before it goes to central repo with
a modification of getting manual pages being introduced.
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi,
I'm sending a series of patches implementing quota support into ocfs2-tools.
It's the same as the original huge patch I've sent but now it's split as Joel
asked. I've also realized that when disabling SPARSE feature, we should update
quota information. That piece of code is missing, I'll implement it soon.
Comments welcome.
Honza
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi,
this is the next version of quota support for quota tools. I've addressed all
the comments of Tao, Joel and others. Sparse feature disabling also correctly
updates quota information now and the patch is merged into the tunefs support
patch.
Honza
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi,
below comes a new version of the series of patches implementing quota support
for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given
number of bytes instead of number of blocks. Besides that the series should be
the same.
Honza
2011 Jun 27
1
multiple cluster doesn't work
We're trying to setup 3 PRDM partitions (VMware) across 2 nodes. As long as
only one is configured in cluster.conf, there's not problem. As soon as we
try to use 2 or more we get issues.
It looks the same as bug 636:
http://oss.oracle.com/bugzilla/show_bug.cgi?id=636
I posted my cluster.conf and command line results there. I'm including them
here in the hopes that someone on this
2007 Feb 06
1
ocfs2-tools-1.2.2 compile.
Hi,
The ocfs2 package compiled perfectly, but tools did not.
The test setup is using opensuse10.1 - updates applied
For "ocfs2-tools-1.2.2":
In file included from include/ocfs2.h:60,
from alloc.c:32:
include/ocfs2_fs.h: In function ?ocfs2_fast_symlink_chars?:
include/ocfs2_fs.h:566: warning: implicit declaration of function ?offsetof?
include/ocfs2_fs.h:566: error: expected
2007 Sep 30
4
Question about increasing node slots
We have a test 10gR2 RAC cluster using ocfs2 filesystems for the
Clusterware files and the Database files.
We need to increase the node slots to accomodate new RAC nodes. Is it
true that we will need to umount these filesystems for the upgrade (i.e.
Database and Clusterware also)?
We are planning to use the following command format to perform the node
slot increase:
# tunefs.ocfs2 ?N 3
2008 Oct 24
3
mkfs patch for creating filesystem with quota files
Hello,
attached is a patch which implements necessary support for
mkfs so that quota files can be created.
Honza
--
Jan Kara <jack at suse.cz>
SUSE Labs, CR
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Implement-quota-support-to-mkfs-and-add-a-few-auxili.patch
Type: text/x-patch
Size: 16966 bytes
Desc: not available
Url :
2011 Aug 05
3
samba4 asn1_compile issue
Hi,
I am trying to do cross compile Samba4.?Build system generating two binary asn1_compile and compile_et to generate .c files which will then build for our platform.
But it can not execute both binary files.
[ 198/3298] Compiling ASN1 source4/heimdal/lib/asn1/kx509.asn1
/bin/sh: ../build_dir/target-ubicom32-unknown-linux-gnu/samba-4.0.0alpha16/bin/asn1_compile: cannot execute binary file
Waf:
2005 Oct 12
2
Unable to access cluster service
hello,
I'm running Ubuntu Breezy with the OCFS2 modules in the standard kernel. I
installed ocfs2console and ocfs2-tools
I've formatted a partition with ocfs2. But I can't add any node or mount the
device(with the ocfs2console). because I get a "Unable to access cluster
service"
I can't find the cause nor the solution to this.
root@lenaeja:~# /etc/init.d/o2cb status
2007 Jul 07
2
Adding new nodes to OCFS2?
I looked around, found older post which seems not applicable anymore. I
have a cluster of 2 nodes right now, which has 3 OCFS2 file systems. All
the file systems were formatted with 4 node slots. I added the two news
nodes (by hand, by ocfs2console and o2cb_ctl), so my
/etc/ofcfs/cluster.conf looks right:
node:
ip_port = 7777
ip_address = 192.168.201.1
number = 0
2007 Apr 13
2
O2CB in ocfs2tools 1.2.4
Hi,
I might be overlooking the obvious, but I have yet to find
"/etc/init.d/o2cb" however, I read that configuration uses this init script.
Where is it?
From: ocfs2-tools-1.2.4/README.O2CB
[Starting the OCFS2 Clustering Services]
O2CB is comprised of a simple node manager, heartbeat, TCP protocol, and
DLM. The basic steps in startup are as follows:
1) Load the nodemanager,
2006 Mar 10
5
Add a new node to ocfs cluster
Hi everybody,
My problem is that I want to add a new node to an existing RAC with ocfs2, without stop the database.
If I add a new node to an existing ocfs cluster, do I need to stop the ocfs in the others nodes of the cluster?
I've tried to do it without stop the ocfs in the others nodes but I get the following error:
2004 Aug 02
6
Calculating volume size from superblock
Another simple question.
How do I calculate the size of the volume from the superblock?
Do I just use the two fields:
u_int32_t s_blocksize_bits; /* Blocksize for this fs */
u_int32_t s_clustersize_bits; /* Clustersize for this fs */
What is the formula to use?
Thanks,
John
2006 Aug 01
1
AW: ocfs2_search_chain: Group Descriptor has bad signature
I'm using ocfs2 and all modules from Suse (SLES9), no self compilations.
Here are the details:
* 32-bit machine (writing to ocfs2 partition/LUN and where the corruption was reported):
Kernel: 2.6.5-7.257-bigsmp #1 SMP i686 i386 GNU/Linux
OCFS2 rpms: ocfs2console-1.2.1-4.2
ocfs2-tools-1.2.1-4.2
o2cb_ctl -V: o2cb_ctl version 1.2.1
/etc/init.d/o2cb status:
Module "configfs":
2006 May 26
1
Another node is heartbeating in our slot!
All,
We are having some problems getting OCFS2 to run, we are using kernel
2.6.15 with OCFS2 1.2.1. Compiling the OCFS2 sources went fine and all
modules load perfectly.
However, we can only mount the OCFS2 volume on one machine at a time,
when we try to mount the volume on the 2 other machines we get an error
stating that another node is heartbeating in our slot. When we mount the
volume
2006 Jun 07
2
o2cb_ctl: internal logic failure while creating node
Hi,
I am getting following tyoe of error while trying to configure node using ocfs2
o2cb_ctl: internal logic failure while creating node
My Kernel version is 2.6.9-22.ELsmp
Rpm which i use are
ocfs2-2.6.9-22.ELsmp-1.0.7-1.i686.rpm
ocfs2console-1.0.3-1.i386.rpm
ocfs2-tools-1.0.3-1.i386.rpm
after that I gave command
ocfs2console
Select Cluster ? Configure Nodes
Click on Add and enter the Name