LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

RE: Problem starting keepalived 1.1.7

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Problem starting keepalived 1.1.7
From: "Kees Bos" <k.bos@xxxxx>
Date: Tue, 7 Dec 2004 17:50:14 +0100
What are the options to strace? It looks like the strace didn't follow
the forks.

Should probably be something like:
strace -f -o strace.out /usr/local/sbin/keepalived -D -f
/etc/keepalived/keepalived.conf

you might also try:
# No forking
strace -f -o strace.out /usr/local/sbin/keepalived -n -D -f
/etc/keepalived/keepalived.conf
# No forking and only vrrp
strace -f -o strace.out /usr/local/sbin/keepalived -n -P -D -f
/etc/keepalived/keepalived.conf
# No forking and only checker
strace -f -o strace.out /usr/local/sbin/keepalived -n -C -D -f
/etc/keepalived/keepalived.conf


Samuel Tran <mailto:stran@xxxxxxxx> wrote:
> My keepalived daemon won't start. I don't think it even reads the
> configuration file.
> 
> I would appreciate any help.
> 
> Thanks in advance.
> 
> Here is my configuration + strace + logs:
> 
<CUT>

<Prev in Thread] Current Thread [Next in Thread>