Bug#1126054: /usr/bin/apt-get: Segfault when installing .deb package
Arvid Gerstmann <[email protected]> Wed, 21 Jan 2026 10:07:00 +0000
| Newsgroups | gmane.linux.debian.apt.devel |
|---|---|
| Message-ID | <176899002023.3890.6000833686177171984.reportbug__45166.7692091846$1768990214$gmane$org@ip-172-31-41-169> |
Package: apt Version: 2.6.1 Severity: important File: /usr/bin/apt-get X-Debbugs-Cc: [email protected] Dear Maintainer, trying to install the Debian package `codesyscontrol.deb` (the Codesys runtime from Codesys GmbH, version 4.9.0.0, sha256 checksum `0fc4abc7092fdaeb119140f2aa6fd18d2e86babe13ecf33fd9cc80ef67e085a5`) results in a segfault in `apt-get`. The following command was used to install it: ``` apt-get install ./path/to/codesyscontrol.deb ``` The package can be installed using `dpkg -i`. And it also reappears when the package is removed again using `dpkg -r`. The situation appeared on the latest Debian 12 AMI running on AWS EC2 (`ami-09a2f0264769556f1`). Reach out to me privately and I can make the deb file available for testing. Running under `gdb` resulted in the following backtrace: ``` Starting program: /usr/bin/apt-get install ./codesys-4.9.0.0/codesyscontrol_linux.deb /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [Detaching after fork from child process 3570] [Detaching after fork from child process 3571] [Detaching after fork from child process 3572] Reading package lists... Done [Detaching after fork from child process 3573] Building dependency tree... Done Reading state information... Done Note, selecting 'codesyscontrol' instead of './codesys-4.9.0.0/codesyscontrol_linux.deb' Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7e8b41d in pkgDepCache::MarkInstall(pkgCache::PkgIterator const&, bool, unsigned long, bool, bool) () from /lib/x86_64-linux-gnu/libapt-pkg.so.6.0 (gdb) bt #0 0x00007ffff7e8b41d in pkgDepCache::MarkInstall(pkgCache::PkgIterator const&, bool, unsigned long, bool, bool) () from /lib/x86_64-linux-gnu/libapt-pkg.so.6.0 #1 0x00007ffff7f7055f in ?? () from /lib/x86_64-linux-gnu/libapt-private.so.0.0 #2 0x00007ffff7f78360 in ?? () from /lib/x86_64-linux-gnu/libapt-private.so.0.0 #3 0x00007ffff7f78ce1 in DoInstall(CommandLine&) () from /lib/x86_64-linux-gnu/libapt-private.so.0.0 #4 0x00007ffff7e15097 in CommandLine::DispatchArg(CommandLine::Dispatch const*, bool) () from /lib/x86_64-linux-gnu/libapt-pkg.so.6.0 #5 0x00007ffff7f6353e in DispatchCommandLine(CommandLine&, std::vector<CommandLine::Dispatch, std::allocator<CommandLine::Dispatch> > const&) () from /lib/x86_64-linux-gnu/libapt-private.so.0.0 #6 0x0000555555558a33 in ?? () #7 0x00007ffff784524a in __libc_start_call_main (main=main@entry=0x5555555589a0, argc=argc@entry=3, argv=argv@entry=0x7fffffffe558) at ../sysdeps/nptl/libc_start_call_main.h:58 #8 0x00007ffff7845305 in __libc_start_main_impl (main=0x5555555589a0, argc=3, argv=0x7fffffffe558, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe548) at ../csu/libc-start.c:360 #9 0x0000555555558ad1 in ?? () ``` Below, you'll also find an `strace` of the invocation that resulted in the segfault: ```execve("/usr/bin/apt-get", ["apt-get", "install", "./codesys-4.9.0.0/codesyscontrol"...], 0x7fff799428e8 /* 17 vars */) = 0 brk(NULL) = 0x55eab38fa000 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97aa0cc000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=14919, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 14919, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f97aa0c8000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libapt-private.so.0.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=497904, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 501152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97aa04d000 mmap(0x7f97aa05d000, 356352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f97aa05d000 mmap(0x7f97aa0b4000, 69632, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x67000) = 0x7f97aa0b4000 mmap(0x7f97aa0c5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x77000) = 0x7f97aa0c5000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libapt-pkg.so.6.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2067760, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 2072696, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a9e52000 mmap(0x7f97a9e94000, 1437696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x42000) = 0x7f97a9e94000 mmap(0x7f97a9ff3000, 323584, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a1000) = 0x7f97a9ff3000 mmap(0x7f97aa042000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ef000) = 0x7f97aa042000 mmap(0x7f97aa04c000, 120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97aa04c000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2190440, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 2201728, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a9c00000 mmap(0x7f97a9c99000, 1052672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x99000) = 0x7f97a9c99000 mmap(0x7f97a9d9a000, 454656, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19a000) = 0x7f97a9d9a000 mmap(0x7f97a9e09000, 57344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x209000) = 0x7f97a9e09000 mmap(0x7f97a9e17000, 10368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97a9e17000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=125312, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 127688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a9e32000 mmap(0x7f97a9e35000, 94208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97a9e35000 mmap(0x7f97a9e4c000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f97a9e4c000 mmap(0x7f97a9e50000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x7f97a9e50000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20t\2\0\0\0\0\0"..., 832) = 832 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"..., 784, 64) = 784 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1926232, ...}, AT_EMPTY_PATH) = 0 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"..., 784, 64) = 784 mmap(NULL, 1974096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a9a1e000 mmap(0x7f97a9a44000, 1400832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f97a9a44000 mmap(0x7f97a9b9a000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17c000) = 0x7f97a9b9a000 mmap(0x7f97a9bed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1cf000) = 0x7f97a9bed000 mmap(0x7f97a9bf3000, 53072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97a9bf3000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=121280, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a9e30000 mmap(NULL, 123280, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a99ff000 mmap(0x7f97a9a02000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97a9a02000 mmap(0x7f97a9a15000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f97a9a15000 mmap(0x7f97a9a1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f97a9a1c000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libbz2.so.1.0", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=74688, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 76840, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a9e1d000 mmap(0x7f97a9e1f000, 53248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97a9e1f000 mmap(0x7f97a9e2c000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f97a9e2c000 mmap(0x7f97a9e2e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f97a9e2e000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=190456, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 188440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a99d0000 mmap(0x7f97a99d4000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f97a99d4000 mmap(0x7f97a99f1000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f97a99f1000 mmap(0x7f97a99fd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7f97a99fd000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/liblz4.so.1", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=149952, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 152032, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a99aa000 mmap(0x7f97a99ad000, 122880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97a99ad000 mmap(0x7f97a99cb000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f97a99cb000 mmap(0x7f97a99ce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f97a99ce000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=763816, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 766016, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a98ee000 mmap(0x7f97a98f3000, 659456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f97a98f3000 mmap(0x7f97a9994000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7f97a9994000 mmap(0x7f97a99a8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb9000) = 0x7f97a99a8000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libudev.so.1", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=182544, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 186648, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a98c0000 mmap(0x7f97a98c5000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f97a98c5000 mmap(0x7f97a98e1000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f97a98e1000 mmap(0x7f97a98ec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f97a98ec000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=844736, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a9e1b000 mmap(NULL, 849232, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a97f0000 mmap(0x7f97a9806000, 520192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f97a9806000 mmap(0x7f97a9885000, 188416, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x95000) = 0x7f97a9885000 mmap(0x7f97a98b3000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc2000) = 0x7f97a98b3000 mmap(0x7f97a98bf000, 1360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97a98bf000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=1332480, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 1336048, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a96a9000 mmap(0x7f97a96b8000, 958464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f97a96b8000 mmap(0x7f97a97a2000, 278528, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf9000) = 0x7f97a97a2000 mmap(0x7f97a97e6000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13c000) = 0x7f97a97e6000 mmap(0x7f97a97ef000, 752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97a97ef000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libxxhash.so.0", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=80008, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 82176, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a9694000 mmap(0x7f97a9696000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f97a9696000 mmap(0x7f97a96a5000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f97a96a5000 mmap(0x7f97a96a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f97a96a7000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=911904, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 913680, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a95b4000 mmap(0x7f97a95c4000, 475136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f97a95c4000 mmap(0x7f97a9638000, 368640, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0x7f97a9638000 mmap(0x7f97a9692000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f97a9692000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libcap.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260t\0\0\0\0\0\0"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=47288, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 45128, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a95a8000 mmap(0x7f97a95ab000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f97a95ab000 mmap(0x7f97a95b0000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f97a95b0000 mmap(0x7f97a95b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f97a95b2000 close(3) = 0 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3 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"..., 832) = 832 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=157768, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a95a6000 mmap(NULL, 160208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97a957e000 mmap(0x7f97a9583000, 90112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f97a9583000 mmap(0x7f97a9599000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f97a9599000 mmap(0x7f97a95a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f97a95a4000 close(3) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a957c000 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a9579000 arch_prctl(ARCH_SET_FS, 0x7f97a9579840) = 0 set_tid_address(0x7f97a9579b10) = 3642 set_robust_list(0x7f97a9579b20, 24) = 0 rseq(0x7f97a957a160, 0x20, 0, 0x53053053) = 0 mprotect(0x7f97a9bed000, 16384, PROT_READ) = 0 mprotect(0x7f97a95a4000, 4096, PROT_READ) = 0 mprotect(0x7f97a95b2000, 4096, PROT_READ) = 0 mprotect(0x7f97a9692000, 4096, PROT_READ) = 0 mprotect(0x7f97a96a7000, 4096, PROT_READ) = 0 mprotect(0x7f97a97e6000, 20480, PROT_READ) = 0 mprotect(0x7f97a99fd000, 4096, PROT_READ) = 0 mprotect(0x7f97a99a8000, 4096, PROT_READ) = 0 mprotect(0x7f97a99ce000, 4096, PROT_READ) = 0 mprotect(0x7f97a98b3000, 45056, PROT_READ) = 0 mprotect(0x7f97a98ec000, 4096, PROT_READ) = 0 mprotect(0x7f97a9e2e000, 4096, PROT_READ) = 0 mprotect(0x7f97a9a1c000, 4096, PROT_READ) = 0 mprotect(0x7f97a9e50000, 4096, PROT_READ) = 0 mprotect(0x7f97a9e09000, 45056, PROT_READ) = 0 mprotect(0x7f97aa042000, 36864, PROT_READ) = 0 mprotect(0x7f97aa0c5000, 8192, PROT_READ) = 0 mprotect(0x55eaad35e000, 4096, PROT_READ) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a9577000 mprotect(0x7f97aa0ff000, 8192, PROT_READ) = 0 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 munmap(0x7f97aa0c8000, 14919) = 0 getrandom("\x67\x73\x3b\xe1\x0c\xdc\xe9\x81", 8, GRND_NONBLOCK) = 8 brk(NULL) = 0x55eab38fa000 brk(0x55eab391b000) = 0x55eab391b000 prctl(PR_CAPBSET_READ, CAP_MAC_OVERRIDE) = 1 prctl(PR_CAPBSET_READ, 0x30 /* CAP_??? */) = -1 EINVAL (Invalid argument) prctl(PR_CAPBSET_READ, CAP_CHECKPOINT_RESTORE) = 1 prctl(PR_CAPBSET_READ, 0x2c /* CAP_??? */) = -1 EINVAL (Invalid argument) prctl(PR_CAPBSET_READ, 0x2a /* CAP_??? */) = -1 EINVAL (Invalid argument) prctl(PR_CAPBSET_READ, 0x29 /* CAP_??? */) = -1 EINVAL (Invalid argument) futex(0x7f97a9e1773c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 openat(AT_FDCWD, "/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4 newfstatat(4, "", {st_mode=S_IFREG|0644, st_size=2996, ...}, AT_EMPTY_PATH) = 0 read(4, "# Locale name alias data base.\n#"..., 4096) = 2996 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en_US/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en/LC_CTYPE", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) futex(0x7f97a9e511f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/etc/apt/apt.conf.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/etc/apt/apt.conf.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 newfstatat(4, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 brk(0x55eab3940000) = 0x55eab3940000 getdents64(4, 0x55eab39176a0 /* 9 entries */, 32768) = 304 getdents64(4, 0x55eab39176a0 /* 0 entries */, 32768) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/01autoremove", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "APT\n{\n NeverAutoRemove\n {\n\t\"^f"..., 4096) = 399 read(4, "", 3697) = 0 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/20auto-upgrades", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "APT::Periodic::Update-Package-Li"..., 4096) = 80 read(4, "", 4016) = 0 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/20listchanges", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "DPkg::Pre-Install-Pkgs { \"/usr/b"..., 4096) = 307 read(4, "", 3789) = 0 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/20packagekit", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "// THIS FILE IS USED TO INFORM P"..., 4096) = 1037 read(4, "", 3059) = 0 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/50appstream", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "## This file is provided by apps"..., 4096) = 2599 read(4, "", 1497) = 0 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/50unattended-upgrades", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "// Unattended-Upgrade::Origins-P"..., 4096) = 4096 read(4, "ttended-Upgrade::InstallOnShutdo"..., 4096) = 3242 read(4, "", 854) = 0 read(4, "", 4096) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/apt.conf.d/70debconf", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "// Pre-configure all packages wi"..., 4096) = 182 read(4, "", 3914) = 0 read(4, "", 4096) = 0 close(4) = 0 newfstatat(AT_FDCWD, "/etc/apt/apt.conf", 0x7ffe7b209fb0, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/dpkg/status", {st_mode=S_IFREG|0644, st_size=395314, ...}, 0) = 0 newfstatat(AT_FDCWD, "/usr/bin/dpkg", {st_mode=S_IFREG|0755, st_size=318096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/etc/debian_version", {st_mode=S_IFREG|0644, st_size=6, ...}, 0) = 0 openat(AT_FDCWD, "/usr/share/dpkg/cputable", O_RDONLY) = 4 read(4, "# Version=1.0\n#\n# This file cont"..., 8191) = 2152 read(4, "", 8191) = 0 newfstatat(AT_FDCWD, "/usr/share/dpkg/tupletable", {st_mode=S_IFREG|0644, st_size=2249, ...}, 0) = 0 openat(AT_FDCWD, "/usr/share/dpkg/tupletable", O_RDONLY) = 5 read(5, "# Version=1.0\n#\n# Bidirectional "..., 8191) = 2249 brk(0x55eab3962000) = 0x55eab3962000 read(5, "", 8191) = 0 close(5) = 0 close(4) = 0 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 ioctl(1, TCGETS, 0x7ffe7b20a150) = -1 ENOTTY (Inappropriate ioctl for device) rt_sigaction(SIGWINCH, {sa_handler=0x7f97aa090bd0, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 ioctl(1, TIOCGWINSZ, 0x7ffe7b20a208) = -1 ENOTTY (Inappropriate ioctl for device) ioctl(1, TCGETS, 0x7ffe7b20a150) = -1 ENOTTY (Inappropriate ioctl for device) newfstatat(AT_FDCWD, "/etc/apt/sources.list", {st_mode=S_IFREG|0644, st_size=45, ...}, 0) = 0 openat(AT_FDCWD, "/etc/apt/sources.list", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "# See /etc/apt/sources.list.d/de"..., 4096) = 45 read(4, "", 4051) = 0 read(4, "", 4096) = 0 close(4) = 0 newfstatat(AT_FDCWD, "/etc/apt/sources.list.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/etc/apt/sources.list.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 openat(AT_FDCWD, "/etc/apt/sources.list.d/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 newfstatat(4, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 getdents64(4, 0x55eab3941960 /* 3 entries */, 32768) = 88 getdents64(4, 0x55eab3941960 /* 0 entries */, 32768) = 0 close(4) = 0 openat(AT_FDCWD, "/etc/apt/sources.list.d/debian.sources", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 4 read(4, "Types: deb deb-src\nURIs: mirror+"..., 32771) = 375 read(4, "", 32396) = 0 openat(AT_FDCWD, "/var/lib/apt/lists/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 5 newfstatat(5, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 getdents64(5, 0x55eab3949970 /* 23 entries */, 32768) = 1896 getdents64(5, 0x55eab3949970 /* 0 entries */, 32768) = 0 close(5) = 0 pipe2([5, 6], 0) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLDstrace: Process 3643 attached , child_tidptr=0x7f97a9579b10) = 3643 [pid 3643] set_robust_list(0x7f97a9579b20, 24 <unfinished ...> [pid 3642] close(6 <unfinished ...> [pid 3643] <... set_robust_list resumed>) = 0 [pid 3642] <... close resumed>) = 0 [pid 3643] rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] fcntl(5, F_GETFL <unfinished ...> [pid 3643] <... rt_sigaction resumed>{sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3642] <... fcntl resumed>) = 0 (flags O_RDONLY) [pid 3643] rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[QUIT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] newfstatat(5, "", <unfinished ...> [pid 3643] <... rt_sigaction resumed>{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3642] <... newfstatat resumed>{st_mode=S_IFIFO|0600, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3643] rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[INT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] read(5, <unfinished ...> [pid 3643] <... rt_sigaction resumed>{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3643] rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=0x7f97aa090bd0, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3643] rt_sigaction(SIGCONT, {sa_handler=SIG_DFL, sa_mask=[CONT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3643] rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[TSTP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3643] openat(AT_FDCWD, "/proc/self/fd", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 7 [pid 3643] newfstatat(7, "", {st_mode=S_IFDIR|0500, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3643] getdents64(7, 0x55eab3949970 /* 10 entries */, 32768) = 240 [pid 3643] fcntl(3, F_SETFD, FD_CLOEXEC) = 0 [pid 3643] fcntl(4, F_SETFD, FD_CLOEXEC) = 0 [pid 3643] fcntl(5, F_SETFD, FD_CLOEXEC) = 0 [pid 3643] fcntl(6, F_SETFD, FD_CLOEXEC) = 0 [pid 3643] fcntl(7, F_SETFD, FD_CLOEXEC) = 0 [pid 3643] getdents64(7, 0x55eab3949970 /* 0 entries */, 32768) = 0 [pid 3643] close(7) = 0 [pid 3643] openat(AT_FDCWD, "/dev/null", O_RDWR) = 7 [pid 3643] dup2(7, 0) = 0 [pid 3643] close(5) = 0 [pid 3643] dup2(6, 1) = 1 [pid 3643] dup2(7, 2) = 2 [pid 3643] execve("/usr/bin/dpkg", ["/usr/bin/dpkg", "--print-foreign-architectures"], 0x7ffe7b20a418 /* 17 vars */) = 0 [pid 3643] brk(NULL) = 0x55e968f17000 [pid 3643] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe9e2045000 [pid 3643] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=14919, ...}, AT_EMPTY_PATH) = 0 [pid 3643] mmap(NULL, 14919, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe9e2041000 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmd.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] 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"..., 832) = 832 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=47312, ...}, AT_EMPTY_PATH) = 0 [pid 3643] mmap(NULL, 49384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe9e2034000 [pid 3643] mmap(0x7fe9e2036000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe9e2036000 [pid 3643] mmap(0x7fe9e203d000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fe9e203d000 [pid 3643] mmap(0x7fe9e203f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7fe9e203f000 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] 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"..., 832) = 832 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=174312, ...}, AT_EMPTY_PATH) = 0 [pid 3643] mmap(NULL, 186064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe9e2006000 [pid 3643] mmap(0x7fe9e200d000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fe9e200d000 [pid 3643] mmap(0x7fe9e2028000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7fe9e2028000 [pid 3643] mmap(0x7fe9e2030000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7fe9e2030000 [pid 3643] mmap(0x7fe9e2032000, 5840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe9e2032000 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20t\2\0\0\0\0\0"..., 832) = 832 [pid 3643] 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"..., 784, 64) = 784 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1926232, ...}, AT_EMPTY_PATH) = 0 [pid 3643] 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"..., 784, 64) = 784 [pid 3643] mmap(NULL, 1974096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe9e1e24000 [pid 3643] mmap(0x7fe9e1e4a000, 1400832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7fe9e1e4a000 [pid 3643] mmap(0x7fe9e1fa0000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17c000) = 0x7fe9e1fa0000 [pid 3643] mmap(0x7fe9e1ff3000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1cf000) = 0x7fe9e1ff3000 [pid 3643] mmap(0x7fe9e1ff9000, 53072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe9e1ff9000 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] 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"..., 832) = 832 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=629384, ...}, AT_EMPTY_PATH) = 0 [pid 3643] mmap(NULL, 627592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe9e1d8a000 [pid 3643] mmap(0x7fe9e1d8c000, 438272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fe9e1d8c000 [pid 3643] mmap(0x7fe9e1df7000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7fe9e1df7000 [pid 3643] mmap(0x7fe9e1e22000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x98000) = 0x7fe9e1e22000 [pid 3643] close(3) = 0 [pid 3643] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe9e1d88000 [pid 3643] arch_prctl(ARCH_SET_FS, 0x7fe9e1d88dc0) = 0 [pid 3643] set_tid_address(0x7fe9e1d89090) = 3643 [pid 3643] set_robust_list(0x7fe9e1d890a0, 24) = 0 [pid 3643] rseq(0x7fe9e1d896e0, 0x20, 0, 0x53053053) = 0 [pid 3643] mprotect(0x7fe9e1ff3000, 16384, PROT_READ) = 0 [pid 3643] mprotect(0x7fe9e1e22000, 4096, PROT_READ) = 0 [pid 3643] mprotect(0x7fe9e2030000, 4096, PROT_READ) = 0 [pid 3643] mprotect(0x7fe9e203f000, 4096, PROT_READ) = 0 [pid 3643] mprotect(0x55e93fdcb000, 12288, PROT_READ) = 0 [pid 3643] mprotect(0x7fe9e2078000, 8192, PROT_READ) = 0 [pid 3643] prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 [pid 3643] munmap(0x7fe9e2041000, 14919) = 0 [pid 3643] statfs("/sys/fs/selinux", 0x7ffeb5c71fa0) = -1 ENOENT (No such file or directory) [pid 3643] statfs("/selinux", 0x7ffeb5c71fa0) = -1 ENOENT (No such file or directory) [pid 3643] getrandom("\xf2\x1b\xaa\x59\x5d\x70\x6b\xde", 8, GRND_NONBLOCK) = 8 [pid 3643] brk(NULL) = 0x55e968f17000 [pid 3643] brk(0x55e968f38000) = 0x55e968f38000 [pid 3643] openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3643] read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 353 [pid 3643] read(3, "", 1024) = 0 [pid 3643] close(3) = 0 [pid 3643] access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2996, ...}, AT_EMPTY_PATH) = 0 [pid 3643] read(3, "# Locale name alias data base.\n#"..., 4096) = 2996 [pid 3643] read(3, "", 4096) = 0 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] openat(AT_FDCWD, "/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3643] ioctl(1, TCGETS, 0x7ffeb5c71f20) = -1 ENOTTY (Inappropriate ioctl for device) [pid 3643] umask(022) = 022 [pid 3643] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 [pid 3643] newfstatat(3, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 [pid 3643] getdents64(3, 0x55e968f197d0 /* 2 entries */, 32768) = 48 [pid 3643] getdents64(3, 0x55e968f197d0 /* 0 entries */, 32768) = 0 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg", O_RDONLY) = 3 [pid 3643] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=446, ...}, AT_EMPTY_PATH) = 0 [pid 3643] read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 446 [pid 3643] read(3, "", 4096) = 0 [pid 3643] close(3) = 0 [pid 3643] openat(AT_FDCWD, "/root/.dpkg.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3643] getuid() = 0 [pid 3643] getgid() = 0 [pid 3643] openat(AT_FDCWD, "/var/lib/dpkg/arch", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3643] exit_group(0) = ? [pid 3642] <... read resumed>"", 4096) = 0 [pid 3643] +++ exited with 0 +++ --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3643, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- close(5) = 0 wait4(3643, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3643 close(4) = 0 newfstatat(AT_FDCWD, "./codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 newfstatat(AT_FDCWD, "./codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 getcwd("/home/admin", 1024) = 12 readlink("/home/admin/codesys-4.9.0.0", 0x7ffe7b208d20, 1023) = -1 EINVAL (Invalid argument) readlink("/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", 0x7ffe7b208d20, 1023) = -1 EINVAL (Invalid argument) openat(AT_FDCWD, "/var/lib/dpkg/lock-frontend", O_RDWR|O_CREAT|O_NOFOLLOW, 0640) = 4 fcntl(4, F_SETFD, FD_CLOEXEC) = 0 fcntl(4, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 openat(AT_FDCWD, "/var/lib/dpkg/lock", O_RDWR|O_CREAT|O_NOFOLLOW, 0640) = 5 fcntl(5, F_SETFD, FD_CLOEXEC) = 0 fcntl(5, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0 openat(AT_FDCWD, "/var/lib/dpkg/updates/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 6 newfstatat(6, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 getdents64(6, 0x55eab3941960 /* 2 entries */, 32768) = 48 getdents64(6, 0x55eab3941960 /* 0 entries */, 32768) = 0 close(6) = 0 access("/var/lib/dpkg/status", R_OK) = 0 readlink("/var", 0x7ffe7b2093b0, 1023) = -1 EINVAL (Invalid argument) readlink("/var/lib", 0x7ffe7b2093b0, 1023) = -1 EINVAL (Invalid argument) readlink("/var/lib/dpkg", 0x7ffe7b2093b0, 1023) = -1 EINVAL (Invalid argument) readlink("/var/lib/dpkg/status", 0x7ffe7b2093b0, 1023) = -1 EINVAL (Invalid argument) newfstatat(AT_FDCWD, "/var/cache/apt/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/cache/apt/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(1, "", {st_mode=S_IFREG|0644, st_size=36646, ...}, AT_EMPTY_PATH) = 0 write(1, "Reading package lists...", 24Reading package lists...) = 24 newfstatat(AT_FDCWD, "/usr/bin/xz", {st_mode=S_IFREG|0755, st_size=84680, ...}, 0) = 0 newfstatat(AT_FDCWD, "/usr/bin/zstd", {st_mode=S_IFREG|0755, st_size=1276544, ...}, 0) = 0 newfstatat(AT_FDCWD, "/usr/bin/lz4", 0x7ffe7b209560, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/bin/gzip", {st_mode=S_IFREG|0755, st_size=98136, ...}, 0) = 0 newfstatat(AT_FDCWD, "/usr/bin/xz", {st_mode=S_IFREG|0755, st_size=84680, ...}, 0) = 0 newfstatat(AT_FDCWD, "/bin/bzip2", 0x7ffe7b209560, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/usr/bin/xz", {st_mode=S_IFREG|0755, st_size=84680, ...}, 0) = 0 openat(AT_FDCWD, "/var/cache/apt/pkgcache.bin", O_RDONLY) = 6 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 newfstatat(6, "", {st_mode=S_IFREG|0644, st_size=40691817, ...}, AT_EMPTY_PATH) = 0 newfstatat(AT_FDCWD, "/etc/apt/sources.list.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/etc/apt/sources.list.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 openat(AT_FDCWD, "/etc/apt/sources.list.d/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 7 newfstatat(7, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 getdents64(7, 0x55eab394aa10 /* 3 entries */, 32768) = 88 getdents64(7, 0x55eab394aa10 /* 0 entries */, 32768) = 0 close(7) = 0 newfstatat(AT_FDCWD, "/etc/apt/sources.list", {st_mode=S_IFREG|0644, st_size=45, ...}, 0) = 0 newfstatat(6, "", {st_mode=S_IFREG|0644, st_size=40691817, ...}, AT_EMPTY_PATH) = 0 newfstatat(6, "", {st_mode=S_IFREG|0644, st_size=40691817, ...}, AT_EMPTY_PATH) = 0 mmap(NULL, 40691817, PROT_READ|PROT_WRITE, MAP_PRIVATE, 6, 0) = 0x7f97a6e00000 pipe2([7, 8], 0) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLDstrace: Process 3644 attached , child_tidptr=0x7f97a9579b10) = 3644 [pid 3642] close(8 <unfinished ...> [pid 3644] set_robust_list(0x7f97a9579b20, 24 <unfinished ...> [pid 3642] <... close resumed>) = 0 [pid 3644] <... set_robust_list resumed>) = 0 [pid 3642] fcntl(7, F_GETFL) = 0 (flags O_RDONLY) [pid 3644] rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] newfstatat(7, "", <unfinished ...> [pid 3644] <... rt_sigaction resumed>{sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3642] <... newfstatat resumed>{st_mode=S_IFIFO|0600, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3644] rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[QUIT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] read(7, <unfinished ...> [pid 3644] <... rt_sigaction resumed>{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3644] rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[INT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3644] rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=0x7f97aa090bd0, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3644] rt_sigaction(SIGCONT, {sa_handler=SIG_DFL, sa_mask=[CONT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3644] rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[TSTP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3644] openat(AT_FDCWD, "/proc/self/fd", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9 [pid 3644] newfstatat(9, "", {st_mode=S_IFDIR|0500, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3644] getdents64(9, 0x55eab394aa10 /* 12 entries */, 32768) = 288 [pid 3644] fcntl(3, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] fcntl(4, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] fcntl(5, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] fcntl(6, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] fcntl(7, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] fcntl(8, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] fcntl(9, F_SETFD, FD_CLOEXEC) = 0 [pid 3644] getdents64(9, 0x55eab394aa10 /* 0 entries */, 32768) = 0 [pid 3644] close(9) = 0 [pid 3644] openat(AT_FDCWD, "/dev/null", O_RDWR) = 9 [pid 3644] dup2(9, 0) = 0 [pid 3644] close(7) = 0 [pid 3644] dup2(8, 1) = 1 [pid 3644] dup2(9, 2) = 2 [pid 3644] execve("/usr/bin/dpkg", ["/usr/bin/dpkg", "--print-foreign-architectures"], 0x55eab3919d70 /* 18 vars */) = 0 [pid 3644] brk(NULL) = 0x55e2da741000 [pid 3644] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2934987000 [pid 3644] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=14919, ...}, AT_EMPTY_PATH) = 0 [pid 3644] mmap(NULL, 14919, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2934983000 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmd.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] 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"..., 832) = 832 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=47312, ...}, AT_EMPTY_PATH) = 0 [pid 3644] mmap(NULL, 49384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2934976000 [pid 3644] mmap(0x7f2934978000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f2934978000 [pid 3644] mmap(0x7f293497f000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f293497f000 [pid 3644] mmap(0x7f2934981000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f2934981000 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] 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"..., 832) = 832 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=174312, ...}, AT_EMPTY_PATH) = 0 [pid 3644] mmap(NULL, 186064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2934948000 [pid 3644] mmap(0x7f293494f000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f293494f000 [pid 3644] mmap(0x7f293496a000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f293496a000 [pid 3644] mmap(0x7f2934972000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f2934972000 [pid 3644] mmap(0x7f2934974000, 5840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2934974000 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20t\2\0\0\0\0\0"..., 832) = 832 [pid 3644] 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"..., 784, 64) = 784 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1926232, ...}, AT_EMPTY_PATH) = 0 [pid 3644] 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"..., 784, 64) = 784 [pid 3644] mmap(NULL, 1974096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2934766000 [pid 3644] mmap(0x7f293478c000, 1400832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f293478c000 [pid 3644] mmap(0x7f29348e2000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17c000) = 0x7f29348e2000 [pid 3644] mmap(0x7f2934935000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1cf000) = 0x7f2934935000 [pid 3644] mmap(0x7f293493b000, 53072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f293493b000 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] 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"..., 832) = 832 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=629384, ...}, AT_EMPTY_PATH) = 0 [pid 3644] mmap(NULL, 627592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f29346cc000 [pid 3644] mmap(0x7f29346ce000, 438272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f29346ce000 [pid 3644] mmap(0x7f2934739000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7f2934739000 [pid 3644] mmap(0x7f2934764000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x98000) = 0x7f2934764000 [pid 3644] close(3) = 0 [pid 3644] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f29346ca000 [pid 3644] arch_prctl(ARCH_SET_FS, 0x7f29346cadc0) = 0 [pid 3644] set_tid_address(0x7f29346cb090) = 3644 [pid 3644] set_robust_list(0x7f29346cb0a0, 24) = 0 [pid 3644] rseq(0x7f29346cb6e0, 0x20, 0, 0x53053053) = 0 [pid 3644] mprotect(0x7f2934935000, 16384, PROT_READ) = 0 [pid 3644] mprotect(0x7f2934764000, 4096, PROT_READ) = 0 [pid 3644] mprotect(0x7f2934972000, 4096, PROT_READ) = 0 [pid 3644] mprotect(0x7f2934981000, 4096, PROT_READ) = 0 [pid 3644] mprotect(0x55e2ae9f0000, 12288, PROT_READ) = 0 [pid 3644] mprotect(0x7f29349ba000, 8192, PROT_READ) = 0 [pid 3644] prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 [pid 3644] munmap(0x7f2934983000, 14919) = 0 [pid 3644] statfs("/sys/fs/selinux", 0x7ffdc1ab95c0) = -1 ENOENT (No such file or directory) [pid 3644] statfs("/selinux", 0x7ffdc1ab95c0) = -1 ENOENT (No such file or directory) [pid 3644] getrandom("\xa8\x3c\xb9\x47\x80\x3e\x07\xc9", 8, GRND_NONBLOCK) = 8 [pid 3644] brk(NULL) = 0x55e2da741000 [pid 3644] brk(0x55e2da762000) = 0x55e2da762000 [pid 3644] openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3644] read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 353 [pid 3644] read(3, "", 1024) = 0 [pid 3644] close(3) = 0 [pid 3644] access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2996, ...}, AT_EMPTY_PATH) = 0 [pid 3644] read(3, "# Locale name alias data base.\n#"..., 4096) = 2996 [pid 3644] read(3, "", 4096) = 0 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] openat(AT_FDCWD, "/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3644] ioctl(1, TCGETS, 0x7ffdc1ab9540) = -1 ENOTTY (Inappropriate ioctl for device) [pid 3644] umask(022) = 022 [pid 3644] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 [pid 3644] newfstatat(3, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 [pid 3644] getdents64(3, 0x55e2da7437d0 /* 2 entries */, 32768) = 48 [pid 3644] getdents64(3, 0x55e2da7437d0 /* 0 entries */, 32768) = 0 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg", O_RDONLY) = 3 [pid 3644] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=446, ...}, AT_EMPTY_PATH) = 0 [pid 3644] read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 446 [pid 3644] read(3, "", 4096) = 0 [pid 3644] close(3) = 0 [pid 3644] openat(AT_FDCWD, "/root/.dpkg.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3644] getuid() = 0 [pid 3644] getgid() = 0 [pid 3644] openat(AT_FDCWD, "/var/lib/dpkg/arch", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3644] exit_group(0) = ? [pid 3642] <... read resumed>"", 4096) = 0 [pid 3644] +++ exited with 0 +++ --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3644, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- close(7) = 0 wait4(3644, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3644 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_InRelease", {st_mode=S_IFREG|0644, st_size=151078, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_InRelease", {st_mode=S_IFREG|0644, st_size=151078, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_Release.gpg", 0x7ffe7b2096c0, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_InRelease", {st_mode=S_IFREG|0644, st_size=151078, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=32706566, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=32706566, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_InRelease", {st_mode=S_IFREG|0644, st_size=55446, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_InRelease", {st_mode=S_IFREG|0644, st_size=55446, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_Release.gpg", 0x7ffe7b2096c0, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_InRelease", {st_mode=S_IFREG|0644, st_size=55446, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=21795, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=21795, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_InRelease", {st_mode=S_IFREG|0644, st_size=59432, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_InRelease", {st_mode=S_IFREG|0644, st_size=59432, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_Release.gpg", 0x7ffe7b2096c0, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_InRelease", {st_mode=S_IFREG|0644, st_size=59432, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1456039, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1456039, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_InRelease", {st_mode=S_IFREG|0644, st_size=47954, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_InRelease", {st_mode=S_IFREG|0644, st_size=47954, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_Release.gpg", 0x7ffe7b2096c0, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_InRelease", {st_mode=S_IFREG|0644, st_size=47954, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1250363, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1250363, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/dpkg/status", {st_mode=S_IFREG|0644, st_size=395314, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1250363, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1250363, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1250363, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1250363, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.xz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.bz2", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.lzma", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.gz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.lz4", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.zst", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages.uncompressed", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-all_Packages", 0x7ffe7b209790, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1930102, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1930102, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1930102, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian-security.list_dists_bookworm-security_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1930102, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1456039, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1456039, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1456039, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=1456039, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.xz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.bz2", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.lzma", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.gz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.lz4", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.zst", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages.uncompressed", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-all_Packages", 0x7ffe7b209790, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1886178, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1886178, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1886178, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-backports_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=1886178, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=21795, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=21795, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=21795, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=21795, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.xz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.bz2", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.lzma", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.gz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.lz4", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.zst", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages.uncompressed", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-all_Packages", 0x7ffe7b209790, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=32757, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=32757, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=32757, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm-updates_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=32757, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=32706566, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=32706566, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=32706566, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_i18n_Translation-en", {st_mode=S_IFREG|0644, st_size=32706566, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.xz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.bz2", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.lzma", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.gz", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.lz4", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.zst", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages.uncompressed", 0x7ffe7b209690, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-all_Packages", 0x7ffe7b209790, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=50064602, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=50064602, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=50064602, ...}, 0) = 0 newfstatat(AT_FDCWD, "/var/lib/apt/lists/_etc_apt_mirrors_debian.list_dists_bookworm_main_binary-amd64_Packages", {st_mode=S_IFREG|0644, st_size=50064602, ...}, 0) = 0 msync(0x7f97a6e00000, 40691817, MS_SYNC) = 0 munmap(0x7f97a6e00000, 40691817) = 0 mmap(NULL, 40691817, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a6ea8000 newfstatat(AT_FDCWD, "/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 mmap(NULL, 40691817, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a47d9000 munmap(0x7f97a6ea8000, 40691817) = 0 lseek(6, 0, SEEK_SET) = 0 newfstatat(6, "", {st_mode=S_IFREG|0644, st_size=40691817, ...}, AT_EMPTY_PATH) = 0 newfstatat(6, "", {st_mode=S_IFREG|0644, st_size=40691817, ...}, AT_EMPTY_PATH) = 0 read(6, "\334v\376\230\20\0\0\0\250\2\34,@8X\30\24\20\30\30\30U\0\0p\334\1\0001\251\1\0"..., 40691817) = 40691817 pipe2([7, 8], 0) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f97a9579b10) = 3645 strace: Process 3645 attached [pid 3642] close(8) = 0 [pid 3645] set_robust_list(0x7f97a9579b20, 24) = 0 [pid 3642] fcntl(7, F_GETFL) = 0 (flags O_RDONLY) [pid 3645] rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3645] rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[QUIT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] newfstatat(7, "", <unfinished ...> [pid 3645] <... rt_sigaction resumed>{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3642] <... newfstatat resumed>{st_mode=S_IFIFO|0600, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3645] rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[INT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] read(7, <unfinished ...> [pid 3645] <... rt_sigaction resumed>{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3645] rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=0x7f97aa090bd0, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3645] rt_sigaction(SIGCONT, {sa_handler=SIG_DFL, sa_mask=[CONT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3645] rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[TSTP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3645] openat(AT_FDCWD, "/proc/self/fd", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9 [pid 3645] newfstatat(9, "", {st_mode=S_IFDIR|0500, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3645] getdents64(9, 0x55eab3952490 /* 12 entries */, 32768) = 288 [pid 3645] fcntl(3, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] fcntl(4, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] fcntl(5, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] fcntl(6, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] fcntl(7, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] fcntl(8, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] fcntl(9, F_SETFD, FD_CLOEXEC) = 0 [pid 3645] getdents64(9, 0x55eab3952490 /* 0 entries */, 32768) = 0 [pid 3645] close(9) = 0 [pid 3645] openat(AT_FDCWD, "/dev/null", O_RDWR) = 9 [pid 3645] dup2(9, 0) = 0 [pid 3645] close(7) = 0 [pid 3645] dup2(8, 1) = 1 [pid 3645] dup2(9, 2) = 2 [pid 3645] execve("/usr/bin/dpkg", ["/usr/bin/dpkg", "--print-foreign-architectures"], 0x55eab3919d70 /* 18 vars */) = 0 [pid 3645] brk(NULL) = 0x55a00cd85000 [pid 3645] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f39af9fe000 [pid 3645] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=14919, ...}, AT_EMPTY_PATH) = 0 [pid 3645] mmap(NULL, 14919, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f39af9fa000 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmd.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] 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"..., 832) = 832 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=47312, ...}, AT_EMPTY_PATH) = 0 [pid 3645] mmap(NULL, 49384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f39af9ed000 [pid 3645] mmap(0x7f39af9ef000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f39af9ef000 [pid 3645] mmap(0x7f39af9f6000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f39af9f6000 [pid 3645] mmap(0x7f39af9f8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f39af9f8000 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] 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"..., 832) = 832 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=174312, ...}, AT_EMPTY_PATH) = 0 [pid 3645] mmap(NULL, 186064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f39af9bf000 [pid 3645] mmap(0x7f39af9c6000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f39af9c6000 [pid 3645] mmap(0x7f39af9e1000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f39af9e1000 [pid 3645] mmap(0x7f39af9e9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f39af9e9000 [pid 3645] mmap(0x7f39af9eb000, 5840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f39af9eb000 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20t\2\0\0\0\0\0"..., 832) = 832 [pid 3645] 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"..., 784, 64) = 784 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1926232, ...}, AT_EMPTY_PATH) = 0 [pid 3645] 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"..., 784, 64) = 784 [pid 3645] mmap(NULL, 1974096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f39af7dd000 [pid 3645] mmap(0x7f39af803000, 1400832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f39af803000 [pid 3645] mmap(0x7f39af959000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17c000) = 0x7f39af959000 [pid 3645] mmap(0x7f39af9ac000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1cf000) = 0x7f39af9ac000 [pid 3645] mmap(0x7f39af9b2000, 53072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f39af9b2000 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] 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"..., 832) = 832 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=629384, ...}, AT_EMPTY_PATH) = 0 [pid 3645] mmap(NULL, 627592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f39af743000 [pid 3645] mmap(0x7f39af745000, 438272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f39af745000 [pid 3645] mmap(0x7f39af7b0000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7f39af7b0000 [pid 3645] mmap(0x7f39af7db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x98000) = 0x7f39af7db000 [pid 3645] close(3) = 0 [pid 3645] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f39af741000 [pid 3645] arch_prctl(ARCH_SET_FS, 0x7f39af741dc0) = 0 [pid 3645] set_tid_address(0x7f39af742090) = 3645 [pid 3645] set_robust_list(0x7f39af7420a0, 24) = 0 [pid 3645] rseq(0x7f39af7426e0, 0x20, 0, 0x53053053) = 0 [pid 3645] mprotect(0x7f39af9ac000, 16384, PROT_READ) = 0 [pid 3645] mprotect(0x7f39af7db000, 4096, PROT_READ) = 0 [pid 3645] mprotect(0x7f39af9e9000, 4096, PROT_READ) = 0 [pid 3645] mprotect(0x7f39af9f8000, 4096, PROT_READ) = 0 [pid 3645] mprotect(0x55a005171000, 12288, PROT_READ) = 0 [pid 3645] mprotect(0x7f39afa31000, 8192, PROT_READ) = 0 [pid 3645] prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 [pid 3645] munmap(0x7f39af9fa000, 14919) = 0 [pid 3645] statfs("/sys/fs/selinux", 0x7ffe2f8d5170) = -1 ENOENT (No such file or directory) [pid 3645] statfs("/selinux", 0x7ffe2f8d5170) = -1 ENOENT (No such file or directory) [pid 3645] getrandom("\xcf\x5a\x3e\xfc\x81\xb4\x1f\xf6", 8, GRND_NONBLOCK) = 8 [pid 3645] brk(NULL) = 0x55a00cd85000 [pid 3645] brk(0x55a00cda6000) = 0x55a00cda6000 [pid 3645] openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3645] read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 353 [pid 3645] read(3, "", 1024) = 0 [pid 3645] close(3) = 0 [pid 3645] access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2996, ...}, AT_EMPTY_PATH) = 0 [pid 3645] read(3, "# Locale name alias data base.\n#"..., 4096) = 2996 [pid 3645] read(3, "", 4096) = 0 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] openat(AT_FDCWD, "/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3645] ioctl(1, TCGETS, 0x7ffe2f8d50f0) = -1 ENOTTY (Inappropriate ioctl for device) [pid 3645] umask(022) = 022 [pid 3645] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 [pid 3645] newfstatat(3, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 [pid 3645] getdents64(3, 0x55a00cd877d0 /* 2 entries */, 32768) = 48 [pid 3645] getdents64(3, 0x55a00cd877d0 /* 0 entries */, 32768) = 0 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg", O_RDONLY) = 3 [pid 3645] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=446, ...}, AT_EMPTY_PATH) = 0 [pid 3645] read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 446 [pid 3645] read(3, "", 4096) = 0 [pid 3645] close(3) = 0 [pid 3645] openat(AT_FDCWD, "/root/.dpkg.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3645] getuid() = 0 [pid 3645] getgid() = 0 [pid 3645] openat(AT_FDCWD, "/var/lib/dpkg/arch", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3645] exit_group(0) = ? [pid 3642] <... read resumed>"", 4096) = 0 [pid 3645] +++ exited with 0 +++ --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3645, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- close(7) = 0 wait4(3645, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3645 newfstatat(AT_FDCWD, "/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 newfstatat(AT_FDCWD, "/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 newfstatat(AT_FDCWD, "/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}, 0) = 0 geteuid() = 0 openat(AT_FDCWD, "/tmp", O_RDWR|O_EXCL|O_CLOEXEC|O_TMPFILE, 0600) = 7 newfstatat(AT_FDCWD, "/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 openat(AT_FDCWD, "/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", O_RDONLY) = 8 fcntl(8, F_SETFD, FD_CLOEXEC) = 0 newfstatat(8, "", {st_mode=S_IFREG|0644, st_size=13254028, ...}, AT_EMPTY_PATH) = 0 read(8, "!<arch>\n", 8) = 8 read(8, "debian-binary 1690360843 0 "..., 60) = 60 lseek(8, 0, SEEK_CUR) = 68 lseek(8, 4, SEEK_CUR) = 72 read(8, "control.tar.gz 1690360843 0 "..., 60) = 60 lseek(8, 0, SEEK_CUR) = 132 lseek(8, 1084, SEEK_CUR) = 1216 read(8, "data.tar.gz 1690360843 0 "..., 60) = 60 lseek(8, 0, SEEK_CUR) = 1276 lseek(8, 13252752, SEEK_CUR) = 13254028 lseek(8, 132, SEEK_SET) = 132 dup(8) = 9 lseek(9, 0, SEEK_CUR) = 132 read(9, "\37\213\10\0\0\0\0\0\2\3\355X[o\342F\24\346y~\305Y\22i\2236\370\306\255!\342!"..., 8192) = 8192 close(9) = 0 close(8) = 0 write(7, "Package: codesyscontrol\nVersion:"..., 353) = 353 lseek(7, 0, SEEK_SET) = 0 read(7, "Package: codesyscontrol\nVersion:"..., 32771) = 353 read(7, "", 32418) = 0 mremap(0x7f97a47d9000, 40691817, 41740393, MREMAP_MAYMOVE) = 0x7f97a47d9000 newfstatat(AT_FDCWD, "/home/admin/codesys-4.9.0.0/codesyscontrol_linux.deb", {st_mode=S_IFREG|0644, st_size=13254028, ...}, 0) = 0 newfstatat(7, "", {st_mode=S_IFREG|0600, st_size=353, ...}, AT_EMPTY_PATH) = 0 newfstatat(7, "", {st_mode=S_IFREG|0600, st_size=353, ...}, AT_EMPTY_PATH) = 0 access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = 8 newfstatat(8, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0 read(8, "0\n", 1024) = 2 close(8) = 0 openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory) close(7) = 0 close(6) = 0 write(1, "\n", 1 ) = 1 pipe2([6, 7], 0) = 0 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLDstrace: Process 3646 attached , child_tidptr=0x7f97a9579b10) = 3646 [pid 3642] close(7 <unfinished ...> [pid 3646] set_robust_list(0x7f97a9579b20, 24 <unfinished ...> [pid 3642] <... close resumed>) = 0 [pid 3646] <... set_robust_list resumed>) = 0 [pid 3642] fcntl(6, F_GETFL) = 0 (flags O_RDONLY) [pid 3646] rt_sigaction(SIGPIPE, {sa_handler=SIG_DFL, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] newfstatat(6, "", <unfinished ...> [pid 3646] <... rt_sigaction resumed>{sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3642] <... newfstatat resumed>{st_mode=S_IFIFO|0600, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3646] rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[QUIT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, <unfinished ...> [pid 3642] read(6, <unfinished ...> [pid 3646] <... rt_sigaction resumed>{sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3646] rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[INT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3646] rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=0x7f97aa090bd0, sa_mask=[WINCH], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, 8) = 0 [pid 3646] rt_sigaction(SIGCONT, {sa_handler=SIG_DFL, sa_mask=[CONT], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3646] rt_sigaction(SIGTSTP, {sa_handler=SIG_DFL, sa_mask=[TSTP], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f97a9a5a050}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0 [pid 3646] openat(AT_FDCWD, "/proc/self/fd", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8 [pid 3646] newfstatat(8, "", {st_mode=S_IFDIR|0500, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3646] getdents64(8, 0x55eab3952490 /* 11 entries */, 32768) = 264 [pid 3646] fcntl(3, F_SETFD, FD_CLOEXEC) = 0 [pid 3646] fcntl(4, F_SETFD, FD_CLOEXEC) = 0 [pid 3646] fcntl(5, F_SETFD, FD_CLOEXEC) = 0 [pid 3646] fcntl(6, F_SETFD, FD_CLOEXEC) = 0 [pid 3646] fcntl(7, F_SETFD, FD_CLOEXEC) = 0 [pid 3646] fcntl(8, F_SETFD, FD_CLOEXEC) = 0 [pid 3646] getdents64(8, 0x55eab3952490 /* 0 entries */, 32768) = 0 [pid 3646] close(8) = 0 [pid 3646] openat(AT_FDCWD, "/dev/null", O_RDWR) = 8 [pid 3646] dup2(8, 0) = 0 [pid 3646] close(6) = 0 [pid 3646] dup2(7, 1) = 1 [pid 3646] dup2(8, 2) = 2 [pid 3646] execve("/usr/bin/dpkg", ["/usr/bin/dpkg", "--print-foreign-architectures"], 0x55eab3919d70 /* 18 vars */) = 0 [pid 3646] brk(NULL) = 0x561b179d7000 [pid 3646] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6a37298000 [pid 3646] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=14919, ...}, AT_EMPTY_PATH) = 0 [pid 3646] mmap(NULL, 14919, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6a37294000 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmd.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] 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"..., 832) = 832 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=47312, ...}, AT_EMPTY_PATH) = 0 [pid 3646] mmap(NULL, 49384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6a37287000 [pid 3646] mmap(0x7f6a37289000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6a37289000 [pid 3646] mmap(0x7f6a37290000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f6a37290000 [pid 3646] mmap(0x7f6a37292000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f6a37292000 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] 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"..., 832) = 832 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=174312, ...}, AT_EMPTY_PATH) = 0 [pid 3646] mmap(NULL, 186064, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6a37259000 [pid 3646] mmap(0x7f6a37260000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f6a37260000 [pid 3646] mmap(0x7f6a3727b000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f6a3727b000 [pid 3646] mmap(0x7f6a37283000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f6a37283000 [pid 3646] mmap(0x7f6a37285000, 5840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6a37285000 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20t\2\0\0\0\0\0"..., 832) = 832 [pid 3646] 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"..., 784, 64) = 784 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1926232, ...}, AT_EMPTY_PATH) = 0 [pid 3646] 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"..., 784, 64) = 784 [pid 3646] mmap(NULL, 1974096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6a37077000 [pid 3646] mmap(0x7f6a3709d000, 1400832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f6a3709d000 [pid 3646] mmap(0x7f6a371f3000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17c000) = 0x7f6a371f3000 [pid 3646] mmap(0x7f6a37246000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1cf000) = 0x7f6a37246000 [pid 3646] mmap(0x7f6a3724c000, 53072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6a3724c000 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] 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"..., 832) = 832 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=629384, ...}, AT_EMPTY_PATH) = 0 [pid 3646] mmap(NULL, 627592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6a36fdd000 [pid 3646] mmap(0x7f6a36fdf000, 438272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6a36fdf000 [pid 3646] mmap(0x7f6a3704a000, 176128, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d000) = 0x7f6a3704a000 [pid 3646] mmap(0x7f6a37075000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x98000) = 0x7f6a37075000 [pid 3646] close(3) = 0 [pid 3646] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6a36fdb000 [pid 3646] arch_prctl(ARCH_SET_FS, 0x7f6a36fdbdc0) = 0 [pid 3646] set_tid_address(0x7f6a36fdc090) = 3646 [pid 3646] set_robust_list(0x7f6a36fdc0a0, 24) = 0 [pid 3646] rseq(0x7f6a36fdc6e0, 0x20, 0, 0x53053053) = 0 [pid 3646] mprotect(0x7f6a37246000, 16384, PROT_READ) = 0 [pid 3646] mprotect(0x7f6a37075000, 4096, PROT_READ) = 0 [pid 3646] mprotect(0x7f6a37283000, 4096, PROT_READ) = 0 [pid 3646] mprotect(0x7f6a37292000, 4096, PROT_READ) = 0 [pid 3646] mprotect(0x561b01d82000, 12288, PROT_READ) = 0 [pid 3646] mprotect(0x7f6a372cb000, 8192, PROT_READ) = 0 [pid 3646] prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0 [pid 3646] munmap(0x7f6a37294000, 14919) = 0 [pid 3646] statfs("/sys/fs/selinux", 0x7ffcc550f5f0) = -1 ENOENT (No such file or directory) [pid 3646] statfs("/selinux", 0x7ffcc550f5f0) = -1 ENOENT (No such file or directory) [pid 3646] getrandom("\xac\xcd\x02\x1b\x75\x81\x29\x3d", 8, GRND_NONBLOCK) = 8 [pid 3646] brk(NULL) = 0x561b179d7000 [pid 3646] brk(0x561b179f8000) = 0x561b179f8000 [pid 3646] openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0 [pid 3646] read(3, "nodev\tsysfs\nnodev\ttmpfs\nnodev\tbd"..., 1024) = 353 [pid 3646] read(3, "", 1024) = 0 [pid 3646] close(3) = 0 [pid 3646] access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=2996, ...}, AT_EMPTY_PATH) = 0 [pid 3646] read(3, "# Locale name alias data base.\n#"..., 4096) = 2996 [pid 3646] read(3, "", 4096) = 0 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/en.UTF-8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/en.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] openat(AT_FDCWD, "/usr/lib/locale/en/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [pid 3646] ioctl(1, TCGETS, 0x7ffcc550f570) = -1 ENOTTY (Inappropriate ioctl for device) [pid 3646] umask(022) = 022 [pid 3646] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3 [pid 3646] newfstatat(3, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 [pid 3646] getdents64(3, 0x561b179d97d0 /* 2 entries */, 32768) = 48 [pid 3646] getdents64(3, 0x561b179d97d0 /* 0 entries */, 32768) = 0 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg", O_RDONLY) = 3 [pid 3646] newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=446, ...}, AT_EMPTY_PATH) = 0 [pid 3646] read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 446 [pid 3646] read(3, "", 4096) = 0 [pid 3646] close(3) = 0 [pid 3646] openat(AT_FDCWD, "/root/.dpkg.cfg", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3646] getuid() = 0 [pid 3646] getgid() = 0 [pid 3646] openat(AT_FDCWD, "/var/lib/dpkg/arch", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 3646] exit_group(0) = ? [pid 3642] <... read resumed>"", 4096) = 0 [pid 3646] +++ exited with 0 +++ --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3646, si_uid=0, si_status=0, si_utime=0, si_stime=0} --- close(6) = 0 wait4(3646, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3646 mmap(NULL, 3227648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a9263000 openat(AT_FDCWD, "/etc/apt/../machine-id", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 6 read(6, "ec2f8bfb938df8fe58987f5bf0d05e31"..., 4096) = 33 read(6, "", 4063) = 0 close(6) = 0 newfstatat(AT_FDCWD, "/etc/apt/preferences", 0x7ffe7b209460, 0) = -1 ENOENT (No such file or directory) newfstatat(AT_FDCWD, "/etc/apt/preferences.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 newfstatat(AT_FDCWD, "/etc/apt/preferences.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0 openat(AT_FDCWD, "/etc/apt/preferences.d/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 6 newfstatat(6, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0 getdents64(6, 0x55eab3952490 /* 2 entries */, 32768) = 48 getdents64(6, 0x55eab3952490 /* 0 entries */, 32768) = 0 close(6) = 0 mmap(NULL, 5226496, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a8d67000 mmap(NULL, 413696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a8d02000 write(1, "Building dependency tree...", 27Building dependency tree...) = 27 newfstatat(AT_FDCWD, "/var/lib/apt/extended_states", {st_mode=S_IFREG|0644, st_size=15904, ...}, 0) = 0 openat(AT_FDCWD, "/var/lib/apt/extended_states", O_RDONLY) = 6 fcntl(6, F_SETFD, FD_CLOEXEC) = 0 newfstatat(6, "", {st_mode=S_IFREG|0644, st_size=15904, ...}, AT_EMPTY_PATH) = 0 write(1, "\n", 1 ) = 1 write(1, "Reading state information...", 28Reading state information...) = 28 read(6, "Package: libnetfilter-conntrack3"..., 32771) = 15904 read(6, "", 16867) = 0 close(6) = 0 write(1, "\n", 1 ) = 1 mmap(NULL, 438272, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97a8c97000 brk(0x55eab398d000) = 0x55eab398d000 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7fa181924d50} --- +++ killed by SIGSEGV +++ ``` *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- Package-specific info: -- apt-config dump -- APT ""; APT::Architecture "amd64"; APT::Build-Essential ""; APT::Build-Essential:: "build-essential"; APT::Install-Recommends "1"; APT::Install-Suggests "0"; APT::Sandbox ""; APT::Sandbox::User "_apt"; APT::NeverAutoRemove ""; APT::NeverAutoRemove:: "^firmware-linux.*"; APT::NeverAutoRemove:: "^linux-firmware$"; APT::NeverAutoRemove:: "^linux-image-[a-z0-9]*$"; APT::NeverAutoRemove:: "^linux-image-[a-z0-9]*-[a-z0-9]*$"; APT::VersionedKernelPackages ""; APT::VersionedKernelPackages:: "linux-.*"; APT::VersionedKernelPackages:: "kfreebsd-.*"; APT::VersionedKernelPackages:: "gnumach-.*"; APT::VersionedKernelPackages:: ".*-modules"; APT::VersionedKernelPackages:: ".*-kernel"; APT::Never-MarkAuto-Sections ""; APT::Never-MarkAuto-Sections:: "metapackages"; APT::Never-MarkAuto-Sections:: "tasks"; APT::Move-Autobit-Sections ""; APT::Move-Autobit-Sections:: "oldlibs"; APT::Periodic ""; APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "1"; APT::Update ""; APT::Update::Post-Invoke-Success ""; APT::Update::Post-Invoke-Success:: "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null"; APT::Update::Post-Invoke-Success:: "if /usr/bin/test -w /var/cache/swcatalog -a -e /usr/bin/appstreamcli; then appstreamcli refresh --source=os > /dev/null || true; fi"; APT::Architectures ""; APT::Architectures:: "amd64"; APT::Compressor ""; APT::Compressor::. ""; APT::Compressor::.::Name "."; APT::Compressor::.::Extension ""; APT::Compressor::.::Binary ""; APT::Compressor::.::Cost "0"; APT::Compressor::zstd ""; APT::Compressor::zstd::Name "zstd"; APT::Compressor::zstd::Extension ".zst"; APT::Compressor::zstd::Binary "zstd"; APT::Compressor::zstd::Cost "60"; APT::Compressor::zstd::CompressArg ""; APT::Compressor::zstd::CompressArg:: "-19"; APT::Compressor::zstd::UncompressArg ""; APT::Compressor::zstd::UncompressArg:: "-d"; APT::Compressor::lz4 ""; APT::Compressor::lz4::Name "lz4"; APT::Compressor::lz4::Extension ".lz4"; APT::Compressor::lz4::Binary "false"; APT::Compressor::lz4::Cost "50"; APT::Compressor::gzip ""; APT::Compressor::gzip::Name "gzip"; APT::Compressor::gzip::Extension ".gz"; APT::Compressor::gzip::Binary "gzip"; APT::Compressor::gzip::Cost "100"; APT::Compressor::gzip::CompressArg ""; APT::Compressor::gzip::CompressArg:: "-6n"; APT::Compressor::gzip::UncompressArg ""; APT::Compressor::gzip::UncompressArg:: "-d"; APT::Compressor::xz ""; APT::Compressor::xz::Name "xz"; APT::Compressor::xz::Extension ".xz"; APT::Compressor::xz::Binary "xz"; APT::Compressor::xz::Cost "200"; APT::Compressor::xz::CompressArg ""; APT::Compressor::xz::CompressArg:: "-6"; APT::Compressor::xz::UncompressArg ""; APT::Compressor::xz::UncompressArg:: "-d"; APT::Compressor::bzip2 ""; APT::Compressor::bzip2::Name "bzip2"; APT::Compressor::bzip2::Extension ".bz2"; APT::Compressor::bzip2::Binary "false"; APT::Compressor::bzip2::Cost "300"; APT::Compressor::lzma ""; APT::Compressor::lzma::Name "lzma"; APT::Compressor::lzma::Extension ".lzma"; APT::Compressor::lzma::Binary "xz"; APT::Compressor::lzma::Cost "400"; APT::Compressor::lzma::CompressArg ""; APT::Compressor::lzma::CompressArg:: "--format=lzma"; APT::Compressor::lzma::CompressArg:: "-6"; APT::Compressor::lzma::UncompressArg ""; APT::Compressor::lzma::UncompressArg:: "--format=lzma"; APT::Compressor::lzma::UncompressArg:: "-d"; Dir "/"; Dir::State "var/lib/apt"; Dir::State::lists "lists/"; Dir::State::cdroms "cdroms.list"; Dir::State::extended_states "extended_states"; Dir::State::status "/var/lib/dpkg/status"; Dir::Cache "var/cache/apt"; Dir::Cache::archives "archives/"; Dir::Cache::srcpkgcache "srcpkgcache.bin"; Dir::Cache::pkgcache "pkgcache.bin"; Dir::Etc "etc/apt"; Dir::Etc::sourcelist "sources.list"; Dir::Etc::sourceparts "sources.list.d"; Dir::Etc::main "apt.conf"; Dir::Etc::netrc "auth.conf"; Dir::Etc::netrcparts "auth.conf.d"; Dir::Etc::parts "apt.conf.d"; Dir::Etc::preferences "preferences"; Dir::Etc::preferencesparts "preferences.d"; Dir::Etc::trusted "trusted.gpg"; Dir::Etc::trustedparts "trusted.gpg.d"; Dir::Etc::apt-listchanges-main "listchanges.conf"; Dir::Etc::apt-listchanges-parts "listchanges.conf.d"; Dir::Bin ""; Dir::Bin::methods "/usr/lib/apt/methods"; Dir::Bin::solvers ""; Dir::Bin::solvers:: "/usr/lib/apt/solvers"; Dir::Bin::planners ""; Dir::Bin::planners:: "/usr/lib/apt/planners"; Dir::Bin::dpkg "/usr/bin/dpkg"; Dir::Bin::gzip "/bin/gzip"; Dir::Bin::bzip2 "/bin/bzip2"; Dir::Bin::xz "/usr/bin/xz"; Dir::Bin::lz4 "/usr/bin/lz4"; Dir::Bin::zstd "/usr/bin/zstd"; Dir::Bin::lzma "/usr/bin/xz"; Dir::Media ""; Dir::Media::MountPath "/media/apt"; Dir::Log "var/log/apt"; Dir::Log::Terminal "term.log"; Dir::Log::History "history.log"; Dir::Log::Planner "eipp.log.xz"; Dir::Ignore-Files-Silently ""; Dir::Ignore-Files-Silently:: "~$"; Dir::Ignore-Files-Silently:: "\.disabled$"; Dir::Ignore-Files-Silently:: "\.bak$"; Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$"; Dir::Ignore-Files-Silently:: "\.ucf-[a-z]+$"; Dir::Ignore-Files-Silently:: "\.save$"; Dir::Ignore-Files-Silently:: "\.orig$"; Dir::Ignore-Files-Silently:: "\.distUpgrade$"; Acquire ""; Acquire::AllowInsecureRepositories "0"; Acquire::AllowWeakRepositories "0"; Acquire::AllowDowngradeToInsecureRepositories "0"; Acquire::cdrom ""; Acquire::cdrom::mount "/media/cdrom/"; Acquire::IndexTargets ""; Acquire::IndexTargets::deb ""; Acquire::IndexTargets::deb::Packages ""; Acquire::IndexTargets::deb::Packages::MetaKey "$(COMPONENT)/binary-$(ARCHITECTURE)/Packages"; Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages"; Acquire::IndexTargets::deb::Packages::ShortDescription "Packages"; Acquire::IndexTargets::deb::Packages::Description "$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages"; Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages"; Acquire::IndexTargets::deb::Packages::Optional "0"; Acquire::IndexTargets::deb::Translations ""; Acquire::IndexTargets::deb::Translations::MetaKey "$(COMPONENT)/i18n/Translation-$(LANGUAGE)"; Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)"; Acquire::IndexTargets::deb::Translations::ShortDescription "Translation-$(LANGUAGE)"; Acquire::IndexTargets::deb::Translations::Description "$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)"; Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE) Translation-$(LANGUAGE)"; Acquire::IndexTargets::deb::DEP-11 ""; Acquire::IndexTargets::deb::DEP-11::MetaKey "$(COMPONENT)/dep11/Components-$(NATIVE_ARCHITECTURE).yml"; Acquire::IndexTargets::deb::DEP-11::ShortDescription "Components-$(NATIVE_ARCHITECTURE)"; Acquire::IndexTargets::deb::DEP-11::Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) DEP-11 Metadata"; Acquire::IndexTargets::deb::DEP-11::KeepCompressed "true"; Acquire::IndexTargets::deb::DEP-11::KeepCompressedAs "gz"; Acquire::IndexTargets::deb::DEP-11-icons-small ""; Acquire::IndexTargets::deb::DEP-11-icons-small::MetaKey "$(COMPONENT)/dep11/icons-48x48.tar"; Acquire::IndexTargets::deb::DEP-11-icons-small::ShortDescription "icons-48x48"; Acquire::IndexTargets::deb::DEP-11-icons-small::Description "$(RELEASE)/$(COMPONENT) DEP-11 48x48 Icons"; Acquire::IndexTargets::deb::DEP-11-icons-small::KeepCompressed "true"; Acquire::IndexTargets::deb::DEP-11-icons-small::KeepCompressedAs "gz"; Acquire::IndexTargets::deb::DEP-11-icons-small::DefaultEnabled "false"; Acquire::IndexTargets::deb::DEP-11-icons ""; Acquire::IndexTargets::deb::DEP-11-icons::MetaKey "$(COMPONENT)/dep11/icons-64x64.tar"; Acquire::IndexTargets::deb::DEP-11-icons::ShortDescription "icons-64x64"; Acquire::IndexTargets::deb::DEP-11-icons::Description "$(RELEASE)/$(COMPONENT) DEP-11 64x64 Icons"; Acquire::IndexTargets::deb::DEP-11-icons::KeepCompressed "true"; Acquire::IndexTargets::deb::DEP-11-icons::KeepCompressedAs "gz"; Acquire::IndexTargets::deb::DEP-11-icons::DefaultEnabled "false"; Acquire::IndexTargets::deb::DEP-11-icons-hidpi ""; Acquire::IndexTargets::deb::DEP-11-icons-hidpi::MetaKey "$(COMPONENT)/dep11/[email protected]"; Acquire::IndexTargets::deb::DEP-11-icons-hidpi::ShortDescription "icons-64x64@2"; Acquire::IndexTargets::deb::DEP-11-icons-hidpi::Description "$(RELEASE)/$(COMPONENT) DEP-11 64x64@2 Icons"; Acquire::IndexTargets::deb::DEP-11-icons-hidpi::KeepCompressed "true"; Acquire::IndexTargets::deb::DEP-11-icons-hidpi::KeepCompressedAs "gz"; Acquire::IndexTargets::deb::DEP-11-icons-hidpi::DefaultEnabled "false"; Acquire::IndexTargets::deb::DEP-11-icons-large ""; Acquire::IndexTargets::deb::DEP-11-icons-large::MetaKey "$(COMPONENT)/dep11/icons-128x128.tar"; Acquire::IndexTargets::deb::DEP-11-icons-large::ShortDescription "icons-128x128"; Acquire::IndexTargets::deb::DEP-11-icons-large::Description "$(RELEASE)/$(COMPONENT) DEP-11 128x128 Icons"; Acquire::IndexTargets::deb::DEP-11-icons-large::KeepCompressed "true"; Acquire::IndexTargets::deb::DEP-11-icons-large::KeepCompressedAs "gz"; Acquire::IndexTargets::deb::DEP-11-icons-large::DefaultEnabled "false"; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi ""; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi::MetaKey "$(COMPONENT)/dep11/[email protected]"; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi::ShortDescription "icons-128x128@2"; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi::Description "$(RELEASE)/$(COMPONENT) DEP-11 128x128@2 Icons"; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi::KeepCompressed "true"; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi::KeepCompressedAs "gz"; Acquire::IndexTargets::deb::DEP-11-icons-large-hidpi::DefaultEnabled "false"; Acquire::IndexTargets::deb-src ""; Acquire::IndexTargets::deb-src::Sources ""; Acquire::IndexTargets::deb-src::Sources::MetaKey "$(COMPONENT)/source/Sources"; Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources"; Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources"; Acquire::IndexTargets::deb-src::Sources::Description "$(RELEASE)/$(COMPONENT) Sources"; Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE) Sources"; Acquire::IndexTargets::deb-src::Sources::Optional "0"; Acquire::Changelogs ""; Acquire::Changelogs::URI ""; Acquire::Changelogs::URI::Origin ""; Acquire::Changelogs::URI::Origin::Debian "https://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog"; Acquire::Changelogs::URI::Origin::Ubuntu "https://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog"; Acquire::Changelogs::AlwaysOnline ""; Acquire::Changelogs::AlwaysOnline::Origin ""; Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1"; Acquire::Languages ""; Acquire::Languages:: "en"; Acquire::Languages:: "none"; Acquire::CompressionTypes ""; Acquire::CompressionTypes::xz "xz"; Acquire::CompressionTypes::bz2 "bzip2"; Acquire::CompressionTypes::lzma "lzma"; Acquire::CompressionTypes::gz "gzip"; Acquire::CompressionTypes::lz4 "lz4"; Acquire::CompressionTypes::zst "zstd"; DPkg ""; DPkg::Path "/usr/sbin:/usr/bin:/sbin:/bin"; DPkg::Pre-Install-Pkgs ""; DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -lt 10"; DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true"; DPkg::Tools ""; DPkg::Tools::Options ""; DPkg::Tools::Options::/usr/bin/apt-listchanges ""; DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2"; DPkg::Tools::Options::/usr/bin/apt-listchanges::InfoFD "20"; DPkg::Post-Invoke ""; DPkg::Post-Invoke:: "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null"; Unattended-Upgrade ""; Unattended-Upgrade::Origins-Pattern ""; Unattended-Upgrade::Origins-Pattern:: "origin=Debian,codename=${distro_codename},label=Debian"; Unattended-Upgrade::Origins-Pattern:: "origin=Debian,codename=${distro_codename},label=Debian-Security"; Unattended-Upgrade::Origins-Pattern:: "origin=Debian,codename=${distro_codename}-security,label=Debian-Security"; Binary "apt-config"; Binary::apt ""; Binary::apt::APT ""; Binary::apt::APT::Color "1"; Binary::apt::APT::Cache ""; Binary::apt::APT::Cache::Show ""; Binary::apt::APT::Cache::Show::Version "2"; Binary::apt::APT::Cache::AllVersions "0"; Binary::apt::APT::Cache::ShowVirtuals "1"; Binary::apt::APT::Cache::Search ""; Binary::apt::APT::Cache::Search::Version "2"; Binary::apt::APT::Cache::ShowDependencyType "1"; Binary::apt::APT::Cache::ShowVersion "1"; Binary::apt::APT::Get ""; Binary::apt::APT::Get::Upgrade-Allow-New "1"; Binary::apt::APT::Get::Update ""; Binary::apt::APT::Get::Update::InteractiveReleaseInfoChanges "1"; Binary::apt::APT::Cmd ""; Binary::apt::APT::Cmd::Show-Update-Stats "1"; Binary::apt::APT::Cmd::Pattern-Only "1"; Binary::apt::APT::Keep-Downloaded-Packages "0"; Binary::apt::DPkg ""; Binary::apt::DPkg::Progress-Fancy "1"; Binary::apt::DPkg::Lock ""; Binary::apt::DPkg::Lock::Timeout "-1"; CommandLine ""; CommandLine::AsString "apt-config dump"; -- (no /etc/apt/preferences present) -- -- (no /etc/apt/preferences.d/* present) -- -- /etc/apt/sources.list -- # See /etc/apt/sources.list.d/debian.sources -- /etc/apt/sources.list.d/debian.sources -- Types: deb deb-src URIs: mirror+file:///etc/apt/mirrors/debian.list Suites: bookworm bookworm-updates bookworm-backports Components: main Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg Types: deb deb-src URIs: mirror+file:///etc/apt/mirrors/debian-security.list Suites: bookworm-security Components: main Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg -- System Information: Debian Release: 12.13 APT prefers oldstable-updates APT policy: (500, 'oldstable-updates'), (500, 'oldstable-security'), (500, 'oldstable') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-42-cloud-amd64 (SMP w/2 CPU threads; PREEMPT) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory ANSI_X3.4-1968) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages apt depends on: ii adduser 3.134 ii debian-archive-keyring 2023.3+deb12u2 ii gpgv 2.2.40-1.1+deb12u2 ii libapt-pkg6.0 2.6.1 ii libc6 2.36-9+deb12u13 ii libgcc-s1 12.2.0-14+deb12u1 ii libgnutls30 3.7.9-2+deb12u5 ii libseccomp2 2.5.4-1+deb12u1 ii libstdc++6 12.2.0-14+deb12u1 ii libsystemd0 252.39-1~deb12u1 Versions of packages apt recommends: ii ca-certificates 20230311+deb12u1 Versions of packages apt suggests: pn apt-doc <none> pn aptitude | synaptic | wajig <none> pn dpkg-dev <none> pn gnupg | gnupg2 | gnupg1 <none> pn powermgmt-base <none> -- debconf information: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US.UTF-8", LANG = "C.UTF-8" are supported and installed on your system. perl: warning: Falling back to a fallback locale ("C.UTF-8").