[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [Unikraft] Unable to run hello-world app on Xen on x86_64



Following is seen when run with strace

root@ubuntu:/home/ajay/unikraft/apps/helloworld# strace xl create -c helloworld.cfg

execve("/usr/sbin/xl", ["xl", "create", "-c", "helloworld.cfg"], [/* 17 vars */]) = 0
brk(NULL)                               = 0x55907a585000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30772, ...}) = 0
mmap(NULL, 30772, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f53ac230000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/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\0P\t\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53ac22f000
mmap(NULL, 3971488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f53abc49000
mprotect(0x7f53abe09000, 2097152, PROT_NONE) = 0
mmap(0x7f53ac009000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c0000) = 0x7f53ac009000
mmap(0x7f53ac00f000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f53ac00f000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53ac22e000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f53ac22d000
arch_prctl(ARCH_SET_FS, 0x7f53ac22e700) = 0
mprotect(0x7f53ac009000, 16384, PROT_READ) = 0
mprotect(0x55907a474000, 8192, PROT_READ) = 0
mprotect(0x7f53ac238000, 4096, PROT_READ) = 0
munmap(0x7f53ac230000, 30772)           = 0
getuid()                                = 0
getgid()                                = 0
getpid()                                = 4605
rt_sigaction(SIGCHLD, {0x55907a268540, ~[RTMIN RT_1], SA_RESTORER, 0x7f53abc7e4b0}, NULL, 8) = 0
geteuid()                               = 0
brk(NULL)                               = 0x55907a585000
brk(0x55907a5a6000)                     = 0x55907a5a6000
getppid()                               = 4603
stat("/home/ajay/unikraft/apps/helloworld", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("/usr/sbin/xl", O_RDONLY)          = 3
fcntl(3, F_DUPFD, 10)                   = 10
close(3)                                = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
geteuid()                               = 0
getegid()                               = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x55907a268540, ~[RTMIN RT_1], SA_RESTORER, 0x7f53abc7e4b0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f53abc7e4b0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f53abc7e4b0}, NULL, 8) = 0
read(10, "#!/bin/sh -e\n\nCOMMAND=\"$(basenam"..., 8192) = 314
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f53ac22e9d0) = 4606
close(4)                                = 0
read(3, "xl\n", 128)                    = 3
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4606
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=4606, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 4606
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f53ac22e9d0) = 4607
close(4)                                = 0
read(3, "/usr/lib/xen-4.6/bin/xl\n", 128) = 24
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=4607, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 24
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4607
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f53ac22e9d0) = 4615
close(4)                                = 0
read(3, "xl\n", 128)                    = 3
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4615
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=4615, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
rt_sigreturn({mask=[]})                 = 4615
execve("/usr/lib/xen-4.6/bin/xl", ["/usr/lib/xen-4.6/bin/xl", "create", "-c", "helloworld.cfg"], [/* 17 vars */]) = 0
brk(NULL)                               = 0x1659000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
readlink("/proc/self/exe", "/usr/lib/xen-4.6/bin/xl", 4096) = 23
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/tls/x86_64/libxlutil-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xen-4.6/bin/../lib/tls/x86_64", 0x7ffc8caeb930) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/tls/libxlutil-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xen-4.6/bin/../lib/tls", 0x7ffc8caeb930) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/x86_64/libxlutil-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xen-4.6/bin/../lib/x86_64", 0x7ffc8caeb930) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/libxlutil-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/xen-4.6/bin/../lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30772, ...}) = 0
mmap(NULL, 30772, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff5c75e8000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxlutil-4.6.so", 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\360'\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=63840, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e7000
mmap(NULL, 2158904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c71bb000
mprotect(0x7ff5c71ca000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c73c9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7ff5c73c9000
close(3)                                = 0
open("/usr/lib/xen-4.6/bin/../lib/libxenlight-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxenlight-4.6.so", 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\3406\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=584368, ...}) = 0
mmap(NULL, 2679776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c6f2c000
mprotect(0x7ff5c6fb8000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c71b7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8b000) = 0x7ff5c71b7000
close(3)                                = 0
open("/usr/lib/xen-4.6/bin/../lib/libxenctrl-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxenctrl-4.6.so", 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 p\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=191552, ...}) = 0
mmap(NULL, 2286776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c6cfd000
mprotect(0x7ff5c6d2b000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c6f2a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7ff5c6f2a000
close(3)                                = 0
open("/usr/lib/xen-4.6/bin/../lib/libyajl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libyajl.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\22\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=43200, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e6000
mmap(NULL, 2138328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c6af2000
mprotect(0x7ff5c6afb000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c6cfa000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7ff5c6cfa000
close(3)                                = 0
open("/usr/lib/xen-4.6/bin/../lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260`\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=138696, ...}) = 0
mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c68d5000
mprotect(0x7ff5c68ed000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c6aec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ff5c6aec000
mmap(0x7ff5c6aee000, 13352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff5c6aee000
close(3)                                = 0
open("/usr/lib/xen-4.6/bin/../lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/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\0P\t\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1868984, ...}) = 0
mmap(NULL, 3971488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c650b000
mprotect(0x7ff5c66cb000, 2097152, PROT_NONE) = 0
mmap(0x7ff5c68cb000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c0000) = 0x7ff5c68cb000
mmap(0x7ff5c68d1000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff5c68d1000
close(3)                                = 0
open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libxenguest-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffc8caeb5c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/tls/libxenguest-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffc8caeb5c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/x86_64/libxenguest-4.6.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffc8caeb5c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxenguest-4.6.so", 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\360Q\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=167584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e5000
mmap(NULL, 2262688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c62e2000
mprotect(0x7ff5c630a000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c6509000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7ff5c6509000
close(3)                                = 0
open("/usr/lib/x86_64-linux-gnu/libxenstore.so.3.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\37\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=27088, ...}) = 0
mmap(NULL, 2134472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c60d8000
mprotect(0x7ff5c60de000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c62dd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7ff5c62dd000
mmap(0x7ff5c62df000, 8648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff5c62df000
close(3)                                = 0
open("/usr/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10656, ...}) = 0
mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c5ed5000
mprotect(0x7ff5c5ed7000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c60d6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ff5c60d6000
close(3)                                = 0
open("/usr/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\25\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18976, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e4000
mmap(NULL, 2113904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c5cd0000
mprotect(0x7ff5c5cd4000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c5ed3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ff5c5ed3000
close(3)                                = 0
open("/usr/lib/xen-4.6/bin/../lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.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\240\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14608, ...}) = 0
mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c5acc000
mprotect(0x7ff5c5acf000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c5cce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff5c5cce000
close(3)                                = 0
open("/usr/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320 \0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=137400, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e3000
mmap(NULL, 2232456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c58aa000
mprotect(0x7ff5c58cb000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c5aca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7ff5c5aca000
close(3)                                = 0
open("/usr/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-4.6/bin/../lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000$\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=121928, ...}) = 0
mmap(NULL, 2208144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff5c568e000
mprotect(0x7ff5c56a9000, 2093056, PROT_NONE) = 0
mmap(0x7ff5c58a8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7ff5c58a8000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e2000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c75e0000
arch_prctl(ARCH_SET_FS, 0x7ff5c75e0780) = 0
mprotect(0x7ff5c68cb000, 16384, PROT_READ) = 0
mprotect(0x7ff5c58a8000, 4096, PROT_READ) = 0
mprotect(0x7ff5c5cce000, 4096, PROT_READ) = 0
mprotect(0x7ff5c5aca000, 4096, PROT_READ) = 0
mprotect(0x7ff5c5ed3000, 4096, PROT_READ) = 0
mprotect(0x7ff5c60d6000, 4096, PROT_READ) = 0
mprotect(0x7ff5c6aec000, 4096, PROT_READ) = 0
mprotect(0x7ff5c62dd000, 4096, PROT_READ) = 0
mprotect(0x7ff5c6f2a000, 4096, PROT_READ) = 0
mprotect(0x7ff5c6509000, 4096, PROT_READ) = 0
mprotect(0x7ff5c6cfa000, 8192, PROT_READ) = 0
mprotect(0x7ff5c71b7000, 4096, PROT_READ) = 0
mprotect(0x7ff5c73c9000, 4096, PROT_READ) = 0
mprotect(0x62a000, 4096, PROT_READ)     = 0
mprotect(0x7ff5c75f0000, 4096, PROT_READ) = 0
munmap(0x7ff5c75e8000, 30772)           = 0
set_tid_address(0x7ff5c75e0a50)         = 4605
set_robust_list(0x7ff5c75e0a60, 24)     = 0
rt_sigaction(SIGRTMIN, {0x7ff5c68dab50, [], SA_RESTORER|SA_SIGINFO, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7ff5c68dabe0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(NULL)                               = 0x1659000
brk(0x167a000)                          = 0x167a000
pipe([3, 4])                            = 0
fcntl(3, F_GETFL)                       = 0 (flags O_RDONLY)
fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
fcntl(4, F_GETFL)                       = 0x1 (flags O_WRONLY)
fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK)  = 0
open("/proc/xen/privcmd", O_RDWR)       = 5
fcntl(5, F_GETFD)                       = 0
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
socket(PF_LOCAL, SOCK_STREAM, 0)        = 6
fcntl(6, F_GETFD)                       = 0
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/xenstored/socket"}, 110) = 0
open("/etc/xen/xl.conf", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1303, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=1303, ...}) = 0
read(7, "## Global XL config file ##\n\n# C"..., 4096) = 1303
close(7)                                = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 262150
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75ef000
madvise(0x7ff5c75ef000, 4096, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 4096
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caebc90) = 0
open("helloworld.cfg", O_RDONLY)        = 7
fstat(7, {st_mode=S_IFREG|0664, st_size=123, ...}) = 0
fstat(7, {st_mode=S_IFREG|0664, st_size=123, ...}) = 0
read(7, " name          = 'helloworld'\n v"..., 4096) = 123
close(7)                                = 0
write(2, "Parsing config from helloworld.c"..., 35Parsing config from helloworld.cfg
) = 35
stat("/dev/random", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 8), ...}) = 0
open("/dev/urandom", O_RDONLY|O_CLOEXEC) = 7
fcntl(7, F_GETFD)                       = 0x1 (flags FD_CLOEXEC)
fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
getuid()                                = 0
getppid()                               = 4603
read(7, "\253\302\21\234Xz\351+uj~\36\351\352r`", 16) = 16
close(7)                                = 0
gettid()                                = 4605
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb730) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb7b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb7b0) = 0
open("/var/lock/xl", O_WRONLY|O_CREAT, 0200) = 7
fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
fcntl(7, F_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
access("/usr/bin/qemu-system-i386", X_OK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb890) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb910) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb910) = 0
pipe([8, 9])                            = 0
fcntl(8, F_GETFL)                       = 0 (flags O_RDONLY)
fcntl(8, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
fcntl(9, F_GETFL)                       = 0x1 (flags O_WRONLY)
fcntl(9, F_SETFL, O_WRONLY|O_NONBLOCK)  = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], 0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/pool/0/name\0", 19)    = 19
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb800) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb7e0) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/5\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
read(6, "1\0", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\1\0\0\0\20\0\0\0", 16) = 16
write(6, "/local/domain/5\0", 16)       = 16
read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\20\0\0\0", 16) = 16
write(6, "/local/domain/5\0", 16)       = 16
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\26\0\0\0", 16) = 16
write(6, "/local/domain/5\0", 16)       = 16
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\1\0\0\0)\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 41) = 41
read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0)\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 41) = 41
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0/\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 41) = 41
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\1\0\0\0\t\0\0\0", 16) = 16
write(6, "/libxl/5\0", 9)               = 9
read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\t\0\0\0", 16) = 16
write(6, "/libxl/5\0", 9)               = 9
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\f\0\0\0", 16) = 16
write(6, "/libxl/5\0", 9)               = 9
write(6, "n0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\20\0\0\0", 16) = 16
write(6, "/libxl/5/device\0", 16)       = 16
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\23\0\0\0", 16) = 16
write(6, "/libxl/5/device\0", 16)       = 16
write(6, "n0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0;\0\0\0", 16) = 16
write(6, "/local/domain/5/vm\0", 19)    = 19
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 40) = 40
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/5\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/5\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/5/image/device-mod"..., 41) = 41
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
mmap(NULL, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75c7000
madvise(0x7ff5c75c7000, 102400, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8cad35d0) = 0
madvise(0x7ff5c75c7000, 102400, MADV_DOFORK) = 0
munmap(0x7ff5c75c7000, 102400)          = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75ed000
madvise(0x7ff5c75ed000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8cad25d0) = -1 ENOSYS (Function not implemented)
madvise(0x7ff5c75ed000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75ed000, 8192)            = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75ed000
madvise(0x7ff5c75ed000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8cad25d0) = -1 ENOSYS (Function not implemented)
madvise(0x7ff5c75ed000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75ed000, 8192)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
write(6, "/local/domain/0/name\0", 21)  = 21
read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0", 16) = 16
read(6, "Domain-0", 8)                  = 8
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
write(6, "/local/domain/5/name\0", 21)  = 21
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0\37\0\0\0", 16) = 16
write(6, "/local/domain/5/name\0", 21)  = 21
write(6, "helloworld", 10)              = 10
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75ee000
madvise(0x7ff5c75ee000, 4096, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5f0) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75ec000
madvise(0x7ff5c75ec000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea5f0) = -1 ENOSYS (Function not implemented)
madvise(0x7ff5c75ec000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75ec000, 8192)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0008\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 46) = 46
write(6, "helloworld", 10)              = 10
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\24\0\0\0", 16) = 16
write(6, "/local/domain/5/cpu\0", 20)   = 20
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\32\0\0\0", 16) = 16
write(6, "/local/domain/5/cpu\0", 20)   = 20
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\27\0\0\0", 16) = 16
write(6, "/local/domain/5/memory\0", 23) = 23
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\35\0\0\0", 16) = 16
write(6, "/local/domain/5/memory\0", 23) = 23
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\27\0\0\0", 16) = 16
write(6, "/local/domain/5/device\0", 23) = 23
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\35\0\0\0", 16) = 16
write(6, "/local/domain/5/device\0", 23) = 23
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/5/control\0", 24) = 24
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\36\0\0\0", 16) = 16
write(6, "/local/domain/5/control\0", 24) = 24
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0!\0\0\0", 16) = 16
write(6, "/local/domain/5/control/shutdown"..., 33) = 33
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/5/control/shutdown"..., 33) = 33
write(6, "n5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0-\0\0\0", 16) = 16
write(6, "/local/domain/5/device/suspend/e"..., 45) = 45
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0000\0\0\0", 16) = 16
write(6, "/local/domain/5/device/suspend/e"..., 45) = 45
write(6, "n5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\25\0\0\0", 16) = 16
write(6, "/local/domain/5/data\0", 21)  = 21
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/5/data\0", 21)  = 21
write(6, "n5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
mmap(NULL, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75c7000
madvise(0x7ff5c75c7000, 102400, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8cad3730) = 0
madvise(0x7ff5c75c7000, 102400, MADV_DOFORK) = 0
munmap(0x7ff5c75c7000, 102400)          = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/5\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\27\0\0\0", 16) = 16
write(6, "/local/domain/5/target\0", 23) = 23
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0R\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 46) = 46
write(6, "089886d4-2b18-47a2-8e78-b8aad32a"..., 36) = 36
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0008\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 46) = 46
write(6, "helloworld", 10)              = 10
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0A\0\0\0", 16) = 16
write(6, "/local/domain/5/control/platform"..., 64) = 64
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0;\0\0\0", 16) = 16
write(6, "/local/domain/5/control/platform"..., 58) = 58
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
read(6, "\7\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6e0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb610) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb610) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5f0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5f0) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/pool/0/name\0", 19)    = 19
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75ed000
madvise(0x7ff5c75ed000, 4096, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb650) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb650) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5d0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6e0) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
write(6, "/tool/xenstored/domid\0", 22) = 22
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
write(6, "/tool/xenconsoled/domid\0", 24) = 24
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb750) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb750) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb660) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb660) = 0
open("./build/helloworld_xen-x86_64", O_RDONLY) = 10
lseek(10, 0, SEEK_SET)                  = 0
lseek(10, 0, SEEK_END)                  = 79896
mmap(NULL, 79896, PROT_READ, MAP_SHARED, 10, 0) = 0x7ff5c75cc000
close(10)                               = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb810) = 262150
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb810) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea800) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea6f0) = 0
mmap(NULL, 208896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff5c7599000
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea6c0) = 50
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea6f0) = 0
mmap(NULL, 372736, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c753e000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb630) = 0
mmap(NULL, 204800, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c750c000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb610) = 0
mmap(NULL, 20480, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c75e8000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb630) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c750a000
madvise(0x7ff5c750a000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5b0) = 0
mmap(NULL, 4096, PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c7509000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb510) = 0
munmap(0x7ff5c7509000, 4096)            = 0
mmap(NULL, 4096, PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c7509000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb510) = 0
munmap(0x7ff5c7509000, 4096)            = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c7509000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb4a0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb720) = 0
munmap(0x7ff5c75e8000, 20480)           = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5f0) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c75ec000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb540) = 0
munmap(0x7ff5c75ec000, 4096)            = 0
munmap(0x7ff5c7509000, 4096)            = 0
munmap(0x7ff5c750c000, 204800)          = 0
munmap(0x7ff5c753e000, 372736)          = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75eb000
madvise(0x7ff5c75eb000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb5c0) = 0
madvise(0x7ff5c75eb000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75eb000, 8192)            = 0
madvise(0x7ff5c750a000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c750a000, 8192)            = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb780) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7ff5c75ec000
ioctl(5, _IOC(0, 0x50, 0x04, 0x20), 0x7ffc8caeb6a0) = 0
munmap(0x7ff5c75ec000, 4096)            = 0
munmap(0x7ff5c7599000, 208896)          = 0
munmap(0x7ff5c75cc000, 79896)           = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb520) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb520) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/pool/0/name\0", 19)    = 19
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb610) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb670) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb670) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb740) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4b0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb620) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb6b0) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/5\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/domain/5/vm\0", 19)    = 19
read(6, "\2\0\0\0\0\0\0\0\0\0\0\0(\0\0\0", 16) = 16
read(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 40) = 40
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
read(6, "2\0", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0(\0\0\0", 16) = 16
write(6, "/local/domain/5/memory/static-ma"..., 34) = 34
write(6, "102400", 6)                   = 6
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/5/memory/target\0", 30) = 30
write(6, "102400", 6)                   = 6
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0!\0\0\0", 16) = 16
write(6, "/local/domain/5/memory/videoram\0", 32) = 32
write(6, "0", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0\27\0\0\0", 16) = 16
write(6, "/local/domain/5/domid\0", 22) = 22
write(6, "5", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0\34\0\0\0", 16) = 16
write(6, "/local/domain/5/store/port\0", 27) = 27
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/5/store/ring-ref\0", 31) = 31
write(6, "49806", 5)                    = 5
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/5/cpu/0/availabili"..., 35) = 35
write(6, "online", 6)                   = 6
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0;\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 54) = 54
write(6, "linux", 5)                    = 5
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0S\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 54) = 54
write(6, "./build/helloworld_xen-x86_64", 29) = 29
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0A\0\0\0", 16) = 16
write(6, "/vm/089886d4-2b18-47a2-8e78-b8aa"..., 52) = 52
write(6, "1522724864.71", 13)           = 13
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\2\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
read(6, "\7\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\10\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
write(6, "49806\0", 6)                  = 6
write(6, "1\0", 2)                      = 2
read(6, "\10\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0", 16) = 16
write(6, "/libxl/5/dm-version\0", 20)   = 20
write(6, "qemu_xen", 8)                 = 8
read(6, "\v\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "5\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/5\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/0\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
read(6, "3\0", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\3\0\0\0\32\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0\0", 26) = 26
read(6, "\20\0\0\0\0\0\0\0\3\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0:\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0/fronte"..., 35) = 35
write(6, "/local/domain/5/console", 23) = 23
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0E\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0/backen"..., 34) = 34
write(6, "/local/domain/0/backend/console/"..., 35) = 35
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\3\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/5/console\0", 24) = 24
read(6, "\r\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\3\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/5/console\0", 24) = 24
read(6, "\f\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0\36\0\0\0", 16) = 16
write(6, "/local/domain/5/console\0", 24) = 24
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0C\0\0\0", 16) = 16
write(6, "/local/domain/5/console/backend\0", 32) = 32
write(6, "/local/domain/0/backend/console/"..., 35) = 35
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/5/console/backend-"..., 35) = 35
write(6, "0", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/5/console/backend-"..., 35) = 35
write(6, "n5\0", 3)                     = 3
write(6, "r0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/5/console/limit\0", 30) = 30
write(6, "1048576", 7)                  = 7
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/5/console/limit\0", 30) = 30
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0(\0\0\0", 16) = 16
write(6, "/local/domain/5/console/type\0", 29) = 29
write(6, "xenconsoled", 11)             = 11
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/5/console/type\0", 29) = 29
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0\"\0\0\0", 16) = 16
write(6, "/local/domain/5/console/output\0", 31) = 31
write(6, "pty", 3)                      = 3
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/5/console/output\0", 31) = 31
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0\34\0\0\0", 16) = 16
write(6, "/local/domain/5/console/tty\0", 28) = 28
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0\"\0\0\0", 16) = 16
write(6, "/local/domain/5/console/tty\0", 28) = 28
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0\36\0\0\0", 16) = 16
write(6, "/local/domain/5/console/port\0", 29) = 29
write(6, "2", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/5/console/port\0", 29) = 29
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/5/console/ring-ref"..., 33) = 33
write(6, "49807", 5)                    = 5
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0'\0\0\0", 16) = 16
write(6, "/local/domain/5/console/ring-ref"..., 33) = 33
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\3\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 36) = 36
read(6, "\20\0\0\0\0\0\0\0\3\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\3\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 36) = 36
read(6, "\f\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 36) = 36
write(6, "n0\0", 3)                     = 3
write(6, "r5\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0D\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 45) = 45
write(6, "/local/domain/5/console", 23) = 23
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0001\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 48) = 48
write(6, "5", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0,\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 43) = 43
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0+\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 42) = 42
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0002\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 45) = 45
write(6, "vt100", 5)                    = 5
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0'\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0/fronte"..., 38) = 38
write(6, "5", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0\"\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0/online"..., 33) = 33
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0!\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0/state\0", 32) = 32
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0(\0\0\0", 16) = 16
write(6, "/libxl/5/device/console/0/protoc"..., 35) = 35
write(6, "vt100", 5)                    = 5
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7ff5c68e6390}, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\3\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
read(6, "\7\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7ff5c68e6390}, NULL, 8) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb400) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75eb000
madvise(0x7ff5c75eb000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea400) = -1 ENOSYS (Function not implemented)
madvise(0x7ff5c75eb000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75eb000, 8192)            = 0
open("/var/lib/xen/userdata-l.5.089886d4-2b18-47a2-8e78-b8aad32a6db8.domain-userdata-lock", O_RDWR|O_CREAT, 0666) = 10
fcntl(10, F_GETFD)                      = 0
fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
flock(10, LOCK_EX)                      = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/var/lib/xen/userdata-l.5.089886d4-2b18-47a2-8e78-b8aad32a6db8.domain-userdata-lock", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb4c0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb510) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75eb000
madvise(0x7ff5c75eb000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea510) = -1 ENOSYS (Function not implemented)
madvise(0x7ff5c75eb000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75eb000, 8192)            = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb510) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7ff5c75eb000
madvise(0x7ff5c75eb000, 8192, MADV_DONTFORK) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caea510) = -1 ENOSYS (Function not implemented)
madvise(0x7ff5c75eb000, 8192, MADV_DOFORK) = 0
munmap(0x7ff5c75eb000, 8192)            = 0
open("/var/lib/xen/userdata-n.5.089886d4-2b18-47a2-8e78-b8aad32a6db8.libxl-json", O_RDWR|O_CREAT|O_TRUNC, 0600) = 11
write(11, "{\n    \"c_info\": {\n        \"type\""..., 914) = 914
close(11)                               = 0
rename("/var/lib/xen/userdata-n.5.089886d4-2b18-47a2-8e78-b8aad32a6db8.libxl-json", "/var/lib/xen/userdata-d.5.089886d4-2b18-47a2-8e78-b8aad32a6db8.libxl-json") = 0
unlink("/var/lib/xen/userdata-l.5.089886d4-2b18-47a2-8e78-b8aad32a6db8.domain-userdata-lock") = 0
close(10)                               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff5c75e0a50) = 4617
fcntl(7, F_SETLKW, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
close(7)                                = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb8a0) = 0
ioctl(5, _IOC(0, 0x50, 0x00, 0x30), 0x7ffc8caeb990) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff5c75e0a50) = 4619
wait4(4619, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4619
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=4619, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
wait4(4617, libxl: error: libxl_dom.c:37:libxl__domain_type: unable to get domain type for domid=5
xl: unable to exec console client: No such file or directory
[{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4617
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=4617, si_uid=0, si_status=1, si_utime=0, si_stime=0} ---
write(2, "libxl: ", 7libxl: )                  = 7
write(2, "error: ", 7error: )                  = 7
write(2, "libxl_exec.c:118:libxl_report_ch"..., 95libxl_exec.c:118:libxl_report_child_exitstatus: console child [4617] exited with error status 1) = 95
write(2, "\n", 1
)                       = 1
close(5)                                = 0
madvise(0x7ff5c75ee000, 4096, MADV_DOFORK) = 0
munmap(0x7ff5c75ee000, 4096)            = 0
madvise(0x7ff5c75ef000, 4096, MADV_DOFORK) = 0
munmap(0x7ff5c75ef000, 4096)            = 0
madvise(0x7ff5c75ed000, 4096, MADV_DOFORK) = 0
munmap(0x7ff5c75ed000, 4096)            = 0
close(6)                                = 0
close(3)                                = 0
close(4)                                = 0
close(8)                                = 0
close(9)                                = 0
exit_group(0)                           = ?
+++ exited with 0 +++


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.