Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.55 KB | None | 0 0
  1.  
  2. root@host:/etc/xen# strace xl create -c /etc/xen/guest.cfg
  3. execve("/usr/sbin/xl", ["xl", "create", "-c", "/etc/xen/guest.cfg"], [/* 20 vars */]) = 0
  4. brk(0) = 0x7f6293fba000
  5. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  6. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f629381e000
  7. access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
  8. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  9. fstat(3, {st_mode=S_IFREG|0644, st_size=52381, ...}) = 0
  10. mmap(NULL, 52381, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6293808000
  11. close(3) = 0
  12. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  13. open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  14. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P \2\0\0\0\0\0"..., 832) = 832
  15. fstat(3, {st_mode=S_IFREG|0755, st_size=1853216, ...}) = 0
  16. mmap(NULL, 3961536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6293230000
  17. mprotect(0x7f62933ee000, 2093056, PROT_NONE) = 0
  18. mmap(0x7f62935ed000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bd000) = 0x7f62935ed000
  19. mmap(0x7f62935f3000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f62935f3000
  20. close(3) = 0
  21. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f629381d000
  22. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6293818000
  23. arch_prctl(ARCH_SET_FS, 0x7f6293818740) = 0
  24. mprotect(0x7f62935ed000, 16384, PROT_READ) = 0
  25. mprotect(0x7f6293a3b000, 8192, PROT_READ) = 0
  26. mprotect(0x7f629381a000, 4096, PROT_READ) = 0
  27. munmap(0x7f6293808000, 52381) = 0
  28. getpid() = 7012
  29. rt_sigaction(SIGCHLD, {0x7f6293832460, ~[RTMIN RT_1], SA_RESTORER, 0x7f6293266cb0}, NULL, 8) = 0
  30. geteuid() = 0
  31. brk(0) = 0x7f6293fba000
  32. brk(0x7f6293fdb000) = 0x7f6293fdb000
  33. getppid() = 7009
  34. stat("/etc/xen", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  35. stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  36. open("/usr/sbin/xl", O_RDONLY) = 3
  37. fcntl(3, F_DUPFD, 10) = 10
  38. close(3) = 0
  39. fcntl(10, F_SETFD, FD_CLOEXEC) = 0
  40. rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
  41. rt_sigaction(SIGINT, {0x7f6293832460, ~[RTMIN RT_1], SA_RESTORER, 0x7f6293266cb0}, NULL, 8) = 0
  42. rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
  43. rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f6293266cb0}, NULL, 8) = 0
  44. rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
  45. rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f6293266cb0}, NULL, 8) = 0
  46. read(10, "#!/bin/sh -e\n\nCOMMAND=\"$(basenam"..., 8192) = 314
  47. pipe([3, 4]) = 0
  48. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6293818a10) = 7013
  49. close(4) = 0
  50. read(3, "xl\n", 128) = 3
  51. read(3, "", 128) = 0
  52. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7013, si_status=0, si_utime=0, si_stime=0} ---
  53. rt_sigreturn() = 0
  54. close(3) = 0
  55. wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7013
  56. pipe([3, 4]) = 0
  57. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6293818a10) = 7014
  58. close(4) = 0
  59. read(3, "/usr/lib/xen-4.4/bin/xl\n", 128) = 24
  60. read(3, "", 128) = 0
  61. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7014, si_status=0, si_utime=0, si_stime=0} ---
  62. rt_sigreturn() = 0
  63. close(3) = 0
  64. wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7014
  65. pipe([3, 4]) = 0
  66. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f6293818a10) = 7021
  67. close(4) = 0
  68. read(3, "xl\n", 128) = 3
  69. read(3, "", 128) = 0
  70. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7021, si_status=0, si_utime=0, si_stime=0} ---
  71. rt_sigreturn() = 0
  72. close(3) = 0
  73. wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7021
  74. execve("/usr/lib/xen-4.4/bin/xl", ["/usr/lib/xen-4.4/bin/xl", "create", "-c", "/etc/xen/guest.cfg"], [/* 20 vars */]) = 0
  75. brk(0) = 0x1557000
  76. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  77. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2e0000
  78. readlink("/proc/self/exe", "/usr/lib/xen-4.4/bin/xl", 4096) = 23
  79. access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
  80. open("/usr/lib/xen-4.4/bin/../lib/tls/x86_64/libxlutil-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  81. stat("/usr/lib/xen-4.4/bin/../lib/tls/x86_64", 0x7ffffdde4f20) = -1 ENOENT (No such file or directory)
  82. open("/usr/lib/xen-4.4/bin/../lib/tls/libxlutil-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  83. stat("/usr/lib/xen-4.4/bin/../lib/tls", 0x7ffffdde4f20) = -1 ENOENT (No such file or directory)
  84. open("/usr/lib/xen-4.4/bin/../lib/x86_64/libxlutil-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  85. stat("/usr/lib/xen-4.4/bin/../lib/x86_64", 0x7ffffdde4f20) = -1 ENOENT (No such file or directory)
  86. open("/usr/lib/xen-4.4/bin/../lib/libxlutil-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  87. stat("/usr/lib/xen-4.4/bin/../lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  88. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  89. fstat(3, {st_mode=S_IFREG|0644, st_size=52381, ...}) = 0
  90. mmap(NULL, 52381, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8c3b2d0000
  91. close(3) = 0
  92. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  93. open("/usr/lib/libxlutil-4.4.so", O_RDONLY|O_CLOEXEC) = 3
  94. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P-\0\0\0\0\0\0"..., 832) = 832
  95. fstat(3, {st_mode=S_IFREG|0644, st_size=64136, ...}) = 0
  96. mmap(NULL, 2159296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c3aeb0000
  97. mprotect(0x7f8c3aebe000, 2097152, PROT_NONE) = 0
  98. mmap(0x7f8c3b0be000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f8c3b0be000
  99. close(3) = 0
  100. open("/usr/lib/xen-4.4/bin/../lib/libxenlight-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  101. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  102. open("/usr/lib/libxenlight-4.4.so", O_RDONLY|O_CLOEXEC) = 3
  103. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\376\0\0\0\0\0\0"..., 832) = 832
  104. fstat(3, {st_mode=S_IFREG|0644, st_size=408704, ...}) = 0
  105. mmap(NULL, 2504264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c3ac48000
  106. mprotect(0x7f8c3aca9000, 2093056, PROT_NONE) = 0
  107. mmap(0x7f8c3aea8000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x60000) = 0x7f8c3aea8000
  108. close(3) = 0
  109. open("/usr/lib/xen-4.4/bin/../lib/libxenctrl-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  110. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  111. open("/usr/lib/libxenctrl-4.4.so", O_RDONLY|O_CLOEXEC) = 3
  112. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0p\0\0\0\0\0\0"..., 832) = 832
  113. fstat(3, {st_mode=S_IFREG|0644, st_size=159328, ...}) = 0
  114. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2df000
  115. mmap(NULL, 2254632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c3aa20000
  116. mprotect(0x7f8c3aa46000, 2093056, PROT_NONE) = 0
  117. mmap(0x7f8c3ac45000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f8c3ac45000
  118. close(3) = 0
  119. open("/usr/lib/xen-4.4/bin/../lib/libyajl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  120. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  121. open("/usr/lib/x86_64-linux-gnu/libyajl.so.2", O_RDONLY|O_CLOEXEC) = 3
  122. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\21\0\0\0\0\0\0"..., 832) = 832
  123. fstat(3, {st_mode=S_IFREG|0644, st_size=35000, ...}) = 0
  124. mmap(NULL, 2130128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c3a810000
  125. mprotect(0x7f8c3a818000, 2093056, PROT_NONE) = 0
  126. mmap(0x7f8c3aa17000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f8c3aa17000
  127. close(3) = 0
  128. open("/usr/lib/xen-4.4/bin/../lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  129. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  130. open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
  131. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0po\0\0\0\0\0\0"..., 832) = 832
  132. fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0
  133. mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c3a5f0000
  134. mprotect(0x7f8c3a609000, 2093056, PROT_NONE) = 0
  135. mmap(0x7f8c3a808000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f8c3a808000
  136. mmap(0x7f8c3a80a000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8c3a80a000
  137. close(3) = 0
  138. open("/usr/lib/xen-4.4/bin/../lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  139. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  140. open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  141. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P \2\0\0\0\0\0"..., 832) = 832
  142. fstat(3, {st_mode=S_IFREG|0755, st_size=1853216, ...}) = 0
  143. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2de000
  144. mmap(NULL, 3961536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c3a228000
  145. mprotect(0x7f8c3a3e6000, 2093056, PROT_NONE) = 0
  146. mmap(0x7f8c3a5e5000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bd000) = 0x7f8c3a5e5000
  147. mmap(0x7f8c3a5eb000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8c3a5eb000
  148. close(3) = 0
  149. open("/usr/lib/tls/x86_64/libxenguest-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  150. stat("/usr/lib/tls/x86_64", 0x7ffffdde4bc0) = -1 ENOENT (No such file or directory)
  151. open("/usr/lib/tls/libxenguest-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  152. stat("/usr/lib/tls", 0x7ffffdde4bc0) = -1 ENOENT (No such file or directory)
  153. open("/usr/lib/x86_64/libxenguest-4.4.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  154. stat("/usr/lib/x86_64", 0x7ffffdde4bc0) = -1 ENOENT (No such file or directory)
  155. open("/usr/lib/libxenguest-4.4.so", O_RDONLY|O_CLOEXEC) = 3
  156. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\\\0\0\0\0\0\0"..., 832) = 832
  157. fstat(3, {st_mode=S_IFREG|0644, st_size=176256, ...}) = 0
  158. mmap(NULL, 2271456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c39ff8000
  159. mprotect(0x7f8c3a022000, 2093056, PROT_NONE) = 0
  160. mmap(0x7f8c3a221000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f8c3a221000
  161. close(3) = 0
  162. open("/usr/lib/libxenstore.so.3.0", O_RDONLY|O_CLOEXEC) = 3
  163. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200!\0\0\0\0\0\0"..., 832) = 832
  164. fstat(3, {st_mode=S_IFREG|0644, st_size=27136, ...}) = 0
  165. mmap(NULL, 2134632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c39de8000
  166. mprotect(0x7f8c39dee000, 2093056, PROT_NONE) = 0
  167. mmap(0x7f8c39fed000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f8c39fed000
  168. mmap(0x7f8c39fef000, 8808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8c39fef000
  169. close(3) = 0
  170. open("/usr/lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  171. open("/usr/lib/xen-4.4/bin/../lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  172. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  173. open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
  174. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"..., 832) = 832
  175. fstat(3, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0
  176. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2dd000
  177. mmap(NULL, 2105624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c39be0000
  178. mprotect(0x7f8c39be2000, 2093056, PROT_NONE) = 0
  179. mmap(0x7f8c39de1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f8c39de1000
  180. close(3) = 0
  181. open("/usr/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  182. open("/usr/lib/xen-4.4/bin/../lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  183. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  184. open("/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
  185. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\26\0\0\0\0\0\0"..., 832) = 832
  186. fstat(3, {st_mode=S_IFREG|0644, st_size=18936, ...}) = 0
  187. mmap(NULL, 2113968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c399d8000
  188. mprotect(0x7f8c399dc000, 2093056, PROT_NONE) = 0
  189. mmap(0x7f8c39bdb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f8c39bdb000
  190. close(3) = 0
  191. open("/usr/lib/xen-4.4/bin/../lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  192. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  193. open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  194. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832
  195. fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
  196. mmap(NULL, 2109744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c397d0000
  197. mprotect(0x7f8c397d3000, 2093056, PROT_NONE) = 0
  198. mmap(0x7f8c399d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8c399d2000
  199. close(3) = 0
  200. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2cf000
  201. open("/usr/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  202. open("/usr/lib/xen-4.4/bin/../lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  203. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  204. open("/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
  205. 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
  206. fstat(3, {st_mode=S_IFREG|0644, st_size=137400, ...}) = 0
  207. mmap(NULL, 2232456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c395a8000
  208. mprotect(0x7f8c395c9000, 2093056, PROT_NONE) = 0
  209. mmap(0x7f8c397c8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f8c397c8000
  210. close(3) = 0
  211. open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  212. open("/usr/lib/xen-4.4/bin/../lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  213. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  214. open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
  215. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\36\0\0\0\0\0\0"..., 832) = 832
  216. fstat(3, {st_mode=S_IFREG|0644, st_size=100728, ...}) = 0
  217. mmap(NULL, 2195784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8c39388000
  218. mprotect(0x7f8c393a0000, 2093056, PROT_NONE) = 0
  219. mmap(0x7f8c3959f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f8c3959f000
  220. close(3) = 0
  221. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2ce000
  222. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2cd000
  223. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2cb000
  224. arch_prctl(ARCH_SET_FS, 0x7f8c3b2cb780) = 0
  225. mprotect(0x7f8c3a5e5000, 16384, PROT_READ) = 0
  226. mprotect(0x7f8c3959f000, 4096, PROT_READ) = 0
  227. mprotect(0x7f8c399d2000, 4096, PROT_READ) = 0
  228. mprotect(0x7f8c397c8000, 4096, PROT_READ) = 0
  229. mprotect(0x7f8c39bdb000, 4096, PROT_READ) = 0
  230. mprotect(0x7f8c39de1000, 4096, PROT_READ) = 0
  231. mprotect(0x7f8c3a808000, 4096, PROT_READ) = 0
  232. mprotect(0x7f8c39fed000, 4096, PROT_READ) = 0
  233. mprotect(0x7f8c3ac45000, 4096, PROT_READ) = 0
  234. mprotect(0x7f8c3a221000, 4096, PROT_READ) = 0
  235. mprotect(0x7f8c3aa17000, 4096, PROT_READ) = 0
  236. mprotect(0x7f8c3aea8000, 4096, PROT_READ) = 0
  237. mprotect(0x7f8c3b0be000, 4096, PROT_READ) = 0
  238. mprotect(0x623000, 4096, PROT_READ) = 0
  239. mprotect(0x7f8c3b2e2000, 4096, PROT_READ) = 0
  240. munmap(0x7f8c3b2d0000, 52381) = 0
  241. set_tid_address(0x7f8c3b2cba50) = 7012
  242. set_robust_list(0x7f8c3b2cba60, 24) = 0
  243. futex(0x7ffffdde5760, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f8c3b2cb780) = -1 EAGAIN (Resource temporarily unavailable)
  244. rt_sigaction(SIGRTMIN, {0x7f8c3a5f69f0, [], SA_RESTORER|SA_SIGINFO, 0x7f8c3a600330}, NULL, 8) = 0
  245. rt_sigaction(SIGRT_1, {0x7f8c3a5f6a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f8c3a600330}, NULL, 8) = 0
  246. rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
  247. getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
  248. ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  249. brk(0) = 0x1557000
  250. brk(0x1578000) = 0x1578000
  251. pipe([3, 4]) = 0
  252. fcntl(3, F_GETFL) = 0 (flags O_RDONLY)
  253. fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
  254. fcntl(4, F_GETFL) = 0x1 (flags O_WRONLY)
  255. fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
  256. open("/proc/xen/privcmd", O_RDWR) = 5
  257. fcntl(5, F_GETFD) = 0
  258. fcntl(5, F_SETFD, FD_CLOEXEC) = 0
  259. stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
  260. socket(PF_LOCAL, SOCK_STREAM, 0) = 6
  261. fcntl(6, F_GETFD) = 0
  262. fcntl(6, F_SETFD, FD_CLOEXEC) = 0
  263. connect(6, {sa_family=AF_LOCAL, sun_path="/var/run/xenstored/socket"}, 110) = 0
  264. open("/etc/xen/xl.conf", O_RDONLY) = 7
  265. fstat(7, {st_mode=S_IFREG|0644, st_size=1316, ...}) = 0
  266. fstat(7, {st_mode=S_IFREG|0644, st_size=1316, ...}) = 0
  267. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2dc000
  268. read(7, "## Global XL config file ##\n\n# C"..., 4096) = 1316
  269. close(7) = 0
  270. munmap(0x7f8c3b2dc000, 4096) = 0
  271. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 262148
  272. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7f8c3b2dc000
  273. madvise(0x7f8c3b2dc000, 4096, MADV_DONTFORK) = 0
  274. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 0
  275. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 0
  276. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 0
  277. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 0
  278. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 0
  279. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 4096
  280. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde5290) = 0
  281. access("/var/lock/subsys/xend", F_OK) = -1 ENOENT (No such file or directory)
  282. access("/var/lock/xend", F_OK) = -1 ENOENT (No such file or directory)
  283. open("/etc/xen/guest.cfg", O_RDONLY) = 7
  284. fstat(7, {st_mode=S_IFREG|0644, st_size=730, ...}) = 0
  285. fstat(7, {st_mode=S_IFREG|0644, st_size=730, ...}) = 0
  286. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2db000
  287. read(7, "# /var/lib/xen/images/ubuntu-net"..., 4096) = 730
  288. close(7) = 0
  289. munmap(0x7f8c3b2db000, 4096) = 0
  290. fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 8), ...}) = 0
  291. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2db000
  292. write(1, "Parsing config from /etc/xen/www"..., 38Parsing config from /etc/xen/guest.cfg
  293. ) = 38
  294. gettimeofday({1515686429, 574293}, NULL) = 0
  295. open("/dev/urandom", O_RDONLY) = 7
  296. fcntl(7, F_GETFD) = 0
  297. fcntl(7, F_SETFD, FD_CLOEXEC) = 0
  298. getuid() = 0
  299. getppid() = 7009
  300. gettimeofday({1515686429, 574997}, NULL) = 0
  301. gettimeofday({1515686429, 575124}, NULL) = 0
  302. read(7, "\202M\7\v\246,j\355\v\366f}\\5\223\227", 16) = 16
  303. gettid() = 7012
  304. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], 0}, 8) = 0
  305. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
  306. write(6, "/local/pool/0/name\0", 19) = 19
  307. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  308. read(6, "ENOENT\0", 7) = 7
  309. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  310. open("/var/lock/xl", O_WRONLY|O_CREAT, 0200) = 8
  311. fcntl(8, F_SETFD, FD_CLOEXEC) = 0
  312. fcntl(8, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
  313. pipe([9, 10]) = 0
  314. fcntl(9, F_GETFL) = 0 (flags O_RDONLY)
  315. fcntl(9, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
  316. fcntl(10, F_GETFL) = 0x1 (flags O_WRONLY)
  317. fcntl(10, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
  318. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4f00) = 0
  319. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4ef0) = 0
  320. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  321. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  322. write(6, "30\0", 3) = 3
  323. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  324. read(6, "/local/domain/30\0", 17) = 17
  325. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  326. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  327. write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
  328. write(6, "\0", 1) = 1
  329. read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
  330. read(6, "1\0", 2) = 2
  331. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  332. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  333. write(6, "\r\0\0\0\0\0\0\0\1\0\0\0\21\0\0\0", 16) = 16
  334. write(6, "/local/domain/30\0", 17) = 17
  335. read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  336. read(6, "OK\0", 3) = 3
  337. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  338. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  339. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\21\0\0\0", 16) = 16
  340. write(6, "/local/domain/30\0", 17) = 17
  341. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  342. read(6, "OK\0", 3) = 3
  343. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  344. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  345. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
  346. write(6, "/local/domain/30\0", 17) = 17
  347. write(6, "n0\0", 3) = 3
  348. write(6, "r30\0", 4) = 4
  349. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  350. read(6, "OK\0", 3) = 3
  351. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  352. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  353. write(6, "\r\0\0\0\0\0\0\0\1\0\0\0)\0\0\0", 16) = 16
  354. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 41) = 41
  355. read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  356. read(6, "OK\0", 3) = 3
  357. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  358. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  359. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0)\0\0\0", 16) = 16
  360. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 41) = 41
  361. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  362. read(6, "OK\0", 3) = 3
  363. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  364. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  365. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0000\0\0\0", 16) = 16
  366. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 41) = 41
  367. write(6, "n0\0", 3) = 3
  368. write(6, "r30\0", 4) = 4
  369. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  370. read(6, "OK\0", 3) = 3
  371. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  372. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  373. write(6, "\r\0\0\0\0\0\0\0\1\0\0\0\n\0\0\0", 16) = 16
  374. write(6, "/libxl/30\0", 10) = 10
  375. read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  376. read(6, "OK\0", 3) = 3
  377. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  378. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  379. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\n\0\0\0", 16) = 16
  380. write(6, "/libxl/30\0", 10) = 10
  381. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  382. read(6, "OK\0", 3) = 3
  383. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  384. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  385. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\r\0\0\0", 16) = 16
  386. write(6, "/libxl/30\0", 10) = 10
  387. write(6, "n0\0", 3) = 3
  388. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  389. read(6, "OK\0", 3) = 3
  390. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  391. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  392. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\21\0\0\0", 16) = 16
  393. write(6, "/libxl/30/device\0", 17) = 17
  394. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  395. read(6, "OK\0", 3) = 3
  396. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  397. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  398. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\24\0\0\0", 16) = 16
  399. write(6, "/libxl/30/device\0", 17) = 17
  400. write(6, "n0\0", 3) = 3
  401. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  402. read(6, "OK\0", 3) = 3
  403. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  404. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  405. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0<\0\0\0", 16) = 16
  406. write(6, "/local/domain/30/vm\0", 20) = 20
  407. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 40) = 40
  408. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  409. read(6, "OK\0", 3) = 3
  410. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  411. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  412. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  413. write(6, "30\0", 3) = 3
  414. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  415. read(6, "/local/domain/30\0", 17) = 17
  416. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  417. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  418. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  419. write(6, "30\0", 3) = 3
  420. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  421. read(6, "/local/domain/30\0", 17) = 17
  422. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  423. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  424. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
  425. write(6, "/local/domain/30/image/device-mo"..., 42) = 42
  426. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  427. read(6, "ENOENT\0", 7) = 7
  428. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  429. brk(0x159d000) = 0x159d000
  430. mmap(NULL, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7f8c3b2b2000
  431. madvise(0x7f8c3b2b2000, 102400, MADV_DONTFORK) = 0
  432. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffddccd60) = 0
  433. madvise(0x7f8c3b2b2000, 102400, MADV_DOFORK) = 0
  434. munmap(0x7f8c3b2b2000, 102400) = 0
  435. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  436. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
  437. write(6, "/local/domain/0/name\0", 21) = 21
  438. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0", 16) = 16
  439. read(6, "Domain-0", 8) = 8
  440. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  441. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  442. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  443. write(6, "/local/domain/11/name\0", 22) = 22
  444. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  445. read(6, "mysql-studentmgmt", 17) = 17
  446. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  447. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  448. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  449. write(6, "/local/domain/14/name\0", 22) = 22
  450. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0", 16) = 16
  451. read(6, "ocean", 5) = 5
  452. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  453. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  454. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  455. write(6, "/local/domain/16/name\0", 22) = 22
  456. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0", 16) = 16
  457. read(6, "nis2", 4) = 4
  458. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  459. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  460. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  461. write(6, "/local/domain/18/name\0", 22) = 22
  462. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  463. read(6, "license", 7) = 7
  464. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  465. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  466. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  467. write(6, "/local/domain/23/name\0", 22) = 22
  468. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0", 16) = 16
  469. read(6, "nis1", 4) = 4
  470. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  471. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  472. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  473. write(6, "/local/domain/25/name\0", 22) = 22
  474. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  475. read(6, "www", 3) = 3
  476. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  477. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  478. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  479. write(6, "/local/domain/26/name\0", 22) = 22
  480. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  481. read(6, "web", 3) = 3
  482. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  483. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  484. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
  485. write(6, "/local/domain/30/name\0", 22) = 22
  486. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  487. read(6, "ENOENT\0", 7) = 7
  488. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  489. brk(0x1583000) = 0x1583000
  490. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  491. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0\32\0\0\0", 16) = 16
  492. write(6, "/local/domain/30/name\0", 22) = 22
  493. write(6, "guest", 4) = 4
  494. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  495. read(6, "OK\0", 3) = 3
  496. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  497. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  498. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\25\0\0\0", 16) = 16
  499. write(6, "/local/domain/30/cpu\0", 21) = 21
  500. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  501. read(6, "OK\0", 3) = 3
  502. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  503. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  504. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\34\0\0\0", 16) = 16
  505. write(6, "/local/domain/30/cpu\0", 21) = 21
  506. write(6, "n0\0", 3) = 3
  507. write(6, "r30\0", 4) = 4
  508. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  509. read(6, "OK\0", 3) = 3
  510. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  511. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  512. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
  513. write(6, "/local/domain/30/memory\0", 24) = 24
  514. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  515. read(6, "OK\0", 3) = 3
  516. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  517. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  518. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\37\0\0\0", 16) = 16
  519. write(6, "/local/domain/30/memory\0", 24) = 24
  520. write(6, "n0\0", 3) = 3
  521. write(6, "r30\0", 4) = 4
  522. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  523. read(6, "OK\0", 3) = 3
  524. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  525. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  526. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
  527. write(6, "/local/domain/30/device\0", 24) = 24
  528. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  529. read(6, "OK\0", 3) = 3
  530. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  531. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  532. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\37\0\0\0", 16) = 16
  533. write(6, "/local/domain/30/device\0", 24) = 24
  534. write(6, "n0\0", 3) = 3
  535. write(6, "r30\0", 4) = 4
  536. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  537. read(6, "OK\0", 3) = 3
  538. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  539. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  540. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\31\0\0\0", 16) = 16
  541. write(6, "/local/domain/30/control\0", 25) = 25
  542. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  543. read(6, "OK\0", 3) = 3
  544. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  545. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  546. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0 \0\0\0", 16) = 16
  547. write(6, "/local/domain/30/control\0", 25) = 25
  548. write(6, "n0\0", 3) = 3
  549. write(6, "r30\0", 4) = 4
  550. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  551. read(6, "OK\0", 3) = 3
  552. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  553. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  554. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\"\0\0\0", 16) = 16
  555. write(6, "/local/domain/30/control/shutdow"..., 34) = 34
  556. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  557. read(6, "OK\0", 3) = 3
  558. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  559. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  560. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0&\0\0\0", 16) = 16
  561. write(6, "/local/domain/30/control/shutdow"..., 34) = 34
  562. write(6, "n30\0", 4) = 4
  563. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  564. read(6, "OK\0", 3) = 3
  565. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  566. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  567. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0.\0\0\0", 16) = 16
  568. write(6, "/local/domain/30/device/suspend/"..., 46) = 46
  569. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  570. read(6, "OK\0", 3) = 3
  571. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  572. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  573. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0002\0\0\0", 16) = 16
  574. write(6, "/local/domain/30/device/suspend/"..., 46) = 46
  575. write(6, "n30\0", 4) = 4
  576. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  577. read(6, "OK\0", 3) = 3
  578. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  579. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  580. write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\26\0\0\0", 16) = 16
  581. write(6, "/local/domain/30/data\0", 22) = 22
  582. read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  583. read(6, "OK\0", 3) = 3
  584. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  585. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  586. write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\32\0\0\0", 16) = 16
  587. write(6, "/local/domain/30/data\0", 22) = 22
  588. write(6, "n30\0", 4) = 4
  589. read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  590. read(6, "OK\0", 3) = 3
  591. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  592. mmap(NULL, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7f8c3b2b2000
  593. madvise(0x7f8c3b2b2000, 102400, MADV_DONTFORK) = 0
  594. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffddcce50) = 0
  595. madvise(0x7f8c3b2b2000, 102400, MADV_DOFORK) = 0
  596. munmap(0x7f8c3b2b2000, 102400) = 0
  597. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  598. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  599. write(6, "11\0", 3) = 3
  600. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  601. read(6, "/local/domain/11\0", 17) = 17
  602. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  603. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  604. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  605. write(6, "/local/domain/11/target\0", 24) = 24
  606. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  607. read(6, "ENOENT\0", 7) = 7
  608. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  609. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  610. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  611. write(6, "14\0", 3) = 3
  612. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  613. read(6, "/local/domain/14\0", 17) = 17
  614. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  615. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  616. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  617. write(6, "/local/domain/14/target\0", 24) = 24
  618. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  619. read(6, "ENOENT\0", 7) = 7
  620. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  621. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  622. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  623. write(6, "16\0", 3) = 3
  624. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  625. read(6, "/local/domain/16\0", 17) = 17
  626. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  627. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  628. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  629. write(6, "/local/domain/16/target\0", 24) = 24
  630. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  631. read(6, "ENOENT\0", 7) = 7
  632. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  633. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  634. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  635. write(6, "18\0", 3) = 3
  636. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  637. read(6, "/local/domain/18\0", 17) = 17
  638. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  639. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  640. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  641. write(6, "/local/domain/18/target\0", 24) = 24
  642. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  643. read(6, "ENOENT\0", 7) = 7
  644. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  645. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  646. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  647. write(6, "23\0", 3) = 3
  648. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  649. read(6, "/local/domain/23\0", 17) = 17
  650. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  651. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  652. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  653. write(6, "/local/domain/23/target\0", 24) = 24
  654. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  655. read(6, "ENOENT\0", 7) = 7
  656. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  657. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  658. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  659. write(6, "25\0", 3) = 3
  660. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  661. read(6, "/local/domain/25\0", 17) = 17
  662. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  663. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  664. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  665. write(6, "/local/domain/25/target\0", 24) = 24
  666. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  667. read(6, "ENOENT\0", 7) = 7
  668. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  669. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  670. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  671. write(6, "26\0", 3) = 3
  672. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  673. read(6, "/local/domain/26\0", 17) = 17
  674. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  675. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  676. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  677. write(6, "/local/domain/26/target\0", 24) = 24
  678. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  679. read(6, "ENOENT\0", 7) = 7
  680. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  681. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  682. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  683. write(6, "30\0", 3) = 3
  684. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  685. read(6, "/local/domain/30\0", 17) = 17
  686. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  687. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  688. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
  689. write(6, "/local/domain/30/target\0", 24) = 24
  690. read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
  691. read(6, "ENOENT\0", 7) = 7
  692. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  693. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  694. write(6, "\2\0\0\0\0\0\0\0\1\0\0\0\23\0\0\0", 16) = 16
  695. write(6, "libxl/disable_udev\0", 19) = 19
  696. read(6, "\2\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0", 16) = 16
  697. read(6, "1", 1) = 1
  698. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  699. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  700. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0\24\0\0\0", 16) = 16
  701. write(6, "libxl/disable_udev\0", 19) = 19
  702. write(6, "1", 1) = 1
  703. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  704. read(6, "OK\0", 3) = 3
  705. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  706. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  707. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0R\0\0\0", 16) = 16
  708. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 46) = 46
  709. write(6, "62cd67a9-1dff-4735-a5fe-7dedee26"..., 36) = 36
  710. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  711. read(6, "OK\0", 3) = 3
  712. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  713. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  714. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0002\0\0\0", 16) = 16
  715. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 46) = 46
  716. write(6, "guest", 4) = 4
  717. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  718. read(6, "OK\0", 3) = 3
  719. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  720. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  721. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0B\0\0\0", 16) = 16
  722. write(6, "/local/domain/30/control/platfor"..., 65) = 65
  723. write(6, "1", 1) = 1
  724. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  725. read(6, "OK\0", 3) = 3
  726. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  727. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  728. write(6, "\v\0\0\0\0\0\0\0\1\0\0\0<\0\0\0", 16) = 16
  729. write(6, "/local/domain/30/control/platfor"..., 59) = 59
  730. write(6, "1", 1) = 1
  731. read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  732. read(6, "OK\0", 3) = 3
  733. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  734. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  735. write(6, "\7\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0", 16) = 16
  736. write(6, "T\0", 2) = 2
  737. read(6, "\7\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
  738. read(6, "OK\0", 3) = 3
  739. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  740. access("/usr/bin/qemu-system-i386", X_OK) = 0
  741. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4f00) = 0
  742. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4f00) = 0
  743. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, -1, 0) = 0x7f8c3b2da000
  744. madvise(0x7f8c3b2da000, 4096, MADV_DONTFORK) = 0
  745. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4ec0) = 0
  746. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4eb0) = 0
  747. stat("/dev/host-disk2-vg/guest-disk", {st_mode=S_IFBLK|0660, st_rdev=makedev(252, 32), ...}) = 0
  748. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  749. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
  750. write(6, "libxl/disable_udev\0", 19) = 19
  751. read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
  752. read(6, "1", 1) = 1
  753. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  754. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4ec0) = 0
  755. stat("/var/log/xen/bootloader.30.log", 0x7ffffdde4fd0) = -1 ENOENT (No such file or directory)
  756. open("/var/log/xen/bootloader.30.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 11
  757. fstat(11, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  758. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8c3b2d9000
  759. fstat(11, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  760. lseek(11, 0, SEEK_SET) = 0
  761. mkdir("/var/run/xen/bootloader.30.d", 0600) = 0
  762. open("/var/run/xen/bootloader.30.out", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 12
  763. close(12) = 0
  764. stat("/dev/host-disk2-vg/guest-disk", {st_mode=S_IFBLK|0660, st_rdev=makedev(252, 32), ...}) = 0
  765. socketpair(PF_LOCAL, SOCK_STREAM, 0, [12, 13]) = 0
  766. fcntl(13, F_GETFD) = 0
  767. fcntl(13, F_SETFD, FD_CLOEXEC) = 0
  768. pipe([14, 15]) = 0
  769. fcntl(14, F_GETFL) = 0 (flags O_RDONLY)
  770. fcntl(14, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
  771. fcntl(15, F_GETFL) = 0x1 (flags O_WRONLY)
  772. fcntl(15, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
  773. rt_sigaction(SIGCHLD, {0x7f8c3ac85020, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 0x7f8c3a600330}, {SIG_DFL, [], 0}, 8) = 0
  774. rt_sigaction(SIGCHLD, {0x7f8c3ac84c80, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 0x7f8c3a600330}, NULL, 8) = 0
  775. rt_sigaction(SIGCHLD, {0x7f8c3ac85020, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 0x7f8c3a600330}, NULL, 8) = 0
  776. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f8c3b2cba50) = 7022
  777. close(13) = 0
  778. recvmsg(12, {msg_name(0)=NULL, msg_iov(1)=[{"\0", 1}], msg_controllen=32, {cmsg_len=32, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {13, 16, 17, 18}}, msg_flags=0}, 0) = 1
  779. fcntl(13, F_GETFD) = 0
  780. fcntl(13, F_SETFD, FD_CLOEXEC) = 0
  781. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7022, si_status=0, si_utime=0, si_stime=0} ---
  782. write(15, "\0", 1) = 1
  783. rt_sigreturn() = 0
  784. fcntl(16, F_GETFD) = 0
  785. fcntl(16, F_SETFD, FD_CLOEXEC) = 0
  786. fcntl(17, F_GETFD) = 0
  787. fcntl(17, F_SETFD, FD_CLOEXEC) = 0
  788. fcntl(18, F_GETFD) = 0
  789. fcntl(18, F_SETFD, FD_CLOEXEC) = 0
  790. close(12) = 0
  791. gettimeofday({1515686429, 667014}, NULL) = 0
  792. poll([{fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 2, 4294967295) = 1 ([{fd=14, revents=POLLIN}])
  793. gettimeofday({1515686429, 667272}, NULL) = 0
  794. read(14, "\0", 256) = 1
  795. wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 7022
  796. ioctl(18, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  797. fstat(18, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 11), ...}) = 0
  798. readlink("/proc/self/fd/18", "/dev/pts/11", 4095) = 11
  799. stat("/dev/pts/11", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 11), ...}) = 0
  800. ioctl(17, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  801. ioctl(17, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  802. ioctl(17, SNDCTL_TMR_START or SNDRV_TIMER_IOCTL_TREAD or TCSETS, {B38400 -opost -isig -icanon -echo ...}) = 0
  803. ioctl(17, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
  804. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  805. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  806. write(6, "30\0", 3) = 3
  807. read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  808. read(6, "/local/domain/30\0", 17) = 17
  809. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  810. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  811. write(6, "\v\0\0\0\0\0\0\0\0\0\0\0(\0\0\0", 16) = 16
  812. write(6, "/local/domain/30/console/tty\0", 29) = 29
  813. write(6, "/dev/pts/11", 11) = 11
  814. read(6, "\v\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  815. read(6, "OK\0", 3) = 3
  816. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  817. pipe([12, 19]) = 0
  818. rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
  819. mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f8c3b2d5000
  820. mprotect(0x7f8c3b2d5000, 4096, PROT_NONE) = 0
  821. clone(child_stack=0x7f8c3b2d7f70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f8c3b2d89d0, tls=0x7f8c3b2d8700, child_tidptr=0x7f8c3b2d89d0) = 7023
  822. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  823. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  824. write(6, "\4\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
  825. write(6, "/local/domain/30\0", 17) = 17
  826. write(6, "3/0\0", 4) = 4
  827. futex(0x155781c, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  828. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  829. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  830. fcntl(13, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
  831. fcntl(13, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
  832. fcntl(17, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE)
  833. fcntl(17, F_SETFL, O_RDWR|O_NONBLOCK|O_LARGEFILE) = 0
  834. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f8c3b2cba50) = 7024
  835. ioctl(13, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  836. ioctl(13, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  837. ioctl(13, SNDCTL_TMR_START or SNDRV_TIMER_IOCTL_TREAD or TCSETS, {B38400 -opost -isig -icanon -echo ...}) = 0
  838. ioctl(13, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 -opost -isig -icanon -echo ...}) = 0
  839. wait4(-1, 0x7ffffdde4e7c, WNOHANG, NULL) = 0
  840. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f8c3b2cba50) = 7025
  841. gettimeofday({1515686429, 674962}, NULL) = 0
  842. poll([{fd=17, events=POLLOUT}, {fd=13, events=POLLIN}, {fd=13, events=POLLOUT}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 7, 4294967295) = 3 ([{fd=17, revents=POLLOUT}, {fd=13, revents=POLLOUT}, {fd=12, revents=POLLIN}])
  843. gettimeofday({1515686429, 675322}, NULL) = 0
  844. read(12, "/", 1) = 1
  845. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  846. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  847. write(6, "/local/domain/30\0", 17) = 17
  848. futex(0x155781c, FUTEX_WAIT_PRIVATE, 3, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  849. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  850. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  851. gettimeofday({1515686429, 676391}, NULL) = 0
  852. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295) = 1 ([{fd=13, revents=POLLIN}])
  853. gettimeofday({1515686429, 962346}, NULL) = 0
  854. read(13, "Using <class 'grub.GrubConf.Grub"..., 1000) = 70
  855. read(13, 0x1559e8a, 930) = -1 EAGAIN (Resource temporarily unavailable)
  856. gettimeofday({1515686429, 962767}, NULL) = 0
  857. poll([{fd=17, events=POLLOUT}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 6, 4294967295) = 1 ([{fd=17, revents=POLLOUT}])
  858. gettimeofday({1515686429, 963063}, NULL) = 0
  859. write(17, "Using <class 'grub.GrubConf.Grub"..., 70) = 70
  860. gettimeofday({1515686429, 963341}, NULL) = 0
  861. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295) = 1 ([{fd=13, revents=POLLIN}])
  862. gettimeofday({1515686429, 971670}, NULL) = 0
  863. read(13, "WARNING:root:grub2's saved_entry"..., 1000) = 1000
  864. read(13, "mage directive else\nWARNING:root"..., 1000) = 1000
  865. read(13, "irective load_video\nWARNING:root"..., 1000) = 1000
  866. read(13, " else\nWARNING:root:Unknown image"..., 1000) = 1000
  867. read(13, "x\17 Ubuntu, with Linux 4.4.0-104-"..., 1000) = 480
  868. write(11, "Using <class 'grub.GrubConf.Grub"..., 4096) = 4096
  869. read(13, 0x155b064, 520) = -1 EAGAIN (Resource temporarily unavailable)
  870. gettimeofday({1515686429, 972717}, NULL) = 0
  871. poll([{fd=17, events=POLLOUT}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 6, 4294967295) = 1 ([{fd=17, revents=POLLOUT}])
  872. gettimeofday({1515686429, 972998}, NULL) = 0
  873. write(17, "mage directive else\nWARNING:root"..., 1000) = 1000
  874. write(17, "irective load_video\nWARNING:root"..., 1000) = 1000
  875. write(17, " else\nWARNING:root:Unknown image"..., 1000) = 1000
  876. write(17, "x\17 Ubuntu, with Linux 4.4.0-104-"..., 480) = 480
  877. gettimeofday({1515686429, 973637}, NULL) = 0
  878. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295Using <class 'grub.GrubConf.Grub2ConfigFile'> to parse /grub/grub.cfg
  879. mage directive else
  880. WARNING:root:Unknown image directive fi
  881. WARNING:root:Unknown image directive recordfail
  882. WARNING:root:Unknown image directive load_video
  883. WARNING:root:Unknown image directive gfxmode
  884. WARNING:root:Unknown image directive if
  885. WARNING:root:Unknown image directive if
  886. WARNING:root:Unknown image directive else
  887. WARNING:root:Unknown image directive fi
  888. WARNING:root:Unknown image directive recordfail
  889. WARNING:root:Unknown image directive load_video
  890. WARNING:root:Unknown image directive if
  891. WARNING:root:Unknown image directive if
  892. WARNING:root:Unknown image directive else
  893. WARNING:root:Unknown image directive fi
  894. WARNING:root:Unknown image directive recordfail
  895. WARNING:root:Unknown image directive load_video
  896. WARNING:root:Unknown image directive gfxmode
  897. WARNING:root:Unknown image directive if
  898. WARNING:root:Unknown image directive if
  899. WARNING:root:Unknown image directive else
  900. WARNING:root:Unknown image directive fi
  901. WARNING:root:Unknown image directive recordfail
  902. WARNING:root:Unknown image directive load_video
  903. WARNING:root:Unknown image directive if
  904. WARNING:root:Unknown image directive if
  905. WARNING:root:Unknown image directive else
  906. WARNING:root:Unknown image directive fi
  907. WARNING:root:Unknown image directive recordfail
  908. WARNING:root:Unknown image directive load_video
  909. WARNING:root:Unknown image directive gfxmode
  910. WARNING:root:Unknown image directive if
  911. WARNING:root:Unknown image directive if
  912. WARNING:root:Unknown image directive else
  913. WARNING:root:Unknown image directive fi
  914. WARNING:root:Unknown image directive recordfail
  915. WARNING:root:Unknown image directive load_video
  916. WARNING:root:Unknown image directive if
  917. WARNING:root:Unknown image directive if
  918. WARNING:root:Unknown image directive else
  919. WARNING:root:Unknow
  920. pyGRUB version 0.6
  921. ┌────────────────────────────────────────────────────────────────────────┐
  922. │ Ubuntu │
  923. │ Ubuntu, with Linux 4.4.0-109-generic │
  924. │ Ubuntu, with Linux 4.4.0-109-generic (recovery mode) │
  925. │ Ubuntu, with Linux 4.4.0-108-generic │
  926. │ Ubuntu, with Linux 4.4.0-108-generic (recovery mode) │
  927. │ Ubuntu, with Linux 4.4.0-104-generic │
  928. │ Ubuntu, with Linux 4.4.0-104-generic (recovery mode) │
  929. │ Ubuntu, with Linux 4.4.0-15-generic │
  930. └────────────────────────────────────────────────────────────────────────┘
  931. Use the ^ and ┴ keys to select which entry is highlighted.
  932. Press enter to boot the selected OS, 'e' to edit the
  933. commands before booting, 'a' to modify the kernel arguments
  934. before booting, or 'c' for a command line.
  935.  
  936.  
  937.  
  938.  
  939.  
  940. ) = 1 ([{fd=13, revents=POLLIN}])
  941. gettimeofday({1515686430, 972809}, NULL) = 0
  942. read(13, "\33[?1l\33>\33[24;1H\r\33[?1l\33>", 1000) = 22
  943. read(13, 0x1559e5a, 978) = -1 EAGAIN (Resource temporarily unavailable)
  944. gettimeofday({1515686430, 973183}, NULL) = 0
  945. poll([{fd=17, events=POLLOUT}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 6, 4294967295) = 1 ([{fd=17, revents=POLLOUT}])
  946. gettimeofday({1515686430, 973460}, NULL) = 0
  947. write(17, "\33[) = 22>\33[24;1H\r\33[?1l\33>", 22
  948. gettimeofday({1515686430, 973704}, NULL) = 0
  949. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295) = 1 ([{fd=13, revents=POLLIN}])
  950. gettimeofday({1515686431, 373611}, NULL) = 0
  951. read(13, "Traceback (most recent call last"..., 1000) = 128
  952. read(13, 0x1559ec4, 872) = -1 EAGAIN (Resource temporarily unavailable)
  953. gettimeofday({1515686431, 374008}, NULL) = 0
  954. poll([{fd=17, events=POLLOUT}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 6, 4294967295) = 1 ([{fd=17, revents=POLLOUT}])
  955. gettimeofday({1515686431, 374294}, NULL) = 0
  956. write(17, "Traceback (most recent call last"..., 128) = 128
  957. Traceback (most recent call last):
  958. File "/usr/lib/xen-4.4/bin/pygrub", line 905, in <module>
  959. os.write(fd, ostring)
  960. OSErrorgettimeofday({1515686431, 374554}, NULL) = 0
  961. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295) = 1 ([{fd=13, revents=POLLIN}])
  962. gettimeofday({1515686431, 381350}, NULL) = 0
  963. read(13, ": [Errno 28] No space left on de"..., 1000) = 37
  964. read(13, 0x1559e69, 963) = -1 EAGAIN (Resource temporarily unavailable)
  965. gettimeofday({1515686431, 381727}, NULL) = 0
  966. poll([{fd=17, events=POLLOUT}, {fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 6, 4294967295) = 1 ([{fd=17, revents=POLLOUT}])
  967. gettimeofday({1515686431, 382018}, NULL) = 0
  968. write(17, ": [Errno 28] No space left on de"..., 37: [Errno 28] No space left on device
  969. ) = 37
  970. gettimeofday({1515686431, 382254}, NULL) = 0
  971. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
  972. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7024, si_status=1, si_utime=16, si_stime=17} ---
  973. write(15, "\0", 1) = 1
  974. rt_sigreturn() = -1 EINTR (Interrupted system call)
  975. gettimeofday({1515686431, 398483}, NULL) = 0
  976. poll([{fd=13, events=POLLIN}, {fd=17, events=POLLIN}, {fd=12, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 5, 4294967295) = 1 ([{fd=14, revents=POLLIN}])
  977. gettimeofday({1515686431, 398762}, NULL) = 0
  978. read(14, "\0", 256) = 1
  979. wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], WNOHANG, NULL) = 7024
  980. write(2, "libxl: ", 7libxl: ) = 7
  981. write(2, "error: ", 7error: ) = 7
  982. write(2, "libxl_bootloader.c:628:bootloade"..., 110libxl_bootloader.c:628:bootloader_finished: bootloader failed - consult logfile /var/log/xen/bootloader.30.log) = 110
  983. write(2, "\n", 1
  984. ) = 1
  985. write(2, "libxl: ", 7libxl: ) = 7
  986. write(2, "error: ", 7error: ) = 7
  987. write(2, "libxl_exec.c:118:libxl_report_ch"..., 90libxl_exec.c:118:libxl_report_child_exitstatus: bootloader [-1] exited with error status 1) = 90
  988. write(2, "\n", 1
  989. ) = 1
  990. unlink("/var/run/xen/bootloader.30.out") = 0
  991. openat(AT_FDCWD, "/var/run/xen/bootloader.30.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 20
  992. statfs("/var/run/xen/bootloader.30.d", {f_type=0x1021994, f_bsize=4096, f_blocks=10621, f_bfree=0, f_bavail=0, f_files=53104, f_ffree=52279, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
  993. getdents(20, /* 4 entries */, 32768) = 128
  994. rmdir("/var/run/xen/bootloader.30.d/boot_ramdisk.tYWs0L") = -1 ENOTDIR (Not a directory)
  995. unlink("/var/run/xen/bootloader.30.d/boot_ramdisk.tYWs0L") = 0
  996. rmdir("/var/run/xen/bootloader.30.d/boot_kernel.FIZogk") = -1 ENOTDIR (Not a directory)
  997. unlink("/var/run/xen/bootloader.30.d/boot_kernel.FIZogk") = 0
  998. getdents(20, /* 0 entries */, 32768) = 0
  999. rmdir("/var/run/xen/bootloader.30.d") = 0
  1000. close(20) = 0
  1001. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1002. write(6, "\5\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
  1003. write(6, "/local/domain/30\0", 17) = 17
  1004. write(6, "3/0\0", 4) = 4
  1005. futex(0x155781c, FUTEX_WAIT_PRIVATE, 5, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  1006. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1007. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1008. close(13) = 0
  1009. close(16) = 0
  1010. close(17) = 0
  1011. close(18) = 0
  1012. write(11, "0-104-generic (recovery mode)\33[1"..., 641) = 641
  1013. close(11) = 0
  1014. munmap(0x7f8c3b2d9000, 4096) = 0
  1015. write(2, "libxl: ", 7libxl: ) = 7
  1016. write(2, "error: ", 7error: ) = 7
  1017. write(2, "libxl_create.c:1024:domcreate_re"..., 72libxl_create.c:1024:domcreate_rebuild_done: cannot (re-)build domain: -3) = 72
  1018. write(2, "\n", 1
  1019. ) = 1
  1020. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1021. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  1022. write(6, "30\0", 3) = 3
  1023. futex(0x155781c, FUTEX_WAIT_PRIVATE, 7, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  1024. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1025. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1026. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1027. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
  1028. write(6, "/local/domain/30/image/device-mo"..., 42) = 42
  1029. futex(0x155781c, FUTEX_WAIT_PRIVATE, 9, NULL) = 0
  1030. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1031. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1032. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4c00) = 0
  1033. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4c10) = 0
  1034. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1035. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0(\0\0\0", 16) = 16
  1036. write(6, "/local/domain/30/image/device-mo"..., 40) = 40
  1037. futex(0x155781c, FUTEX_WAIT_PRIVATE, 11, NULL) = 0
  1038. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1039. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1040. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1041. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  1042. write(6, "30\0", 3) = 3
  1043. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1044. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1045. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
  1046. write(6, "0\0", 2) = 2
  1047. futex(0x155781c, FUTEX_WAIT_PRIVATE, 13, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  1048. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1049. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1050. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1051. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
  1052. write(6, "/local/domain/0/backend/pci/30/0"..., 42) = 42
  1053. futex(0x155781c, FUTEX_WAIT_PRIVATE, 15, NULL) = 0
  1054. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1055. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1056. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4d00) = 0
  1057. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1058. write(6, "\1\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  1059. write(6, "/libxl/30/device\0", 17) = 17
  1060. futex(0x155781c, FUTEX_WAIT_PRIVATE, 17, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  1061. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1062. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1063. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1064. write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
  1065. write(6, "30\0", 3) = 3
  1066. futex(0x155781c, FUTEX_WAIT_PRIVATE, 19, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  1067. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1068. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1069. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1070. write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0", 16) = 16
  1071. write(6, "/local/domain/30/vm\0", 20) = 20
  1072. futex(0x155781c, FUTEX_WAIT_PRIVATE, 21, NULL) = -1 EAGAIN (Resource temporarily unavailable)
  1073. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1074. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1075. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1076. write(6, "\r\0\0\0\0\0\0\0\0\0\0\0)\0\0\0", 16) = 16
  1077. write(6, "/vm/62cd67a9-1dff-4735-a5fe-7ded"..., 41) = 41
  1078. futex(0x155781c, FUTEX_WAIT_PRIVATE, 23, NULL) = 0
  1079. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1080. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1081. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1082. write(6, "\r\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
  1083. write(6, "/local/domain/30\0", 17) = 17
  1084. futex(0x155781c, FUTEX_WAIT_PRIVATE, 25, NULL) = 0
  1085. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1086. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1087. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1088. write(6, "\r\0\0\0\0\0\0\0\0\0\0\0\n\0\0\0", 16) = 16
  1089. write(6, "/libxl/30\0", 10) = 10
  1090. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7025, si_status=0, si_utime=0, si_stime=0} ---
  1091. write(15, "\0", 1) = 1
  1092. rt_sigreturn() = 10
  1093. futex(0x155781c, FUTEX_WAIT_PRIVATE, 27, NULL) = 0
  1094. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1095. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1096. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1097. write(6, "\r\0\0\0\0\0\0\0\0\0\0\0 \0\0\0", 16) = 16
  1098. write(6, "/local/domain/0/device-model/30\0", 32) = 32
  1099. futex(0x155781c, FUTEX_WAIT_PRIVATE, 29, NULL) = 0
  1100. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1101. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1102. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f8c3a600330}, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, 8) = 0
  1103. write(6, "\r\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0", 16) = 16
  1104. write(6, "/local/domain/30/hvmloader\0", 27) = 27
  1105. futex(0x155781c, FUTEX_WAIT_PRIVATE, 31, NULL) = 0
  1106. futex(0x15577f0, FUTEX_WAKE_PRIVATE, 1) = 0
  1107. rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, NULL, 8) = 0
  1108. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde49d0) = 0
  1109. openat(AT_FDCWD, "/var/lib/xen", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 11
  1110. getdents(11, /* 20 entries */, 32768) = 1344
  1111. getdents(11, /* 0 entries */, 32768) = 0
  1112. close(11) = 0
  1113. ioctl(5, SNDCTL_DSP_RESET, 0x7ffffdde4c40) = 0
  1114. write(10, "\0", 1) = 1
  1115. rt_sigaction(SIGCHLD, {0x7f8c3ac84c80, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 0x7f8c3a600330}, NULL, 8) = 0
  1116. rt_sigaction(SIGCHLD, {0x7f8c3ac85020, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 0x7f8c3a600330}, NULL, 8) = 0
  1117. rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f8c3a600330}, {0x7f8c3ac85020, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 0x7f8c3a600330}, 8) = 0
  1118. fcntl(8, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
  1119. close(8) = 0
  1120. wait4(7025, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 7025
  1121. close(5) = 0
  1122. madvise(0x7f8c3b2dc000, 4096, MADV_DOFORK) = 0
  1123. munmap(0x7f8c3b2dc000, 4096) = 0
  1124. madvise(0x7f8c3b2da000, 4096, MADV_DOFORK) = 0
  1125. munmap(0x7f8c3b2da000, 4096) = 0
  1126. open("/usr/lib/xen-4.4/bin/../lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  1127. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
  1128. fstat(5, {st_mode=S_IFREG|0644, st_size=52381, ...}) = 0
  1129. mmap(NULL, 52381, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f8c3b2b8000
  1130. close(5) = 0
  1131. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  1132. open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 5
  1133. read(5, "\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
  1134. fstat(5, {st_mode=S_IFREG|0644, st_size=90160, ...}) = 0
  1135. mmap(NULL, 2186016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f8c39170000
  1136. mprotect(0x7f8c39186000, 2093056, PROT_NONE) = 0
  1137. mmap(0x7f8c39385000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x15000) = 0x7f8c39385000
  1138. close(5) = 0
  1139. munmap(0x7f8c3b2b8000, 52381) = 0
  1140. tgkill(7012, 7023, SIGRTMIN) = 0
  1141. futex(0x7f8c3b2d89d0, FUTEX_WAIT, 7023, NULL) = 0
  1142. close(12) = 0
  1143. close(19) = 0
  1144. close(6) = 0
  1145. close(3) = 0
  1146. close(4) = 0
  1147. close(9) = 0
  1148. close(10) = 0
  1149. close(14) = 0
  1150. close(15) = 0
  1151. exit_group(3) = ?
  1152. +++ exited with 3 +++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement