Advertisement
Guest User

strace output of Python os.system

a guest
Nov 22nd, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.20 KB | None | 0 0
  1. execve("./pcall.py", ["./pcall.py"], [/* 55 vars */]) = 0
  2. brk(0) = 0x98f000
  3. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  4. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76924000
  5. access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
  6. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  7. fstat(3, {st_mode=S_IFREG|0644, st_size=131488, ...}) = 0
  8. mmap(NULL, 131488, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1f76903000
  9. close(3) = 0
  10. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  11. open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
  12. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200l\0\0\0\0\0\0"..., 832) = 832
  13. fstat(3, {st_mode=S_IFREG|0755, st_size=135366, ...}) = 0
  14. mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f764e7000
  15. mprotect(0x7f1f764ff000, 2093056, PROT_NONE) = 0
  16. mmap(0x7f1f766fe000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f1f766fe000
  17. mmap(0x7f1f76700000, 13352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f76700000
  18. close(3) = 0
  19. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  20. open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  21. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
  22. fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
  23. mmap(NULL, 2109704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f762e3000
  24. mprotect(0x7f1f762e5000, 2097152, PROT_NONE) = 0
  25. mmap(0x7f1f764e5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f1f764e5000
  26. close(3) = 0
  27. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  28. open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
  29. 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
  30. fstat(3, {st_mode=S_IFREG|0644, st_size=10632, ...}) = 0
  31. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76902000
  32. mmap(NULL, 2105600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f760e0000
  33. mprotect(0x7f1f760e2000, 2093056, PROT_NONE) = 0
  34. mmap(0x7f1f762e1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f1f762e1000
  35. close(3) = 0
  36. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  37. open("/lib/x86_64-linux-gnu/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
  38. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`.\1\0\0\0\0\0"..., 832) = 832
  39. fstat(3, {st_mode=S_IFREG|0644, st_size=383024, ...}) = 0
  40. mmap(NULL, 2478352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f75e82000
  41. mprotect(0x7f1f75ed6000, 2097152, PROT_NONE) = 0
  42. mmap(0x7f1f760d6000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x54000) = 0x7f1f760d6000
  43. close(3) = 0
  44. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  45. open("/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
  46. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\0\6\0\0\0\0\0"..., 832) = 832
  47. fstat(3, {st_mode=S_IFREG|0644, st_size=1930616, ...}) = 0
  48. mmap(NULL, 4041112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f75aa7000
  49. mprotect(0x7f1f75c58000, 2097152, PROT_NONE) = 0
  50. mmap(0x7f1f75e58000, 155648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b1000) = 0x7f1f75e58000
  51. mmap(0x7f1f75e7e000, 14744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f75e7e000
  52. close(3) = 0
  53. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  54. open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
  55. 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
  56. fstat(3, {st_mode=S_IFREG|0644, st_size=92720, ...}) = 0
  57. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76901000
  58. mmap(NULL, 2187824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f75890000
  59. mprotect(0x7f1f758a6000, 2093056, PROT_NONE) = 0
  60. mmap(0x7f1f75aa5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f1f75aa5000
  61. close(3) = 0
  62. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  63. open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
  64. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pU\0\0\0\0\0\0"..., 832) = 832
  65. fstat(3, {st_mode=S_IFREG|0644, st_size=1030512, ...}) = 0
  66. mmap(NULL, 3125544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f75594000
  67. mprotect(0x7f1f7568f000, 2093056, PROT_NONE) = 0
  68. mmap(0x7f1f7588e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfa000) = 0x7f1f7588e000
  69. close(3) = 0
  70. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  71. open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  72. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\30\2\0\0\0\0\0"..., 832) = 832
  73. fstat(3, {st_mode=S_IFREG|0755, st_size=1811128, ...}) = 0
  74. mmap(NULL, 3925176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f751d5000
  75. mprotect(0x7f1f7538a000, 2093056, PROT_NONE) = 0
  76. mmap(0x7f1f75589000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b4000) = 0x7f1f75589000
  77. mmap(0x7f1f7558f000, 17592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1f7558f000
  78. close(3) = 0
  79. access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
  80. open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
  81. 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
  82. fstat(3, {st_mode=S_IFREG|0644, st_size=88384, ...}) = 0
  83. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76900000
  84. mmap(NULL, 2184216, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1f74fbf000
  85. mprotect(0x7f1f74fd4000, 2093056, PROT_NONE) = 0
  86. mmap(0x7f1f751d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f1f751d3000
  87. close(3) = 0
  88. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f768ff000
  89. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f768fe000
  90. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f768fd000
  91. arch_prctl(ARCH_SET_FS, 0x7f1f768fe700) = 0
  92. mprotect(0x7f1f75589000, 16384, PROT_READ) = 0
  93. mprotect(0x7f1f751d3000, 4096, PROT_READ) = 0
  94. mprotect(0x7f1f7588e000, 4096, PROT_READ) = 0
  95. mprotect(0x7f1f75aa5000, 4096, PROT_READ) = 0
  96. mprotect(0x7f1f764e5000, 4096, PROT_READ) = 0
  97. mprotect(0x7f1f75e58000, 110592, PROT_READ) = 0
  98. mprotect(0x7f1f760d6000, 12288, PROT_READ) = 0
  99. mprotect(0x7f1f762e1000, 4096, PROT_READ) = 0
  100. mprotect(0x7f1f766fe000, 4096, PROT_READ) = 0
  101. mprotect(0x871000, 4096, PROT_READ) = 0
  102. mprotect(0x7f1f76926000, 4096, PROT_READ) = 0
  103. munmap(0x7f1f76903000, 131488) = 0
  104. set_tid_address(0x7f1f768fe9d0) = 20073
  105. set_robust_list(0x7f1f768fe9e0, 0x18) = 0
  106. futex(0x7fff9e93b58c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f1f768fe700) = -1 EAGAIN (Resource temporarily unavailable)
  107. rt_sigaction(SIGRTMIN, {0x7f1f764ed750, [], SA_RESTORER|SA_SIGINFO, 0x7f1f764f6cb0}, NULL, 8) = 0
  108. rt_sigaction(SIGRT_1, {0x7f1f764ed7e0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f1f764f6cb0}, NULL, 8) = 0
  109. rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
  110. getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
  111. ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  112. brk(0) = 0x98f000
  113. brk(0x9b0000) = 0x9b0000
  114. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f768bc000
  115. open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
  116. fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  117. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  118. read(3, "MemTotal: 8068380 kB\nMemF"..., 1024) = 1024
  119. close(3) = 0
  120. munmap(0x7f1f76923000, 4096) = 0
  121. brk(0x9dc000) = 0x9dc000
  122. fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 8), ...}) = 0
  123. fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 8), ...}) = 0
  124. fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 8), ...}) = 0
  125. fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 8), ...}) = 0
  126. readlink("/usr/bin/python", "python2.7", 4096) = 9
  127. readlink("/usr/bin/python2.7", 0x7fff9e93a2a0, 4096) = -1 EINVAL (Invalid argument)
  128. stat("/usr/bin/Modules/Setup", 0x7fff9e939200) = -1 ENOENT (No such file or directory)
  129. stat("/usr/bin/lib/python2.7/os.py", 0x7fff9e939140) = -1 ENOENT (No such file or directory)
  130. stat("/usr/bin/lib/python2.7/os.pyc", 0x7fff9e939140) = -1 ENOENT (No such file or directory)
  131. stat("/usr/lib/python2.7/os.py", {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0
  132. stat("/usr/bin/Modules/Setup", 0x7fff9e939200) = -1 ENOENT (No such file or directory)
  133. stat("/usr/bin/lib/python2.7/lib-dynload", 0x7fff9e939150) = -1 ENOENT (No such file or directory)
  134. stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  135. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f7687b000
  136. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f1f764f6cb0}, {SIG_DFL, [], 0}, 8) = 0
  137. rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f1f764f6cb0}, {SIG_DFL, [], 0}, 8) = 0
  138. rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
  139. rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
  140. rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
  141. rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
  142. rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
  143. rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
  144. rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
  145. rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
  146. rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
  147. rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
  148. rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
  149. rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
  150. rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f1f764f6cb0}, 8) = 0
  151. rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
  152. rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
  153. rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
  154. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
  155. rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
  156. rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
  157. rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
  158. rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
  159. rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
  160. rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
  161. rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
  162. rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f1f764f6cb0}, 8) = 0
  163. rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
  164. rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
  165. rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
  166. rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
  167. rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
  168. rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
  169. rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
  170. rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
  171. rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
  172. rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
  173. rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
  174. rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
  175. rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
  176. rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
  177. rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
  178. rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
  179. rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
  180. rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
  181. rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
  182. rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
  183. rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
  184. rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
  185. rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
  186. rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
  187. rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
  188. rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
  189. rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
  190. rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
  191. rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
  192. rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
  193. rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
  194. rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
  195. rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
  196. rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
  197. rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
  198. rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
  199. rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
  200. rt_sigaction(SIGINT, {0x512110, [], SA_RESTORER, 0x7f1f764f6cb0}, {SIG_DFL, [], 0}, 8) = 0
  201. stat("/usr/local/buildtools/current/sitecustomize", 0x7fff9e933b60) = -1 ENOENT (No such file or directory)
  202. stat("/usr/local/buildtools/current", 0x7fff9e933b60) = -1 ENOENT (No such file or directory)
  203. stat("/usr/local/buildtools", 0x7fff9e933b60) = -1 ENOENT (No such file or directory)
  204. stat("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  205. stat("/usr/local/buildtools/current/sitecustomize", 0x7fff9e936bd0) = -1 ENOENT (No such file or directory)
  206. stat("/usr/lib/python2.7/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  207. stat("/usr/lib/python2.7/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  208. stat("/usr/lib/python2.7/site", 0x7fff9e936ea0) = -1 ENOENT (No such file or directory)
  209. open("/usr/lib/python2.7/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  210. open("/usr/lib/python2.7/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  211. open("/usr/lib/python2.7/site.py", O_RDONLY) = 3
  212. fstat(3, {st_mode=S_IFREG|0644, st_size=20387, ...}) = 0
  213. open("/usr/lib/python2.7/site.pyc", O_RDONLY) = 4
  214. fstat(4, {st_mode=S_IFREG|0644, st_size=19742, ...}) = 0
  215. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  216. read(4, "\3\363\r\n\345\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096) = 4096
  217. fstat(4, {st_mode=S_IFREG|0644, st_size=19742, ...}) = 0
  218. read(4, "\0(\0\0\0\0s\32\0\0\0/usr/lib/python2.7/si"..., 12288) = 12288
  219. read(4, "n2.7/site.pyt\t\0\0\0aliasmbcs\332\1\0\0s\24"..., 4096) = 3358
  220. read(4, "", 4096) = 0
  221. close(4) = 0
  222. munmap(0x7f1f76923000, 4096) = 0
  223. stat("/usr/lib/python2.7/os", 0x7fff9e933890) = -1 ENOENT (No such file or directory)
  224. open("/usr/lib/python2.7/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  225. open("/usr/lib/python2.7/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  226. open("/usr/lib/python2.7/os.py", O_RDONLY) = 4
  227. fstat(4, {st_mode=S_IFREG|0644, st_size=25769, ...}) = 0
  228. open("/usr/lib/python2.7/os.pyc", O_RDONLY) = 5
  229. fstat(5, {st_mode=S_IFREG|0644, st_size=25451, ...}) = 0
  230. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  231. read(5, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"..., 4096) = 4096
  232. fstat(5, {st_mode=S_IFREG|0644, st_size=25451, ...}) = 0
  233. read(5, "e.\n\n N(\t\0\0\0R\t\0\0\0t\5\0\0\0splitt\6\0"..., 20480) = 20480
  234. read(5, "\0t\6\0\0\0extendR\31\0\0\0t\6\0\0\0ntpathR\32\0\0"..., 4096) = 875
  235. read(5, "", 4096) = 0
  236. close(5) = 0
  237. munmap(0x7f1f76923000, 4096) = 0
  238. brk(0x9fe000) = 0x9fe000
  239. stat("/usr/lib/python2.7/posixpath", 0x7fff9e930280) = -1 ENOENT (No such file or directory)
  240. open("/usr/lib/python2.7/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  241. open("/usr/lib/python2.7/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  242. open("/usr/lib/python2.7/posixpath.py", O_RDONLY) = 5
  243. fstat(5, {st_mode=S_IFREG|0644, st_size=13182, ...}) = 0
  244. open("/usr/lib/python2.7/posixpath.pyc", O_RDONLY) = 6
  245. fstat(6, {st_mode=S_IFREG|0644, st_size=11148, ...}) = 0
  246. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  247. read(6, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\345\1\0\0d\0"..., 4096) = 4096
  248. fstat(6, {st_mode=S_IFREG|0644, st_size=11148, ...}) = 0
  249. read(6, "(\0\0\0\0(\0\0\0\0s\37\0\0\0/usr/lib/python2."..., 4096) = 4096
  250. read(6, "\4\0D]k\0}\6\0|\6\0d\r\0k\6\0r\242\0q\212\0n\0\0|\6\0d\t"..., 4096) = 2956
  251. read(6, "", 4096) = 0
  252. close(6) = 0
  253. munmap(0x7f1f76923000, 4096) = 0
  254. stat("/usr/lib/python2.7/stat", 0x7fff9e92cc70) = -1 ENOENT (No such file or directory)
  255. open("/usr/lib/python2.7/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  256. open("/usr/lib/python2.7/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  257. open("/usr/lib/python2.7/stat.py", O_RDONLY) = 6
  258. fstat(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
  259. open("/usr/lib/python2.7/stat.pyc", O_RDONLY) = 7
  260. fstat(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
  261. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  262. read(7, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 4096) = 2731
  263. fstat(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
  264. read(7, "", 4096) = 0
  265. mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f7684a000
  266. close(7) = 0
  267. munmap(0x7f1f76923000, 4096) = 0
  268. close(6) = 0
  269. stat("/usr/lib/python2.7/genericpath", 0x7fff9e92cc70) = -1 ENOENT (No such file or directory)
  270. open("/usr/lib/python2.7/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  271. open("/usr/lib/python2.7/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  272. open("/usr/lib/python2.7/genericpath.py", O_RDONLY) = 6
  273. fstat(6, {st_mode=S_IFREG|0644, st_size=3015, ...}) = 0
  274. open("/usr/lib/python2.7/genericpath.pyc", O_RDONLY) = 7
  275. fstat(7, {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0
  276. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  277. read(7, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3243
  278. fstat(7, {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0
  279. read(7, "", 4096) = 0
  280. close(7) = 0
  281. munmap(0x7f1f76923000, 4096) = 0
  282. close(6) = 0
  283. stat("/usr/lib/python2.7/warnings", 0x7fff9e92cc70) = -1 ENOENT (No such file or directory)
  284. open("/usr/lib/python2.7/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  285. open("/usr/lib/python2.7/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  286. open("/usr/lib/python2.7/warnings.py", O_RDONLY) = 6
  287. fstat(6, {st_mode=S_IFREG|0644, st_size=14044, ...}) = 0
  288. open("/usr/lib/python2.7/warnings.pyc", O_RDONLY) = 7
  289. fstat(7, {st_mode=S_IFREG|0644, st_size=13104, ...}) = 0
  290. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  291. read(7, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sS\2\0\0d\0"..., 4096) = 4096
  292. fstat(7, {st_mode=S_IFREG|0644, st_size=13104, ...}) = 0
  293. read(7, "efaults\6\0\0\0modules\4\0\0\0once(\7\0\0\0R"..., 8192) = 8192
  294. read(7, "pyt\10\0\0\0__exit__c\1\0\0s\10\0\0\0\0\1\t\1\23\1\17\1"..., 4096) = 816
  295. read(7, "", 4096) = 0
  296. close(7) = 0
  297. munmap(0x7f1f76923000, 4096) = 0
  298. stat("/usr/lib/python2.7/linecache", 0x7fff9e929660) = -1 ENOENT (No such file or directory)
  299. open("/usr/lib/python2.7/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  300. open("/usr/lib/python2.7/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  301. open("/usr/lib/python2.7/linecache.py", O_RDONLY) = 7
  302. fstat(7, {st_mode=S_IFREG|0644, st_size=4118, ...}) = 0
  303. open("/usr/lib/python2.7/linecache.pyc", O_RDONLY) = 8
  304. fstat(8, {st_mode=S_IFREG|0644, st_size=3240, ...}) = 0
  305. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  306. read(8, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3240
  307. fstat(8, {st_mode=S_IFREG|0644, st_size=3240, ...}) = 0
  308. read(8, "", 4096) = 0
  309. close(8) = 0
  310. munmap(0x7f1f76923000, 4096) = 0
  311. close(7) = 0
  312. stat("/usr/lib/python2.7/types", 0x7fff9e929660) = -1 ENOENT (No such file or directory)
  313. open("/usr/lib/python2.7/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  314. open("/usr/lib/python2.7/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  315. open("/usr/lib/python2.7/types.py", O_RDONLY) = 7
  316. fstat(7, {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
  317. open("/usr/lib/python2.7/types.pyc", O_RDONLY) = 8
  318. fstat(8, {st_mode=S_IFREG|0644, st_size=2494, ...}) = 0
  319. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  320. read(8, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s/\2\0\0d\0"..., 4096) = 2494
  321. fstat(8, {st_mode=S_IFREG|0644, st_size=2494, ...}) = 0
  322. read(8, "", 4096) = 0
  323. close(8) = 0
  324. munmap(0x7f1f76923000, 4096) = 0
  325. close(7) = 0
  326. close(6) = 0
  327. close(5) = 0
  328. stat("/usr/lib/python2.7/UserDict", 0x7fff9e930280) = -1 ENOENT (No such file or directory)
  329. open("/usr/lib/python2.7/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  330. open("/usr/lib/python2.7/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  331. open("/usr/lib/python2.7/UserDict.py", O_RDONLY) = 5
  332. fstat(5, {st_mode=S_IFREG|0644, st_size=5811, ...}) = 0
  333. open("/usr/lib/python2.7/UserDict.pyc", O_RDONLY) = 6
  334. fstat(6, {st_mode=S_IFREG|0644, st_size=8730, ...}) = 0
  335. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  336. read(6, "\3\363\r\n\331\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
  337. fstat(6, {st_mode=S_IFREG|0644, st_size=8730, ...}) = 0
  338. read(6, "\0\1c\2\0\0\0\2\0\0\0\2\0\0\0C\0\0\0s\r\0\0\0|\1\0|\0\0j\0"..., 4096) = 4096
  339. read(6, "/UserDict.pyR\r\0\0\0\255\0\0\0s\n\0\0\0\0\1\f\1\4\1"..., 4096) = 538
  340. read(6, "", 4096) = 0
  341. close(6) = 0
  342. munmap(0x7f1f76923000, 4096) = 0
  343. stat("/usr/lib/python2.7/_abcoll", 0x7fff9e92cc70) = -1 ENOENT (No such file or directory)
  344. open("/usr/lib/python2.7/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  345. open("/usr/lib/python2.7/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  346. open("/usr/lib/python2.7/_abcoll.py", O_RDONLY) = 6
  347. fstat(6, {st_mode=S_IFREG|0644, st_size=14672, ...}) = 0
  348. open("/usr/lib/python2.7/_abcoll.pyc", O_RDONLY) = 7
  349. fstat(7, {st_mode=S_IFREG|0644, st_size=21725, ...}) = 0
  350. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  351. read(7, "\3\363\r\n\331\236\17Sc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0sI\2\0\0d\0"..., 4096) = 4096
  352. fstat(7, {st_mode=S_IFREG|0644, st_size=21725, ...}) = 0
  353. read(7, "C\0\0\0s&\0\0\0|\0\0t\0\0k\10\0r\"\0t\1\0|\1\0d\1\0\203\2"..., 16384) = 16384
  354. read(7, "\30<q\35\0Wd\0\0S(\3\0\0\0Ni\2\0\0\0i\1\0\0\0(\2\0\0\0R"..., 4096) = 1245
  355. read(7, "", 4096) = 0
  356. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76809000
  357. close(7) = 0
  358. munmap(0x7f1f76923000, 4096) = 0
  359. stat("/usr/lib/python2.7/abc", 0x7fff9e929660) = -1 ENOENT (No such file or directory)
  360. open("/usr/lib/python2.7/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  361. open("/usr/lib/python2.7/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  362. open("/usr/lib/python2.7/abc.py", O_RDONLY) = 7
  363. fstat(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0
  364. open("/usr/lib/python2.7/abc.pyc", O_RDONLY) = 8
  365. fstat(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0
  366. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  367. read(8, "\3\363\r\n\331\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096) = 4096
  368. fstat(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0
  369. read(8, "egisteri\0\0\0s\20\0\0\0\0\2\30\1\17\1\17\1\4\3\17\2\17\1\20\1"..., 4096) = 2025
  370. read(8, "", 4096) = 0
  371. close(8) = 0
  372. munmap(0x7f1f76923000, 4096) = 0
  373. stat("/usr/lib/python2.7/_weakrefset", 0x7fff9e926050) = -1 ENOENT (No such file or directory)
  374. open("/usr/lib/python2.7/_weakrefset.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  375. open("/usr/lib/python2.7/_weakrefsetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  376. open("/usr/lib/python2.7/_weakrefset.py", O_RDONLY) = 8
  377. fstat(8, {st_mode=S_IFREG|0644, st_size=6389, ...}) = 0
  378. open("/usr/lib/python2.7/_weakrefset.pyc", O_RDONLY) = 9
  379. fstat(9, {st_mode=S_IFREG|0644, st_size=10190, ...}) = 0
  380. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  381. read(9, "\3\363\r\n\331\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 4096) = 4096
  382. fstat(9, {st_mode=S_IFREG|0644, st_size=10190, ...}) = 0
  383. read(9, "\0\0\0C\0\0\0s0\0\0\0|\0\0j\0\0r\26\0|\0\0j\1\0\203\0\0\1n"..., 4096) = 4096
  384. read(9, "on2.7/_weakrefset.pys\t\0\0\0<genexp"..., 4096) = 1998
  385. read(9, "", 4096) = 0
  386. close(9) = 0
  387. munmap(0x7f1f76923000, 4096) = 0
  388. close(8) = 0
  389. close(7) = 0
  390. brk(0xa1f000) = 0xa1f000
  391. close(6) = 0
  392. close(5) = 0
  393. stat("/usr/lib/python2.7/copy_reg", 0x7fff9e930280) = -1 ENOENT (No such file or directory)
  394. open("/usr/lib/python2.7/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  395. open("/usr/lib/python2.7/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  396. open("/usr/lib/python2.7/copy_reg.py", O_RDONLY) = 5
  397. fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
  398. open("/usr/lib/python2.7/copy_reg.pyc", O_RDONLY) = 6
  399. fstat(6, {st_mode=S_IFREG|0644, st_size=5091, ...}) = 0
  400. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  401. read(6, "\3\363\r\n\331\236\17Sc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"..., 4096) = 4096
  402. fstat(6, {st_mode=S_IFREG|0644, st_size=5091, ...}) = 0
  403. read(6, "\0\0\0t\3\0\0\0intt\n\0\0\0ValueErrort\23\0\0\0_"..., 4096) = 995
  404. read(6, "", 4096) = 0
  405. close(6) = 0
  406. munmap(0x7f1f76923000, 4096) = 0
  407. close(5) = 0
  408. close(4) = 0
  409. stat("/usr/lib/python2.7/traceback", 0x7fff9e933890) = -1 ENOENT (No such file or directory)
  410. open("/usr/lib/python2.7/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  411. open("/usr/lib/python2.7/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  412. open("/usr/lib/python2.7/traceback.py", O_RDONLY) = 4
  413. fstat(4, {st_mode=S_IFREG|0644, st_size=11255, ...}) = 0
  414. open("/usr/lib/python2.7/traceback.pyc", O_RDONLY) = 5
  415. fstat(5, {st_mode=S_IFREG|0644, st_size=11583, ...}) = 0
  416. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  417. read(5, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
  418. fstat(5, {st_mode=S_IFREG|0644, st_size=11583, ...}) = 0
  419. read(5, "R!\0\0\0i\0\0\0\0i\1\0\0\0N(\20\0\0\0R\24\0\0\0R\"\0\0\0R"..., 4096) = 4096
  420. read(5, "Xd\1\0S(\2\0\0\0s\276\0\0\0Shorthand for 'pr"..., 4096) = 3391
  421. read(5, "", 4096) = 0
  422. close(5) = 0
  423. munmap(0x7f1f76923000, 4096) = 0
  424. close(4) = 0
  425. geteuid() = 67943
  426. getuid() = 67943
  427. getegid() = 5000
  428. getgid() = 5000
  429. stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  430. stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  431. stat("/usr/lib/python2.7/sysconfig", 0x7fff9e933350) = -1 ENOENT (No such file or directory)
  432. open("/usr/lib/python2.7/sysconfig.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  433. open("/usr/lib/python2.7/sysconfigmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  434. open("/usr/lib/python2.7/sysconfig.py", O_RDONLY) = 4
  435. fstat(4, {st_mode=S_IFREG|0644, st_size=28113, ...}) = 0
  436. open("/usr/lib/python2.7/sysconfig.pyc", O_RDONLY) = 5
  437. fstat(5, {st_mode=S_IFREG|0644, st_size=18805, ...}) = 0
  438. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  439. read(5, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s(\5\0\0d\0"..., 4096) = 4096
  440. fstat(5, {st_mode=S_IFREG|0644, st_size=18805, ...}) = 0
  441. read(5, "e(\0\0\0\0(\0\0\0\0s\37\0\0\0/usr/lib/python2"..., 12288) = 12288
  442. read(5, "4s\t\0\0\0win-amd64t\7\0\0\0itaniums\10\0\0\0"..., 4096) = 2421
  443. read(5, "", 4096) = 0
  444. close(5) = 0
  445. munmap(0x7f1f76923000, 4096) = 0
  446. lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  447. lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=77824, ...}) = 0
  448. lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
  449. lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
  450. readlink("/usr/bin/python", "python2.7"..., 4096) = 9
  451. lstat("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=2993744, ...}) = 0
  452. lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  453. lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=77824, ...}) = 0
  454. lstat("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=2993744, ...}) = 0
  455. stat("/usr/bin/Modules/Setup.dist", 0x7fff9e933df0) = -1 ENOENT (No such file or directory)
  456. stat("/usr/bin/Modules/Setup.local", 0x7fff9e933df0) = -1 ENOENT (No such file or directory)
  457. close(4) = 0
  458. stat("/usr/lib/python2.7/re", 0x7fff9e932ff0) = -1 ENOENT (No such file or directory)
  459. open("/usr/lib/python2.7/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  460. open("/usr/lib/python2.7/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  461. open("/usr/lib/python2.7/re.py", O_RDONLY) = 4
  462. fstat(4, {st_mode=S_IFREG|0644, st_size=12959, ...}) = 0
  463. open("/usr/lib/python2.7/re.pyc", O_RDONLY) = 5
  464. fstat(5, {st_mode=S_IFREG|0644, st_size=13052, ...}) = 0
  465. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  466. read(5, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s'\2\0\0d\0"..., 4096) = 4096
  467. fstat(5, {st_mode=S_IFREG|0644, st_size=13052, ...}) = 0
  468. read(5, " Match a regular expression pat"..., 8192) = 8192
  469. read(5, "\1(\4\0\0\0t\10\0\0\0__name__t\n\0\0\0__module"..., 4096) = 764
  470. read(5, "", 4096) = 0
  471. close(5) = 0
  472. munmap(0x7f1f76923000, 4096) = 0
  473. stat("/usr/lib/python2.7/sre_compile", 0x7fff9e92f9e0) = -1 ENOENT (No such file or directory)
  474. open("/usr/lib/python2.7/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  475. open("/usr/lib/python2.7/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  476. open("/usr/lib/python2.7/sre_compile.py", O_RDONLY) = 5
  477. fstat(5, {st_mode=S_IFREG|0644, st_size=16427, ...}) = 0
  478. open("/usr/lib/python2.7/sre_compile.pyc", O_RDONLY) = 6
  479. fstat(6, {st_mode=S_IFREG|0644, st_size=11029, ...}) = 0
  480. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  481. read(6, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sn\1\0\0d\0"..., 4096) = 4096
  482. fstat(6, {st_mode=S_IFREG|0644, st_size=11029, ...}) = 0
  483. read(6, "\1\f\1\21\1\f\1\16\1\f\0\n\1\20\1\r\2\26\1\f\1\f\1\n\1\24\1\16\1\27\1\f"..., 4096) = 4096
  484. read(6, "\4\0k\10\0rb\1|\t\0|\n\0|\v\0f\2\0\203\1\0\1q`\2|\n\0t\7"..., 4096) = 2837
  485. read(6, "", 4096) = 0
  486. close(6) = 0
  487. munmap(0x7f1f76923000, 4096) = 0
  488. stat("/usr/lib/python2.7/sre_parse", 0x7fff9e92c3d0) = -1 ENOENT (No such file or directory)
  489. open("/usr/lib/python2.7/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  490. open("/usr/lib/python2.7/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  491. open("/usr/lib/python2.7/sre_parse.py", O_RDONLY) = 6
  492. fstat(6, {st_mode=S_IFREG|0644, st_size=26798, ...}) = 0
  493. open("/usr/lib/python2.7/sre_parse.pyc", O_RDONLY) = 7
  494. fstat(7, {st_mode=S_IFREG|0644, st_size=19028, ...}) = 0
  495. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  496. read(7, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\312\2\0\0d\0"..., 4096) = 4096
  497. fstat(7, {st_mode=S_IFREG|0644, st_size=19028, ...}) = 0
  498. read(7, "\3\0\0\0\3\0\0\0\3\0\0\0C\0\0\0s\27\0\0\0|\0\0j\0\0j\1\0|\1"..., 12288) = 12288
  499. read(7, "q\234\1\4t\r\0k\n\0r\227\1\1\1\1t\16\0d\16\0\202\2\0q\234\1Xn\1\0"..., 4096) = 2644
  500. read(7, "", 4096) = 0
  501. close(7) = 0
  502. munmap(0x7f1f76923000, 4096) = 0
  503. stat("/usr/lib/python2.7/sre_constants", 0x7fff9e928dc0) = -1 ENOENT (No such file or directory)
  504. open("/usr/lib/python2.7/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  505. open("/usr/lib/python2.7/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  506. open("/usr/lib/python2.7/sre_constants.py", O_RDONLY) = 7
  507. fstat(7, {st_mode=S_IFREG|0644, st_size=7137, ...}) = 0
  508. open("/usr/lib/python2.7/sre_constants.pyc", O_RDONLY) = 8
  509. fstat(8, {st_mode=S_IFREG|0644, st_size=6078, ...}) = 0
  510. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  511. read(8, "\3\363\r\n\332\236\17Sc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\357\4\0\0d\0"..., 4096) = 4096
  512. fstat(8, {st_mode=S_IFREG|0644, st_size=6078, ...}) = 0
  513. read(8, "`\0\0\0t\7\0\0\0__doc__t\5\0\0\0MAGICt\t\0\0\0M"..., 4096) = 1982
  514. read(8, "", 4096) = 0
  515. close(8) = 0
  516. munmap(0x7f1f76923000, 4096) = 0
  517. brk(0xa40000) = 0xa40000
  518. close(7) = 0
  519. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f767c8000
  520. close(6) = 0
  521. close(5) = 0
  522. close(4) = 0
  523. open("/usr/lib/python2.7/config/Makefile", O_RDONLY) = 4
  524. fstat(4, {st_mode=S_IFREG|0644, st_size=53972, ...}) = 0
  525. fstat(4, {st_mode=S_IFREG|0644, st_size=53972, ...}) = 0
  526. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  527. read(4, "# Generated automatically from M"..., 8192) = 8192
  528. read(4, "#############################\n# "..., 4096) = 4096
  529. read(4, "MAKE) all PY_CFLAGS=\"$(PY_CFLAGS"..., 4096) = 4096
  530. read(4, ".\n$(DLLLIBRARY) libpython$(VERSI"..., 4096) = 4096
  531. read(4, "Python/formatter_unicode.o: $(sr"..., 4096) = 4096
  532. read(4, "\t\tpybuildbot.identify \"CC='$(CC)"..., 4096) = 4096
  533. read(4, "lib-scriptpackages/StdSuites \\\n\t"..., 4096) = 4096
  534. read(4, "s here, as the completely-expand"..., 4096) = 4096
  535. read(4, "l: install\n\n# On install, we re-"..., 4096) = 4096
  536. read(4, "-- clean leaves libraries, execu"..., 4096) = 4096
  537. read(4, ".o; $(BLDSHARED) Modules/arraym"..., 4096) = 4096
  538. read(4, "BLDSHARED) Modules/spwdmodule.o"..., 4096) = 4096
  539. read(4, "pimport.c; $(CC) $(PY_CORE_CFLAG"..., 4096) = 724
  540. read(4, "", 4096) = 0
  541. close(4) = 0
  542. munmap(0x7f1f76923000, 4096) = 0
  543. open("/usr/include/python2.7/pyconfig.h", O_RDONLY) = 4
  544. fstat(4, {st_mode=S_IFREG|0644, st_size=35970, ...}) = 0
  545. fstat(4, {st_mode=S_IFREG|0644, st_size=35970, ...}) = 0
  546. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  547. read(4, "/* pyconfig.h. Generated from p"..., 4096) = 4096
  548. read(4, "IS_TERM_RESIZED 1\n\n/* Define if "..., 4096) = 4096
  549. read(4, "3_ARG */\n\n/* Define this if you "..., 4096) = 4096
  550. read(4, "*/\n#define HAVE_LINUX_NETLINK_H "..., 4096) = 4096
  551. brk(0xa64000) = 0xa64000
  552. read(4, "\n/* Define if you have the 'setg"..., 4096) = 4096
  553. read(4, "/* Define to 1 if you have the <"..., 4096) = 4096
  554. read(4, "efine to 1 if you have the `utim"..., 4096) = 4096
  555. read(4, "e SIZEOF_TIME_T 8\n\n/* The size o"..., 4096) = 4096
  556. read(4, "\n\n/* Define to 2 if the system d"..., 4096) = 3202
  557. read(4, "", 4096) = 0
  558. close(4) = 0
  559. munmap(0x7f1f76923000, 4096) = 0
  560. stat("/home/pts/.local/lib/python2.7/site-packages", 0x7fff9e9377f0) = -1 ENOENT (No such file or directory)
  561. stat("/home/pts/.local/local/lib/python2.7/dist-packages", 0x7fff9e9377f0) = -1 ENOENT (No such file or directory)
  562. stat("/home/pts/.local/lib/python2.7/dist-packages", 0x7fff9e9377f0) = -1 ENOENT (No such file or directory)
  563. stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
  564. openat(AT_FDCWD, "/usr/local/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
  565. getdents(4, /* 15 entries */, 32768) = 720
  566. getdents(4, /* 0 entries */, 32768) = 0
  567. close(4) = 0
  568. open("/usr/local/lib/python2.7/dist-packages/easy-install.pth", O_RDONLY) = 4
  569. fstat(4, {st_mode=S_IFREG|0644, st_size=567, ...}) = 0
  570. fstat(4, {st_mode=S_IFREG|0644, st_size=567, ...}) = 0
  571. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  572. read(4, "import sys; sys.__plen = len(sys"..., 8192) = 567
  573. read(4, "", 4096) = 0
  574. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  575. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  576. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  577. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  578. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  579. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  580. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  581. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  582. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  583. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  584. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  585. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  586. read(4, "", 8192) = 0
  587. close(4) = 0
  588. munmap(0x7f1f76923000, 4096) = 0
  589. stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  590. openat(AT_FDCWD, "/usr/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
  591. getdents(4, /* 333 entries */, 32768) = 12752
  592. getdents(4, /* 0 entries */, 32768) = 0
  593. close(4) = 0
  594. open("/usr/lib/python2.7/dist-packages/PIL.pth", O_RDONLY) = 4
  595. fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
  596. fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
  597. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  598. read(4, "PIL\n", 8192) = 4
  599. read(4, "", 4096) = 0
  600. stat("/usr/lib/python2.7/dist-packages/PIL", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
  601. read(4, "", 8192) = 0
  602. close(4) = 0
  603. munmap(0x7f1f76923000, 4096) = 0
  604. open("/usr/lib/python2.7/dist-packages/gtk-2.0-pysupport-compat.pth", O_RDONLY) = 4
  605. fstat(4, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
  606. fstat(4, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
  607. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  608. read(4, "/usr/lib/pymodules/python2.7/gtk"..., 8192) = 38
  609. read(4, "", 4096) = 0
  610. stat("/usr/lib/pymodules/python2.7/gtk-2.0", 0x7fff9e9373d0) = -1 ENOENT (No such file or directory)
  611. read(4, "", 8192) = 0
  612. close(4) = 0
  613. munmap(0x7f1f76923000, 4096) = 0
  614. open("/usr/lib/python2.7/dist-packages/lazr.restfulclient-0.12.0-nspkg.pth", O_RDONLY) = 4
  615. fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
  616. fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
  617. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  618. read(4, "import sys,types,os; p = os.path"..., 8192) = 301
  619. read(4, "", 4096) = 0
  620. stat("/usr/lib/python2.7/dist-packages/lazr/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  621. read(4, "", 8192) = 0
  622. close(4) = 0
  623. munmap(0x7f1f76923000, 4096) = 0
  624. open("/usr/lib/python2.7/dist-packages/lazr.uri-1.0.3-nspkg.pth", O_RDONLY) = 4
  625. fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
  626. fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
  627. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  628. read(4, "import sys,types,os; p = os.path"..., 8192) = 301
  629. read(4, "", 4096) = 0
  630. stat("/usr/lib/python2.7/dist-packages/lazr/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  631. read(4, "", 8192) = 0
  632. close(4) = 0
  633. munmap(0x7f1f76923000, 4096) = 0
  634. open("/usr/lib/python2.7/dist-packages/pygst.pth", O_RDONLY) = 4
  635. fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
  636. fstat(4, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
  637. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  638. read(4, "gst-0.10\n", 8192) = 9
  639. read(4, "", 4096) = 0
  640. stat("/usr/lib/python2.7/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  641. read(4, "", 8192) = 0
  642. close(4) = 0
  643. munmap(0x7f1f76923000, 4096) = 0
  644. open("/usr/lib/python2.7/dist-packages/pygtk.pth", O_RDONLY) = 4
  645. fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
  646. fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
  647. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  648. read(4, "gtk-2.0\n", 8192) = 8
  649. read(4, "", 4096) = 0
  650. stat("/usr/lib/python2.7/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  651. read(4, "", 8192) = 0
  652. close(4) = 0
  653. munmap(0x7f1f76923000, 4096) = 0
  654. open("/usr/lib/python2.7/dist-packages/python-support.pth", O_RDONLY) = 4
  655. fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
  656. fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
  657. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  658. read(4, "/usr/lib/pymodules/python2.7\n", 8192) = 29
  659. read(4, "", 4096) = 0
  660. stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  661. read(4, "", 8192) = 0
  662. close(4) = 0
  663. munmap(0x7f1f76923000, 4096) = 0
  664. open("/usr/lib/python2.7/dist-packages/setuptools.pth", O_RDONLY) = 4
  665. fstat(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
  666. fstat(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
  667. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  668. read(4, "setuptools-0.6c11.egg-info\n", 8192) = 27
  669. read(4, "", 4096) = 0
  670. stat("/usr/lib/python2.7/dist-packages/setuptools-0.6c11.egg-info", 0x7fff9e9373d0) = -1 ENOENT (No such file or directory)
  671. read(4, "", 8192) = 0
  672. close(4) = 0
  673. munmap(0x7f1f76923000, 4096) = 0
  674. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client.pth", O_RDONLY) = 4
  675. fstat(4, {st_mode=S_IFREG|0644, st_size=18, ...}) = 0
  676. fstat(4, {st_mode=S_IFREG|0644, st_size=18, ...}) = 0
  677. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  678. read(4, "ubuntu-sso-client\n", 8192) = 18
  679. read(4, "", 4096) = 0
  680. stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  681. read(4, "", 8192) = 0
  682. close(4) = 0
  683. munmap(0x7f1f76923000, 4096) = 0
  684. open("/usr/lib/python2.7/dist-packages/zope.interface-3.6.1-nspkg.pth", O_RDONLY) = 4
  685. fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
  686. fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
  687. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  688. read(4, "import sys,types,os; p = os.path"..., 8192) = 301
  689. read(4, "", 4096) = 0
  690. stat("/usr/lib/python2.7/dist-packages/zope/__init__.py", {st_mode=S_IFREG|0644, st_size=200, ...}) = 0
  691. read(4, "", 8192) = 0
  692. close(4) = 0
  693. munmap(0x7f1f76923000, 4096) = 0
  694. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  695. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  696. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  697. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  698. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  699. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  700. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  701. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  702. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  703. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  704. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  705. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  706. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  707. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  708. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  709. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  710. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  711. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  712. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  713. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  714. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  715. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  716. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  717. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  718. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  719. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  720. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  721. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  722. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  723. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  724. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  725. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  726. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  727. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  728. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  729. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  730. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  731. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  732. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  733. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  734. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  735. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  736. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  737. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  738. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  739. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  740. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  741. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  742. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  743. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  744. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  745. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  746. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  747. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  748. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  749. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  750. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  751. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  752. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  753. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  754. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  755. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  756. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  757. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  758. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  759. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  760. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  761. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  762. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  763. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  764. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  765. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  766. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  767. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  768. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  769. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  770. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  771. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  772. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
  773. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  774. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  775. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  776. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  777. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  778. stat("/usr/lib/python2.7/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  779. open("/usr/lib/python2.7/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  780. open("/usr/lib/python2.7/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  781. open("/usr/lib/python2.7/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  782. open("/usr/lib/python2.7/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  783. stat("/usr/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  784. stat("/usr/lib/python2.7/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  785. stat("/usr/lib/python2.7/plat-linux2/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  786. open("/usr/lib/python2.7/plat-linux2/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  787. open("/usr/lib/python2.7/plat-linux2/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  788. open("/usr/lib/python2.7/plat-linux2/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  789. open("/usr/lib/python2.7/plat-linux2/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  790. stat("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  791. stat("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  792. stat("/usr/lib/python2.7/lib-tk/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  793. open("/usr/lib/python2.7/lib-tk/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  794. open("/usr/lib/python2.7/lib-tk/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  795. open("/usr/lib/python2.7/lib-tk/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  796. open("/usr/lib/python2.7/lib-tk/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  797. stat("/usr/lib/python2.7/lib-old", 0x7fff9e9302b0) = -1 ENOENT (No such file or directory)
  798. stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  799. stat("/usr/lib/python2.7/lib-old", 0x7fff9e933320) = -1 ENOENT (No such file or directory)
  800. stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  801. stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  802. stat("/usr/lib/python2.7/lib-dynload/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  803. open("/usr/lib/python2.7/lib-dynload/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  804. open("/usr/lib/python2.7/lib-dynload/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  805. open("/usr/lib/python2.7/lib-dynload/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  806. open("/usr/lib/python2.7/lib-dynload/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  807. stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
  808. stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
  809. stat("/usr/local/lib/python2.7/dist-packages/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  810. open("/usr/local/lib/python2.7/dist-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  811. open("/usr/local/lib/python2.7/dist-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  812. open("/usr/local/lib/python2.7/dist-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  813. open("/usr/local/lib/python2.7/dist-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  814. stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  815. stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  816. stat("/usr/lib/python2.7/dist-packages/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  817. open("/usr/lib/python2.7/dist-packages/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  818. open("/usr/lib/python2.7/dist-packages/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  819. open("/usr/lib/python2.7/dist-packages/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  820. open("/usr/lib/python2.7/dist-packages/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  821. stat("/usr/lib/python2.7/dist-packages/PIL", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
  822. stat("/usr/lib/python2.7/dist-packages/PIL", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
  823. stat("/usr/lib/python2.7/dist-packages/PIL/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  824. open("/usr/lib/python2.7/dist-packages/PIL/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  825. open("/usr/lib/python2.7/dist-packages/PIL/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  826. open("/usr/lib/python2.7/dist-packages/PIL/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  827. open("/usr/lib/python2.7/dist-packages/PIL/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  828. stat("/usr/lib/python2.7/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  829. stat("/usr/lib/python2.7/dist-packages/gst-0.10", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  830. stat("/usr/lib/python2.7/dist-packages/gst-0.10/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  831. open("/usr/lib/python2.7/dist-packages/gst-0.10/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  832. open("/usr/lib/python2.7/dist-packages/gst-0.10/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  833. open("/usr/lib/python2.7/dist-packages/gst-0.10/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  834. open("/usr/lib/python2.7/dist-packages/gst-0.10/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  835. stat("/usr/lib/python2.7/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  836. stat("/usr/lib/python2.7/dist-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  837. stat("/usr/lib/python2.7/dist-packages/gtk-2.0/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  838. open("/usr/lib/python2.7/dist-packages/gtk-2.0/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  839. open("/usr/lib/python2.7/dist-packages/gtk-2.0/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  840. open("/usr/lib/python2.7/dist-packages/gtk-2.0/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  841. open("/usr/lib/python2.7/dist-packages/gtk-2.0/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  842. stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  843. stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  844. stat("/usr/lib/pymodules/python2.7/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  845. open("/usr/lib/pymodules/python2.7/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  846. open("/usr/lib/pymodules/python2.7/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  847. open("/usr/lib/pymodules/python2.7/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  848. open("/usr/lib/pymodules/python2.7/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  849. stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  850. stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  851. stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/sitecustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  852. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  853. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  854. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  855. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  856. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  857. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  858. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  859. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  860. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  861. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  862. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  863. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  864. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  865. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  866. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  867. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  868. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  869. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  870. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  871. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  872. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  873. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  874. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  875. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  876. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  877. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  878. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  879. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  880. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  881. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  882. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  883. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  884. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  885. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  886. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  887. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  888. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  889. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  890. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  891. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  892. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  893. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  894. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  895. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  896. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  897. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  898. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  899. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  900. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  901. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  902. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  903. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  904. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  905. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  906. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  907. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  908. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  909. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  910. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  911. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  912. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  913. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  914. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  915. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  916. stat("/usr/lib/python2.7/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  917. open("/usr/lib/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  918. open("/usr/lib/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  919. open("/usr/lib/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  920. open("/usr/lib/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  921. stat("/usr/lib/python2.7/plat-linux2/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  922. open("/usr/lib/python2.7/plat-linux2/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  923. open("/usr/lib/python2.7/plat-linux2/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  924. open("/usr/lib/python2.7/plat-linux2/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  925. open("/usr/lib/python2.7/plat-linux2/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  926. stat("/usr/lib/python2.7/lib-tk/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  927. open("/usr/lib/python2.7/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  928. open("/usr/lib/python2.7/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  929. open("/usr/lib/python2.7/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  930. open("/usr/lib/python2.7/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  931. stat("/usr/lib/python2.7/lib-dynload/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  932. open("/usr/lib/python2.7/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  933. open("/usr/lib/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  934. open("/usr/lib/python2.7/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  935. open("/usr/lib/python2.7/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  936. stat("/usr/local/lib/python2.7/dist-packages/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  937. open("/usr/local/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  938. open("/usr/local/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  939. open("/usr/local/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  940. open("/usr/local/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  941. stat("/usr/lib/python2.7/dist-packages/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  942. open("/usr/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  943. open("/usr/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  944. open("/usr/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  945. open("/usr/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  946. stat("/usr/lib/python2.7/dist-packages/PIL/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  947. open("/usr/lib/python2.7/dist-packages/PIL/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  948. open("/usr/lib/python2.7/dist-packages/PIL/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  949. open("/usr/lib/python2.7/dist-packages/PIL/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  950. open("/usr/lib/python2.7/dist-packages/PIL/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  951. stat("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  952. open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  953. open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  954. open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  955. open("/usr/lib/python2.7/dist-packages/gst-0.10/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  956. stat("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  957. open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  958. open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  959. open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  960. open("/usr/lib/python2.7/dist-packages/gtk-2.0/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  961. stat("/usr/lib/pymodules/python2.7/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  962. open("/usr/lib/pymodules/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  963. open("/usr/lib/pymodules/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  964. open("/usr/lib/pymodules/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  965. open("/usr/lib/pymodules/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  966. stat("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize", 0x7fff9e9335f0) = -1 ENOENT (No such file or directory)
  967. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  968. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  969. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  970. open("/usr/lib/python2.7/dist-packages/ubuntu-sso-client/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  971. close(3) = 0
  972. open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
  973. fstat(3, {st_mode=S_IFREG|0644, st_size=15218288, ...}) = 0
  974. mmap(NULL, 15218288, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1f7413b000
  975. close(3) = 0
  976. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  977. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  978. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  979. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  980. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  981. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  982. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  983. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  984. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  985. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  986. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  987. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  988. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  989. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  990. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  991. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  992. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  993. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  994. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  995. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  996. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  997. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  998. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  999. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1000. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1001. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1002. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1003. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1004. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1005. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1006. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1007. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1008. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1009. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1010. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1011. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1012. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1013. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1014. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1015. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1016. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1017. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1018. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1019. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1020. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1021. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1022. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1023. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1024. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1025. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1026. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1027. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1028. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1029. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1030. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1031. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/encodings", 0x7fff9e936fe0) = -1 ENOENT (No such file or directory)
  1032. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1033. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1034. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1035. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1036. stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  1037. stat("/usr/lib/python2.7/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
  1038. stat("/usr/lib/python2.7/encodings/__init__", 0x7fff9e935f70) = -1 ENOENT (No such file or directory)
  1039. open("/usr/lib/python2.7/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1040. open("/usr/lib/python2.7/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1041. open("/usr/lib/python2.7/encodings/__init__.py", O_RDONLY) = 3
  1042. fstat(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
  1043. open("/usr/lib/python2.7/encodings/__init__.pyc", O_RDONLY) = 4
  1044. fstat(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0
  1045. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1046. read(4, "\3\363\r\n\333\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
  1047. fstat(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0
  1048. read(4, "\1$\1$\0016\0016\1\3\1\3\1\26\1\"\0015\1\22\3\n\4\3\1\20\1\r\1\4\2\r"..., 4096) = 274
  1049. read(4, "", 4096) = 0
  1050. close(4) = 0
  1051. munmap(0x7f1f76923000, 4096) = 0
  1052. stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  1053. stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  1054. stat("/usr/lib/python2.7/encodings/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1055. open("/usr/lib/python2.7/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1056. open("/usr/lib/python2.7/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1057. open("/usr/lib/python2.7/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1058. open("/usr/lib/python2.7/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1059. stat("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1060. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1061. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1062. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1063. open("/usr/local/lib/python2.7/dist-packages/google_api_python_client-1.2-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1064. stat("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1065. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1066. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1067. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1068. open("/usr/local/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1069. stat("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1070. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1071. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1072. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1073. open("/usr/local/lib/python2.7/dist-packages/livestreamer-1.10.2-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1074. stat("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1075. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1076. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1077. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1078. open("/usr/local/lib/python2.7/dist-packages/requests-2.4.1-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1079. stat("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1080. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1081. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1082. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1083. open("/usr/local/lib/python2.7/dist-packages/singledispatch-3.4.0.3-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1084. stat("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1085. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1086. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1087. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1088. open("/usr/local/lib/python2.7/dist-packages/futures-2.2.0-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1089. stat("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1090. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1091. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1092. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1093. open("/usr/local/lib/python2.7/dist-packages/six-1.8.0-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1094. stat("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1095. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1096. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1097. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1098. open("/usr/local/lib/python2.7/dist-packages/cffi-0.8.6-py2.7-linux-x86_64.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1099. stat("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1100. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1101. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1102. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1103. open("/usr/local/lib/python2.7/dist-packages/pycparser-2.10-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1104. stat("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1105. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1106. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1107. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1108. open("/usr/local/lib/python2.7/dist-packages/python_librtmp-0.2.1-py2.7-linux-x86_64.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1109. stat("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1110. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1111. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1112. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1113. open("/usr/local/lib/python2.7/dist-packages/pyzmq-14.4.0-py2.7-linux-x86_64.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1114. stat("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1115. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1116. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1117. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1118. open("/usr/local/lib/python2.7/dist-packages/pysigset-0.2.1-py2.7.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1119. stat("/usr/lib/python2.7/codecs", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1120. open("/usr/lib/python2.7/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1121. open("/usr/lib/python2.7/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1122. open("/usr/lib/python2.7/codecs.py", O_RDONLY) = 4
  1123. fstat(4, {st_mode=S_IFREG|0644, st_size=35266, ...}) = 0
  1124. open("/usr/lib/python2.7/codecs.pyc", O_RDONLY) = 5
  1125. fstat(5, {st_mode=S_IFREG|0644, st_size=36414, ...}) = 0
  1126. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1127. read(5, "\3\363\r\n\331\236\17Sc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s7\3\0\0d\0"..., 4096) = 4096
  1128. fstat(5, {st_mode=S_IFREG|0644, st_size=36414, ...}) = 0
  1129. read(5, "d\1\0S(\2\0\0\0s\372\2\0\0 Decodes the objec"..., 28672) = 28672
  1130. read(5, "c for the given encoding and ret"..., 4096) = 3646
  1131. read(5, "", 4096) = 0
  1132. close(5) = 0
  1133. munmap(0x7f1f76923000, 4096) = 0
  1134. close(4) = 0
  1135. stat("/usr/lib/python2.7/encodings/encodings", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1136. open("/usr/lib/python2.7/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1137. open("/usr/lib/python2.7/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1138. open("/usr/lib/python2.7/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1139. open("/usr/lib/python2.7/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1140. stat("/usr/lib/python2.7/encodings/aliases", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1141. open("/usr/lib/python2.7/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1142. open("/usr/lib/python2.7/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1143. open("/usr/lib/python2.7/encodings/aliases.py", O_RDONLY) = 4
  1144. fstat(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
  1145. open("/usr/lib/python2.7/encodings/aliases.pyc", O_RDONLY) = 5
  1146. fstat(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0
  1147. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1148. read(5, "\3\363\r\n\333\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"..., 4096) = 4096
  1149. fstat(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0
  1150. read(5, "ibm860t\6\0\0\0ibm860t\5\0\0\0cp861t\3\0\0\0"..., 4096) = 4096
  1151. read(5, "\7\3\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\3\7\1\7\3"..., 4096) = 576
  1152. read(5, "", 4096) = 0
  1153. close(5) = 0
  1154. munmap(0x7f1f76923000, 4096) = 0
  1155. close(4) = 0
  1156. stat("/usr/lib/python2.7/encodings/__builtin__", 0x7fff9e932960) = -1 ENOENT (No such file or directory)
  1157. open("/usr/lib/python2.7/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1158. open("/usr/lib/python2.7/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1159. open("/usr/lib/python2.7/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1160. open("/usr/lib/python2.7/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1161. close(3) = 0
  1162. stat("/usr/lib/python2.7/encodings/utf_8", 0x7fff9e936cf0) = -1 ENOENT (No such file or directory)
  1163. open("/usr/lib/python2.7/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1164. open("/usr/lib/python2.7/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1165. open("/usr/lib/python2.7/encodings/utf_8.py", O_RDONLY) = 3
  1166. fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
  1167. open("/usr/lib/python2.7/encodings/utf_8.pyc", O_RDONLY) = 4
  1168. fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
  1169. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1170. read(4, "\3\363\r\n\333\236\17Sc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950
  1171. fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
  1172. read(4, "", 4096) = 0
  1173. close(4) = 0
  1174. munmap(0x7f1f76923000, 4096) = 0
  1175. close(3) = 0
  1176. ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  1177. ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  1178. ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
  1179. readlink("./pcall.py", 0x7fff9e9393e0, 4096) = -1 EINVAL (Invalid argument)
  1180. getcwd("/tmp", 4096) = 5
  1181. lstat("/tmp/pcall.py", {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1182. stat("./pcall.py", {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1183. open("./pcall.py", O_RDONLY) = 3
  1184. fstat(3, {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1185. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1186. fstat(3, {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1187. lseek(3, 0, SEEK_SET) = 0
  1188. read(3, "#! /usr/bin/python\nimport os, si"..., 295) = 295
  1189. read(3, "leep.py', shell=True)\n", 4096) = 22
  1190. close(3) = 0
  1191. munmap(0x7f1f76923000, 4096) = 0
  1192. stat("./pcall.py", {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1193. open("./pcall.py", O_RDONLY) = 3
  1194. fstat(3, {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1195. ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff9e93b3b8) = -1 ENOTTY (Inappropriate ioctl for device)
  1196. fstat(3, {st_mode=S_IFREG|0755, st_size=317, ...}) = 0
  1197. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1198. lseek(3, 0, SEEK_CUR) = 0
  1199. read(3, "#! /usr/bin/python\nimport os, si"..., 4096) = 317
  1200. lseek(3, 317, SEEK_SET) = 317
  1201. brk(0xa86000) = 0xa86000
  1202. read(3, "", 4096) = 0
  1203. close(3) = 0
  1204. munmap(0x7f1f76923000, 4096) = 0
  1205. rt_sigaction(SIGABRT, {0x512110, [], SA_RESTORER, 0x7f1f764f6cb0}, {SIG_DFL, [], 0}, 8) = 0
  1206. rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f1f7520b150}, {0x512110, [], SA_RESTORER, 0x7f1f764f6cb0}, 8) = 0
  1207. rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f1f7520b150}, {SIG_DFL, [], 0}, 8) = 0
  1208. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  1209. clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fff9e93b110) = 20074
  1210. wait4(20074, 0x7fff9e93b100, 0, NULL) = ? ERESTARTSYS (To be restarted)
  1211. --- SIGABRT (Aborted) @ 0 (0) ---
  1212. rt_sigreturn(0xffffffff) = -1 EINTR (Interrupted system call)
  1213. wait4(20074, 0x7fff9e93b100, 0, NULL) = ? ERESTARTSYS (To be restarted)
  1214. --- SIGABRT (Aborted) @ 0 (0) ---
  1215. rt_sigreturn(0x60) = -1 EINTR (Interrupted system call)
  1216. wait4(20074, 0x7fff9e93b100, 0, NULL) = ? ERESTARTSYS (To be restarted)
  1217. --- SIGABRT (Aborted) @ 0 (0) ---
  1218. rt_sigreturn(0x60) = -1 EINTR (Interrupted system call)
  1219. wait4(20074, 0x7fff9e93b100, 0, NULL) = ? ERESTARTSYS (To be restarted)
  1220. --- SIGWINCH (Window changed) @ 0 (0) ---
  1221. wait4(20074, 0x7fff9e93b100, 0, NULL) = ? ERESTARTSYS (To be restarted)
  1222. --- SIGABRT (Aborted) @ 0 (0) ---
  1223. rt_sigreturn(0x60) = -1 EINTR (Interrupted system call)
  1224. wait4(20074, 0x7fff9e93b100, 0, NULL) = ? ERESTARTSYS (To be restarted)
  1225. --- SIGABRT (Aborted) @ 0 (0) ---
  1226. rt_sigreturn(0x60) = -1 EINTR (Interrupted system call)
  1227. wait4(20074, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20074
  1228. rt_sigaction(SIGINT, {0x512110, [], SA_RESTORER, 0x7f1f7520b150}, NULL, 8) = 0
  1229. rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f1f7520b150}, NULL, 8) = 0
  1230. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  1231. --- SIGCHLD (Child exited) @ 0 (0) ---
  1232. write(2, "HANDLER\n", 8) = 8
  1233. fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 8), ...}) = 0
  1234. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1f76923000
  1235. write(1, "status=0\n", 9) = 9
  1236. brk(0xa84000) = 0xa84000
  1237. rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f1f764f6cb0}, {0x512110, [], SA_RESTORER, 0x7f1f7520b150}, 8) = 0
  1238. rt_sigaction(SIGABRT, {SIG_DFL, [], SA_RESTORER, 0x7f1f764f6cb0}, {0x512110, [], SA_RESTORER, 0x7f1f764f6cb0}, 8) = 0
  1239. brk(0xa81000) = 0xa81000
  1240. exit_group(0) = ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement