Package: openvswitch-switch
Version: 3.1.0-2
Severity: important
File: /usr/share/openvswitch/scripts/ifupdown.sh
Tags: patch
X-Debbugs-Cc: skin_tiic...@hotmail.com

Dear Maintainer,

Previously in bullseye this script checked if the service was already running 
and if not, starting it on sysvinit systems. This is no longer the case which 
can cause a deadlock situation when it tries to bring interfaces up. Bringing 
back the old logic fixes the problem as it wont try to start it if the service 
is already running.

-- System Information:
Debian Release: 12.0
Architecture: amd64 (x86_64)

Versions of packages openvswitch-switch depends on:
ii  init-system-helpers  1.65.2
ii  kmod                 30+20221128-1
ii  libbpf1              1:1.1.0-1
ii  libc6                2.36-9
ii  libcap-ng0           0.8.3-1+b3
ii  libnuma1             2.0.16-1
ii  libssl3              3.0.8-1
ii  libunbound8          1.17.1-2
ii  libxdp1              1.3.1-1
ii  netbase              6.4
ii  openvswitch-common   3.1.0-2
ii  procps               2:4.0.3-1
ii  python3              3.11.2-1+b1
ii  python3-netifaces    0.11.0-2+b1
ii  python3-openvswitch  3.1.0-2
ii  uuid-runtime         2.38.1-5+b1

openvswitch-switch recommends no packages.

openvswitch-switch suggests no packages.

-- no debconf information
38c38
<     if service openvswitch-switch status > /dev/null 2>&1; then
---
>     if ! service openvswitch-switch status > /dev/null 2>&1; then

Reply via email to