Your message dated Tue, 11 Apr 2023 12:49:13 +0000
with message-id <e1pmdqv-00ax6i...@fasolo.debian.org>
and subject line Bug#1032990: fixed in sssd 2.8.2-4
has caused the Debian Bug report #1032990,
regarding sssd-common" subids nsswitch.conf entry breaks user sub[ug]ids
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1032990: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032990
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: podman
Version: 4.3.1.
System information:
Distributor ID: Debian
Description:    Debian GNU/Linux bookworm/sid
Release:        testing
Codename:       bookworm

Description: "podman unshare chown 1:1 ~/somefile" fails

Steps to reproduce:
1. touch ~/somefile
2. podman unshare chown 1:1 ~/somefile

Actual result:
chown: changing ownership of '/home/admin/somefile': Invalid argument

Expected result:
podman unshare runs successfully

Additional information:
$ id
uid=1002(admin) gid=1003(admin) groups=1003(admin),27(sudo)

$ cat /etc/subuid
debian:165536:65536
admin:100000:65536

$ cat /etc/subgid
debian:165536:65536
admin:100000:65536

strace:

touch ~/somefile; podman unshare strace -fvvs1024 chown 1:1 ~/somefile
execve("/usr/bin/chown", ["chown", "1:1", "/home/admin/somefile"],
["SHELL=/bin/bash", "SSH_AUTH_SOCK=/tmp/ssh-XXXXXX1LfLTb/agent.2335",
"SSH_AGENT_PID=2336", "PWD=/home/admin", "XDG_SESSION_TYPE=web",
"COCKPIT_REMOTE_PEER=::ffff:172.27.0.2", "HOME=/home/admin",
"LANG=C.UTF-8",
"LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*."...,
"XDG_SESSION_CLASS=user", "TERM=xterm-256color", "USER=admin", "SHLVL=1",
"XDG_SESSION_ID=4", "XDG_RUNTIME_DIR=/run/user/1002",
"GSETTINGS_BACKEND=memory",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1002/bus",
"_=/usr/bin/podman", "_CONTAINERS_ROOTLESS_UID=1002",
"_CONTAINERS_ROOTLESS_GID=1003", "XDG_CONFIG_HOME=/home/admin/.config",
"TMPDIR=/var/tmp", "_CONTAINERS_USERNS_CONFIGURED=done",
"CONTAINERS_GRAPHROOT=/home/admin/.local/share/containers/storage",
"CONTAINERS_RUNROOT=/run/user/1002/containers"]) = 0
brk(NULL)                               = 0x562be050c000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f71192ff000
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_dev=makedev(0xfe, 0x1), st_ino=4564,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=112, st_size=54706, st_atime=1678811270 /*
2023-03-14T16:27:50.480000000+0000 */, st_atime_nsec=480000000,
st_mtime=1678724869 /* 2023-03-13T16:27:49.420145979+0000 */,
st_mtime_nsec=420145979, st_ctime=1678724869 /*
2023-03-13T16:27:49.420145979+0000 */, st_ctime_nsec=420145979},
AT_EMPTY_PATH) = 0
mmap(NULL, 54706, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f1000
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\0Ps\2\0\0\0\0\0@
\0\0\0\0\0\0\0XD\35\0\0\0\0\0\0\0\0\0@\08\0\16\0@\0@\0?\0\6\0\0\0\4\0\0\0@
\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\220\n\32\0\0\0\0\0\220\n\32\0\0\0\0\0\220\n\32\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\08S\2\0\0\0\0\08S\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\274L\25\0\0\0\0\0\274L\25\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\260\27\0\0\0\0\0\0\260\27\0\0\0\0\0\0\260\27\0\0\0\0\0.+\5\0\0\0\0\0.+\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\230O\0\0\0\0\0\0\200&\1\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0`\33\35\0\0\0\0\0`\33\35\0\0\0\0\0`\33\35\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\20\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0S\345td\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\254\n\32\0\0\0\0\0\254\n\32\0\0\0\0\0\254\n\32\0\0\0\0\0\ft\0\0\0\0\0\0\ft\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\00007\0\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\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\220\n\32\0\0\0\0\0\220\n\32\0\0\0\0\0\220\n\32\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\08S\2\0\0\0\0\08S\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\274L\25\0\0\0\0\0\274L\25\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\260\27\0\0\0\0\0\0\260\27\0\0\0\0\0\0\260\27\0\0\0\0\0.+\5\0\0\0\0\0.+\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\230O\0\0\0\0\0\0\200&\1\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0`\33\35\0\0\0\0\0`\33\35\0\0\0\0\0`\33\35\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\20\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0S\345td\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\254\n\32\0\0\0\0\0\254\n\32\0\0\0\0\0\254\n\32\0\0\0\0\0\ft\0\0\0\0\0\0\ft\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\00007\0\0\0\0\0\00007\0\0\0\0\0\0\1\0\0\0\0\0\0\0",
784, 64) = 784
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=13123,
st_mode=S_IFREG|0755, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=3760, st_size=1922136, st_atime=1678810567 /*
2023-03-14T16:16:07.828000000+0000 */, st_atime_nsec=828000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.001330828+0000 */,
st_ctime_nsec=1330828}, 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\20\3\0\0\0\0\0\0\20\3\0\0\0\0\0\0\10\0\0\0\0\0\0\0\3\0\0\0\4\0\0\0\220\n\32\0\0\0\0\0\220\n\32\0\0\0\0\0\220\n\32\0\0\0\0\0\34\0\0\0\0\0\0\0\34\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\08S\2\0\0\0\0\08S\2\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\0`\2\0\0\0\0\0\274L\25\0\0\0\0\0\274L\25\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\260\27\0\0\0\0\0\0\260\27\0\0\0\0\0\0\260\27\0\0\0\0\0.+\5\0\0\0\0\0.+\5\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\230O\0\0\0\0\0\0\200&\1\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0`\33\35\0\0\0\0\0`\33\35\0\0\0\0\0`\33\35\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0p\3\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\20\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0S\345td\4\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0P\3\0\0\0\0\0\0
\0\0\0\0\0\0\0
\0\0\0\0\0\0\0\10\0\0\0\0\0\0\0P\345td\4\0\0\0\254\n\32\0\0\0\0\0\254\n\32\0\0\0\0\0\254\n\32\0\0\0\0\0\ft\0\0\0\0\0\0\ft\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\0\320\350\34\0\0\0\0\00007\0\0\0\0\0\00007\0\0\0\0\0\0\1\0\0\0\0\0\0\0",
784, 64) = 784
mmap(NULL, 1970000, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f7119110000
mmap(0x7f7119136000, 1396736, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f7119136000
mmap(0x7f711928b000, 339968, PROT_READ,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17b000) = 0x7f711928b000
mmap(0x7f71192de000, 24576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ce000) = 0x7f71192de000
mmap(0x7f71192e4000, 53072, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f71192e4000
close(3)                                = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f711910d000
arch_prctl(ARCH_SET_FS, 0x7f711910d740) = 0
set_tid_address(0x7f711910da10)         = 19809
set_robust_list(0x7f711910da20, 24)     = 0
rseq(0x7f711910e060, 0x20, 0, 0x53053053) = 0
mprotect(0x7f71192de000, 16384, PROT_READ) = 0
mprotect(0x562bdf8f5000, 4096, PROT_READ) = 0
mprotect(0x7f7119331000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024,
rlim_max=RLIM64_INFINITY}) = 0
munmap(0x7f71192f1000, 54706)           = 0
getrandom("\x3e\xba\xc9\x60\x8f\x85\xb4\x10", 8, GRND_NONBLOCK) = 8
brk(NULL)                               = 0x562be050c000
brk(0x562be052d000)                     = 0x562be052d000
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) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=13064,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=2996, st_atime=1678810578 /*
2023-03-14T16:16:18.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724170 /* 2023-03-13T16:16:10.376145979+0000 */,
st_ctime_nsec=376145979}, AT_EMPTY_PATH) = 0
read(3, "# Locale name alias data base.\n# Copyright (C) 1996-2022 Free
Software Foundation, Inc.\n#\n# This program is free software; you can
redistribute it and/or modify\n# it under the terms of the GNU General
Public License as published by\n# the Free Software Foundation; either
version 2, or (at your option)\n# any later version.\n#\n# This program is
distributed in the hope that it will be useful,\n# but WITHOUT ANY
WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License
for more details.\n#\n# You should have received a copy of the GNU General
Public License\n# along with this program; if not, see <
https://www.gnu.org/licenses/>.\n\n# The format of this file is the same as
for the corresponding file of\n# the X Window System, which normally can be
found in\n#\t/usr/lib/X11/locale/locale.alias\n# A single line contains two
fields: an alias and a substitution value.\n# All entries are case
independent.\n\n# Note: This file is obsolete and is kept aro"..., 4096) =
2996
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_IDENTIFICATION",
O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131123,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=258, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 258, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192fe000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache",
O_RDONLY) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=13403,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=56, st_size=27028, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.025330828+0000 */,
st_ctime_nsec=25330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 27028, PROT_READ, MAP_SHARED, 3, 0) = 0x7f71192f7000
close(3)                                = 0
futex(0x7f71192e3a4c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_MEASUREMENT",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_MEASUREMENT",
O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131124,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=23, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f6000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_TELEPHONE",
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_TELEPHONE", O_RDONLY|O_CLOEXEC)
= 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131131,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=47, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 47, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f5000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_ADDRESS", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_ADDRESS", O_RDONLY|O_CLOEXEC) =
3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131120,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=127, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 127, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f4000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_NAME", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_NAME", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131128,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=62, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 62, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f3000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_PAPER", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_PAPER", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131130,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=34, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f2000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_MESSAGES", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC)
= 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131125,
st_mode=S_IFDIR|0755, st_nlink=2, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=4096, st_atime=1678724167 /*
2023-03-13T16:16:07+0000 */, st_atime_nsec=0, st_mtime=1678724167 /*
2023-03-13T16:16:07.741330828+0000 */, st_mtime_nsec=741330828,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES",
O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131126,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=48, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 48, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71192f1000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_MONETARY", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_MONETARY", O_RDONLY|O_CLOEXEC)
= 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131127,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=270, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 270, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f711910c000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_COLLATE", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC) =
3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131121,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=1406, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 1406, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f711910b000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_TIME", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131132,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=3360, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 3360, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f711910a000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_NUMERIC", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) =
3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131129,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=50, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 50, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7119109000
close(3)                                = 0
openat(AT_FDCWD, "/usr/lib/locale/C.UTF-8/LC_CTYPE", O_RDONLY|O_CLOEXEC) =
-1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/locale/C.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=131122,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=696, st_size=353616, st_atime=1678810567 /*
2023-03-14T16:16:07.832000000+0000 */, st_atime_nsec=832000000,
st_mtime=1673090989 /* 2023-01-07T11:29:49+0000 */, st_mtime_nsec=0,
st_ctime=1678724167 /* 2023-03-13T16:16:07.741330828+0000 */,
st_ctime_nsec=741330828}, AT_EMPTY_PATH) = 0
mmap(NULL, 353616, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71190b2000
close(3)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
close(3)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
close(3)                                = 0
newfstatat(AT_FDCWD, "/etc/nsswitch.conf", {st_dev=makedev(0xfe, 0x1),
st_ino=26055, st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=564, st_atime=1678811102 /*
2023-03-14T16:25:02.112000000+0000 */, st_atime_nsec=112000000,
st_mtime=1678724489 /* 2023-03-13T16:21:29.716145979+0000 */,
st_mtime_nsec=716145979, st_ctime=1678724489 /*
2023-03-13T16:21:29.716145979+0000 */, st_ctime_nsec=716145979}, 0) = 0
newfstatat(AT_FDCWD, "/", {st_dev=makedev(0xfe, 0x1), st_ino=2,
st_mode=S_IFDIR|0755, st_nlink=18, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=4096, st_atime=1678808273 /*
2023-03-14T15:37:53.484000000+0000 */, st_atime_nsec=484000000,
st_mtime=1678724934 /* 2023-03-13T16:28:54.232000000+0000 */,
st_mtime_nsec=232000000, st_ctime=1678724934 /*
2023-03-13T16:28:54.232000000+0000 */, st_ctime_nsec=232000000}, 0) = 0
openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=26055,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=564, st_atime=1678811102 /*
2023-03-14T16:25:02.112000000+0000 */, st_atime_nsec=112000000,
st_mtime=1678724489 /* 2023-03-13T16:21:29.716145979+0000 */,
st_mtime_nsec=716145979, st_ctime=1678724489 /*
2023-03-13T16:21:29.716145979+0000 */, st_ctime_nsec=716145979},
AT_EMPTY_PATH) = 0
read(3, "# /etc/nsswitch.conf\n#\n# Example configuration of GNU Name
Service Switch functionality.\n# If you have the `glibc-doc-reference' and
`info' packages installed, try:\n# `info libc \"Name Service Switch\"' for
information about this file.\n\npasswd:         files sss\ngroup:
 files sss\nshadow:         files sss\ngshadow:        files\n\nhosts:
     files dns myhostname mymachines\nnetworks:       files\n\nprotocols:
   db files\nservices:       db files sss\nethers:         db files\nrpc:
         db files\n\nnetgroup:       nis sss\nautomount:  sss\nsubid:
 sss\n", 4096) = 564
read(3, "", 4096)                       = 0
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=26055,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=564, st_atime=1678811102 /*
2023-03-14T16:25:02.112000000+0000 */, st_atime_nsec=112000000,
st_mtime=1678724489 /* 2023-03-13T16:21:29.716145979+0000 */,
st_mtime_nsec=716145979, st_ctime=1678724489 /*
2023-03-13T16:21:29.716145979+0000 */, st_ctime_nsec=716145979},
AT_EMPTY_PATH) = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=31092,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=2426, st_atime=1678811102 /*
2023-03-14T16:25:02.116000000+0000 */, st_atime_nsec=116000000,
st_mtime=1678724617 /* 2023-03-13T16:23:37.604145979+0000 */,
st_mtime_nsec=604145979, st_ctime=1678724617 /*
2023-03-13T16:23:37.604145979+0000 */, st_ctime_nsec=604145979},
AT_EMPTY_PATH) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3,
"root:x:0:0:root:/root:/bin/bash\ndaemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin\nbin:x:2:2:bin:/bin:/usr/sbin/nologin\nsys:x:3:3:sys:/dev:/usr/sbin/nologin\nsync:x:4:65534:sync:/bin:/bin/sync\ngames:x:5:60:games:/usr/games:/usr/sbin/nologin\nman:x:6:12:man:/var/cache/man:/usr/sbin/nologin\nlp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin\nmail:x:8:8:mail:/var/mail:/usr/sbin/nologin\nnews:x:9:9:news:/var/spool/news:/usr/sbin/nologin\nuucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin\nproxy:x:13:13:proxy:/bin:/usr/sbin/nologin\nwww-data:x:33:33:www-data:/var/www:/usr/sbin/nologin\nbackup:x:34:34:backup:/var/backups:/usr/sbin/nologin\nlist:x:38:38:Mailing
List
Manager:/var/list:/usr/sbin/nologin\nirc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin\ngnats:x:41:41:Gnats
Bug-Reporting System
(admin):/var/lib/gnats:/usr/sbin/nologin\nnobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin\n_apt:x:100:65534::/nonexistent:/usr/sbin/nologin\nsystemd-network:x:101:102:systemd
Network Management,,,:/run/systemd:/usr/sbin/nologin\nsystemd-resolve"...,
4096) = 2426
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=4564,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=112, st_size=54706, st_atime=1678811270 /*
2023-03-14T16:27:50.480000000+0000 */, st_atime_nsec=480000000,
st_mtime=1678724869 /* 2023-03-13T16:27:49.420145979+0000 */,
st_mtime_nsec=420145979, st_ctime=1678724869 /*
2023-03-13T16:27:49.420145979+0000 */, st_ctime_nsec=420145979},
AT_EMPTY_PATH) = 0
mmap(NULL, 54706, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f71190a4000
close(3)                                = 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_sss.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\0\0\0\0\0\0\0\0@
\0\0\0\0\0\0\0\300\263\0\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0\35\0\34\0\1\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\27\0\0\0\0\0\0\20\27\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\5\0\0\0\0
\0\0\0\0\0\0\0 \0\0\0\0\0\0\0
\0\0\0\0\0\0yi\0\0\0\0\0\0yi\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\4\0\0\0\0\220\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0\220\0\0\0\0\0\0\340\27\0\0\0\0\0\0\340\27\0\0\0\0\0\0\0\20\0\0\0\0\0\0\1\0\0\0\6\0\0\0\220\255\0\0\0\0\0\0\220\275\0\0\0\0\0\0\220\275\0\0\0\0\0\0\370\4\0\0\0\0\0\0\230\6\0\0\0\0\0\0\0\20\0\0\0\0\0\0\2\0\0\0\6\0\0\0\270\255\0\0\0\0\0\0\270\275\0\0\0\0\0\0\270\275\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\2\0\0\0\0\0\0\10\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\4\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\220\255\0\0\0\0\0\0\220\275\0\0\0\0\0\0\220\275\0\0\0\0\0\0\4\0\0\0\0\0\0\0X\1\0\0\0\0\0\0\20\0\0\0\0\0\0\0P\345td\4\0\0\0\200\222\0\0\0\0\0\0\200\222\0\0\0\0\0\0\200\222\0\0\0\0\0\0\304\2\0\0\0\0\0\0\304\2\0\0\0\0\0\0\4\0\0\0\0\0\0\0Q\345td\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0R\345td\4\0\0\0\220\255\0\0\0\0\0\0\220\275\0\0\0\0\0\0\220\275\0\0\0\0\0\0p\2\0\0\0\0\0\0p\2\0\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\340\244\335\310\274\356\264\341FYB\251\33\312\322,\5\211\316l\0\0\0\0\21\0\0\0001\0\0\0\4\0\0\0\10\0\0\0e:\1\254\226\0\20O\2`\0\4\0\2\20\4@b
\0@\0\0\21\21\215
\240@\tCP\2021\0\0\0003\0\0\0007\0\0\08\0\0\0\0\0\0\09\0\0\0:\0\0\0\0\0\0\0<\0\0\0?\0\0\0B\0\0\0D\0\0\0F\0\0\0H\0\0\0I\0\0\0L\0\0\0N\0\0\0\324\251m\233\v\273\372-\2~\1\345t:\301\324\342\266\26a\303\227\343[\1\f\322\232\357\371G[\358\365B\32\332q'5\220\374D\214\236\207v\10\200f\\",
832) = 832
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=25983,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=96, st_size=47872, st_atime=1678811102 /*
2023-03-14T16:25:02.116000000+0000 */, st_atime_nsec=116000000,
st_mtime=1677422148 /* 2023-02-26T14:35:48+0000 */, st_mtime_nsec=0,
st_ctime=1678724350 /* 2023-03-13T16:19:10.888145979+0000 */,
st_ctime_nsec=888145979}, AT_EMPTY_PATH) = 0
mmap(NULL, 50216, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x7f7119097000
mmap(0x7f7119099000, 28672, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f7119099000
mmap(0x7f71190a0000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE,
3, 0x9000) = 0x7f71190a0000
mmap(0x7f71190a2000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f71190a2000
close(3)                                = 0
mprotect(0x7f71190a2000, 4096, PROT_READ) = 0
munmap(0x7f71190a4000, 54706)           = 0
openat(AT_FDCWD, "/var/lib/sss/mc/passwd", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
futex(0x7f71190a3370, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/var/lib/sss/mc/passwd", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
getpid()                                = 19809
getpid()                                = 19809
socket(AF_UNIX, SOCK_STREAM, 0)         = 3
futex(0x7f71190a3374, FUTEX_WAKE_PRIVATE, 2147483647) = 0
fcntl(3, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
connect(3, {sa_family=AF_UNIX, sun_path="/var/lib/sss/pipes/nss"}, 110) =
-1 ENOENT (No such file or directory)
close(3)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
close(3)                                = 0
socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3
connect(3, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1
ENOENT (No such file or directory)
close(3)                                = 0
newfstatat(AT_FDCWD, "/etc/nsswitch.conf", {st_dev=makedev(0xfe, 0x1),
st_ino=26055, st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=564, st_atime=1678811102 /*
2023-03-14T16:25:02.112000000+0000 */, st_atime_nsec=112000000,
st_mtime=1678724489 /* 2023-03-13T16:21:29.716145979+0000 */,
st_mtime_nsec=716145979, st_ctime=1678724489 /*
2023-03-13T16:21:29.716145979+0000 */, st_ctime_nsec=716145979}, 0) = 0
openat(AT_FDCWD, "/etc/group", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_dev=makedev(0xfe, 0x1), st_ino=30623,
st_mode=S_IFREG|0644, st_nlink=1, st_uid=65534, st_gid=65534,
st_blksize=4096, st_blocks=8, st_size=1041, st_atime=1678811102 /*
2023-03-14T16:25:02.116000000+0000 */, st_atime_nsec=116000000,
st_mtime=1678724617 /* 2023-03-13T16:23:37.576145979+0000 */,
st_mtime_nsec=576145979, st_ctime=1678724617 /*
2023-03-13T16:23:37.576145979+0000 */, st_ctime_nsec=576145979},
AT_EMPTY_PATH) = 0
lseek(3, 0, SEEK_SET)                   = 0
read(3,
"root:x:0:\ndaemon:x:1:\nbin:x:2:\nsys:x:3:\nadm:x:4:debian\ntty:x:5:\ndisk:x:6:\nlp:x:7:\nmail:x:8:\nnews:x:9:\nuucp:x:10:\nman:x:12:\nproxy:x:13:\nkmem:x:15:\ndialout:x:20:debian\nfax:x:21:\nvoice:x:22:\ncdrom:x:24:debian\nfloppy:x:25:debian\ntape:x:26:\nsudo:x:27:debian,admin\naudio:x:29:debian\ndip:x:30:debian\nwww-data:x:33:\nbackup:x:34:\noperator:x:37:\nlist:x:38:\nirc:x:39:\nsrc:x:40:\ngnats:x:41:\nshadow:x:42:\nutmp:x:43:\nvideo:x:44:debian\nsasl:x:45:\nplugdev:x:46:debian\nstaff:x:50:\ngames:x:60:\nusers:x:100:\nnogroup:x:65534:\nsystemd-journal:x:101:\nsystemd-network:x:102:\nsystemd-resolve:x:103:\nmessagebus:x:104:\ninput:x:105:\nkvm:x:106:\nrender:x:107:\nuuidd:x:108:\ncrontab:x:109:\ntcpdump:x:110:\n_chrony:x:112:\nnetdev:x:113:debian\nsystemd-timesync:x:999:\nsystemd-coredump:x:998:\nwheel:x:1000:\ndebian:x:1002:\nadmin:x:1003:\nsgx:x:114:\nrdma:x:115:\n_ssh:x:111:\nDebian-exim:x:116:\nredis:x:117:\n_tang:x:118:\npcp:x:997:\nsssd:x:119:\ntss:x:120:\npolkitd:x:996:\nlibvirt:x:121:\nlibvirt-qemu:x:64055:libvirt-qemu\nlibvirtdbus:x:122:\ncockpit-ws:x:123:\ncockpit-w";...,
4096) = 1041
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/var/lib/sss/mc/group", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
openat(AT_FDCWD, "/var/lib/sss/mc/group", O_RDONLY|O_CLOEXEC) = -1 ENOENT
(No such file or directory)
getpid()                                = 19809
socket(AF_UNIX, SOCK_STREAM, 0)         = 3
fcntl(3, F_GETFL)                       = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
connect(3, {sa_family=AF_UNIX, sun_path="/var/lib/sss/pipes/nss"}, 110) =
-1 ENOENT (No such file or directory)
close(3)                                = 0
newfstatat(AT_FDCWD, "/home/admin/somefile", {st_dev=makedev(0xfe, 0x1),
st_ino=3825, st_mode=S_IFREG|0644, st_nlink=1, st_uid=0, st_gid=0,
st_blksize=4096, st_blocks=0, st_size=0, st_atime=1678839532 /*
2023-03-15T00:18:52.112000000+0000 */, st_atime_nsec=112000000,
st_mtime=1678839532 /* 2023-03-15T00:18:52.112000000+0000 */,
st_mtime_nsec=112000000, st_ctime=1678839532 /*
2023-03-15T00:18:52.112000000+0000 */, st_ctime_nsec=112000000},
AT_SYMLINK_NOFOLLOW) = 0
fchownat(AT_FDCWD, "/home/admin/somefile", 1, 1, 0) = -1 EINVAL (Invalid
argument)
openat(AT_FDCWD, "/usr/share/locale/C.UTF-8/LC_MESSAGES/coreutils.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/C.utf8/LC_MESSAGES/coreutils.mo",
O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/C/LC_MESSAGES/coreutils.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
write(2, "chown: ", 7chown: )                  = 7
write(2, "changing ownership of '/home/admin/somefile'", 44changing
ownership of '/home/admin/somefile') = 44
openat(AT_FDCWD, "/usr/share/locale/C.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/C.utf8/LC_MESSAGES/libc.mo", O_RDONLY)
= -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/share/locale/C/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
write(2, ": Invalid argument", 18: Invalid argument)      = 18
write(2, "\n", 1
)                       = 1
close(1)                                = 0
close(2)                                = 0
exit_group(1)                           = ?
+++ exited with 1 +++

--- End Message ---
--- Begin Message ---
Source: sssd
Source-Version: 2.8.2-4
Done: Timo Aaltonen <tjaal...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sssd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1032...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Timo Aaltonen <tjaal...@debian.org> (supplier of updated sssd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 11 Apr 2023 15:19:36 +0300
Source: sssd
Built-For-Profiles: noudeb
Architecture: source
Version: 2.8.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian SSSD Team <pkg-sssd-de...@alioth-lists.debian.net>
Changed-By: Timo Aaltonen <tjaal...@debian.org>
Closes: 1032990
Changes:
 sssd (2.8.2-4) unstable; urgency=medium
 .
   [ Sam Morris ]
   * Don't add subid to /etc/nsswitch.conf (Closes: #1032990)
Checksums-Sha1:
 043ca2dc942322ba050cdfffee348687345e4618 5114 sssd_2.8.2-4.dsc
 4b6a82450d650aa2374beb134c26ff598e4b3215 40784 sssd_2.8.2-4.debian.tar.xz
 dcc4a9467c38ed6a8ebff45f0d4bbb8e1cd3d677 9684 sssd_2.8.2-4_source.buildinfo
Checksums-Sha256:
 65546b7e941929f475f83885831a29c0121f579669d2b5615e577188fc07175d 5114 
sssd_2.8.2-4.dsc
 091278f4864942c4a762b92e45cec214de580103a177b2ddcadbc91b1fb3a5af 40784 
sssd_2.8.2-4.debian.tar.xz
 449daf4b9ab80ae6d52e7e85d148aa386e84e224c43999f8dee86482a5d0a73a 9684 
sssd_2.8.2-4_source.buildinfo
Files:
 b391aee853e92cea1edf3cc76eae6f50 5114 utils optional sssd_2.8.2-4.dsc
 d84552d90446a0c737a126f0ffa92f99 40784 utils optional 
sssd_2.8.2-4.debian.tar.xz
 60ebf7bf4125b0b0aa8899a1817f0122 9684 utils optional 
sssd_2.8.2-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmQ1UGYACgkQy3AxZaiJ
hNxohQ/+NI7uC+hTcXwChPWnSgBObg6j9BNrYdLBHH+T6LCErvkJFqUzuTrelHRT
d81TC8x2dN59YrNuGNL/hF7GBDD68BZ8z62YbuS2PxGJd4EELfGJr5L734gUD9zQ
rrCHMM9e1xqNPi2wgDN9vrXbQ00dGka/iALKyzDKjvO1ALdKsZlIDDK3llQbkZvL
jxwhsGjUHqDF15+eRdwyCFHL+qEG1rQHfWVSzQemk4dRRyiRfY5TUH/mi+MT6Yj0
yF/AqgTXJhkCPMo34w2WUaGpxAO3Et3721G7yNZLonTy71nnlenpBP+vRHNaCZso
OtJBFmenWkk30bXpguQNUk+FsCWN/EA3cPojl4J6C/yeaBUVUfjxq8frQJIiFtn2
gxOlmXPMI5zWVVE/tBihPmDm4HSlxduAhXCPl6Be8tOF7j0VKASwFM537YK5S0nH
gXArs3vis61qY+mVspEnCBATNJMdGhRN319nTeIoy9/9+XA9lBk6JeFM/qyWozgn
FquDlM+oWzKvOZGDZFUiEhdD6dJu6xkxpQTk3Cxw5ltO9kyyMvfqBACKLnHBuHxz
CORAXIx0Ex/9hZVTce0UUXnEnmZp8KH7Jp18w4sAt02wfxjuO9BGXoHv2xO6u6uV
UPFnGp4j0AJqH5SCgTacsr96Affx0Dsxjt+/9nbIrNAXEYxoRVc=
=ZbMB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to