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>
|