Your message dated Mon, 26 Aug 2024 14:37:47 +0000 with message-id <E1siaqp-006IXS-D1@fasolo.debian.org> and subject line Bug#1078429: fixed in openssh 1:9.8p1-4 has caused the Debian Bug report #1078429, regarding xinetd: sshd won't start from xinetd in OpenSSH 9.8p1-2 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 owner@bugs.debian.org immediately.) -- 1078429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078429 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: xinetd: sshd won't start from xinetd in OpenSSH 9.8p1-2
- From: Olivier <olivieraj@free.fr>
- Date: Sat, 10 Aug 2024 12:00:11 +0200
- Message-id: <172328401132.16523.1270999720300115101.reportbug@phoenix.sky.home>
Package: xinetd Version: 1:2.3.15.4-4 Severity: important Dear Maintainer, issue occure after openssh-server:amd64 1:9.7p1-7 -> 1:9.8p1-2 upgrade on Debian Testing. After upgrade, this not possible to access to sshd started by xined. SSH client return: -- kex_exchange_identification: read: Connection reset by peer Connection reset by 192.168.1.50 port 22 -- No error appear on server side: dmesg / journald / /var/log/auth display no error. I'd run strace to monitor xinetd process, and it's show: -- 10887 11:12:02 write(2, "sshd requires execution with an absolute path\r\n", 47) = 47 -- Note: "10887" is the sshd PID. Xined's process was "1589". See attached strace file. Digg on Internet, and found several similar issues: - https://bugs.gentoo.org/936041 => It's propose a patch https://bugs.gentoo.org/attachment.cgi?id=897591&action=diff - https://www.linuxquestions.org/questions/slackware-14/openssh-9-8-regression- when-using-inetd-4175739141/ - https://www.reddit.com/r/termux/comments/1dssstg/sshd_requires_execution_with_an_absolute_path/?rdt=56257 - https://serverfault.com/questions/1162608/sshd-wont-start-from-xinetd-in- openssh-9-8p1 My xiend's ssh config file is very simple: # cat /etc/xinetd.d/sshd service ssh { id = sshd disable = no type = UNLISTED port = 22 socket_type = stream wait = no user = root server = /usr/sbin/sshd server_args = -i -4 log_on_success += DURATION USERID log_on_failure += USERID nice = 10 } You can see that I'd indicate the full sshd path. sshd path does not use a link: -- # realpath /usr/sbin/sshd /usr/sbin/sshd -- Downgrade sshd to "openssh-server_9.7p1-7_amd64" fix the issue. Thanks for your help. Best regards, Olivier -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (900, 'testing'), (90, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.9.12-amd64 (SMP w/24 CPU threads; PREEMPT) Kernel taint flags: TAINT_USER, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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 xinetd depends on: ii init-system-helpers 1.66 ii libc6 2.39-6 ii libselinux1 3.5-2+b3 ii libtirpc3t64 1.3.4+ds-1.3 ii libwrap0 7.6.q-33 ii netbase 6.4 xinetd recommends no packages. Versions of packages xinetd suggests: ii update-inetd 4.53 -- Configuration Files: /etc/xinetd.d/chargen changed [not included] /etc/xinetd.d/discard changed [not included] -- no debconf information1589 11:11:59 restart_syscall(<... resuming interrupted read ...>) = 1 1589 11:12:02 accept(6, {sa_family=AF_INET, sin_port=htons(45694), sin_addr=inet_addr("192.168.1.1")}, [16]) = 8 1589 11:12:02 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f15bf2b3250) = 10887 1589 11:12:02 close(8 <unfinished ...> 10887 11:12:02 set_robust_list(0x7f15bf2b3260, 24 <unfinished ...> 1589 11:12:02 <... close resumed>) = 0 10887 11:12:02 <... set_robust_list resumed>) = 0 1589 11:12:02 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, -1 <unfinished ...> 10887 11:12:02 rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f15bf514590}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f15bf514590}, 8) = 0 10887 11:12:02 rt_sigaction(SIGCONT, {sa_handler=SIG_DFL, sa_mask=[CONT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f15bf514590}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f15bf514590}, 8) = 0 10887 11:12:02 rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[TSTP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f15bf514590}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f15bf514590}, 8) = 0 10887 11:12:02 rt_sigaction(SIGTTIN, {sa_handler=SIG_DFL, sa_mask=[TTIN], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f15bf514590}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f15bf514590}, 8) = 0 10887 11:12:02 rt_sigaction(SIGTTOU, {sa_handler=SIG_DFL, sa_mask=[TTOU], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f15bf514590}, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f15bf514590}, 8) = 0 10887 11:12:02 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 10887 11:12:02 close(3) = 0 10887 11:12:02 close(4) = 0 10887 11:12:02 setgid(0) = 0 10887 11:12:02 setgroups(0, NULL) = 0 10887 11:12:02 setuid(0) = 0 10887 11:12:02 getpriority(PRIO_PROCESS, 0) = 20 10887 11:12:02 setpriority(PRIO_PROCESS, 0, 10) = 0 10887 11:12:02 getpriority(PRIO_PROCESS, 0) = 10 10887 11:12:02 getpid() = 10887 10887 11:12:02 getpeername(8, {sa_family=AF_INET, sin_port=htons(45694), sin_addr=inet_addr("192.168.1.1")}, [128 => 16]) = 0 10887 11:12:02 getsockname(8, {sa_family=AF_INET, sin_port=htons(22), sin_addr=inet_addr("192.168.1.50")}, [128 => 16]) = 0 10887 11:12:02 openat(AT_FDCWD, "/etc/hosts.allow", O_RDONLY) = 3 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=1011, ...}) = 0 10887 11:12:02 read(3, "# /etc/hosts.allow: list of hosts that are allowed to access the system.\n# See the manual pages hosts_access(5), hosts_options(5)\n# and /usr/doc/netbase/portmapper.txt.gz\n#\n# Example: ALL: LOCAL @some_netgroup\n# ALL: .foobar.edu EXCEPT terminalserver.foobar.edu\n#\n# If you're going to protect the portmapper use the name \"portmap\" for the\n# daemon name. Remember that you can only use the keyword \"ALL\" and IP\n# addresses (NOT host or domain names) for the portmapper, as well as for\n# rpc.mountd (the NFS mount daemon). See portmap(8), rpc.mountd(8) and \n# /usr/share/doc/portmap/portmapper.txt.gz for further information.\n#\n\n\n# NFS security\nrpcbind:\t192.168.1.0/24 192.168.2.0/24 127.0.0.0/24\nlockd:\t\t192.168.1.0/24 192.168.2.0/24\nmountd:\t\t192.168.1.0/24 192.168.2.0/24\nstatd:\t\t192.168.1.0/24 192.168.2.0/24\n\nipopd:\t\t127.0.0.0/8\n\nALL:\t\t127.0.0.0/8\nALL:\t\t127.0.0.0/8 192.168.1.0/24 192.168.2.0/24\n\nchargen:\t192.168.1.0/24 192.168.2.0/24\ntalkd:\t\t127.0.0.0/24\n\n", 4096) = 1011 10887 11:12:02 close(3) = 0 10887 11:12:02 fcntl(8, F_SETFD, 0) = 0 10887 11:12:02 close(7) = 0 10887 11:12:02 dup2(8, 0) = 0 10887 11:12:02 dup2(8, 1) = 1 10887 11:12:02 dup2(8, 2) = 2 10887 11:12:02 prlimit64(0, RLIMIT_NOFILE, {rlim_cur=512*1024, rlim_max=512*1024}, NULL) = 0 10887 11:12:02 close(8) = 0 10887 11:12:02 setsid() = 10887 10887 11:12:02 execve("/usr/sbin/sshd", ["sshd", "-i", "-4"], 0x5632b50230d0 /* 10 vars */) = 0 10887 11:12:02 brk(NULL) = 0x55e2a2707000 10887 11:12:02 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2de762e000 10887 11:12:02 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (Aucun fichier ou dossier de ce nom) 10887 11:12:02 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=149490, ...}) = 0 10887 11:12:02 mmap(NULL, 149490, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2de7609000 10887 11:12:02 close(3) = 0 10887 11:12:02 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\250\301\2\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10g\0\0\0\0\0\0\10g\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0\0p\0\0\0\0\0\0%\261\1\0\0\0\0\0%\261\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\300u\0\0\0\0\0\0\300u\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\230\265\2\0\0\0\0\0\230\265\2\0\0\0\0\0\230\265\2\0\0\0\0\0\320\n\0\0\0\0\0\081\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0000\266\2\0\0\0\0\0000\266\2\0\0\0\0\0000\266\2\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\230\265\2\0\0\0\0\0\230\265\2\0\0\0\0\0\230\265\2\0\0\0\0\0(\0\0\0\0\0\0\0\350\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\340P\2\0\0\0\0\0\340P\2\0\0\0\0\0\340P\2\0\0\0\0\0\224\v\0\0\0\0\0\0\224\v\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\230\265\2\0\0\0\0\0\230\265\2\0\0\0\0\0\230\265\2\0\0\0\0\0h\n\0\0\0\0\0\0h\n\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\265\356\322h\4\33\242;\344\36u:\37\257#d\300\311\331Y\0\0\0\0\305\0\0\0\223\0\0\0 \0\0\0\v\0\0\0\230 \4\201 \4\0\20#\20\300\2T\210\257PB\6h\10\24\26\1\6\20\4\4\0\0\311@\1P.\21\30\0&\th\30 \300*H\10\22\1\1-!\20\20\0\217\7\250\1@S@\274\0\0\0R\20\236\4\1\5\24\33\1\33\214 \0\2C\10\1H\21\2\2\0\200j\17\304\1\2\210`\203\200\2*\200\202@\200\4\0\0C\30\4\0\20\200:\0!\246\10\5\0\206\0\f\0@\204\20\4@\n\0\200 $`0T\1P\304\0\20\0\240\27\20\234\10\200\0D\0\204", 832) = 832 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=182504, ...}) = 0 10887 11:12:02 mmap(NULL, 190160, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2de75da000 10887 11:12:02 mmap(0x7f2de75e1000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f2de75e1000 10887 11:12:02 mmap(0x7f2de75fd000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f2de75fd000 10887 11:12:02 mmap(0x7f2de7605000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f2de7605000 10887 11:12:02 mmap(0x7f2de7607000, 5840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2de7607000 10887 11:12:02 close(3) = 0 10887 11:12:02 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcrypto.so.3", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\270\rW\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\08\312\f\0\0\0\0\08\312\f\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\320\f\0\0\0\0\0\0\320\f\0\0\0\0\0\0\320\f\0\0\0\0\0\251)5\0\0\0\0\0\251)5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0B\0\0\0\0\0\0\0B\0\0\0\0\0\0\0B\0\0\0\0\0000\203\16\0\0\0\0\0000\203\16\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\220\210P\0\0\0\0\0\220\230P\0\0\0\0\0\220\230P\0\0\0\0\0\370\203\6\0\0\0\0\0 \265\6\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\320vV\0\0\0\0\0\320\206V\0\0\0\0\0\320\206V\0\0\0\0\0000\2\0\0\0\0\0\0000\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0\220\344G\0\0\0\0\0\220\344G\0\0\0\0\0\220\344G\0\0\0\0\0004d\1\0\0\0\0\0004d\1\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\220\210P\0\0\0\0\0\220\230P\0\0\0\0\0\220\230P\0\0\0\0\0pW\6\0\0\0\0\0pW\6\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\354\277\20\324\213\v/\352Ke\350\227\200\322\342\377\346n\177\n\0\0\0\0\3\20\0\0\277\0\0\0\0\2\0\0\17\0\0\0Y\32X\305M\4\241\300a\0\0\1\0 \5\250\201\0\0\10\30\206\4\340\0\1\0\300\231\0\301\0\201\204\3\21\204\244a\0V\10\254\310\0\213\200\24\203\0\2124\31\3\351\204\10\0$\32\0\2\0050\n\0\1\214\0\0\0\200\2574\364\321\22\10\326$\211bDE\213R\212\0\34\224>\0@W\0\300%\t\330\\(\fAC\10D\211\20\0\34\0\0\300\2\22\250\21An\230\205\205\1D\10\350\"\36\3\20\0\0\4D\10\4H\16\260\16A\0(\35\3@\22\24\341\262\222\28\200\20P\00043\34\0\200Y\2\350\20 \t\1\1\5\252Dk(\n\16\200M\201\3!B\2013G@\237E\2*@\240\340I\4\34\1\0E\314\6@\310\21\304@\"", 832) = 832 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=5706872, ...}) = 0 10887 11:12:02 mmap(NULL, 5721520, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2de7000000 10887 11:12:02 mmap(0x7f2de70cd000, 3485696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xcd000) = 0x7f2de70cd000 10887 11:12:02 mmap(0x7f2de7420000, 954368, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x420000) = 0x7f2de7420000 10887 11:12:02 mmap(0x7f2de7509000, 430080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x508000) = 0x7f2de7509000 10887 11:12:02 mmap(0x7f2de7572000, 11696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2de7572000 10887 11:12:02 close(3) = 0 10887 11:12:02 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\236\2\0\0\0\0\0@\0\0\0\0\0\0\0\220\262\35\0\0\0\0\0\0\0\0\0@\08\0\16\0@\0=\0<\0\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\300_\32\0\0\0\0\0\300_\32\0\0\0\0\0\300_\32\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\320s\2\0\0\0\0\0\320s\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0\335~\25\0\0\0\0\0\335~\25\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0\0\0\0\0\357Q\5\0\0\0\0\0\357Q\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0hJ\0\0\0\0\0\0000!\1\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0@\211\35\0\0\0\0\0@\231\35\0\0\0\0\0@\231\35\0\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0\20\0\0\0\0\0\0\0\210\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0S\345td\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\334_\32\0\0\0\0\0\334_\32\0\0\0\0\0\334_\32\0\0\0\0\0\374y\0\0\0\0\0\0\374y\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0\2403\0\0\0\0\0\0", 832) = 832 10887 11:12:02 pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\300_\32\0\0\0\0\0\300_\32\0\0\0\0\0\300_\32\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\320s\2\0\0\0\0\0\320s\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0\335~\25\0\0\0\0\0\335~\25\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0\0\0\0\0\357Q\5\0\0\0\0\0\357Q\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0hJ\0\0\0\0\0\0000!\1\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0@\211\35\0\0\0\0\0@\231\35\0\0\0\0\0@\231\35\0\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0\20\0\0\0\0\0\0\0\210\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0S\345td\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\334_\32\0\0\0\0\0\334_\32\0\0\0\0\0\334_\32\0\0\0\0\0\374y\0\0\0\0\0\0\374y\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0\2403\0\0\0\0\0\0\2403\0\0\0\0\0\0\1\0\0\0\0\0\0\0", 784, 64) = 784 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0755, st_size=1950160, ...}) = 0 10887 11:12:02 pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\300_\32\0\0\0\0\0\300_\32\0\0\0\0\0\300_\32\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\320s\2\0\0\0\0\0\320s\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0\0\200\2\0\0\0\0\0\335~\25\0\0\0\0\0\335~\25\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0\0\0\0\0\357Q\5\0\0\0\0\0\357Q\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0hJ\0\0\0\0\0\0000!\1\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0@\211\35\0\0\0\0\0@\231\35\0\0\0\0\0@\231\35\0\0\0\0\0@\2\0\0\0\0\0\0@\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0\20\0\0\0\0\0\0\0\210\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0S\345td\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\334_\32\0\0\0\0\0\334_\32\0\0\0\0\0\334_\32\0\0\0\0\0\374y\0\0\0\0\0\0\374y\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0`\\\35\0\0\0\0\0`l\35\0\0\0\0\0`l\35\0\0\0\0\0\2403\0\0\0\0\0\0\2403\0\0\0\0\0\0\1\0\0\0\0\0\0\0", 784, 64) = 784 10887 11:12:02 mmap(NULL, 2002320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2de6e17000 10887 11:12:02 mmap(0x7f2de6e3f000, 1409024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f2de6e3f000 10887 11:12:02 mmap(0x7f2de6f97000, 352256, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7f2de6f97000 10887 11:12:02 mmap(0x7f2de6fed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d5000) = 0x7f2de6fed000 10887 11:12:02 mmap(0x7f2de6ff3000, 52624, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2de6ff3000 10887 11:12:02 close(3) = 0 10887 11:12:02 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\310\243\t\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0H\37\0\0\0\0\0\0H\37\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\0 \0\0\0\0\0\0\331\267\6\0\0\0\0\0\331\267\6\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\340\6\0\0\0\0\0\0\340\6\0\0\0\0\0\0\340\6\0\0\0\0\0\250\256\2\0\0\0\0\0\250\256\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\360\234\t\0\0\0\0\0\360\234\t\0\0\0\0\0\360\234\t\0\0\0\0\0\260\5\0\0\0\0\0\0\230\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\310\235\t\0\0\0\0\0\310\235\t\0\0\0\0\0\310\235\t\0\0\0\0\0\320\1\0\0\0\0\0\0\320\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0\300!\t\0\0\0\0\0\300!\t\0\0\0\0\0\300!\t\0\0\0\0\0,\10\0\0\0\0\0\0,\10\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\360\234\t\0\0\0\0\0\360\234\t\0\0\0\0\0\360\234\t\0\0\0\0\0\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0Q\205\375I\6\370\352\230O*\346\2^\300\n\313\322h\n\333\0\0\0\0C\0\0\0\32\0\0\0\10\0\0\0\t\0\0\0#&`tELfQ\3D\6\0\245\244\25\252\"\2\0\3@\0\2\0\30\22\201\210\0\200H\0\"\0020\20P\2X\0t\20AA(SB\201\0 \31\244\222\2@T\18\314\0217\4\1&\32\0\0\0\33\0\0\0\35\0\0\0\37\0\0\0!\0\0\0\0\0\0\0\0\0\0\0#\0\0\0\0\0\0\0%\0\0\0'\0\0\0\0\0\0\0(\0\0\0\0\0\0\0)\0\0\0\0\0\0\0*\0\0\0+\0\0\0,\0\0\0-\0\0\0.\0\0\0/\0\0\0\0\0\0\0001\0\0\0003\0\0\0\0\0\0\0\0\0\0\0004\0\0\0\0\0\0\0005\0\0\0006\0\0\0007\0\0\08\0\0\0:\0\0\0<\0\0\0=\0\0\0", 832) = 832 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=633480, ...}) = 0 10887 11:12:02 mmap(NULL, 631688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2de6d7c000 10887 11:12:02 mmap(0x7f2de6d7e000, 442368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2de6d7e000 10887 11:12:02 mmap(0x7f2de6dea000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6e000) = 0x7f2de6dea000 10887 11:12:02 mmap(0x7f2de6e15000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x99000) = 0x7f2de6e15000 10887 11:12:02 close(3) = 0 10887 11:12:02 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\300\322\1\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\34\0\33\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\200\"\0\0\0\0\0\0\200\"\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\0000\0\0\0\0\0\0\235#\1\0\0\0\0\0\235#\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0`\1\0\0\0\0\0\0`\1\0\0\0\0\0\0`\1\0\0\0\0\0pd\0\0\0\0\0\0pd\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0p\314\1\0\0\0\0\0p\334\1\0\0\0\0\0p\334\1\0\0\0\0\0\30\5\0\0\0\0\0\0 \5\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\320\315\1\0\0\0\0\0\320\335\1\0\0\0\0\0\320\335\1\0\0\0\0\0\360\1\0\0\0\0\0\0\360\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0l\250\1\0\0\0\0\0l\250\1\0\0\0\0\0l\250\1\0\0\0\0\0\354\3\0\0\0\0\0\0\354\3\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0p\314\1\0\0\0\0\0p\334\1\0\0\0\0\0p\334\1\0\0\0\0\0\220\3\0\0\0\0\0\0\220\3\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\243Y\370X\332Jt\25\220Q\v\0313\266U-\328|G\0\0\0\0a\0\0\0\27\0\0\0\20\0\0\0\n\0\0\0\0\"@b\f\3\2\0E\0\0A\10\4\5\22\4\1\204\4\0\7\10\0\4\1\26\n\0\21\2\0\0A\0\224\204\204\10\10\0l\0\24 \260\204\200\0\2603@\t\360d\200\2B\206\0\0\0\4\20\0\1 \24\0\2\2\0\10\0#\n\2\10\78\f\0\4\340\1\0 \0 \0H!R\35\230\221\0/12\1\6\0\10\4\0\0\0\200!\2\n\200\2\0\10 G\0\1Qd\0\0\2\202\0\0\0\0\0\0\27\0\0\0\32\0\0\0\34\0\0\0\0\0\0\0\36\0\0\0!\0\0\0#\0\0\0$\0\0\0(\0\0\0\0\0\0\0)\0\0\0*\0\0\0,\0\0\0-\0\0\0\0\0\0\0\0\0\0\0.\0\0\0000\0\0\0004\0\0\0", 832) = 832 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=121280, ...}) = 0 10887 11:12:02 mmap(NULL, 123280, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2de75bb000 10887 11:12:02 mmap(0x7f2de75be000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f2de75be000 10887 11:12:02 mmap(0x7f2de75d1000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f2de75d1000 10887 11:12:02 mmap(0x7f2de75d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f2de75d8000 10887 11:12:02 close(3) = 0 10887 11:12:02 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\0\0\0\08a\f\0\0\0\0\0\0\0\0\0@\08\0\t\0@\0\33\0\32\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\350B\0\0\0\0\0\0\350B\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\0P\0\0\0\0\0\0\25\300\n\0\0\0\0\0\25\300\n\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0 \v\0\0\0\0\0\0 \v\0\0\0\0\0\0 \v\0\0\0\0\0\0344\1\0\0\0\0\0\0344\1\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0000X\f\0\0\0\0\0000h\f\0\0\0\0\0000h\f\0\0\0\0\0\330\7\0\0\0\0\0\0\20\10\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0`Z\f\0\0\0\0\0`j\f\0\0\0\0\0`j\f\0\0\0\0\0\360\1\0\0\0\0\0\0\360\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\08\2\0\0\0\0\0\0\304\0\0\0\0\0\0\0\304\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0P\345td\4\0\0\0\270\206\v\0\0\0\0\0\270\206\v\0\0\0\0\0\270\206\v\0\0\0\0\0\254\31\0\0\0\0\0\0\254\31\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0000X\f\0\0\0\0\0000h\f\0\0\0\0\0000h\f\0\0\0\0\0\320\7\0\0\0\0\0\0\320\7\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\241\3341A<\304\241\330\210\246\372\37\376<\273\313 \227G\305\4\0\0\0\220\0\0\0~\32\376\312FDO\0{\"type\":\"deb\",\"os\":\"Debian\",\"name\":\"libzstd\",\"version\":\"1.5.6+dfsg-1\",\"architecture\":\"amd64\",\"debugInfoUrl\":\"https://debuginfod.debian.net\"}\0\0\0\0\0\0\0\0\203\0\0\0$\0\0\0\20\0\0\0\n\0\0\0\200\0\22\262\10\30p)L\251E\262\3\320N\31\330\2560C\20P\250\370$\f\3\34\3r\204\225,\211\5\321\350$\10@\202(\0201\203(\21\246", 832) = 832 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0644, st_size=813048, ...}) = 0 10887 11:12:02 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2de75b9000 10887 11:12:02 mmap(NULL, 815168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2de6cb4000 10887 11:12:02 mmap(0x7f2de6cb9000, 708608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f2de6cb9000 10887 11:12:02 mmap(0x7f2de6d66000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb2000) = 0x7f2de6d66000 10887 11:12:02 mmap(0x7f2de6d7a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc5000) = 0x7f2de6d7a000 10887 11:12:02 close(3) = 0 10887 11:12:02 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2de75b6000 10887 11:12:02 arch_prctl(ARCH_SET_FS, 0x7f2de75b6800) = 0 10887 11:12:02 set_tid_address(0x7f2de75b6ad0) = 10887 10887 11:12:02 set_robust_list(0x7f2de75b6ae0, 24) = 0 10887 11:12:02 rseq(0x7f2de75b7120, 0x20, 0, 0x53053053) = 0 10887 11:12:02 mprotect(0x7f2de6fed000, 16384, PROT_READ) = 0 10887 11:12:02 mprotect(0x7f2de6d7a000, 4096, PROT_READ) = 0 10887 11:12:02 mprotect(0x7f2de75d8000, 4096, PROT_READ) = 0 10887 11:12:02 mprotect(0x7f2de6e15000, 4096, PROT_READ) = 0 10887 11:12:02 mprotect(0x7f2de7509000, 417792, PROT_READ) = 0 10887 11:12:02 mprotect(0x7f2de7605000, 4096, PROT_READ) = 0 10887 11:12:02 mprotect(0x55e274995000, 12288, PROT_READ) = 0 10887 11:12:02 mprotect(0x7f2de7668000, 8192, PROT_READ) = 0 10887 11:12:02 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 10887 11:12:02 munmap(0x7f2de7609000, 149490) = 0 10887 11:12:02 statfs("/sys/fs/selinux", 0x7ffeb8b73fa0) = -1 ENOENT (Aucun fichier ou dossier de ce nom) 10887 11:12:02 statfs("/selinux", 0x7ffeb8b73fa0) = -1 ENOENT (Aucun fichier ou dossier de ce nom) 10887 11:12:02 getrandom("\xde\x48\x8d\xaf\x21\xfd\x30\x4d", 8, GRND_NONBLOCK) = 8 10887 11:12:02 brk(NULL) = 0x55e2a2707000 10887 11:12:02 brk(0x55e2a2728000) = 0x55e2a2728000 10887 11:12:02 openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 10887 11:12:02 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 10887 11:12:02 read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbdev\nnodev\tproc\nnodev\tcgroup\nnodev\tcgroup2\nnodev\tcpuset\nnodev\tdevtmpfs\nnodev\tdebugfs\nnodev\ttracefs\nnodev\tsecurityfs\nnodev\tsockfs\nnodev\tbpf\nnodev\tpipefs\nnodev\tramfs\nnodev\thugetlbfs\nnodev\tdevpts\n\tfuseblk\nnodev\tfuse\nnodev\tfusectl\nnodev\tvirtiofs\nnodev\tmqueue\nnodev\tpstore\nnodev\tefivarfs\n\text3\n\text2\n\text4\nnodev\tautofs\nnodev\tconfigfs\nnodev\trpc_pipefs\nnodev\tnfsd\n\tvfat\nnodev\tbinfmt_misc\nnodev\tnfs\nnodev\tnfs4\n", 1024) = 432 10887 11:12:02 read(3, "", 1024) = 0 10887 11:12:02 close(3) = 0 10887 11:12:02 access("/etc/selinux/config", F_OK) = 0 10887 11:12:02 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 10887 11:12:02 geteuid() = 0 10887 11:12:02 setgroups(0, NULL) = 0 10887 11:12:02 openat(AT_FDCWD, "/dev/null", O_RDWR) = 3 10887 11:12:02 close(3) = 0 10887 11:12:02 getpid() = 10887 10887 11:12:02 write(2, "sshd requires execution with an absolute path\r\n", 47) = 47 10887 11:12:02 exit_group(255) = ? 10887 11:12:02 +++ exited with 255 +++ 1589 11:12:02 <... poll resumed>) = ? ERESTART_RESTARTBLOCK (Interrupted by signal) 1589 11:12:02 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=10887, si_uid=0, si_status=255, si_utime=0, si_stime=0} --- 1589 11:12:02 write(4, "\21", 1) = 1 1589 11:12:02 rt_sigreturn({mask=[]}) = -1 EINTR (Appel système interrompu) 1589 11:12:02 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, -1) = 1 ([{fd=3, revents=POLLIN}]) 1589 11:12:02 ioctl(3, FIONREAD, [1]) = 0 1589 11:12:02 read(3, "\21", 1) = 1 1589 11:12:02 wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 255}], WNOHANG, NULL) = 10887 1589 11:12:02 wait4(-1, 0x7ffccfbc2864, WNOHANG, NULL) = -1 ECHILD (Aucun processus enfant) 1589 11:12:02 poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}], 3, -1 <detached ...>
--- End Message ---
--- Begin Message ---
- To: 1078429-close@bugs.debian.org
- Subject: Bug#1078429: fixed in openssh 1:9.8p1-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 26 Aug 2024 14:37:47 +0000
- Message-id: <E1siaqp-006IXS-D1@fasolo.debian.org>
- Reply-to: Colin Watson <cjwatson@debian.org>
Source: openssh Source-Version: 1:9.8p1-4 Done: Colin Watson <cjwatson@debian.org> We believe that the bug you reported is fixed in the latest version of openssh, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1078429@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Colin Watson <cjwatson@debian.org> (supplier of updated openssh package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 26 Aug 2024 15:02:45 +0100 Source: openssh Architecture: source Version: 1:9.8p1-4 Distribution: unstable Urgency: medium Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> Changed-By: Colin Watson <cjwatson@debian.org> Closes: 1078429 Changes: openssh (1:9.8p1-4) unstable; urgency=medium . [ Grzegorz Szymaszek ] * Disable listening on 22 in the port change example in README.Debian. . [ Colin Watson ] * sshd: Allow exec without absolute path in inetd mode (closes: #1078429). * Add an autopkgtest for running sshd from xinetd. Checksums-Sha1: 3c1f204777f57f9173741087f58479340bae7439 3321 openssh_9.8p1-4.dsc d8e46537a5ab949eb775a9ac47c39c64a69faad8 193600 openssh_9.8p1-4.debian.tar.xz Checksums-Sha256: 62fe8ff8ccb9057537a95dcafc45d6829e2685f536460e2373a2069e28dcf036 3321 openssh_9.8p1-4.dsc b7141cdc78e13960c865633b1332cb5c32c8fb4385a43be7b2ca1706b8db6a24 193600 openssh_9.8p1-4.debian.tar.xz Files: 38729f0325ee113cf6b893e8651305f5 3321 net standard openssh_9.8p1-4.dsc b5988c14b2cd5fec6a6d57bae8160ad0 193600 net standard openssh_9.8p1-4.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmbMizkACgkQOTWH2X2G UAue8A//aPOwT47nYgDFMHXYS7/TyuQ+lP90IbVz1silGnClZRqH+dsd4HK57nek 9yFc7kQUNEoOLn61WH/TBKkMsdayZM+rq6hMRBQh1NdArUGvQONbOZ24LswFhzPA 0PumFWuRJGMaB+HPtNyame6NcbO76wY3MTOQMaFA0o2cH+sCMy1s+4S0BrE5bnyp N7UkokPVWtm7iEq39aCdh8hEqBnHdqpvCnbNOARbDzH4mL8+Kpc4XlWbLZxuze/0 O1VYudjt4iljIvKOCgKEM7GEnIGy565ZJ+SNYs19fcJdd8yhhVhA6+eYA29dbNGp rNgtKTCiGH18M5561YG3DfB0HJML6Y5gAEZrd7VnIsD/XRVVIQG2h5/zLyp69TPu 7O0ZI+8sFex7dtNxUwToiQlBwMWlwh+kc9L9eSBKs1zZtRhgvD7Aaex2KIUdimwk BOTlNuPXtbC5UEtZEy0ruHBZ86GVq0ZvWgK2doB5As4Stx63DNumNlKH+qJgioRz 34DOvW1x2MdHgO8UKCBMoQXQvduuYBLFpVkqR//My87mjVu/piF4meqHKcKTujkl qzdWwimEj34z3Ok9snQURAAXcfMMNVjwvxRa/hH22jDKjuEanHy1fUn+XV7GURsQ 8QtLRSsURIFl/IZIJtFJwKjoVTCFVt58UCxK1y+GB63wBenKqfw= =7llp -----END PGP SIGNATURE-----Attachment: pgpS0J0lPG0cy.pgp
Description: PGP signature
--- End Message ---