<div dir="ltr">where is your config? anyway why your log shows you are using 127.0.0.1 as cluster ip?<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-27 17:54 GMT+01:00 Stefan Bauer <span dir="ltr"><<a href="mailto:stefan.bauer@cubewerk.de" target="_blank">stefan.bauer@cubewerk.de</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Developers & Users,<br>
<br>
I'm trying to use Corosync 2.3.3 in combination with pacemaker 1.1 to build new packages for Debian but have problems to start pacemaker:<br>
<br>
Corosync is up and running:<br>
<br>
Mar 27 17:27:52 debianbuild corosync[23019]:   [MAIN  ] Corosync Cluster Engine ('2.3.3'): started and ready to provide service.<br>
Mar 27 17:27:52 debianbuild corosync[23019]:   [MAIN  ] Corosync built-in features: dbus testagents rdma watchdog augeas pie relro bindnow<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [TOTEM ] Initializing transport (UDP/IP Multicast).<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [TOTEM ] Initializing transmit/receive security (NSS) crypto: none hash: none<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [TOTEM ] The network interface [127.0.0.1] is now up.<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [SERV  ] Service engine loaded: corosync configuration map access [0]<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [QB    ] server name: cmap<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [SERV  ] Service engine loaded: corosync configuration service [1]<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [QB    ] server name: cfg<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [SERV  ] Service engine loaded: corosync cluster closed process group service v1.01 [2]<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [QB    ] server name: cpg<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [SERV  ] Service engine loaded: corosync profile loading service [4]<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [WD    ] No Watchdog, try modprobe <a watchdog><br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [WD    ] no resources configured.<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [SERV  ] Service engine loaded: corosync watchdog service [7]<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [SERV  ] Service engine loaded: corosync cluster quorum service v0.1 [3]<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [QB    ] server name: quorum<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [TOTEM ] A new membership (<a href="http://127.0.0.1:24" target="_blank">127.0.0.1:24</a>) was formed. Members joined: 2130706433<br>
Mar 27 17:27:52 debianbuild corosync[23020]:   [MAIN  ] Completed service synchronization, ready to provide service.<br>
<br>
pacemaker is not able to connect:<br>
root@debianbuild:/home/stefan# pacemakerd --verbose<br>
Could not establish pacemakerd connection: Connection refused (111)<br>
    info: crm_ipc_connect:      Could not establish pacemakerd connection: Connection refused (111)<br>
confdb connection setup failed: Try again.  Retrying in 1s<br>
    info: mcp_read_config:      confdb connection setup failed: Try again.  Retrying in 1s<br>
confdb connection setup failed: Try again.  Retrying in 2s<br>
    info: mcp_read_config:      confdb connection setup failed: Try again.  Retrying in 2s<br>
<br>
<br>
strace:<br>
chdir("/var/lib/heartbeat/cores")       = 0<br>
eventfd2(0, O_NONBLOCK|O_CLOEXEC)       = 3<br>
write(3, "\1\0\0\0\0\0\0\0", 8)         = 8<br>
rt_sigaction(SIGUSR1, {0x7f38899a75c0, [], SA_RESTORER|SA_RESTART, 0x7f3888754420}, {SIG_DFL, [], 0}, 8) = 0<br>
rt_sigaction(SIGUSR2, {0x7f38899a75c0, [], SA_RESTORER|SA_RESTART, 0x7f3888754420}, {SIG_DFL, [], 0}, 8) = 0<br>
rt_sigaction(SIGTRAP, {0x7f38899a75c0, [], SA_RESTORER|SA_RESTART, 0x7f3888754420}, {SIG_DFL, [], 0}, 8) = 0<br>
futex(0x7f3888e2e6a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0<br>
mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f388a7da000<br>
socket(PF_FILE, SOCK_STREAM, 0)         = 4<br>
fcntl(4, F_GETFD)                       = 0<br>
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0<br>
fcntl(4, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0<br>
connect(4, {sa_family=AF_FILE, path=@"pacemakerd"}, 110) = -1 ECONNREFUSED (Connection refused)<br>
close(4)                                = 0<br>
shutdown(4294967295, 2 /* send and receive */) = -1 EBADF (Bad file descriptor)<br>
close(4294967295)                       = -1 EBADF (Bad file descriptor)<br>
write(2, "Could not establish pacemakerd c"..., 68Could not establish pacemakerd connection: Connection refused (111)<br>
) = 68<br>
munmap(0x7f388a7da000, 135168)          = 0<br>
socket(PF_FILE, SOCK_STREAM, 0)         = 4<br>
dup(4)                                  = 5<br>
connect(4, {sa_family=AF_FILE, path=@"corosync.ipc"}, 110) = -1 ECONNREFUSED (Connection refused)<br>
close(4)                                = 0<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0<br>
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f388a815000<br>
write(1, "confdb connection setup failed: "..., 59confdb connection setup failed: Try again.  Retrying in 1s<br>
) = 59<br>
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0<br>
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0<br>
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0<br>
nanosleep({1, 0}, 0x7ffffdaa9e30)       = 0<br>
socket(PF_FILE, SOCK_STREAM, 0)         = 4<br>
dup(4)                                  = 6<br>
connect(4, {sa_family=AF_FILE, path=@"corosync.ipc"}, 110) = -1 ECONNREFUSED (Connection refused)<br>
close(4)                                = 0<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
munmap(0, 0)                            = -1 EINVAL (Invalid argument)<br>
write(1, "confdb connection setup failed: "..., 59confdb connection setup failed: Try again.  Retrying in 2s<br>
) = 59<br>
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0<br>
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0<br>
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0<br>
<br>
<br>
What do i miss? Do i have to specify something else?<br>
<br>
Thank you.<br>
<br>
Stefan<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>esta es mi vida e me la vivo hasta que dios quiera
</div>