Your message dated Tue, 7 Sep 2021 21:54:44 +0100
with message-id <[email protected]>
and subject line Close bug
has caused the Debian Bug report #918124,
regarding Not starting sync daemons with init script
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
918124: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918124
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ipvsadm
Version: 1:1.28-3+b1

When invoking /etc/init.d/ipvsadm with appropriate
/etc/default/ipvsadm configuration, the sync daemons are not started.
Following errors are printed
Jan 03 16:07:24 server ipvsadm[31118]: Starting IPVS Connection
Synchronization Daemon: masterTry `/sbin/ipvsadm -h' or '/sbin/ipvsadm
--help' for more information.
Jan 03 16:07:24 server ipvsadm[31118]:  backupTry `/sbin/ipvsadm -h'
or '/sbin/ipvsadm --help' for more information.
Jan 03 16:07:24 server ipvsadm[31118]:  failed!

They are caused by the errors in init script.

Lines
$IPVSADM --syncid $SYNCID --start-daemon $DAEMON --mcast-interface \
$IFACE --syncid $SYNCID || log_end_msg 1
should be changed to
$IPVSADM --start-daemon $DAEMON --mcast-interface \
$IFACE --syncid $SYNCID || log_end_msg 1

The another error is related to not processed IPVSADM_CONFIG file. It
is defined, but not executed and thus not effective.
Line
[ -f "${IPVSADM_CONFIG}" ] && . "${IPVSADM_CONFIG}"
should be put after variable initializations.

Also rewrite to systemd service file will be useful.

Peter

--- End Message ---
--- Begin Message ---
Closed at reporter's request.

J.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to