[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ipvsadm - 1:1.28-3ubuntu0.16.04.1

---
ipvsadm (1:1.28-3ubuntu0.16.04.1) xenial; urgency=medium

  * d/ipvsadm.init: remove duplicate syncid on daemon invocation (LP:
#1830033)

 -- Christian Ehrhardt   Fri, 24 May
2019 09:51:59 +0200

** Changed in: ipvsadm (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-06-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ipvsadm - 1:1.28-3ubuntu0.18.04.1

---
ipvsadm (1:1.28-3ubuntu0.18.04.1) bionic; urgency=medium

  * d/ipvsadm.init: remove duplicate syncid on daemon invocation (LP:
#1830033)

 -- Christian Ehrhardt   Fri, 24 May
2019 09:51:59 +0200

** Changed in: ipvsadm (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-29 Thread Andrii
Hello everyone. 
I also tested proposed package and it works fine for me on Xenial. 
Checked "master", "backup", "both", "none" daemon mode:

root@test_lvs:~# echo -e "AUTO="true"\nDAEMON="master"\nIFACE="eth0"" > 
/etc/default/ipvsadm
root@test_lvs:~# systemctl restart ipvsadm ; ps aux  | grep ipvs
root  3135  0.0  0.0  0 0 ?S05:22   0:00 [ipvs-m:0:0]
root  3138  0.0  0.0  12944  1012 pts/0S+   05:22   0:00 grep 
--color=auto ipvs
root@test_lvs:~# journalctl -u ipvsadm | tail -n 10
May 29 05:21:44 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:22:14 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:22:14 test_lvs systemd[1]: Starting LSB: ipvsadm daemon...
May 29 05:22:14 test_lvs ipvsadm[3126]:  * Clearing the current IPVS table...
May 29 05:22:14 test_lvs ipvsadm[3126]:...done.
May 29 05:22:14 test_lvs ipvsadm[3126]:  * Loading IPVS configuration...
May 29 05:22:14 test_lvs ipvsadm[3126]:...done.
May 29 05:22:14 test_lvs ipvsadm[3126]:  * Starting IPVS Connection 
Synchronization Daemon master
May 29 05:22:14 test_lvs ipvsadm[3126]:...done.
May 29 05:22:14 test_lvs systemd[1]: Started LSB: ipvsadm daemon.
root@test_lvs:~# systemctl stop ipvsadm
root@test_lvs:~# echo -e "AUTO="true"\nDAEMON="backup"\nIFACE="eth0"" > 
/etc/default/ipvsadm
root@test_lvs:~# systemctl restart ipvsadm ; ps aux  | grep ipvs
root  3166  0.0  0.0  0 0 ?S05:22   0:00 [ipvs-b:0:0]
root  3169  0.0  0.0  12944   988 pts/0S+   05:22   0:00 grep 
--color=auto ipvs
root@test_lvs:~# journalctl -u ipvsadm | tail -n 10
May 29 05:22:25 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:22:42 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:22:42 test_lvs systemd[1]: Starting LSB: ipvsadm daemon...
May 29 05:22:42 test_lvs ipvsadm[3156]:  * Clearing the current IPVS table...
May 29 05:22:42 test_lvs ipvsadm[3156]:...done.
May 29 05:22:42 test_lvs ipvsadm[3156]:  * Loading IPVS configuration...
May 29 05:22:42 test_lvs ipvsadm[3156]:...done.
May 29 05:22:42 test_lvs ipvsadm[3156]:  * Starting IPVS Connection 
Synchronization Daemon backup
May 29 05:22:42 test_lvs ipvsadm[3156]:...done.
May 29 05:22:42 test_lvs systemd[1]: Started LSB: ipvsadm daemon.
root@test_lvs:~# echo -e "AUTO="true"\nDAEMON="both"\nIFACE="eth0"" > 
/etc/default/ipvsadm
root@test_lvs:~# systemctl stop ipvsadm
root@test_lvs:~# systemctl restart ipvsadm ; ps aux  | grep ipvs
root  3201  0.0  0.0  0 0 ?S05:23   0:00 [ipvs-m:0:0]
root  3203  0.0  0.0  0 0 ?S05:23   0:00 [ipvs-b:0:0]
root  3206  0.0  0.0  12944   968 pts/0S+   05:23   0:00 grep 
--color=auto ipvs
root@test_lvs:~# journalctl -u ipvsadm | tail -n 10
May 29 05:23:10 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:23:14 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:23:14 test_lvs systemd[1]: Starting LSB: ipvsadm daemon...
May 29 05:23:14 test_lvs ipvsadm[3191]:  * Clearing the current IPVS table...
May 29 05:23:14 test_lvs ipvsadm[3191]:...done.
May 29 05:23:14 test_lvs ipvsadm[3191]:  * Loading IPVS configuration...
May 29 05:23:14 test_lvs ipvsadm[3191]:...done.
May 29 05:23:14 test_lvs ipvsadm[3191]:  * Starting IPVS Connection 
Synchronization Daemon master
May 29 05:23:14 test_lvs ipvsadm[3191]:...done.
May 29 05:23:14 test_lvs systemd[1]: Started LSB: ipvsadm daemon.
root@test_lvs:~# systemctl stop ipvsadm
root@test_lvs:~# echo -e "AUTO="true"\nDAEMON="none"\nIFACE="eth0"" > 
/etc/default/ipvsadm
root@test_lvs:~# systemctl restart ipvsadm ; ps aux  | grep ipvs
root  3238  0.0  0.0  12944   984 pts/0S+   05:24   0:00 grep 
--color=auto ipvs
root@test_lvs:~# journalctl -u ipvsadm | tail -n 10
May 29 05:23:47 test_lvs ipvsadm[3213]:...done.
May 29 05:23:47 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:24:05 test_lvs systemd[1]: Stopped LSB: ipvsadm daemon.
May 29 05:24:05 test_lvs systemd[1]: Starting LSB: ipvsadm daemon...
May 29 05:24:05 test_lvs ipvsadm[3227]:  * Clearing the current IPVS table...
May 29 05:24:05 test_lvs ipvsadm[3227]:...done.
May 29 05:24:05 test_lvs ipvsadm[3227]:  * Loading IPVS configuration...
May 29 05:24:05 test_lvs ipvsadm[3227]:...done.
May 29 05:24:05 test_lvs ipvsadm[3227]:  * ipvsadm is not configured to run. 
Please edit /etc/default/ipvsadm
May 29 05:24:05 test_lvs systemd[1]: Started LSB: ipvsadm daemon.

Package version:
# apt-cache policy ipvsadm
ipvsadm:
  Installed: 1:1.28-3ubuntu0.16.04.1
  Candidate: 1:1.28-3ubuntu0.16.04.1
  Version table:
 *** 1:1.28-3ubuntu0.16.04.1 500
500 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 1:1.28-3 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

# lsb_release -rd
Description:Ubuntu 16.04.6 LTS
Release:16.04

-- 
You received this bug notification because you are a 

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-29 Thread Christian Ehrhardt 
Testing Xenial:
ubuntu@xenial-ipvsadm:~$ sudo apt update; sudo apt install ipvsadm
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
   
Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]  

Get:5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages 
[647 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [7532 kB] 
   
Get:7 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en 
[264 kB] 
Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages 
[435 kB]  
Get:9 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en 
[176 kB]   
Get:10 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 
Packages [5600 B]
Get:11 http://security.ubuntu.com/ubuntu xenial-security/multiverse 
Translation-en [2676 B]
Get:12 http://archive.ubuntu.com/ubuntu xenial/universe Translation-en [4354 
kB]  
Get:13 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [144 
kB] 
   
Get:14 http://archive.ubuntu.com/ubuntu xenial/multiverse Translation-en [106 
kB] 
   
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [957 
kB] 
 
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [381 
kB] 
 
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages 
[749 kB]
  
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en 
[311 kB]
  
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 
Packages [16.7 kB]  
 
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse 
Translation-en [8440 B] 
   
Get:21 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages 
[7280 B]

Get:22 http://archive.ubuntu.com/ubuntu xenial-backports/main Translation-en 
[4456 B]

Get:23 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 
Packages [7804 B]   
 
Get:24 http://archive.ubuntu.com/ubuntu xenial-backports/universe 
Translation-en [4184 B] 
   
Fetched 16.4 MB in 13s (1263 kB/s)  

 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
15 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libnl-3-200 libnl-genl-3-200
Suggested packages:
  heartbeat keepalived ldirectord
The following NEW packages will be installed:
  ipvsadm libnl-3-200 libnl-genl-3-200
0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded.
Need to get 98.9 kB of archives.
After this operation, 364 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnl-3-200 
amd64 3.2.27-1ubuntu0.16.04.1 [52.2 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
libnl-genl-3-200 amd64 3.2.27-1ubuntu0.16.04.1 [11.2 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 ipvsadm amd64 1:1.28-3 
[35.5 kB]
Fetched 98.9 kB in 0s (713 kB/s)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = "de_DE.UTF-8",
LC_MONETARY = "de_DE.UTF-8",
LC_ADDRESS = "de_DE.UTF-8",
LC_TELEPHONE = "de_DE.UTF-8",

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-28 Thread Brian Murray
Hello Andrii, or anyone else affected,

Accepted ipvsadm into bionic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ipvsadm/1:1.28-3ubuntu0.18.04.1 in
a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ipvsadm (Ubuntu Bionic)
   Status: Triaged => Fix Committed

** Tags added: verification-needed verification-needed-bionic

** Changed in: ipvsadm (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Tags added: verification-needed-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-27 Thread Christian Ehrhardt 
Both MPs approved, this is now uploaded to the SRU queue, see [1] for
more details on how this is usually processed.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-24 Thread Christian Ehrhardt 
I verified the proposed change (which is in the opposite diff direction
in the initial report) works in VMs and the PPA fixes the issue.

The fix seems easy enough, so I added MPs for Xenial and Bionic and a
PPA with the builds at [1]

[1]: https://launchpad.net/~paelzer/+archive/ubuntu/bug-1830033-ipvsadm-
start

** Changed in: ipvsadm (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-24 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/ipvsadm/+git/ipvsadm/+merge/367890

** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/ipvsadm/+git/ipvsadm/+merge/367891

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-24 Thread Christian Ehrhardt 
** Description changed:

- The launch script for ipvsadm has a bug that prevents LVS from start in
- synchronization mode.
+ [Impact]
+ 
+  * the init script has an argument twice, which makes the service fail to 
+start 
+ 
+  * Without the fix the service is rather unusable as it can't be started
+ 
+ [Test Case]
+ 
+  * Needs a VM (no container)
+$ sudo apt install ipvsadm
+$ echo 'AUTO="true"' | sudo tee -a /etc/default/ipvsadm
+$ echo 'DAEMON="master"' | sudo tee -a /etc/default/ipvsadm
+$ sudo systemctl restart ipvsadm
+$ systemctl status ipvsadm
+ 
+With the bug this will show the sevrice failing
+[...]
+Try `/sbin/ipvsadm -h' or '/sbin/ipvsadm --help' for more information.
+...fail!
+ 
+ 
+ [Regression Potential] 
+ 
+  * Even in the default config (just enabling it to run) this doesn't work.
+Hence the risk should be next to none.
+I can think of setups that "are meant to work" , but so far "didn't 
+start" now properly would start. For example if someone 
+configured the service but ignored that it failed to start.
+I hope and expect that this is a rather unimportant risk, it actually 
+is the fix we are intending to make.
+ 
+ [Other Info]
+  
+  * TBH it is in main for a dependency from keepalive but I wonder how much 
+that could be a sugegsts instead. But that is for the future.
+ 
+ ---
+ 
+ 
+ The launch script for ipvsadm has a bug that prevents LVS from start in 
synchronization mode.
  
  How to reproduce.
  1. Install ipvsadm on ubuntu server 16.04 and modify /etc/default/ipvsadm to 
lauch LVS in master mode (or backup):
  AUTO="true"
  DAEMON="master"
- IFACE="eno1"  
+ IFACE="eno1"
  SYNCID="0"
  
- 2. Start "ipvsadm" service and check systemd unit log: 
+ 2. Start "ipvsadm" service and check systemd unit log:
  # systemctl start ipvsadm
- # journalctl -u ipvsadm 
+ # journalctl -u ipvsadm
  What you expected to happen
  The log output without error:
  May 22 12:41:46 xxx systemd[1]: Starting LSB: ipvsadm daemon...
  May 22 12:41:46 xxx ipvsadm[4619]:  * Clearing the current IPVS 
table...
  May 22 12:41:46 xxx ipvsadm[4619]:...done.
  May 22 12:41:46 xxx ipvsadm[4619]:  * Loading IPVS configuration...
  May 22 12:41:46 xxx ipvsadm[4619]:...done.
  May 22 12:41:46 xxx ipvsadm[4619]:  * Starting IPVS Connection 
Synchronization Daemon master
  May 22 12:41:46 xxx ipvsadm[4619]:...done.
- May 22 12:41:46 xxx systemd[1]: Started LSB: ipvsadm daemon.  
+ May 22 12:41:46 xxx systemd[1]: Started LSB: ipvsadm daemon.
  
- What happened instead: 
+ What happened instead:
  May 22 12:32:59 xxx systemd[1]: Starting LSB: ipvsadm daemon...
  May 22 12:32:59 xxx ipvsadm[15743]:  * Clearing the current IPVS table...
  May 22 12:32:59 xxx ipvsadm[15743]:...done.
  May 22 12:32:59 xxx ipvsadm[15743]:  * Loading IPVS configuration...
  May 22 12:32:59 xxx ipvsadm[15743]:...done.
  May 22 12:32:59 xxx ipvsadm[15743]:  * Starting IPVS Connection 
Synchronization Daemon master
  May 22 12:32:59 xxx ipvsadm[15743]: Try `/sbin/ipvsadm -h' or 
'/sbin/ipvsadm --help' for more information.
  May 22 12:32:59 xxx ipvsadm[15743]:...fail!
  May 22 12:32:59 xxx ipvsadm[15743]:...done.
  May 22 12:32:59 xxx systemd[1]: Started LSB: ipvsadm daemon.
  
  As you can see in log output, there is an message: "Try `/sbin/ipvsadm
  -h' or '/sbin/ipvsadm --help' for more information". This message
  relates to bug in script /etc/init.d/ipvsadm.
  
  Here a difference how script should be updated to get it work:
  --- /etc/init.d/ipvsadm   2019-05-22 12:41:34.429916226 +
  +++ /root/ipvsadm 2019-05-22 11:18:04.307344255 +
  @@ -29,16 +29,16 @@
-  case $DAEMON in
-   master|backup)
-   log_daemon_msg "Starting IPVS Connection Synchronization Daemon" 
"$DAEMON"
+  case $DAEMON in
+   master|backup)
+   log_daemon_msg "Starting IPVS Connection Synchronization Daemon" 
"$DAEMON"
  - $IPVSADM --start-daemon $DAEMON --mcast-interface \
  + $IPVSADM --syncid $SYNCID --start-daemon $DAEMON --mcast-interface \
-  $IFACE --syncid $SYNCID || log_end_msg 1
-   log_end_msg 0
-   ;;
-   both)
-   log_daemon_msg "Starting IPVS Connection Synchronization Daemon" 
"master"
+  $IFACE --syncid $SYNCID || log_end_msg 1
+   log_end_msg 0
+   ;;
+   both)
+   log_daemon_msg "Starting IPVS Connection Synchronization Daemon" 
"master"
  - $IPVSADM --start-daemon master --mcast-interface \
  + $IPVSADM --syncid $SYNCID --start-daemon master --mcast-interface \
-  $IFACE --syncid $SYNCID  || FAILURE=1
-   log_progress_msg "backup"
+  $IFACE --syncid $SYNCID  || FAILURE=1
+   log_progress_msg "backup"
  - $IPVSADM --start-daemon backup --mcast-interface \
  + $IPVSADM --syncid 

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-23 Thread Bug Watch Updater
** Changed in: ipvsadm (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1830033] Re: Connection synchronization daemon fails at start due to a bug in launch script

2019-05-23 Thread Paride Legovini
Thanks for your report. This has been fixed in Debian version 1.29-1 by

https://salsa.debian.org/ipvs-team/pkg-
ipvsadm/commit/aa1dc89fb8712d45df9141264066fb5dfe139cb2

and therefore in Ubuntu Cosmic and newer. The fix qualifies to be ported
to Xenial and Bionic.

** Tags added: server-next

** Also affects: ipvsadm (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: ipvsadm (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Also affects: ipvsadm (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: ipvsadm (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ipvsadm (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Changed in: ipvsadm (Ubuntu Cosmic)
   Status: New => Fix Released

** No longer affects: ipvsadm (Ubuntu Disco)

** No longer affects: ipvsadm (Ubuntu Eoan)

** Also affects: ipvsadm (Ubuntu Disco)
   Importance: Undecided
   Status: New

** No longer affects: ipvsadm (Ubuntu Disco)

** Changed in: ipvsadm (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: ipvsadm (Ubuntu)
   Status: New => Triaged

** Changed in: ipvsadm (Ubuntu Bionic)
   Status: New => Triaged

** Bug watch added: Debian Bug tracker #808950
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808950

** Also affects: ipvsadm (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808950
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1830033

Title:
  Connection synchronization daemon fails at start due to a bug in
  launch script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipvsadm/+bug/1830033/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs