/dev/console seen as non-interactive since emulated guest-side systemd 259-rc3
Host environment
- Operating system: Debian
- OS/kernel version: any
- Architecture: x86_64
- QEMU flavor: any
- QEMU version: >=10.0.6 <=10.1.2
- QEMU command line:
./qemu-<any> # invoked via binfmt
Emulated/Virtualized environment
- Operating system: Debian 14 Forky/testing
- OS/kernel version: emulated
- Architecture: any
Description of problem
While I was fighting with other issues, while emulated guests with systemd 259-rc1 and rc2 were generally still functional (when working around #1962), now there is an issue which I have no idea how to work around: Either booting or just chowning into the guest system with systemd-nspawn, leads to zero output of the guest, since /dev/console seems to be seen unused or non-interactive or so. I can run shell commands, and see their output, but bash identifies itself as non-interactive, hence shows no command prompt etc:
root@VM-Forky:~# systemd-nspawn -i Debian-Forky.img
░ Spawning container Debian-Forky.img on /root/Debian-Forky.img.
░ Press Ctrl-] three times within 1s to kill container; two times followed by r
░ to reboot container; two times followed by p to poweroff container.
echo $-
hBs
I can force an interactive shell session via bash -i or exec bash -i, but for our CI, we need to boot the system via systemd-nspawn -b, which does work somewhat, I can see boot services running in htop on the host, but zero output, and no autologin on any console happens. I guess the reason is that systemd somehow does not detect /dev/console as active/attached/interactive or so, for the same reason the shell is started in non-interactive mode.
This is not related to systemd-nspawn's --console option: I tried all values, and it does not make any difference. Also it works just well without QEMU emulation.
The only debugging output I am able to generate via systemd-nspawn -E QEMU_STRACE=1 -i Debian-Forky.img, maybe there are other/better ways:
root@VM-Forky:~# systemd-nspawn -E QEMU_STRACE=1 -i Debian-Forky.img
░ Spawning container Debian-Forky.img on /root/Debian-Forky.img.
░ Press Ctrl-] three times within 1s to kill container; two times followed by r
░ to reboot container; two times followed by p to poweroff container.
1 brk(NULL) = 0x00007f85c79f4000
1 uname(0x7f85c786f9e8) = 0
1 mprotect(0x00007f85c7870000,1388544,PROT_EXEC|PROT_READ|0x10) = 0
1 mmap(NULL,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007f85c92e5000
1 faccessat(AT_FDCWD,"/etc/ld.so.preload",R_OK,AT_SYMLINK_NOFOLLOW|0xc79de410) = -1 errno=2 (No such file or directory)
1 openat(AT_FDCWD,"/etc/ld.so.cache",O_RDONLY|O_CLOEXEC) = 3
1 fstat(3,0x00007f85c786eca0) = 0
1 mmap(NULL,7978,PROT_READ,MAP_PRIVATE,3,0) = 0x00007f85c92e3000
1 close(3) = 0
1 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/libtinfo.so.6",O_RDONLY|O_CLOEXEC) = 3
1 read(3,0xc786ee50,832) = 832
1 fstat(3,0x00007f85c786ece0) = 0
1 mmap(NULL,329936,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE,-1,0) = 0x00007f85c701e000
1 mmap(0x00007f85c7020000,264400,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007f85c7020000
1 munmap(0x00007f85c701e000,8192) = 0
1 munmap(0x00007f85c7061000,55504) = 0
1 mprotect(0x00007f85c7050000,49152,PROT_NONE) = 0
1 mmap(0x00007f85c705c000,20480,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0x3c000) = 0x00007f85c705c000
1 mmap(0x00007f85c7020000,196608,PROT_EXEC|PROT_READ|0x10,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007f85c7020000
1 close(3) = 0
1 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/libc.so.6",O_RDONLY|O_CLOEXEC) = 3
1 read(3,0xc786ee30,832) = 832
1 pread64(3,0x00007f85c786e9c0,784,64) = 784
1 fstat(3,0x00007f85c786ecc0) = 0
1 pread64(3,0x00007f85c786e8b0,784,64) = 784
1 mmap(NULL,2088992,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE,-1,0) = 0x00007f85c6e21000
1 mmap(0x00007f85c6e30000,2023456,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007f85c6e30000
1 munmap(0x00007f85c6e21000,61440) = 0
1 munmap(0x00007f85c701f000,32) = 0
1 mprotect(0x00007f85c6ff3000,106496,PROT_NONE) = 0
1 mmap(0x00007f85c700d000,20480,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0x1cd000) = 0x00007f85c700d000
1 mmap(0x00007f85c7012000,49184,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_FIXED,-1,0) = 0x00007f85c7012000
1 mmap(0x00007f85c6e30000,1847296,PROT_EXEC|PROT_READ|0x10,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007f85c6e30000
1 close(3) = 0
1 mmap(NULL,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007f85c929e000
1 set_tid_address(0x7f85c929e0f0) = 1
1 set_robust_list(0x7f85c929e100,24) = -1 errno=38 (Function not implemented)
1 rseq(0x7f85c929e7e0,32,0,0xd428bc00) = -1 errno=38 (Function not implemented)
1 mprotect(0x00007f85c700d000,12288,PROT_READ) = 0
1 mprotect(0x00007f85c705c000,16384,PROT_READ) = 0
1 mprotect(0x00007f85c79db000,20480,PROT_READ) = 0
1 mprotect(0x00007f85c92de000,8192,PROT_READ) = 0
1 prlimit64(0,RLIMIT_STACK,NULL,0x00007f85c786f848) = 0 ({rlim_cur=8388608,rlim_max=-1})
1 getrandom(0x7f85c70167a8,8,1) = 8
1 munmap(0x00007f85c92e3000,7978) = 0
1 openat(AT_FDCWD,"/dev/tty",O_RDWR|O_NONBLOCK) = 3
1 close(3) = 0
1 brk(NULL) = 0x00007f85c79f4000
1 brk(0x00007f85c7a15000) = 0x00007f85c79f4000
1 mmap(NULL,1048576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007f85c6d30000
1 openat(AT_FDCWD,"/usr/lib/locale/locale-archive",O_RDONLY|O_CLOEXEC) = 3
1 fstat(3,0x00007f85c7011720) = 0
1 mmap(NULL,477328,PROT_READ,MAP_PRIVATE,3,0) = 0x00007f85c6cbb000
1 close(3) = 0
1 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/gconv/gconv-modules.cache",O_RDONLY|O_CLOEXEC) = 3
1 fstat(3,0x00007f85c786f658) = 0
1 mmap(NULL,27028,PROT_READ,MAP_SHARED,3,0) = 0x00007f85c9297000
1 close(3) = 0
1 futex(0x00007f85c701165c,FUTEX_PRIVATE_FLAG|FUTEX_WAKE,2147483647,NULL,0x0000000000000003,3) = 0
1 getresuid(0x7f85c79e0010,0x7f85c79e0014,0x7f85c79e0018) = 0
1 getresgid(0x7f85c79e001c,0x7f85c79e0020,0x7f85c79e0024) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c79e8600,8) = 0 (oldset=[])
1 gettimeofday(0x00007f85c79e86e0,NULL) = 0 ({tv_sec = 1766087184,tv_usec = 875334},NULL)
1 ioctl(0,0x802c542a,0xc786f9b8) = -1 errno=25 (Inappropriate ioctl for device)
1 rt_sigaction(SIGCHLD,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 rt_sigaction(SIGCHLD,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 rt_sigaction(SIGINT,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 rt_sigaction(SIGINT,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 rt_sigaction(SIGQUIT,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 rt_sigaction(SIGQUIT,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 rt_sigaction(SIGTSTP,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 rt_sigaction(SIGTSTP,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 rt_sigaction(SIGTTIN,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 rt_sigaction(SIGTTIN,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 rt_sigaction(SIGTTOU,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 rt_sigaction(SIGTTOU,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c79f08f0,8) = 0 (oldset=[])
1 rt_sigaction(SIGQUIT,0x00007f85c786f5c8,0x00007f85c786f660) = 0
1 uname(0x7f85c786f6f0) = 0
1 getcwd(0x7f85c6d36320,4096) = 6
1 getpid() = 1
1 getppid() = 0
1 newfstatat(AT_FDCWD,".",0x00007f85c786f6f0,0) = 0
1 newfstatat(AT_FDCWD,"/usr/local/sbin/-bash",0x00007f85c786f5a8,0) = -1 errno=2 (No such file or directory)
1 newfstatat(AT_FDCWD,"/usr/local/bin/-bash",0x00007f85c786f5a8,0) = -1 errno=2 (No such file or directory)
1 newfstatat(AT_FDCWD,"/usr/sbin/-bash",0x00007f85c786f5a8,0) = -1 errno=2 (No such file or directory)
1 newfstatat(AT_FDCWD,"/usr/bin/-bash",0x00007f85c786f5a8,0) = -1 errno=2 (No such file or directory)
1 newfstatat(AT_FDCWD,"/sbin/-bash",0x00007f85c786f5a8,0) = -1 errno=2 (No such file or directory)
1 newfstatat(AT_FDCWD,"/bin/-bash",0x00007f85c786f5a8,0) = -1 errno=2 (No such file or directory)
1 newfstatat(AT_FDCWD,"-bash",0x00007f85c786f718,0) = -1 errno=2 (No such file or directory)
1 socket(PF_UNIX,SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK,IPPROTO_IP) = 3
1 connect(3,0xc786f2d8,110) = -1 errno=2 (No such file or directory)
1 close(3) = 0
1 socket(PF_UNIX,SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK,IPPROTO_IP) = 3
1 connect(3,0xc786f498,110) = -1 errno=2 (No such file or directory)
1 close(3) = 0
1 newfstatat(AT_FDCWD,"/etc/nsswitch.conf",0x00007f85c786f3a0,0) = 0
1 newfstatat(AT_FDCWD,"/",0x00007f85c786f4c8,0) = 0
1 openat(AT_FDCWD,"/etc/nsswitch.conf",O_RDONLY|O_CLOEXEC) = 3
1 fstat(3,0x00007f85c786f2d8) = 0
1 read(3,0xc6d37550,4096) = 494
1 read(3,0xc6d37550,4096) = 0
1 fstat(3,0x00007f85c786f3a0) = 0
1 close(3) = 0
1 openat(AT_FDCWD,"/etc/passwd",O_RDONLY|O_CLOEXEC) = 3
1 fstat(3,0x00007f85c786f438) = 0
1 lseek(3,0,SEEK_SET) = 0
1 read(3,0xc6d37550,4096) = 955
1 lseek(3,32,SEEK_SET) = 32
1 close(3) = 0
1 gettimeofday(0x00007f85c786f7a8,NULL) = 0 ({tv_sec = 1766087184,tv_usec = 934900},NULL)
1 getpid() = 1
1 getppid() = 0
1 gettimeofday(0x00007f85c786f7b8,NULL) = 0 ({tv_sec = 1766087184,tv_usec = 935364},NULL)
1 getpid() = 1
1 getppid() = 0
1 getpgid(0) = 1
1 ioctl(2,TIOCGPGRP,0x00007f85c786f844) = 0 (1)
1 rt_sigaction(SIGCHLD,0x00007f85c786f5a8,0x00007f85c786f640) = 0
1 prlimit64(0,RLIMIT_NPROC,NULL,0x00007f85c786f7e8) = 0 ({rlim_cur=15487,rlim_max=15487})
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c79f0868,8) = 0 (oldset=[])
1 openat(AT_FDCWD,"/etc/profile",O_RDONLY) = 3
1 fstat(3,0x00007f85c786f7b8) = 0
1 read(3,0xc6d3e610,828) = 828
1 close(3) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786f6b8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786edd8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786ec68,8) = 0 (oldset=[])
1 pipe2(0x7f85c786ed90,0) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786ecb8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786ec88,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,[SIGINT SIGTERM SIGCHLD],0x00007f85c786ec08,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,[SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGIOT SIGBUS SIGFPE SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64],0x00007f85c786e9f0,8) = 0 (oldset=[SIGINT SIGTERM SIGCHLD])
1 clone(CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|0x11,child_stack=0x0000000000000000,parent_tidptr=0x0000000000000000,tls=0x0000000000000000,child_tidptr=0x00007f85c929e0f0) = 3
= 1 rt_sigprocmask(0SIG_SETMASK,
[SIGINT SIGTERM SIGCHLD],NULL,8) = 0
3 set_robust_list(0x7f85c929e100,24) = -1 errno=38 (Function not implemented)
3 rt_sigprocmask(SIG_SETMASK,[SIGINT SIGTERM SIGCHLD],NULL,8) = 0
3 getpid() = 3
1 rt_sigprocmask(SIG_SETMASK,[],NULL,3 rt_sigprocmask(8SIG_SETMASK,)[], = NULL,08
) = 0
1 3 rt_sigaction(SIGCHLDrt_sigaction(,SIGTSTP0x00007f85c786eab8,,0x00007f85c786eb500x00007f85c786e898,)0x00007f85c786e930) = = 00
3 rt_sigaction(SIGTTIN,0x00007f85c786e898,0x00007f85c786e930) = 0
3 rt_sigaction(SIGTTOU,1 0x00007f85c786e8a8,close(4)0x00007f85c786e940) = 0 =
0
1 rt_sigprocmask(SIG_BLOCK,[SIGINT],0x00007f85c786ee18,8) = 0 (oldset=[])3
rt_sigaction(SIGINT,0x00007f85c786ea58,0x00007f85c786eaf0) = 0
3 rt_sigaction(SIGQUIT,0x00007f85c786ea58,0x00007f85c786eaf0) = 0
3 rt_sigaction(SIGCHLD,0x00007f85c786ea58,0x00007f85c786eaf0) = 0
3 rt_sigaction(SIGCHLD,0x00007f85c786eab8,0x00007f85c786eb50) = 0
3 rt_sigaction(SIGINT,0x00007f85c786eab8,0x00007f85c786eb50) = 0
3 dup3(4,1,0) = 1
3 close(4) = 0
1 3 read(3,0xc786dd08,4096)close(3) = 0
3 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786ecb8,8) = 0 (oldset=[])
3 newfstatat(AT_FDCWD,".",0x00007f85c786e950,0) = 0
3 newfstatat(AT_FDCWD,"/usr/local/sbin/id",0x00007f85c786e808,0) = -1 errno=2 (No such file or directory)
3 newfstatat(AT_FDCWD,"/usr/local/bin/id",0x00007f85c786e808,0) = -1 errno=2 (No such file or directory)
3 newfstatat(AT_FDCWD,"/usr/sbin/id",0x00007f85c786e808,0) = -1 errno=2 (No such file or directory)
3 newfstatat(AT_FDCWD,"/usr/bin/id",0x00007f85c786e808,0) = 0
3 newfstatat(AT_FDCWD,"/usr/bin/id",0x00007f85c786e738,0) = 0
3 geteuid() = 0
3 getegid() = 0
3 getuid() = 0
3 getgid() = 0
3 faccessat(AT_FDCWD,"/usr/bin/id",X_OK,0) = 0
3 newfstatat(AT_FDCWD,"/usr/bin/id",0x00007f85c786e738,0) = 0
3 geteuid() = 0
3 getegid() = 0
3 getuid() = 0
3 getgid() = 0
3 faccessat(AT_FDCWD,"/usr/bin/id",R_OK,0) = 0
3 rt_sigaction(SIGINT,0x00007f85c786e778,0x00007f85c786e810) = 0
3 rt_sigaction(SIGQUIT,0x00007f85c786e778,0x00007f85c786e810) = 0
3 rt_sigaction(SIGCHLD,0x00007f85c786e778,0x00007f85c786e810) = 0
3 execve("/usr/bin/id",{"id","-u",NULL})3 brk(NULL) = 0x00007ffa96101000
3 uname(0x7ffa87fff9a8) = 0
3 mprotect(0x00007ffa960e0000,45056,PROT_EXEC|PROT_READ|0x10) = 0
3 mmap(NULL,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007ffa96105000
3 faccessat(AT_FDCWD,"/etc/ld.so.preload",R_OK,AT_EACCESS|AT_SYMLINK_NOFOLLOW|0x960ff8c8) = -1 errno=2 (No such file or directory)
3 openat(AT_FDCWD,"/etc/ld.so.cache",O_RDONLY|O_CLOEXEC) = 3
3 fstat(3,0x00007ffa87ffec60) = 0
3 mmap(NULL,7978,PROT_READ,MAP_PRIVATE,3,0) = 0x00007ffa96103000
3 close(3) = 0
3 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/libselinux.so.1",O_RDONLY|O_CLOEXEC) = 3
3 read(3,0x87ffee10,832) = 832
3 fstat(3,0x00007ffa87ffeca0) = 0
3 mmap(NULL,337200,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE,-1,0) = 0x00007ffa947ac000
3 mmap(0x00007ffa947b0000,271664,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007ffa947b0000
3 munmap(0x00007ffa947ac000,16384) = 0
3 munmap(0x00007ffa947f3000,46384) = 0
3 mprotect(0x00007ffa947df000,65536,PROT_NONE) = 0
3 mmap(0x00007ffa947ef000,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0x2f000) = 0x00007ffa947ef000
3 mmap(0x00007ffa947f1000,5424,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_FIXED,-1,0) = 0x00007ffa947f1000
3 mmap(0x00007ffa947b0000,192512,PROT_EXEC|PROT_READ|0x10,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007ffa947b0000
3 close(3) = 0
3 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/libc.so.6",O_RDONLY|O_CLOEXEC) = 3
3 read(3,0x87ffedf0,832) = 832
3 pread64(3,0x00007ffa87ffe980,784,64) = 784
3 fstat(3,0x00007ffa87ffec80) = 0
3 pread64(3,0x00007ffa87ffe870,784,64) = 784
3 mmap(NULL,2088992,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE,-1,0) = 0x00007ffa945b1000
3 mmap(0x00007ffa945c0000,2023456,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007ffa945c0000
3 munmap(0x00007ffa945b1000,61440) = 0
3 munmap(0x00007ffa947af000,32) = 0
3 mprotect(0x00007ffa94783000,106496,PROT_NONE) = 0
3 mmap(0x00007ffa9479d000,20480,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0x1cd000) = 0x00007ffa9479d000
3 mmap(0x00007ffa947a2000,49184,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_FIXED,-1,0) = 0x00007ffa947a2000
3 mmap(0x00007ffa945c0000,1847296,PROT_EXEC|PROT_READ|0x10,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007ffa945c0000
3 close(3) = 0
3 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/libpcre2-8.so.0",O_RDONLY|O_CLOEXEC) = 3
3 read(3,0x87ffedb0,832) = 832
3 fstat(3,0x00007ffa87ffec40) = 0
3 mmap(NULL,787080,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE,-1,0) = 0x00007ffa944ff000
3 mmap(0x00007ffa94500000,721544,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007ffa94500000
3 munmap(0x00007ffa944ff000,4096) = 0
3 munmap(0x00007ffa945b1000,57992) = 0
3 mprotect(0x00007ffa94596000,102400,PROT_NONE) = 0
3 mmap(0x00007ffa945af000,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0x9f000) = 0x00007ffa945af000
3 mmap(0x00007ffa94500000,614400,PROT_EXEC|PROT_READ|0x10,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007ffa94500000
3 close(3) = 0
3 mmap(NULL,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007ffa96101000
3 set_tid_address(0x7ffa961010f0) = 3
3 set_robust_list(0x7ffa96101100,24) = -1 errno=38 (Function not implemented)
3 rseq(0x7ffa961018e0,32,0,0xd428bc00) = -1 errno=38 (Function not implemented)
3 mprotect(0x00007ffa9479d000,12288,PROT_READ) = 0
3 mprotect(0x00007ffa945af000,4096,PROT_READ) = 0
3 mprotect(0x00007ffa947ef000,4096,PROT_READ) = 0
3 mprotect(0x00007ffa960ff000,4096,PROT_READ) = 0
3 mprotect(0x00007ffa960ce000,8192,PROT_READ) = 0
3 prlimit64(0,RLIMIT_STACK,NULL,0x00007ffa87fff808) = 0 ({rlim_cur=8388608,rlim_max=-1})
3 getrandom(0x7ffa947a67a8,8,1) = 8
3 munmap(0x00007ffa96103000,7978) = 0
3 statfs("/sys/fs/selinux",0x00007ffa87fffb00) = -1 errno=2 (No such file or directory)
3 statfs("/selinux",0x00007ffa87fffb00) = -1 errno=2 (No such file or directory)
3 brk(NULL) = 0x00007ffa96101000
3 brk(0x00007ffa96122000) = 0x00007ffa96101000
3 mmap(NULL,1048576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007ffa94400000
3 openat(AT_FDCWD,"/proc/filesystems",O_RDONLY|O_CLOEXEC) = 3
3 fstat(3,0x00007ffa87fff9c8) = 0
3 read(3,0x94400570,1024) = 356
3 read(3,0x94400570,1024) = 0
3 close(3) = 0
3 faccessat(AT_FDCWD,"/etc/selinux/config",F_OK,0x94400010) = -1 errno=2 (No such file or directory)
3 openat(AT_FDCWD,"/usr/lib/locale/locale-archive",O_RDONLY|O_CLOEXEC) = 3
3 fstat(3,0x00007ffa947a1720) = 0
3 mmap(NULL,477328,PROT_READ,MAP_PRIVATE,3,0) = 0x00007ffa9438b000
3 close(3) = 0
3 geteuid() = 0
3 fstat(1,0x00007ffa87fff678) = 0
3 write(1,0x94401a70,2) = 2
= 2
3 close(1) = 0
1 read(3,0xc786dd08,4096) = 0
1 close(3) = 0
3 close(2)1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786ec88,8) = 0 (oldset=[])
1 rt_sigaction(SIGINT,0x00007f85c786e938,0x00007f85c786e9d0) = 0
1 wait4(-1,0x7f85c786eb80,0,(nil)) =
1 rt_sigaction(SIGINT,0x00007f85c786e938,0x00007f85c786e9d0) = 0
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=1, si_pid=3, si_uid=0, si_status=0, si_utime=8, si_stime=4} ---
1 wait4(-1,0x7f85c786d850,1,(nil)) = -1 errno=10 (No child processes)
1 rt_sigreturn(0xffffffff) = -1 errno=513 (Successful exit from sigreturn)
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786ecb8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 newfstatat(AT_FDCWD,"/etc/profile.d",0x00007f85c786f1f8,0) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786ead8,8) = 0 (oldset=[])
1 pipe2(0x7f85c786ec00,0) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786eb28,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786eaf8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,[SIGINT SIGTERM SIGCHLD],0x00007f85c786ea78,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,[SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGIOT SIGBUS SIGFPE SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64],0x00007f85c786e860,8) = 0 (oldset=[SIGINT SIGTERM SIGCHLD])
1 clone(CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|0x11,child_stack=0x0000000000000000,parent_tidptr=0x0000000000000000,tls=0x0000000000000000,child_tidptr=0x00007f85c929e0f0) = 6
1 rt_sigprocmask(SIG_SETMASK,[SIGINT SIGTERM SIGCHLD],NULL,8) = 0
1 = rt_sigprocmask(SIG_SETMASK,[0],
NULL,8) = 0
1 rt_sigaction(SIGCHLD,0x00007f85c786e928,0x00007f85c786e9c0) = 0
1 close(4) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGINT],0x00007f85c786ec88,8)6 = set_robust_list(0x7f85c929e100,24)0 = (oldset=[])
-1 errno=38 (Function not implemented)
1 read(3,0xc786db78,4096)6 rt_sigprocmask(SIG_SETMASK,[SIGINT SIGTERM SIGCHLD],NULL,8) = 0
6 getpid() = 6
6 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
6 rt_sigaction(SIGTSTP,0x00007f85c786e708,0x00007f85c786e7a0) = 0
6 rt_sigaction(SIGTTIN,0x00007f85c786e708,0x00007f85c786e7a0) = 0
6 rt_sigaction(SIGTTOU,0x00007f85c786e718,0x00007f85c786e7b0) = 0
6 rt_sigaction(SIGINT,0x00007f85c786e8c8,0x00007f85c786e960) = 0
6 rt_sigaction(SIGQUIT,0x00007f85c786e8c8,0x00007f85c786e960) = 0
6 rt_sigaction(SIGCHLD,0x00007f85c786e8c8,0x00007f85c786e960) = 0
6 rt_sigaction(SIGCHLD,0x00007f85c786e928,0x00007f85c786e9c0) = 0
6 rt_sigaction(SIGINT,0x00007f85c786e928,0x00007f85c786e9c0) = 0
6 dup3(4,1,0) = 1
6 close(4) = 0
6 close(3) = 0
6 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786eb28,8) = 0 (oldset=[])
6 newfstatat(AT_FDCWD,".",0x00007f85c786e7c0,0) = 0
6 newfstatat(AT_FDCWD,"/usr/local/sbin/run-parts",0x00007f85c786e678,0) = -1 errno=2 (No such file or directory)
6 newfstatat(AT_FDCWD,"/usr/local/bin/run-parts",0x00007f85c786e678,0) = -1 errno=2 (No such file or directory)
6 newfstatat(AT_FDCWD,"/usr/sbin/run-parts",0x00007f85c786e678,0) = -1 errno=2 (No such file or directory)
6 newfstatat(AT_FDCWD,"/usr/bin/run-parts",0x00007f85c786e678,0) = 0
6 newfstatat(AT_FDCWD,"/usr/bin/run-parts",0x00007f85c786e5a8,0) = 0
6 geteuid() = 0
6 getegid() = 0
6 getuid() = 0
6 getgid() = 0
6 faccessat(AT_FDCWD,"/usr/bin/run-parts",X_OK,0) = 0
6 newfstatat(AT_FDCWD,"/usr/bin/run-parts",0x00007f85c786e5a8,0) = 0
6 geteuid() = 0
6 getegid() = 0
6 getuid() = 0
6 getgid() = 0
6 faccessat(AT_FDCWD,"/usr/bin/run-parts",R_OK,0) = 0
6 rt_sigaction(SIGINT,0x00007f85c786e5e8,0x00007f85c786e680) = 0
6 rt_sigaction(SIGQUIT,0x00007f85c786e5e8,0x00007f85c786e680) = 0
6 rt_sigaction(SIGCHLD,0x00007f85c786e5e8,0x00007f85c786e680) = 0
6 execve("/usr/bin/run-parts",{"run-parts","--list","--regex","^[a-zA-Z0-9_][a-zA-Z0-9._-]*\.sh$","/etc/profile.d",NULL})6 brk(NULL) = 0x00007fe0850a1000
6 uname(0x7fe08377d948) = 0
6 mprotect(0x00007fe085080000,20480,PROT_EXEC|PROT_READ|0x10) = 0
6 mmap(NULL,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007fe0850ad000
6 faccessat(AT_FDCWD,"/etc/ld.so.preload",R_OK,0x8509fc60) = -1 errno=2 (No such file or directory)
6 openat(AT_FDCWD,"/etc/ld.so.cache",O_RDONLY|O_CLOEXEC) = 3
6 fstat(3,0x00007fe08377cc00) = 0
6 mmap(NULL,7978,PROT_READ,MAP_PRIVATE,3,0) = 0x00007fe0850ab000
6 close(3) = 0
6 openat(AT_FDCWD,"/usr/lib/aarch64-linux-gnu/libc.so.6",O_RDONLY|O_CLOEXEC) = 3
6 read(3,0x8377cdb0,832) = 832
6 pread64(3,0x00007fe08377c940,784,64) = 784
6 fstat(3,0x00007fe08377cc40) = 0
6 pread64(3,0x00007fe08377c830,784,64) = 784
6 mmap(NULL,2088992,PROT_NONE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_DENYWRITE,-1,0) = 0x00007fe082d31000
6 mmap(0x00007fe082d40000,2023456,PROT_EXEC|PROT_READ,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007fe082d40000
6 munmap(0x00007fe082d31000,61440) = 0
6 munmap(0x00007fe082f2f000,32) = 0
6 mprotect(0x00007fe082f03000,106496,PROT_NONE) = 0
6 mmap(0x00007fe082f1d000,20480,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0x1cd000) = 0x00007fe082f1d000
6 mmap(0x00007fe082f22000,49184,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS|MAP_FIXED,-1,0) = 0x00007fe082f22000
6 mmap(0x00007fe082d40000,1847296,PROT_EXEC|PROT_READ|0x10,MAP_PRIVATE|MAP_DENYWRITE|MAP_FIXED,3,0) = 0x00007fe082d40000
6 close(3) = 0
6 set_tid_address(0x7fe0850ae030) = 6
6 set_robust_list(0x7fe0850ae040,24) = -1 errno=38 (Function not implemented)
6 rseq(0x7fe0850ae720,32,0,0xd428bc00) = -1 errno=38 (Function not implemented)
6 mprotect(0x00007fe082f1d000,12288,PROT_READ) = 0
6 mprotect(0x00007fe08509f000,4096,PROT_READ) = 0
6 mprotect(0x00007fe082f6e000,8192,PROT_READ) = 0
6 prlimit64(0,RLIMIT_STACK,NULL,0x00007fe08377d7a8) = 0 ({rlim_cur=8388608,rlim_max=-1})
6 getrandom(0x7fe082f267a8,8,1) = 8
6 munmap(0x00007fe0850ab000,7978) = 0
6 umask(022) = 18
6 brk(NULL) = 0x00007fe0850a1000
6 brk(0x00007fe0850c2000) = 0x00007fe0850a1000
6 mmap(NULL,1048576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANONYMOUS,-1,0) = 0x00007fe082c40000
6 rt_sigaction(SIGCHLD,0x00007fe08377d7e8,NULL) = 0
6 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],NULL,8) = 0
6 openat(AT_FDCWD,"/etc/profile.d",O_RDONLY|O_DIRECTORY|O_NONBLOCK|O_CLOEXEC) = 3
6 fstat(3,0x00007fe08377d888) = 0
6 getdents64(3,0x7fe082c41fa0,32768) = 184
6 getdents64(3,0x7fe082c41fa0,32768) = 0
6 newfstatat(AT_FDCWD,"/etc/profile.d/70-systemd-shell-extra.sh",0x00007fe08377d988,0) = 0
6 newfstatat(AT_FDCWD,"/etc/profile.d/80-systemd-osc-context.sh",0x00007fe08377d988,0) = 0
6 newfstatat(AT_FDCWD,"/etc/profile.d/bash_completion.sh",0x00007fe08377d988,0) = 0
6 newfstatat(AT_FDCWD,"/etc/profile.d/70-systemd-shell-extra.sh",0x00007fe08377d988,0) = 0
6 faccessat(AT_FDCWD,"/etc/profile.d/70-systemd-shell-extra.sh",X_OK,0) = -1 errno=13 (Permission denied)
6 faccessat(AT_FDCWD,"/etc/profile.d/70-systemd-shell-extra.sh",R_OK,0xd) = 0
6 fstat(1,0x00007fe08377d7a8) = 0
6 newfstatat(AT_FDCWD,"/etc/profile.d/80-systemd-osc-context.sh",0x00007fe08377d988,0) = 0
6 faccessat(AT_FDCWD,"/etc/profile.d/80-systemd-osc-context.sh",X_OK,0) = -1 errno=13 (Permission denied)
6 faccessat(AT_FDCWD,"/etc/profile.d/80-systemd-osc-context.sh",R_OK,0xd) = 0
6 newfstatat(AT_FDCWD,"/etc/profile.d/bash_completion.sh",0x00007fe08377d988,0) = 0
6 faccessat(AT_FDCWD,"/etc/profile.d/bash_completion.sh",X_OK,0) = -1 errno=13 (Permission denied)
6 faccessat(AT_FDCWD,"/etc/profile.d/bash_completion.sh",R_OK,0xd) = 0
6 write(1,0x82c4c6a0,116) = 116
= 116
1 read(3,0xc786db78,4096)6 exit_group(0)
= 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=1, si_pid=6, si_uid=0, si_status=0, si_utime=10, si_stime=3} ---
1 wait4(-1,0x7f85c786c790,1,(nil)) =
1 wait4(-1,0x7f85c786c790,1,(nil)) = -1 errno=10 (No child processes)
1 rt_sigreturn(0x1) = -1 errno=513 (Successful exit from sigreturn)
1 close(3) = 0
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786eaf8,8) = 0 (oldset=[])
1 rt_sigaction(SIGINT,0x00007f85c786e7a8,0x00007f85c786e840) = 0
1 rt_sigaction(SIGINT,0x00007f85c786e7a8,0x00007f85c786e840) = 0
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786eb28,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 faccessat2(AT_FDCWD,"/etc/profile.d/70-systemd-shell-extra.sh",R_OK,AT_EACCESS) = 0
1 openat(AT_FDCWD,"/etc/profile.d/70-systemd-shell-extra.sh",O_RDONLY) = 3
1 fstat(3,0x00007f85c786eac8) = 0
1 read(3,0xc6d418d0,1067) = 1067
1 close(3) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786e9c8,8) = 0 (oldset=[])
1 faccessat2(AT_FDCWD,"/etc/profile.d/80-systemd-osc-context.sh",R_OK,AT_EACCESS) = 0
1 openat(AT_FDCWD,"/etc/profile.d/80-systemd-osc-context.sh",O_RDONLY) = 3
1 fstat(3,0x00007f85c786eac8) = 0
1 read(3,0xc6d42e80,3397) = 3397
1 close(3) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786e9c8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786dae8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786d978,8) = 0 (oldset=[])
1 pipe2(0x7f85c786daa0,0) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786d9c8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786d998,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,[SIGINT SIGTERM SIGCHLD],0x00007f85c786d918,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_BLOCK,[SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGIOT SIGBUS SIGFPE SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64],0x00007f85c786d700,8) = 0 (oldset=[SIGINT SIGTERM SIGCHLD])
1 clone(CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|0x11,child_stack=0x0000000000000000,parent_tidptr=0x0000000000000000,tls=0x0000000000000000,child_tidptr=0x00007f85c929e0f0) = 9
1 rt_sigprocmask(SIG_SETMASK,[SIGINT SIGTERM SIGCHLD],NULL,8) = 0
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigaction(SIGCHLD,0x00007f85c786d7c8,0x00007f85c786d860) = = 0
0
1 close(4) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGINT],0x00007f85c786db28,8) = 0 (oldset=[])
1 read(3,0xc786ca18,4096)9 set_robust_list(0x7f85c929e100,24) = -1 errno=38 (Function not implemented)
9 rt_sigprocmask(SIG_SETMASK,[SIGINT SIGTERM SIGCHLD],NULL,8) = 0
9 getpid() = 9
9 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
9 rt_sigaction(SIGTSTP,0x00007f85c786d5a8,0x00007f85c786d640) = 0
9 rt_sigaction(SIGTTIN,0x00007f85c786d5a8,0x00007f85c786d640) = 0
9 rt_sigaction(SIGTTOU,0x00007f85c786d5b8,0x00007f85c786d650) = 0
9 rt_sigaction(SIGINT,0x00007f85c786d768,0x00007f85c786d800) = 0
9 rt_sigaction(SIGQUIT,0x00007f85c786d768,0x00007f85c786d800) = 0
9 rt_sigaction(SIGCHLD,0x00007f85c786d768,0x00007f85c786d800) = 0
9 rt_sigaction(SIGCHLD,0x00007f85c786d7c8,0x00007f85c786d860) = 0
9 rt_sigaction(SIGINT,0x00007f85c786d7c8,0x00007f85c786d860) = 0
9 dup3(4,1,0) = 1
9 close(4) = 0
9 close(3) = 0
9 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786d9c8,8) = 0 (oldset=[])
9 openat(AT_FDCWD,"/dev/null",O_WRONLY|O_CREAT|O_TRUNC,0666) = 3
9 fcntl(2,F_GETFD) = 0
9 fcntl(2,F_DUPFD,10) = 10
9 fcntl(2,F_GETFD) = 0
9 fcntl(10,F_SETFD,1) = 0
9 dup3(3,2,0) = 2
9 fcntl(10,F_GETFD) = 1
9 close(10) = 0
9 exit_group(1)
= 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=1, si_pid=9, si_uid=0, si_status=1, si_utime=0, si_stime=2} ---
1 wait4(-1,0x7f85c786b630,1,(nil)) =
1 wait4(-1,0x7f85c786b630,1,(nil)) = -1 errno=10 (No child processes)
1 rt_sigreturn(0x1) = -1 errno=513 (Successful exit from sigreturn)
1 close(3) = 0
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786d998,8) = 0 (oldset=[])
1 rt_sigaction(SIGINT,0x00007f85c786d648,0x00007f85c786d6e0) = 0
1 rt_sigaction(SIGINT,0x00007f85c786d648,0x00007f85c786d6e0) = 0
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 rt_sigprocmask(SIG_BLOCK,[SIGCHLD],0x00007f85c786d9c8,8) = 0 (oldset=[])
1 rt_sigprocmask(SIG_SETMASK,[],NULL,8) = 0
1 faccessat2(AT_FDCWD,"/etc/profile.d/bash_completion.sh",R_OK,AT_EACCESS) = 0
1 openat(AT_FDCWD,"/etc/profile.d/bash_completion.sh",O_RDONLY) = 3
1 fstat(3,0x00007f85c786eac8) = 0
1 read(3,0xc6d42e80,747) = 747
1 close(3) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786e9c8,8) = 0 (oldset=[])
1 openat(AT_FDCWD,"/root/.bash_profile",O_RDONLY) = -1 errno=2 (No such file or directory)
1 openat(AT_FDCWD,"/root/.bash_login",O_RDONLY) = -1 errno=2 (No such file or directory)
1 openat(AT_FDCWD,"/root/.profile",O_RDONLY) = 3
1 fstat(3,0x00007f85c786f7c8) = 0
1 read(3,0xc6d415a0,132) = 132
1 close(3) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786f6c8,8) = 0 (oldset=[])
1 newfstatat(AT_FDCWD,"/root/.bashrc",0x00007f85c786f078,0) = 0
1 openat(AT_FDCWD,"/root/.bashrc",O_RDONLY) = 3
1 fstat(3,0x00007f85c786ef18) = 0
1 read(3,0xc6d47e20,607) = 607
1 close(3) = 0
1 rt_sigprocmask(SIG_BLOCK,NULL,0x00007f85c786ee18,8) = 0 (oldset=[])
1 fcntl(0,F_GETFL) = 32770
1 fstat(0,0x00007f85c786f918) = 0
1 lseek(0,0,SEEK_CUR) = -1 errno=29 (Illegal seek)
1 read(0,0xc6d3f610,1)
With SYSTEMD_LOG_LEVEL=debug, nspawn itself generates more output, but before QEMU is even invoked, hence it does not seem to be related/of help, but I am adding it regardless:
Loaded shared library 'libmount.so.1' via dlopen().
Loaded shared library 'libseccomp.so.2' via dlopen().
Loaded shared library 'libselinux.so.1' via dlopen().
Setting RLIMIT_CPU to infinity.
Setting RLIMIT_FSIZE to infinity.
Setting RLIMIT_DATA to infinity.
Setting RLIMIT_STACK to 8388608:infinity.
Setting RLIMIT_CORE to 0:infinity.
Setting RLIMIT_RSS to infinity.
Setting RLIMIT_NPROC to 15487.
Setting RLIMIT_NOFILE to 1024:524288.
Setting RLIMIT_MEMLOCK to 8388608.
Setting RLIMIT_AS to infinity.
Setting RLIMIT_LOCKS to infinity.
Setting RLIMIT_SIGPENDING to 15487.
Setting RLIMIT_MSGQUEUE to 819200.
Setting RLIMIT_NICE to 0.
Setting RLIMIT_RTPRIO to 0.
Setting RLIMIT_RTTIME to infinity.
Resolved versioned directory pattern '/root/Debian-Forky.img' to file '/root/Debian-Forky.img' as version 'n/a'.
Opened '/root/Debian-Forky.img' in O_RDWR access mode, with O_DIRECT enabled.
Couldn't find any partition table to derive sector size of.
loop0: Acquired exclusive lock.
Successfully acquired /dev/loop0, devno=7:0, nr=0, diskseq=60
Loaded shared library 'libblkid.so.1' via dlopen().
Kernel was quicker than us in adding partition 1.
Opened /dev/loop0p1 (fd=7, whole_block_devnum=7:0, diskseq=60).
Found for designator root: encrypted+unprotected+unused.
Found for designator usr: absent.
Found for designator home: absent.
Found for designator srv: absent.
Found for designator esp: absent.
Found for designator xbootldr: absent.
Found for designator swap: absent.
Found for designator root-verity: absent.
Found for designator usr-verity: absent.
Found for designator root-verity-sig: absent.
Found for designator usr-verity-sig: absent.
Found for designator tmp: absent.
Found for designator var: absent.
Probed fstype 'ext4' on partition /dev/loop0p1.
░ Spawning container Debian-Forky.img on /root/Debian-Forky.img.
░ Press Ctrl-] three times within 1s to kill container; two times followed by r
░ to reboot container; two times followed by p to poweroff container.
Mounting tmpfs (tmpfs) on /run/systemd/nspawn/unix-export/Debian-Forky.img (MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_NOSYMFOLLOW "size=4M,nr_inodes=64,mode=0755")...
Changing mount flags /run/systemd/nspawn/unix-export/Debian-Forky.img (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_NOSYMFOLLOW|MS_BIND "")...
Outer child is initializing.
Changing mount propagation / (MS_REC|MS_SLAVE "")
Successfully forked off '(fsck)' as PID 4092.
fsck succeeded.
Mounting /proc/self/fd/7 (ext4) on /tmp/nspawn-root-qPNGwK (MS_NODEV "")...
Changing mount propagation /tmp/nspawn-root-qPNGwK (MS_REC|MS_PRIVATE "")
Kernel doesn't support 'usrquota' on 'tmpfs', not including in mount options for '/tmp'.
Mounting tmpfs (tmpfs) on /tmp/nspawn-root-qPNGwK/tmp (MS_NOSUID|MS_NODEV|MS_STRICTATIME "mode=01777,size=10%,nr_inodes=400k,uid=0,gid=0")...
Mounting sysfs (sysfs) on /tmp/nspawn-root-qPNGwK/sys (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
Mounting tmpfs (tmpfs) on /tmp/nspawn-root-qPNGwK/dev (MS_NOSUID|MS_STRICTATIME "mode=0755,size=4m,nr_inodes=64k,uid=0,gid=0")...
Kernel doesn't support 'usrquota' on 'tmpfs', not including in mount options for '/dev/shm'.
Mounting tmpfs (tmpfs) on /tmp/nspawn-root-qPNGwK/dev/shm (MS_NOSUID|MS_NODEV|MS_STRICTATIME "mode=01777,size=10%,nr_inodes=400k,uid=0,gid=0")...
Mounting tmpfs (tmpfs) on /tmp/nspawn-root-qPNGwK/run (MS_NOSUID|MS_NODEV|MS_STRICTATIME "mode=0755,size=20%,nr_inodes=800k,uid=0,gid=0")...
Bind-mounting /tmp/nspawn-root-qPNGwK/run/host on /tmp/nspawn-root-qPNGwK/run/host (MS_BIND "")...
Bind-mounting /etc/os-release on /tmp/nspawn-root-qPNGwK/run/host/os-release (MS_BIND "")...
Changing mount flags /tmp/nspawn-root-qPNGwK/run/host/os-release (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Changing mount propagation /tmp/nspawn-root-qPNGwK/run/host/os-release (MS_PRIVATE "")
Failed to create directory /tmp/nspawn-root-qPNGwK/sys/fs/selinux: Read-only file system
Bind-mounting /sys/fs/selinux on /tmp/nspawn-root-qPNGwK/sys/fs/selinux (MS_BIND "")...
Failed to mount /sys/fs/selinux (type n/a) on /tmp/nspawn-root-qPNGwK/sys/fs/selinux (MS_BIND ""): No such file or directory
Changing mount flags /tmp/nspawn-root-qPNGwK/sys/fs/selinux (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /tmp/nspawn-root-qPNGwK/sys/fs/selinux (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): No such file or directory
Changing mount propagation /tmp/nspawn-root-qPNGwK/sys/fs/selinux (MS_PRIVATE "")
Failed to mount n/a (type n/a) on /tmp/nspawn-root-qPNGwK/sys/fs/selinux (MS_PRIVATE ""): No such file or directory
Bind-mounting /run/systemd/nspawn/unix-export/Debian-Forky.img on /tmp/nspawn-root-qPNGwK/run/host/unix-export (MS_BIND "")...
Changing mount flags /tmp/nspawn-root-qPNGwK/run/host/unix-export (MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_NOSYMFOLLOW|MS_BIND "")...
Mounting devpts (devpts) on /tmp/nspawn-root-qPNGwK/dev/pts (MS_NOSUID|MS_NOEXEC "newinstance,ptmxmode=0666,mode=0600,gid=5")...
Bind-mounting /run/systemd/nspawn/propagate/Debian-Forky.img on /tmp/nspawn-root-qPNGwK/run/host/incoming (MS_BIND "")...
Changing mount flags /tmp/nspawn-root-qPNGwK/run/host/incoming (MS_RDONLY|MS_REMOUNT|MS_BIND "")...
Successfully switched root to '/tmp/nspawn-root-qPNGwK'.
Changing mount propagation /run/host/incoming (MS_SLAVE "")
Inner child is initializing.
Mounting proc (proc) on /proc (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
Bind-mounting /proc/sys on /proc/sys (MS_BIND "")...
Changing mount flags /proc/sys (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bind-mounting /run/systemd/inaccessible/reg on /proc/kallsyms (MS_BIND "")...
Failed to mount /run/systemd/inaccessible/reg (type n/a) on /proc/kallsyms (MS_BIND ""): No such file or directory
Changing mount flags /proc/kallsyms (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /proc/kallsyms (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): Invalid argument
Bind-mounting /run/systemd/inaccessible/reg on /proc/kcore (MS_BIND "")...
Failed to mount /run/systemd/inaccessible/reg (type n/a) on /proc/kcore (MS_BIND ""): No such file or directory
Changing mount flags /proc/kcore (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /proc/kcore (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): Invalid argument
Bind-mounting /run/systemd/inaccessible/reg on /proc/keys (MS_BIND "")...
Failed to mount /run/systemd/inaccessible/reg (type n/a) on /proc/keys (MS_BIND ""): No such file or directory
Changing mount flags /proc/keys (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /proc/keys (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): Invalid argument
Bind-mounting /run/systemd/inaccessible/reg on /proc/sysrq-trigger (MS_BIND "")...
Failed to mount /run/systemd/inaccessible/reg (type n/a) on /proc/sysrq-trigger (MS_BIND ""): No such file or directory
Changing mount flags /proc/sysrq-trigger (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /proc/sysrq-trigger (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): Invalid argument
Bind-mounting /run/systemd/inaccessible/reg on /proc/timer_list (MS_BIND "")...
Failed to mount /run/systemd/inaccessible/reg (type n/a) on /proc/timer_list (MS_BIND ""): No such file or directory
Changing mount flags /proc/timer_list (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /proc/timer_list (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): Invalid argument
Bind-mounting /proc/acpi on /proc/acpi (MS_BIND "")...
Changing mount flags /proc/acpi (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bind-mounting /proc/apm on /proc/apm (MS_BIND "")...
Failed to mount /proc/apm (type n/a) on /proc/apm (MS_BIND ""): No such file or directory
Changing mount flags /proc/apm (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
(sd-namespace) succeeded.
Failed to mount n/a (type n/a) on /proc/apm (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): No such file or directory
Init process invoked as PID 4096
Bind-mounting /proc/asound on /proc/asound (MS_BIND "")...
Bus n/a: changing state UNSET → OPENING
sd-bus: starting bus by connecting to /run/dbus/system_bus_socket...
Changing mount flags /proc/asound (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bus n/a: changing state OPENING → AUTHENTICATING
Bind-mounting /proc/bus on /proc/bus (MS_BIND "")...
Changing mount flags /proc/bus (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bind-mounting /proc/fs on /proc/fs (MS_BIND "")...
Changing mount flags /proc/fs (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bus n/a: changing state AUTHENTICATING → HELLO
Bind-mounting /proc/irq on /proc/irq (MS_BIND "")...
Changing mount flags /proc/irq (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bind-mounting /proc/scsi on /proc/scsi (MS_BIND "")...
Failed to mount /proc/scsi (type n/a) on /proc/scsi (MS_BIND ""): No such file or directory
Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
Changing mount flags /proc/scsi (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Failed to mount n/a (type n/a) on /proc/scsi (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND ""): No such file or directory
Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Mounting mqueue (mqueue) on /dev/mqueue (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
Changing mount flags /run/host (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=3 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Got message type=method_return sender=org.freedesktop.DBus destination=:1.26 path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=s error-name=n/a error-message=n/a
Bus n/a: changing state HELLO → RUNNING
Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartTransientUnit cookie=4 reply_cookie=0 signature=ssa(sv)a(sa(sv)) error-name=n/a error-message=n/a
Got message type=method_return sender=:1.1 destination=:1.26 path=n/a interface=n/a member=n/a cookie=4375 reply_cookie=4 signature=o error-name=n/a error-message=n/a
Got message type=signal sender=org.freedesktop.DBus destination=:1.26 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Got message type=method_return sender=org.freedesktop.DBus destination=:1.26 path=n/a interface=n/a member=n/a cookie=3 reply_cookie=2 signature=n/a error-name=n/a error-message=n/a
Match type='signal',sender='org.freedesktop.systemd1',interface='org.freedesktop.systemd1.Scope',member='RequestStop' successfully installed.
Got message type=method_return sender=org.freedesktop.DBus destination=:1.26 path=n/a interface=n/a member=n/a cookie=4 reply_cookie=3 signature=n/a error-name=n/a error-message=n/a
Match type='signal',sender='org.freedesktop.systemd1',path='/org/freedesktop/systemd1',interface='org.freedesktop.systemd1.Manager',member='JobRemoved' successfully installed.
Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=4384 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Job for Debian-Forky.img.scope finished.
Got result done/Success for job Debian-Forky.img.scope.
Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=5 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Sent message type=method_call sender=n/a destination=org.freedesktop.machine1 path=/org/freedesktop/machine1 interface=org.freedesktop.machine1.Manager member=RegisterMachineEx cookie=6 reply_cookie=0 signature=sa(sv) error-name=n/a error-message=n/a
Got message type=method_return sender=:1.6 destination=:1.26 path=n/a interface=n/a member=n/a cookie=212 reply_cookie=6 signature=o error-name=n/a error-message=n/a
Failed to chown "/sys/fs/cgroup/machine.slice/Debian-Forky.img.scope/payload/memory.oom.group", ignoring: No such file or directory
Failed to chown "/sys/fs/cgroup/machine.slice/Debian-Forky.img.scope/payload/memory.reclaim", ignoring: No such file or directory
Mounting cgroup2 (cgroup2) on /sys/fs/cgroup (MS_NOSUID|MS_NODEV|MS_NOEXEC "nsdelegate,memory_recursiveprot,memory_hugetlb_accounting")...
Bind-mounting /run/.#proc-sys-kernel-random-boot-id2fa438902a4fed25 on /proc/sys/kernel/random/boot_id (MS_BIND "")...
Changing mount flags /proc/sys/kernel/random/boot_id (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND "")...
Bind-mounting /run/.#proc-kmsgdefab402f173c051 on /proc/kmsg (MS_BIND "")...
Applying allow list on architecture: x86
Failed to add rule for system call security() / 185, ignoring: Numerical argument out of domain
Failed to add rule for system call tuxcall() / 184, ignoring: Numerical argument out of domain
System call arc_gettls is not known, ignoring.
System call arc_settls is not known, ignoring.
System call arc_usr_cmpxchg is not known, ignoring.
Failed to add rule for system call atomic_barrier() / -10247, ignoring: Numerical argument out of domain
Failed to add rule for system call atomic_cmpxchg_32() / -10248, ignoring: Numerical argument out of domain
Failed to add rule for system call breakpoint() / -10182, ignoring: Numerical argument out of domain
Failed to add rule for system call cachectl() / -10103, ignoring: Numerical argument out of domain
System call dipc is not known, ignoring.
System call exec_with_loader is not known, ignoring.
System call execv is not known, ignoring.
System call file_getattr is not known, ignoring.
System call file_setattr is not known, ignoring.
Failed to add rule for system call get_tls() / -10204, ignoring: Numerical argument out of domain
System call getdomainname is not known, ignoring.
System call getdtablesize is not known, ignoring.
System call gethostname is not known, ignoring.
Failed to add rule for system call getpagesize() / -10249, ignoring: Numerical argument out of domain
System call getxgid is not known, ignoring.
System call getxpid is not known, ignoring.
System call getxuid is not known, ignoring.
System call kern_features is not known, ignoring.
Failed to add rule for system call kexec_file_load() / 320, ignoring: Numerical argument out of domain
System call llseek is not known, ignoring.
System call memory_ordering is not known, ignoring.
Failed to add rule for system call multiplexer() / -10186, ignoring: Numerical argument out of domain
System call old_adjtimex is not known, ignoring.
System call oldumount is not known, ignoring.
System call open_tree_attr is not known, ignoring.
System call or1k_atomic is not known, ignoring.
System call osf_fstat is not known, ignoring.
System call osf_fstatfs is not known, ignoring.
System call osf_fstatfs64 is not known, ignoring.
System call osf_getdirentries is not known, ignoring.
System call osf_getdomainname is not known, ignoring.
System call osf_getitimer is not known, ignoring.
System call osf_getrusage is not known, ignoring.
System call osf_getsysinfo is not known, ignoring.
System call osf_gettimeofday is not known, ignoring.
System call osf_lstat is not known, ignoring.
System call osf_mount is not known, ignoring.
System call osf_proplist_syscall is not known, ignoring.
System call osf_select is not known, ignoring.
System call osf_set_program_attributes is not known, ignoring.
System call osf_setitimer is not known, ignoring.
System call osf_setsysinfo is not known, ignoring.
System call osf_settimeofday is not known, ignoring.
System call osf_shmat is not known, ignoring.
System call osf_sigprocmask is not known, ignoring.
System call osf_sigstack is not known, ignoring.
System call osf_stat is not known, ignoring.
System call osf_statfs is not known, ignoring.
System call osf_statfs64 is not known, ignoring.
System call osf_swapon is not known, ignoring.
System call osf_syscall is not known, ignoring.
System call osf_sysinfo is not known, ignoring.
System call osf_usleep_thread is not known, ignoring.
System call osf_utimes is not known, ignoring.
System call osf_utsname is not known, ignoring.
System call osf_wait4 is not known, ignoring.
Failed to add rule for system call pciconfig_iobase() / -10086, ignoring: Numerical argument out of domain
Failed to add rule for system call pciconfig_read() / -10087, ignoring: Numerical argument out of domain
Failed to add rule for system call pciconfig_write() / -10088, ignoring: Numerical argument out of domain
System call perfctr is not known, ignoring.
Failed to add rule for system call rtas() / -10187, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_guarded_storage() / -10205, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_pci_mmio_read() / -10197, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_pci_mmio_write() / -10198, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_runtime_instr() / -10196, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_sthyi() / -10206, ignoring: Numerical argument out of domain
System call sched_get_affinity is not known, ignoring.
System call sched_set_affinity is not known, ignoring.
System call sethae is not known, ignoring.
System call setpgrp is not known, ignoring.
Failed to add rule for system call spu_create() / -10188, ignoring: Numerical argument out of domain
Failed to add rule for system call spu_run() / -10189, ignoring: Numerical argument out of domain
Failed to add rule for system call subpage_prot() / -10207, ignoring: Numerical argument out of domain
Failed to add rule for system call switch_endian() / -10191, ignoring: Numerical argument out of domain
Failed to add rule for system call sys_debug_setcontext() / -10191, ignoring: Numerical argument out of domain
Failed to add rule for system call syscall() / -10090, ignoring: Numerical argument out of domain
Failed to add rule for system call sysmips() / -10106, ignoring: Numerical argument out of domain
Failed to add rule for system call timerfd() / -10107, ignoring: Numerical argument out of domain
Failed to add rule for system call usr26() / -10184, ignoring: Numerical argument out of domain
Failed to add rule for system call usr32() / -10185, ignoring: Numerical argument out of domain
System call utrap_install is not known, ignoring.
Applying allow list on architecture: x32
Failed to add rule for system call _sysctl() / 156, ignoring: Numerical argument out of domain
Failed to add rule for system call bdflush() / -10002, ignoring: Numerical argument out of domain
Failed to add rule for system call break() / -10003, ignoring: Numerical argument out of domain
Failed to add rule for system call create_module() / 174, ignoring: Numerical argument out of domain
Failed to add rule for system call ftime() / -10013, ignoring: Numerical argument out of domain
Failed to add rule for system call get_kernel_syms() / 177, ignoring: Numerical argument out of domain
Failed to add rule for system call gtty() / -10022, ignoring: Numerical argument out of domain
Failed to add rule for system call idle() / -10023, ignoring: Numerical argument out of domain
Failed to add rule for system call lock() / -10027, ignoring: Numerical argument out of domain
Failed to add rule for system call mpx() / -10030, ignoring: Numerical argument out of domain
Failed to add rule for system call prof() / -10039, ignoring: Numerical argument out of domain
Failed to add rule for system call profil() / -10040, ignoring: Numerical argument out of domain
Failed to add rule for system call query_module() / 178, ignoring: Numerical argument out of domain
Failed to add rule for system call sgetmask() / -10053, ignoring: Numerical argument out of domain
Failed to add rule for system call ssetmask() / -10061, ignoring: Numerical argument out of domain
Failed to add rule for system call stime() / -10064, ignoring: Numerical argument out of domain
Failed to add rule for system call stty() / -10065, ignoring: Numerical argument out of domain
Failed to add rule for system call ulimit() / -10069, ignoring: Numerical argument out of domain
Failed to add rule for system call uselib() / 134, ignoring: Numerical argument out of domain
Failed to add rule for system call vserver() / 236, ignoring: Numerical argument out of domain
System call arc_gettls is not known, ignoring.
System call arc_settls is not known, ignoring.
System call arc_usr_cmpxchg is not known, ignoring.
Failed to add rule for system call atomic_barrier() / -10247, ignoring: Numerical argument out of domain
Failed to add rule for system call atomic_cmpxchg_32() / -10248, ignoring: Numerical argument out of domain
Failed to add rule for system call breakpoint() / -10182, ignoring: Numerical argument out of domain
Failed to add rule for system call cachectl() / -10103, ignoring: Numerical argument out of domain
Failed to add rule for system call clock_adjtime64() / -10212, ignoring: Numerical argument out of domain
Failed to add rule for system call clock_settime64() / -10216, ignoring: Numerical argument out of domain
System call dipc is not known, ignoring.
System call exec_with_loader is not known, ignoring.
System call execv is not known, ignoring.
System call file_getattr is not known, ignoring.
System call file_setattr is not known, ignoring.
Failed to add rule for system call get_tls() / -10204, ignoring: Numerical argument out of domain
System call getdomainname is not known, ignoring.
System call getdtablesize is not known, ignoring.
System call gethostname is not known, ignoring.
Failed to add rule for system call getpagesize() / -10249, ignoring: Numerical argument out of domain
System call getxgid is not known, ignoring.
System call getxpid is not known, ignoring.
System call getxuid is not known, ignoring.
System call kern_features is not known, ignoring.
System call llseek is not known, ignoring.
System call memory_ordering is not known, ignoring.
Failed to add rule for system call multiplexer() / -10186, ignoring: Numerical argument out of domain
System call old_adjtimex is not known, ignoring.
System call oldumount is not known, ignoring.
System call open_tree_attr is not known, ignoring.
System call or1k_atomic is not known, ignoring.
System call osf_fstat is not known, ignoring.
System call osf_fstatfs is not known, ignoring.
System call osf_fstatfs64 is not known, ignoring.
System call osf_getdirentries is not known, ignoring.
System call osf_getdomainname is not known, ignoring.
System call osf_getitimer is not known, ignoring.
System call osf_getrusage is not known, ignoring.
System call osf_getsysinfo is not known, ignoring.
System call osf_gettimeofday is not known, ignoring.
System call osf_lstat is not known, ignoring.
System call osf_mount is not known, ignoring.
System call osf_proplist_syscall is not known, ignoring.
System call osf_select is not known, ignoring.
System call osf_set_program_attributes is not known, ignoring.
System call osf_setitimer is not known, ignoring.
System call osf_setsysinfo is not known, ignoring.
System call osf_settimeofday is not known, ignoring.
System call osf_shmat is not known, ignoring.
System call osf_sigprocmask is not known, ignoring.
System call osf_sigstack is not known, ignoring.
System call osf_stat is not known, ignoring.
System call osf_statfs is not known, ignoring.
System call osf_statfs64 is not known, ignoring.
System call osf_swapon is not known, ignoring.
System call osf_syscall is not known, ignoring.
System call osf_sysinfo is not known, ignoring.
System call osf_usleep_thread is not known, ignoring.
System call osf_utimes is not known, ignoring.
System call osf_utsname is not known, ignoring.
System call osf_wait4 is not known, ignoring.
Failed to add rule for system call pciconfig_iobase() / -10086, ignoring: Numerical argument out of domain
Failed to add rule for system call pciconfig_read() / -10087, ignoring: Numerical argument out of domain
Failed to add rule for system call pciconfig_write() / -10088, ignoring: Numerical argument out of domain
System call perfctr is not known, ignoring.
Failed to add rule for system call rtas() / -10187, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_guarded_storage() / -10205, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_pci_mmio_read() / -10197, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_pci_mmio_write() / -10198, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_runtime_instr() / -10196, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_sthyi() / -10206, ignoring: Numerical argument out of domain
System call sched_get_affinity is not known, ignoring.
System call sched_set_affinity is not known, ignoring.
System call sethae is not known, ignoring.
System call setpgrp is not known, ignoring.
Failed to add rule for system call sgetmask() / -10053, ignoring: Numerical argument out of domain
Failed to add rule for system call spu_create() / -10188, ignoring: Numerical argument out of domain
Failed to add rule for system call spu_run() / -10189, ignoring: Numerical argument out of domain
Failed to add rule for system call ssetmask() / -10061, ignoring: Numerical argument out of domain
Failed to add rule for system call stime() / -10064, ignoring: Numerical argument out of domain
Failed to add rule for system call subpage_prot() / -10207, ignoring: Numerical argument out of domain
Failed to add rule for system call switch_endian() / -10191, ignoring: Numerical argument out of domain
Failed to add rule for system call sys_debug_setcontext() / -10191, ignoring: Numerical argument out of domain
Failed to add rule for system call syscall() / -10090, ignoring: Numerical argument out of domain
Failed to add rule for system call sysmips() / -10106, ignoring: Numerical argument out of domain
Failed to add rule for system call timerfd() / -10107, ignoring: Numerical argument out of domain
Failed to add rule for system call usr26() / -10184, ignoring: Numerical argument out of domain
Failed to add rule for system call usr32() / -10185, ignoring: Numerical argument out of domain
System call utrap_install is not known, ignoring.
Failed to add rule for system call vm86() / -10071, ignoring: Numerical argument out of domain
Failed to add rule for system call vm86old() / -10072, ignoring: Numerical argument out of domain
Applying allow list on architecture: x86-64
Failed to add rule for system call bdflush() / -10002, ignoring: Numerical argument out of domain
Failed to add rule for system call break() / -10003, ignoring: Numerical argument out of domain
Failed to add rule for system call ftime() / -10013, ignoring: Numerical argument out of domain
Failed to add rule for system call gtty() / -10022, ignoring: Numerical argument out of domain
Failed to add rule for system call idle() / -10023, ignoring: Numerical argument out of domain
Failed to add rule for system call lock() / -10027, ignoring: Numerical argument out of domain
Failed to add rule for system call mpx() / -10030, ignoring: Numerical argument out of domain
Failed to add rule for system call prof() / -10039, ignoring: Numerical argument out of domain
Failed to add rule for system call profil() / -10040, ignoring: Numerical argument out of domain
Failed to add rule for system call sgetmask() / -10053, ignoring: Numerical argument out of domain
Failed to add rule for system call ssetmask() / -10061, ignoring: Numerical argument out of domain
Failed to add rule for system call stime() / -10064, ignoring: Numerical argument out of domain
Failed to add rule for system call stty() / -10065, ignoring: Numerical argument out of domain
Failed to add rule for system call ulimit() / -10069, ignoring: Numerical argument out of domain
System call arc_gettls is not known, ignoring.
System call arc_settls is not known, ignoring.
System call arc_usr_cmpxchg is not known, ignoring.
Failed to add rule for system call atomic_barrier() / -10247, ignoring: Numerical argument out of domain
Failed to add rule for system call atomic_cmpxchg_32() / -10248, ignoring: Numerical argument out of domain
Failed to add rule for system call breakpoint() / -10182, ignoring: Numerical argument out of domain
Failed to add rule for system call cachectl() / -10103, ignoring: Numerical argument out of domain
Failed to add rule for system call clock_adjtime64() / -10212, ignoring: Numerical argument out of domain
Failed to add rule for system call clock_settime64() / -10216, ignoring: Numerical argument out of domain
System call dipc is not known, ignoring.
System call exec_with_loader is not known, ignoring.
System call execv is not known, ignoring.
System call file_getattr is not known, ignoring.
System call file_setattr is not known, ignoring.
Failed to add rule for system call get_tls() / -10204, ignoring: Numerical argument out of domain
System call getdomainname is not known, ignoring.
System call getdtablesize is not known, ignoring.
System call gethostname is not known, ignoring.
Failed to add rule for system call getpagesize() / -10249, ignoring: Numerical argument out of domain
System call getxgid is not known, ignoring.
System call getxpid is not known, ignoring.
System call getxuid is not known, ignoring.
System call kern_features is not known, ignoring.
System call llseek is not known, ignoring.
System call memory_ordering is not known, ignoring.
Failed to add rule for system call multiplexer() / -10186, ignoring: Numerical argument out of domain
System call old_adjtimex is not known, ignoring.
System call oldumount is not known, ignoring.
System call open_tree_attr is not known, ignoring.
System call or1k_atomic is not known, ignoring.
System call osf_fstat is not known, ignoring.
System call osf_fstatfs is not known, ignoring.
System call osf_fstatfs64 is not known, ignoring.
System call osf_getdirentries is not known, ignoring.
System call osf_getdomainname is not known, ignoring.
System call osf_getitimer is not known, ignoring.
System call osf_getrusage is not known, ignoring.
System call osf_getsysinfo is not known, ignoring.
System call osf_gettimeofday is not known, ignoring.
System call osf_lstat is not known, ignoring.
System call osf_mount is not known, ignoring.
System call osf_proplist_syscall is not known, ignoring.
System call osf_select is not known, ignoring.
System call osf_set_program_attributes is not known, ignoring.
System call osf_setitimer is not known, ignoring.
System call osf_setsysinfo is not known, ignoring.
System call osf_settimeofday is not known, ignoring.
System call osf_shmat is not known, ignoring.
System call osf_sigprocmask is not known, ignoring.
System call osf_sigstack is not known, ignoring.
System call osf_stat is not known, ignoring.
System call osf_statfs is not known, ignoring.
System call osf_statfs64 is not known, ignoring.
System call osf_swapon is not known, ignoring.
System call osf_syscall is not known, ignoring.
System call osf_sysinfo is not known, ignoring.
System call osf_usleep_thread is not known, ignoring.
System call osf_utimes is not known, ignoring.
System call osf_utsname is not known, ignoring.
System call osf_wait4 is not known, ignoring.
Failed to add rule for system call pciconfig_iobase() / -10086, ignoring: Numerical argument out of domain
Failed to add rule for system call pciconfig_read() / -10087, ignoring: Numerical argument out of domain
Failed to add rule for system call pciconfig_write() / -10088, ignoring: Numerical argument out of domain
System call perfctr is not known, ignoring.
Failed to add rule for system call rtas() / -10187, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_guarded_storage() / -10205, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_pci_mmio_read() / -10197, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_pci_mmio_write() / -10198, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_runtime_instr() / -10196, ignoring: Numerical argument out of domain
Failed to add rule for system call s390_sthyi() / -10206, ignoring: Numerical argument out of domain
System call sched_get_affinity is not known, ignoring.
System call sched_set_affinity is not known, ignoring.
System call sethae is not known, ignoring.
System call setpgrp is not known, ignoring.
Failed to add rule for system call sgetmask() / -10053, ignoring: Numerical argument out of domain
Failed to add rule for system call spu_create() / -10188, ignoring: Numerical argument out of domain
Failed to add rule for system call spu_run() / -10189, ignoring: Numerical argument out of domain
Failed to add rule for system call ssetmask() / -10061, ignoring: Numerical argument out of domain
Failed to add rule for system call stime() / -10064, ignoring: Numerical argument out of domain
Failed to add rule for system call subpage_prot() / -10207, ignoring: Numerical argument out of domain
Failed to add rule for system call switch_endian() / -10191, ignoring: Numerical argument out of domain
Failed to add rule for system call sys_debug_setcontext() / -10191, ignoring: Numerical argument out of domain
Failed to add rule for system call syscall() / -10090, ignoring: Numerical argument out of domain
Failed to add rule for system call sysmips() / -10106, ignoring: Numerical argument out of domain
Failed to add rule for system call timerfd() / -10107, ignoring: Numerical argument out of domain
Failed to add rule for system call usr26() / -10184, ignoring: Numerical argument out of domain
Failed to add rule for system call usr32() / -10185, ignoring: Numerical argument out of domain
System call utrap_install is not known, ignoring.
Failed to add rule for system call vm86() / -10071, ignoring: Numerical argument out of domain
Failed to add rule for system call vm86old() / -10072, ignoring: Numerical argument out of domain
Applying NETLINK_AUDIT mask on architecture: x86
Failed to add audit seccomp rule, ignoring: Invalid argument
Applying NETLINK_AUDIT mask on architecture: x32
Applying NETLINK_AUDIT mask on architecture: x86-64
Inner child finished, invoking payload.
Unable to get terminal background color: Operation not supported
Failed to determine terminal background color, not tinting.
As said, QEMU strace output starts after this, i.e. above seems to be container setup before the init system is invoked.
Steps to reproduce
E.g. on x86_64 host:
apt install debootstrap systemd-container qemu-user-static
systemctl restart systemd-binfmt
debootstrap --variant=minbase --include=systemd-sysv --arch=arm64 forky rootfs
# Autologin
mkdir -p rootfs/etc/systemd/system/console-getty.service.d
cat << '_EOF_' > rootfs/etc/systemd/system/console-getty.service.d/autologin.conf
[Service]
ExecStart=
ExecStart=-/sbin/agetty -a root -J -s console 115200,57600,38400,9600 $TERM
_EOF_
systemd-nspawn -D rootfs # optional arguments "-b" for booting, "-E QEMU_STRACE=1"