Hello fellow cluster members ;-) I'm getting the following error message whenever I try to write to the CIB with cibadmin
dbtest2:~ # cibadmin -V -C -o constraints -x rsc_order.update Call cib_create failed (-23): Activation Failed <null> When using the GUI the problem doesn't show up and I can add and remove nodes, resources and constraints; I also try cibadmin -R and cibadmin -U after initially creating the constraint with the GUI, with the same error shown above, like: cibadmin -U --obj_type constraints -X '<rsc_order id="OrdenMontaje" from="evms_PCC" type="before" action="start" to="puntoMontajePCC" symmetrical="TRUE"/>' If I run the command through strace I get quite a few "Resource temporarily unavailable" messages (look in the attachments) No messages in the log file about this, none at all. The system is SLES10 SP1 for power (Power series 570), with stock heartbeat 2.0.8 Find attached the CIB and the xml file I'm trying to add, which is the xml snippet you see above. Any help will be appreciated Regards.
<cib generated="true" admin_epoch="0" epoch="4" num_updates="172" have_quorum="true" ignore_dtd="false" num_peers="2" cib_feature_revision="1.3" cib-last-written="Wed Aug 22 15:05:04 2007" ccm_transition="2" dc_uuid="a4b9a737-b377-44c2-8d1b-8dc5c6457c89">
<configuration>
<crm_config>
<cluster_property_set id="cib-bootstrap-options">
<attributes>
<nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1187853876"/>
</attributes>
</cluster_property_set>
</crm_config>
<nodes>
<node id="6e0b8e97-505a-40ee-9b55-f5031e596d3b" uname="dbtest1" type="normal"/>
<node id="a4b9a737-b377-44c2-8d1b-8dc5c6457c89" uname="dbtest2" type="normal"/>
</nodes>
<resources>
<primitive id="evms_PCC" class="heartbeat" type="evms_failover" provider="heartbeat" is_managed="#default">
<instance_attributes id="evms_PCC_instance_attrs">
<attributes>
<nvpair id="evms_PCC_target_role" name="target_role" value="stopped"/>
<nvpair id="adc2653f-3c50-4b82-9445-04c010d5aff1" name="1" value="testprivclustercontainer"/>
</attributes>
</instance_attributes>
<operations>
<op id="9b001c71-d9cc-40da-9e6b-5cce6e960e4b" name="monitor" interval="15" timeout="120" start_delay="15" disabled="false" role="Started"/>
</operations>
</primitive>
<primitive id="puntoMontajePCC" class="ocf" type="Filesystem" provider="heartbeat">
<instance_attributes id="puntoMontajePCC_instance_attrs">
<attributes>
<nvpair id="puntoMontajePCC_target_role" name="target_role" value="stopped"/>
<nvpair id="3a2b1319-b5cb-43e1-b512-247e8ff31187" name="fstype" value="reiserfs"/>
<nvpair id="f9639ea1-25f4-406d-99fa-42ad772d353d" name="device" value="/dev/evms/testprivclustercontainer/almacen"/>
<nvpair id="c11bb4eb-2ebc-42b2-8cec-bbf12707bf8c" name="directory" value="/mnt"/>
</attributes>
</instance_attributes>
<operations>
<op id="8a340dda-a1b5-40e8-8d56-486306d07ae7" name="monitor" interval="20" timeout="40" start_delay="10" disabled="false"/>
</operations>
</primitive>
</resources>
<constraints>
<rsc_location id="place_evmsPCC" rsc="evms_PCC">
<rule id="prefered_place_evmsPCC" score="100">
<expression attribute="#uname" id="7c716435-de22-4779-8456-cdfcad56026f" operation="eq" value="dbtest1"/>
</rule>
</rsc_location>
<rsc_colocation id="JuntosPCC" from="evms_PCC" to="evms_PCC" score="INFINITY"/>
</constraints>
</configuration>
<status>
<node_state id="a4b9a737-b377-44c2-8d1b-8dc5c6457c89" uname="dbtest2" crmd="online" crm-debug-origin="do_update_resource" shutdown="0" in_ccm="true" ha="active" join="member" expected="member">
<transient_attributes id="a4b9a737-b377-44c2-8d1b-8dc5c6457c89">
<instance_attributes id="status-a4b9a737-b377-44c2-8d1b-8dc5c6457c89">
<attributes>
<nvpair id="status-a4b9a737-b377-44c2-8d1b-8dc5c6457c89-probe_complete" name="probe_complete" value="true"/>
</attributes>
</instance_attributes>
</transient_attributes>
<lrm id="a4b9a737-b377-44c2-8d1b-8dc5c6457c89">
<lrm_resources>
<lrm_resource id="puntoMontajePCC" type="Filesystem" class="ocf" provider="heartbeat">
<lrm_rsc_op id="puntoMontajePCC_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" transition_key="7:0:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="4:7;7:0:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="3" crm_feature_set="1.0.8" rc_code="7" op_status="4" interval="0" op_digest="253c13a71275911cbc97bcb93762b90d"/>
<lrm_rsc_op id="puntoMontajePCC_start_0" operation="start" crm-debug-origin="build_active_RAs" transition_key="8:3:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="0:0;8:3:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="6" crm_feature_set="1.0.8" rc_code="0" op_status="0" interval="0" op_digest="253c13a71275911cbc97bcb93762b90d"/>
<lrm_rsc_op id="puntoMontajePCC_stop_0" operation="stop" crm-debug-origin="build_active_RAs" transition_key="10:11:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="0:0;10:11:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="11" crm_feature_set="1.0.8" rc_code="0" op_status="0" interval="0" op_digest="253c13a71275911cbc97bcb93762b90d"/>
</lrm_resource>
<lrm_resource id="evms_PCC" type="evms_failover" class="heartbeat" provider="heartbeat">
<lrm_rsc_op id="evms_PCC_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="5:16:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="0:0;5:16:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="12" crm_feature_set="1.0.8" rc_code="0" op_status="0" interval="0" op_digest="a2fda9b3e16bab91869a489ca0cc0392"/>
<lrm_rsc_op id="evms_PCC_stop_0" operation="stop" crm-debug-origin="do_update_resource" transition_key="4:17:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="0:0;4:17:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="13" crm_feature_set="1.0.8" rc_code="0" op_status="0" interval="0" op_digest="a2fda9b3e16bab91869a489ca0cc0392"/>
</lrm_resource>
</lrm_resources>
</lrm>
</node_state>
<node_state id="6e0b8e97-505a-40ee-9b55-f5031e596d3b" uname="dbtest1" crmd="online" crm-debug-origin="do_update_resource" in_ccm="true" ha="active" join="member" expected="member" shutdown="0">
<transient_attributes id="6e0b8e97-505a-40ee-9b55-f5031e596d3b">
<instance_attributes id="status-6e0b8e97-505a-40ee-9b55-f5031e596d3b">
<attributes>
<nvpair id="status-6e0b8e97-505a-40ee-9b55-f5031e596d3b-probe_complete" name="probe_complete" value="true"/>
</attributes>
</instance_attributes>
</transient_attributes>
<lrm id="6e0b8e97-505a-40ee-9b55-f5031e596d3b">
<lrm_resources>
<lrm_resource id="puntoMontajePCC" type="Filesystem" class="ocf" provider="heartbeat">
<lrm_rsc_op id="puntoMontajePCC_monitor_0" operation="monitor" crm-debug-origin="build_active_RAs" transition_key="4:0:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="4:7;4:0:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="3" crm_feature_set="1.0.8" rc_code="7" op_status="4" interval="0" op_digest="253c13a71275911cbc97bcb93762b90d"/>
<lrm_rsc_op id="puntoMontajePCC_start_0" operation="start" crm-debug-origin="build_active_RAs" transition_key="6:2:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="4:2;6:2:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="5" crm_feature_set="1.0.8" rc_code="2" op_status="4" interval="0" op_digest="253c13a71275911cbc97bcb93762b90d"/>
<lrm_rsc_op id="puntoMontajePCC_stop_0" operation="stop" crm-debug-origin="build_active_RAs" transition_key="2:3:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="0:0;2:3:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="6" crm_feature_set="1.0.8" rc_code="0" op_status="0" interval="0" op_digest="253c13a71275911cbc97bcb93762b90d"/>
</lrm_resource>
<lrm_resource id="evms_PCC" type="evms_failover" class="heartbeat" provider="heartbeat">
<lrm_rsc_op id="evms_PCC_monitor_0" operation="monitor" crm-debug-origin="do_update_resource" transition_key="3:16:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" transition_magic="0:7;3:16:c46d6f4c-5e97-4382-8fcb-283c8a1c4e31" call_id="7" crm_feature_set="1.0.8" rc_code="7" op_status="0" interval="0" op_digest="a2fda9b3e16bab91869a489ca0cc0392"/>
</lrm_resource>
</lrm_resources>
</lrm>
</node_state>
</status>
</cib>
20211 execve("/usr/sbin/cibadmin", ["cibadmin", "-V", "-C", "-o",
"constraints", "-x", "rsc_order.update"], [/* 59 vars */]) = 0
20211 brk(0) = 0x10016000
20211 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
20211 open("/etc/ld.so.cache", O_RDONLY) = 3
20211 fstat64(3, {st_mode=S_IFREG|0644, st_size=69274, ...}) = 0
20211 mmap(NULL, 69274, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7fd0000
20211 close(3) = 0
20211 open("/usr/lib/libplumb.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\237"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=210304, ...}) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fcf000
20211 mmap(0xffad000, 274040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xffad000
20211 madvise(0xffad000, 274040, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xffde000, 65536, PROT_NONE) = 0
20211 mmap(0xffee000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0xffee000
20211 close(3) = 0
20211 open("/usr/lib/libpils.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0*0"..., 512)
= 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=39972, ...}) = 0
20211 mmap(0xff83000, 104004, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xff83000
20211 madvise(0xff83000, 104004, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xff8c000, 65536, PROT_NONE) = 0
20211 mmap(0xff9c000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0xff9c000
20211 close(3) = 0
20211 open("/usr/lib/libcrmcommon.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0|\260"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=160872, ...}) = 0
20211 mmap(0xff3c000, 224460, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xff3c000
20211 madvise(0xff3c000, 224460, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xff62000, 61440, PROT_NONE) = 0
20211 mmap(0xff71000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0xff71000
20211 close(3) = 0
20211 open("/usr/lib/libcib.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0G "..., 512)
= 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=74052, ...}) = 0
20211 mmap(0xff0a000, 137752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xff0a000
20211 madvise(0xff0a000, 137752, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xff1b000, 65536, PROT_NONE) = 0
20211 mmap(0xff2b000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0xff2b000
20211 close(3) = 0
20211 open("/usr/lib/libapphb.so.0", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\031"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=12332, ...}) = 0
20211 mmap(0xfee7000, 76300, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xfee7000
20211 madvise(0xfee7000, 76300, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfeea000, 61440, PROT_NONE) = 0
20211 mmap(0xfef9000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xfef9000
20211 close(3) = 0
20211 open("/usr/lib/libhbclient.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0.\360"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=53992, ...}) = 0
20211 mmap(0xfeba000, 118600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfeba000
20211 madvise(0xfeba000, 118600, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfec6000, 61440, PROT_NONE) = 0
20211 mmap(0xfed5000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0xfed5000
20211 close(3) = 0
20211 open("/opt/gnome/lib/libglib-2.0.so.0", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1& "..., 512)
= 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=670276, ...}) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fce000
20211 mmap(0xfe07000, 666880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfe07000
20211 madvise(0xfe07000, 666880, MADV_SEQUENTIAL|0x1) = 0
20211 mmap(0xfea7000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa0000) = 0xfea7000
20211 close(3) = 0
20211 open("/lib/libncurses.so.5", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1T\320"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=358428, ...}) = 0
20211 mmap(0xfd91000, 416988, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfd91000
20211 madvise(0xfd91000, 416988, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfddc000, 61440, PROT_NONE) = 0
20211 mmap(0xfdeb000, 49152, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4a000) = 0xfdeb000
20211 close(3) = 0
20211 open("/lib/libbz2.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0!p"..., 512)
= 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=79124, ...}) = 0
20211 mmap(0xfd5e000, 143048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfd5e000
20211 madvise(0xfd5e000, 143048, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfd70000, 65536, PROT_NONE) = 0
20211 mmap(0xfd80000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0xfd80000
20211 close(3) = 0
20211 open("/usr/lib/libxml2.so.2", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\2\317"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=1522328, ...}) = 0
20211 mmap(0xfbca000, 1588644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfbca000
20211 madvise(0xfbca000, 1588644, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfd31000, 61440, PROT_NONE) = 0
20211 mmap(0xfd40000, 53248, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x166000) = 0xfd40000
20211 mmap(0xfd4d000, 3492, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfd4d000
20211 close(3) = 0
20211 open("/lib/libz.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0(\340"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=82344, ...}) = 0
20211 mmap(0xfb96000, 146120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfb96000
20211 madvise(0xfb96000, 146120, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfbaa000, 61440, PROT_NONE) = 0
20211 mmap(0xfbb9000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0xfbb9000
20211 close(3) = 0
20211 open("/lib/power5+/libm.so.6", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\336"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=760307, ...}) = 0
20211 mmap(0xfacc000, 758472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfacc000
20211 madvise(0xfacc000, 758472, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfb71000, 65536, PROT_NONE) = 0
20211 mmap(0xfb81000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa5000) = 0xfb81000
20211 close(3) = 0
20211 open("/lib/power5+/libc.so.6", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1\353"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=1640689, ...}) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fcd000
20211 mmap(0xf957000, 1458604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xf957000
20211 madvise(0xf957000, 1458604, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xfaa4000, 61440, PROT_NONE) = 0
20211 mmap(0xfab3000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14c000) = 0xfab3000
20211 mmap(0xfab9000, 8620, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfab9000
20211 close(3) = 0
20211 open("/lib/libuuid.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\36"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=20284, ...}) = 0
20211 mmap(0xf932000, 83544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xf932000
20211 madvise(0xf932000, 83544, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf937000, 61440, PROT_NONE) = 0
20211 mmap(0xf946000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0xf946000
20211 close(3) = 0
20211 open("/lib/libpam.so.0", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0#\0"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=51060, ...}) = 0
20211 mmap(0xf906000, 113644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xf906000
20211 madvise(0xf906000, 113644, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf912000, 61440, PROT_NONE) = 0
20211 mmap(0xf921000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0xf921000
20211 close(3) = 0
20211 open("/lib/power5+/librt.so.1", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\36"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=48477, ...}) = 0
20211 mmap(0xf8dd000, 98780, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xf8dd000
20211 madvise(0xf8dd000, 98780, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf8e5000, 61440, PROT_NONE) = 0
20211 mmap(0xf8f4000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0xf8f4000
20211 close(3) = 0
20211 open("/usr/lib/libltdl.so.3", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0&\340"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=35372, ...}) = 0
20211 mmap(0xf8b4000, 99328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xf8b4000
20211 madvise(0xf8b4000, 99328, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf8bc000, 65536, PROT_NONE) = 0
20211 mmap(0xf8cc000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0xf8cc000
20211 close(3) = 0
20211 open("/lib/libdl.so.2", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0\r"..., 512)
= 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=21354, ...}) = 0
20211 mmap(0xf890000, 77952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
0) = 0xf890000
20211 madvise(0xf890000, 77952, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf893000, 61440, PROT_NONE) = 0
20211 mmap(0xf8a2000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xf8a2000
20211 close(3) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fcc000
20211 open("/lib/power5+/libpthread.so.0", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0Q\260"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=125629, ...}) = 0
20211 mmap(0xf858000, 160216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xf858000
20211 madvise(0xf858000, 160216, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf86c000, 65536, PROT_NONE) = 0
20211 mmap(0xf87c000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0xf87c000
20211 mmap(0xf87e000, 4568, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf87e000
20211 close(3) = 0
20211 open("/lib/libaudit.so.0", O_RDONLY) = 3
20211 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\0.\260"...,
512) = 512
20211 fstat64(3, {st_mode=S_IFREG|0755, st_size=79884, ...}) = 0
20211 mmap(0xf824000, 143652, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xf824000
20211 madvise(0xf824000, 143652, MADV_SEQUENTIAL|0x1) = 0
20211 mprotect(0xf837000, 61440, PROT_NONE) = 0
20211 mmap(0xf846000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0xf846000
20211 close(3) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fcb000
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fca000
20211 mprotect(0xf846000, 4096, PROT_READ) = 0
20211 mprotect(0xf87c000, 4096, PROT_READ) = 0
20211 mprotect(0xf8a2000, 4096, PROT_READ) = 0
20211 mprotect(0xf8f4000, 4096, PROT_READ) = 0
20211 mprotect(0xfab3000, 8192, PROT_READ) = 0
20211 mprotect(0xfb81000, 16384, PROT_READ) = 0
20211 munmap(0xf7fd0000, 69274) = 0
20211 set_tid_address(0xf7fca048) = 20211
20211 rt_sigaction(SIGRTMIN, {0xf85cd30, [], SA_SIGINFO}, NULL, 8) = 0
20211 rt_sigaction(SIGRT_1, {0xf85cc00, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
20211 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
20211 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
20211 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xfffd9144, 35, (nil), 0}) = 0
20211 rt_sigaction(SIGUSR1, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR2, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR1, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR2, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR1, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR2, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR1, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR2, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR1, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR2, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR1, {0x10003c10, [], 0}, NULL, 8) = 0
20211 rt_sigaction(SIGUSR2, {0x10003c10, [], 0}, NULL, 8) = 0
20211 brk(0) = 0x10016000
20211 brk(0x10037000) = 0x10037000
20211 open("rsc_order.update", O_RDONLY|O_LARGEFILE) = 3
20211 fstat64(3, {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fe0000
20211 _llseek(3, 0, [0], SEEK_CUR) = 0
20211 fstat64(3, {st_mode=S_IFREG|0644, st_size=116, ...}) = 0
20211 _llseek(3, 0, [0], SEEK_SET) = 0
20211 read(3, "<rsc_order id=\"OrdenMontaje\" fro"..., 116) = 116
20211 _llseek(3, 116, [116], SEEK_SET) = 0
20211 close(3) = 0
20211 munmap(0xf7fe0000, 4096) = 0
20211 socket(PF_FILE, SOCK_STREAM, 0) = 3
20211 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
20211 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
20211 connect(3, {sa_family=AF_FILE, path="/var/run/heartbeat/crm/cib_rw"},
110) = 0
20211 getsockopt(3, SOL_SOCKET, SO_PEERCRED, "\0\0F\222\0\0\0Z\0\0\0Z", [12]) = 0
20211 socket(PF_FILE, SOCK_STREAM, 0) = 4
20211 fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
20211 fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
20211 connect(4, {sa_family=AF_FILE,
path="/var/run/heartbeat/crm/cib_callback"}, 110) = 0
20211 getsockopt(4, SOL_SOCKET, SO_PEERCRED, "\0\0F\222\0\0\0Z\0\0\0Z", [12]) = 0
20211 recv(3, "\0\0\0\203\0\0\253\315>>>\ncib_op=register\ncib_"..., 4072,
MSG_DONTWAIT) = 139
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(4, 0x10019898, 4072, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x10019898, 4072, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x10019898, 4072, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 send(4, "\0\0\0i\0\0\253\315>>>\ncib_op=register\ncib_"..., 113,
MSG_DONTWAIT|MSG_NOSIGNAL) = 113
20211 recv(4, 0x10019898, 4072, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, "\0\0\0K\0\0\253\315>>>\ncib_op=register\ncib_"..., 4072,
MSG_DONTWAIT) = 83
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 send(3, "[EMAIL PROTECTED]:(0)__name__=cib_c"..., 328,
MSG_DONTWAIT|MSG_NOSIGNAL) = 328
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679743
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679743
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x100198eb, 3989, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679743
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679743
20211 poll([{fd=4, events=POLLIN|POLLPRI, revents=POLLIN}], 1, 30000) = 1
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679744
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679744
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679744
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679744
20211 recv(4, "\0\0\0y\0\0\253\315>>>\nt=cib\ncib_clientid=a"..., 3989,
MSG_DONTWAIT) = 129
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 write(2, "Call cib_create failed (-23): Ac"..., 48) = 48
20211 fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
20211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0xf7fe0000
20211 write(1, "<null>\n", 7) = 7
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(3, 0x10017d0b, 3933, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=3, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 recv(4, 0x1001996c, 3860, MSG_DONTWAIT) = -1 EAGAIN (Resource temporarily
unavailable)
20211 poll([{fd=4, events=0}], 1, 0) = 0
20211 times({tms_utime=0, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 24679744
20211 exit_group(23) = ?
rsc_order.update
Description: Binary data
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
