Package: haproxy
Version: 3.0.2-1
Severity: important
On debian testing haproxy is killed by OOM-killer at start. I've tried
both 2.9.9-1 from testing and 3.0.2-1 from experimental.
0 bash$ sudo haproxy -V -f haproxy.conf
Note: setting global.maxconn to 536870899.
Available polling systems :
epoll : pref=300, test result OK
poll : pref=200, test result OK
select : pref=150, test result FAILED
Total: 3 (2 usable), will use epoll.
Available filters :
[BWLIM] bwlim-in
[BWLIM] bwlim-out
[CACHE] cache
[COMP] compression
[FCGI] fcgi-app
[ OT] opentracing
[SPOE] spoe
[TRACE] trace
Killed
137 bash$ cat haproxy.conf
global
nbthread 2
tune.listener.multi-queue off
tune.idle-pool.shared off
defaults
timeout client 30000
timeout server 30000
timeout connect 30000
frontend MyFrontend
bind 127.0.0.1:21853 shards by-thread
default_backend MyBackend
backend MyBackend
mode http
balance static-rr
server WebServer1050 10.202.10.2:1050
-- System Information:
Debian Release: trixie/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable'), (300, 'unstable'),
(200, 'proposed-updates'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.7.12-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages haproxy depends on:
ii adduser 3.137
ii dpkg 1.22.6
ii init-system-helpers 1.66
ii libc6 2.38-12
ii libcrypt1 1:4.4.36-4
ii libjemalloc2 5.3.0-2+b1
ii liblua5.3-0 5.3.6-2+b2
ii libopentracing-c-wrapper0t64 1.1.3-3.1
ii libpcre2-8-0 10.42-4+b1
ii libssl3t64 3.2.1-3
ii lsb-base 11.6
ii sysvinit-utils [lsb-base] 3.09-1
haproxy recommends no packages.
Versions of packages haproxy suggests:
pn haproxy-doc <none>
pn vim-haproxy <none>
-- debconf-show failed
--
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)
--
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)