Advertisement
Guest User

virtualenv issue with virtualbox guest additions

a guest
Dec 4th, 2012
2,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 126.96 KB | None | 0 0
  1. vagrant@vagrant-debian-squeeze:/project$ strace -f virtualenv test
  2. execve("/usr/bin/virtualenv", ["virtualenv", "test"], [/* 18 vars */]) = 0
  3. brk(0)                                  = 0x177b000
  4. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  5. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1e41c25000
  6. access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
  7. open("/etc/ld.so.cache", O_RDONLY)      = 3
  8. fstat(3, {st_mode=S_IFREG|0644, st_size=16863, ...}) = 0
  9. mmap(NULL, 16863, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1e41c20000
  10. close(3)                                = 0
  11. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  12. open("/lib/libc.so.6", O_RDONLY)        = 3
  13. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\355\1\0\0\0\0\0"..., 832) = 832
  14. fstat(3, {st_mode=S_IFREG|0755, st_size=1437064, ...}) = 0
  15. mmap(NULL, 3545160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f1e416a8000
  16. mprotect(0x7f1e41801000, 2093056, PROT_NONE) = 0
  17. mmap(0x7f1e41a00000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158000) = 0x7f1e41a00000
  18. mmap(0x7f1e41a05000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1e41a05000
  19. close(3)                                = 0
  20. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1e41c1f000
  21. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1e41c1e000
  22. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1e41c1d000
  23. arch_prctl(ARCH_SET_FS, 0x7f1e41c1e700) = 0
  24. mprotect(0x7f1e41a00000, 16384, PROT_READ) = 0
  25. mprotect(0x7f1e41c27000, 4096, PROT_READ) = 0
  26. munmap(0x7f1e41c20000, 16863)           = 0
  27. brk(0)                                  = 0x177b000
  28. brk(0x179c000)                          = 0x179c000
  29. open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
  30. fstat(3, {st_mode=S_IFREG|0644, st_size=1527520, ...}) = 0
  31. mmap(NULL, 1527520, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1e41aa8000
  32. close(3)                                = 0
  33. execve("/usr/local/bin/python", ["python", "/usr/bin/virtualenv", "test"], [/* 18 vars */]) = -1 ENOENT (No such file or directory)
  34. execve("/usr/bin/python", ["python", "/usr/bin/virtualenv", "test"], [/* 18 vars */]) = 0
  35. brk(0)                                  = 0x27fc000
  36. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  37. mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2c000
  38. access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
  39. open("/etc/ld.so.cache", O_RDONLY)      = 3
  40. fstat(3, {st_mode=S_IFREG|0644, st_size=16863, ...}) = 0
  41. mmap(NULL, 16863, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7366d27000
  42. close(3)                                = 0
  43. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  44. open("/lib/libpthread.so.0", O_RDONLY)  = 3
  45. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360Y\0\0\0\0\0\0"..., 832) = 832
  46. fstat(3, {st_mode=S_IFREG|0755, st_size=131258, ...}) = 0
  47. mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f73668f5000
  48. mprotect(0x7f736690c000, 2093056, PROT_NONE) = 0
  49. mmap(0x7f7366b0b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f7366b0b000
  50. mmap(0x7f7366b0d000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7366b0d000
  51. close(3)                                = 0
  52. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  53. open("/lib/libdl.so.2", O_RDONLY)       = 3
  54. 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
  55. fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0
  56. mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f73666f1000
  57. mprotect(0x7f73666f3000, 2097152, PROT_NONE) = 0
  58. mmap(0x7f73668f3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f73668f3000
  59. close(3)                                = 0
  60. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  61. open("/lib/libutil.so.1", O_RDONLY)     = 3
  62. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0\0\0\0\0\0"..., 832) = 832
  63. fstat(3, {st_mode=S_IFREG|0644, st_size=10648, ...}) = 0
  64. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d26000
  65. mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f73664ee000
  66. mprotect(0x7f73664f0000, 2093056, PROT_NONE) = 0
  67. mmap(0x7f73666ef000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f73666ef000
  68. close(3)                                = 0
  69. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  70. open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 3
  71. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300f\1\0\0\0\0\0"..., 832) = 832
  72. fstat(3, {st_mode=S_IFREG|0644, st_size=349248, ...}) = 0
  73. mmap(NULL, 2444464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7366299000
  74. mprotect(0x7f73662e8000, 2093056, PROT_NONE) = 0
  75. mmap(0x7f73664e7000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4e000) = 0x7f73664e7000
  76. close(3)                                = 0
  77. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  78. open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3
  79. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\253\7\0\0\0\0\0"..., 832) = 832
  80. fstat(3, {st_mode=S_IFREG|0644, st_size=1693344, ...}) = 0
  81. mmap(NULL, 3803320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7365ef8000
  82. mprotect(0x7f736606d000, 2097152, PROT_NONE) = 0
  83. mmap(0x7f736626d000, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7f736626d000
  84. mmap(0x7f7366295000, 14520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7366295000
  85. close(3)                                = 0
  86. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  87. open("/usr/lib/libz.so.1", O_RDONLY)    = 3
  88. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
  89. fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0
  90. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d25000
  91. mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7365ce1000
  92. mprotect(0x7f7365cf8000, 2093056, PROT_NONE) = 0
  93. mmap(0x7f7365ef7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f7365ef7000
  94. close(3)                                = 0
  95. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  96. open("/lib/libm.so.6", O_RDONLY)        = 3
  97. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
  98. fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
  99. mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7365a5f000
  100. mprotect(0x7f7365adf000, 2097152, PROT_NONE) = 0
  101. mmap(0x7f7365cdf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f7365cdf000
  102. close(3)                                = 0
  103. access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
  104. open("/lib/libc.so.6", O_RDONLY)        = 3
  105. read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\355\1\0\0\0\0\0"..., 832) = 832
  106. fstat(3, {st_mode=S_IFREG|0755, st_size=1437064, ...}) = 0
  107. mmap(NULL, 3545160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f73656fd000
  108. mprotect(0x7f7365856000, 2093056, PROT_NONE) = 0
  109. mmap(0x7f7365a55000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158000) = 0x7f7365a55000
  110. mmap(0x7f7365a5a000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7365a5a000
  111. close(3)                                = 0
  112. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d24000
  113. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d23000
  114. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d22000
  115. arch_prctl(ARCH_SET_FS, 0x7f7366d23700) = 0
  116. mprotect(0x7f7365a55000, 16384, PROT_READ) = 0
  117. mprotect(0x7f7365cdf000, 4096, PROT_READ) = 0
  118. mprotect(0x7f73666ef000, 4096, PROT_READ) = 0
  119. mprotect(0x7f73668f3000, 4096, PROT_READ) = 0
  120. mprotect(0x7f7366b0b000, 4096, PROT_READ) = 0
  121. mprotect(0x7f7366d2e000, 4096, PROT_READ) = 0
  122. munmap(0x7f7366d27000, 16863)           = 0
  123. set_tid_address(0x7f7366d239d0)         = 1921
  124. set_robust_list(0x7f7366d239e0, 0x18)   = 0
  125. futex(0x7fffee58c3ac, FUTEX_WAKE_PRIVATE, 1) = 0
  126. futex(0x7fffee58c3ac, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f7366d23700) = -1 EAGAIN (Resource temporarily unavailable)
  127. rt_sigaction(SIGRTMIN, {0x7f73668fa870, [], SA_RESTORER|SA_SIGINFO, 0x7f7366903ff0}, NULL, 8) = 0
  128. rt_sigaction(SIGRT_1, {0x7f73668fa900, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f7366903ff0}, NULL, 8) = 0
  129. rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
  130. getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
  131. ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B9600 opost isig icanon echo ...}) = 0
  132. brk(0)                                  = 0x27fc000
  133. brk(0x281d000)                          = 0x281d000
  134. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366ce1000
  135. open("/proc/meminfo", O_RDONLY)         = 3
  136. fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
  137. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  138. read(3, "MemTotal:         379796 kB\nMemF"..., 1024) = 1024
  139. close(3)                                = 0
  140. munmap(0x7f7366d2b000, 4096)            = 0
  141. brk(0x2846000)                          = 0x2846000
  142. fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
  143. fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
  144. fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
  145. fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
  146. stat("/usr/local/bin/python", 0x7fffee58a100) = -1 ENOENT (No such file or directory)
  147. stat("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=2617520, ...}) = 0
  148. readlink("/usr/bin/python", "python2.6"..., 4096) = 9
  149. readlink("/usr/bin/python2.6", 0x7fffee58a100, 4096) = -1 EINVAL (Invalid argument)
  150. stat("/usr/bin/Modules/Setup", 0x7fffee58a010) = -1 ENOENT (No such file or directory)
  151. stat("/usr/bin/lib/python2.6/os.py", 0x7fffee58a010) = -1 ENOENT (No such file or directory)
  152. stat("/usr/bin/lib/python2.6/os.pyc", 0x7fffee58a010) = -1 ENOENT (No such file or directory)
  153. stat("/usr/lib/python2.6/os.py", {st_mode=S_IFREG|0644, st_size=26338, ...}) = 0
  154. stat("/usr/bin/Modules/Setup", 0x7fffee58a100) = -1 ENOENT (No such file or directory)
  155. stat("/usr/bin/lib/python2.6/lib-dynload", 0x7fffee58a100) = -1 ENOENT (No such file or directory)
  156. stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  157. rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f7366903ff0}, {SIG_DFL, [], 0}, 8) = 0
  158. rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f7366903ff0}, {SIG_DFL, [], 0}, 8) = 0
  159. rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
  160. rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
  161. rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
  162. rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
  163. rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
  164. rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
  165. rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
  166. rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
  167. rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
  168. rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
  169. rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
  170. rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
  171. rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f7366903ff0}, 8) = 0
  172. rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
  173. rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
  174. rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
  175. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
  176. rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
  177. rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
  178. rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
  179. rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
  180. rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
  181. rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
  182. rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
  183. rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f7366903ff0}, 8) = 0
  184. rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
  185. rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
  186. rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
  187. rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
  188. rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
  189. rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
  190. rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
  191. rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
  192. rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
  193. rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
  194. rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
  195. rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
  196. rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
  197. rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
  198. rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
  199. rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
  200. rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
  201. rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
  202. rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
  203. rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
  204. rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
  205. rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
  206. rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
  207. rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
  208. rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
  209. rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
  210. rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
  211. rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
  212. rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
  213. rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
  214. rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
  215. rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
  216. rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
  217. rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
  218. rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
  219. rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
  220. rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
  221. rt_sigaction(SIGINT, {0x4da8c0, [], SA_RESTORER, 0x7f7366903ff0}, {SIG_DFL, [], 0}, 8) = 0
  222. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366ca0000
  223. stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  224. stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  225. stat("/usr/lib/python2.6/site", 0x7fffee589e20) = -1 ENOENT (No such file or directory)
  226. open("/usr/lib/python2.6/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  227. open("/usr/lib/python2.6/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  228. open("/usr/lib/python2.6/site.py", O_RDONLY) = 3
  229. fstat(3, {st_mode=S_IFREG|0644, st_size=19139, ...}) = 0
  230. open("/usr/lib/python2.6/site.pyc", O_RDONLY) = 4
  231. fstat(4, {st_mode=S_IFREG|0644, st_size=18614, ...}) = 0
  232. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  233. read(4, "\321\362\r\nf\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sK\1\0\0d\0"..., 4096) = 4096
  234. fstat(4, {st_mode=S_IFREG|0644, st_size=18614, ...}) = 0
  235. read(4, "\0\0\0\3\0\0\0\6\0\0\0C\0\0\0st\0\0\0t\0\0\203\0\0}\0\0xd\0"..., 12288) = 12288
  236. read(4, "\0\0R\274\0\0\0R\275\0\0\0R\276\0\0\0(\1\0\0\0R\300\0\0\0(\0\0\0\0"..., 4096) = 2230
  237. read(4, "", 4096)                       = 0
  238. close(4)                                = 0
  239. munmap(0x7f7366c9f000, 4096)            = 0
  240. stat("/usr/lib/python2.6/os", 0x7fffee586880) = -1 ENOENT (No such file or directory)
  241. open("/usr/lib/python2.6/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  242. open("/usr/lib/python2.6/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  243. open("/usr/lib/python2.6/os.py", O_RDONLY) = 4
  244. fstat(4, {st_mode=S_IFREG|0644, st_size=26338, ...}) = 0
  245. open("/usr/lib/python2.6/os.pyc", O_RDONLY) = 5
  246. fstat(5, {st_mode=S_IFREG|0644, st_size=26303, ...}) = 0
  247. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  248. read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sH\7\0\0d\0"..., 4096) = 4096
  249. fstat(5, {st_mode=S_IFREG|0644, st_size=26303, ...}) = 0
  250. read(5, "intermediate path segment (not\n "..., 20480) = 20480
  251. read(5, "\0S(\1\0\0\0N(\2\0\0\0R\256\0\0\0R\263\0\0\0(\3\0\0\0R\257\0\0"..., 4096) = 1727
  252. read(5, "", 4096)                       = 0
  253. close(5)                                = 0
  254. munmap(0x7f7366c9f000, 4096)            = 0
  255. brk(0x2867000)                          = 0x2867000
  256. stat("/usr/lib/python2.6/posixpath", 0x7fffee5832e0) = -1 ENOENT (No such file or directory)
  257. open("/usr/lib/python2.6/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  258. open("/usr/lib/python2.6/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  259. open("/usr/lib/python2.6/posixpath.py", O_RDONLY) = 5
  260. fstat(5, {st_mode=S_IFREG|0644, st_size=13119, ...}) = 0
  261. open("/usr/lib/python2.6/posixpath.pyc", O_RDONLY) = 6
  262. fstat(6, {st_mode=S_IFREG|0644, st_size=11142, ...}) = 0
  263. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  264. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0+\0\0\0@\0\0\0s\320\1\0\0d\0"..., 4096) = 4096
  265. fstat(6, {st_mode=S_IFREG|0644, st_size=11142, ...}) = 0
  266. read(6, "\0\0\0(\0\0\0\0(\0\0\0\0s\37\0\0\0/usr/lib/pytho"..., 4096) = 4096
  267. read(6, "\0\1|\0\0i\2\0d\7\0\203\1\0\fo\n\0\1d\10\0}\3\0n\1\0\1|\0\0"..., 4096) = 2950
  268. read(6, "", 4096)                       = 0
  269. close(6)                                = 0
  270. munmap(0x7f7366c9f000, 4096)            = 0
  271. stat("/usr/lib/python2.6/stat", 0x7fffee57fd40) = -1 ENOENT (No such file or directory)
  272. open("/usr/lib/python2.6/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  273. open("/usr/lib/python2.6/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  274. open("/usr/lib/python2.6/stat.py", O_RDONLY) = 6
  275. fstat(6, {st_mode=S_IFREG|0644, st_size=1718, ...}) = 0
  276. open("/usr/lib/python2.6/stat.pyc", O_RDONLY) = 7
  277. fstat(7, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
  278. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  279. read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0so\1\0\0d\0"..., 4096) = 2683
  280. fstat(7, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
  281. read(7, "", 4096)                       = 0
  282. close(7)                                = 0
  283. munmap(0x7f7366c9f000, 4096)            = 0
  284. close(6)                                = 0
  285. stat("/usr/lib/python2.6/genericpath", 0x7fffee57fd40) = -1 ENOENT (No such file or directory)
  286. open("/usr/lib/python2.6/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  287. open("/usr/lib/python2.6/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  288. open("/usr/lib/python2.6/genericpath.py", O_RDONLY) = 6
  289. fstat(6, {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0
  290. open("/usr/lib/python2.6/genericpath.pyc", O_RDONLY) = 7
  291. fstat(7, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
  292. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  293. read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3272
  294. fstat(7, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
  295. read(7, "", 4096)                       = 0
  296. close(7)                                = 0
  297. munmap(0x7f7366c9f000, 4096)            = 0
  298. close(6)                                = 0
  299. stat("/usr/lib/python2.6/warnings", 0x7fffee57fd40) = -1 ENOENT (No such file or directory)
  300. open("/usr/lib/python2.6/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  301. open("/usr/lib/python2.6/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  302. open("/usr/lib/python2.6/warnings.py", O_RDONLY) = 6
  303. fstat(6, {st_mode=S_IFREG|0644, st_size=14172, ...}) = 0
  304. open("/usr/lib/python2.6/warnings.pyc", O_RDONLY) = 7
  305. fstat(7, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
  306. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  307. read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s3\2\0\0d\0"..., 4096) = 4096
  308. fstat(7, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
  309. read(7, "\34\0\1\1}\2\0\1t\2\0i\3\0\4d\1\0\2I\4|\2\0\2IJq\7\0\1X"..., 8192) = 8192
  310. read(7, "\0\0R6\0\0\0R\215\0\0\0R\10\0\0\0R\207\0\0\0R\222\0\0\0R\230\0\0\0"..., 4096) = 708
  311. read(7, "", 4096)                       = 0
  312. mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c6e000
  313. close(7)                                = 0
  314. munmap(0x7f7366c9f000, 4096)            = 0
  315. stat("/usr/lib/python2.6/linecache", 0x7fffee57c7a0) = -1 ENOENT (No such file or directory)
  316. open("/usr/lib/python2.6/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  317. open("/usr/lib/python2.6/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  318. open("/usr/lib/python2.6/linecache.py", O_RDONLY) = 7
  319. fstat(7, {st_mode=S_IFREG|0644, st_size=4282, ...}) = 0
  320. open("/usr/lib/python2.6/linecache.pyc", O_RDONLY) = 8
  321. fstat(8, {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
  322. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  323. read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3299
  324. fstat(8, {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
  325. read(8, "", 4096)                       = 0
  326. close(8)                                = 0
  327. munmap(0x7f7366c9f000, 4096)            = 0
  328. close(7)                                = 0
  329. stat("/usr/lib/python2.6/types", 0x7fffee57c7a0) = -1 ENOENT (No such file or directory)
  330. open("/usr/lib/python2.6/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  331. open("/usr/lib/python2.6/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  332. open("/usr/lib/python2.6/types.py", O_RDONLY) = 7
  333. fstat(7, {st_mode=S_IFREG|0644, st_size=2323, ...}) = 0
  334. open("/usr/lib/python2.6/types.pyc", O_RDONLY) = 8
  335. fstat(8, {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
  336. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  337. read(8, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0so\2\0\0d\0"..., 4096) = 2608
  338. fstat(8, {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
  339. read(8, "", 4096)                       = 0
  340. close(8)                                = 0
  341. munmap(0x7f7366c9f000, 4096)            = 0
  342. close(7)                                = 0
  343. close(6)                                = 0
  344. close(5)                                = 0
  345. stat("/usr/lib/python2.6/UserDict", 0x7fffee5832e0) = -1 ENOENT (No such file or directory)
  346. open("/usr/lib/python2.6/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  347. open("/usr/lib/python2.6/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  348. open("/usr/lib/python2.6/UserDict.py", O_RDONLY) = 5
  349. fstat(5, {st_mode=S_IFREG|0644, st_size=5778, ...}) = 0
  350. open("/usr/lib/python2.6/UserDict.pyc", O_RDONLY) = 6
  351. fstat(6, {st_mode=S_IFREG|0644, st_size=8802, ...}) = 0
  352. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  353. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
  354. fstat(6, {st_mode=S_IFREG|0644, st_size=8802, ...}) = 0
  355. read(6, "Dict.pyR*\0\0\0C\0\0\0s\2\0\0\0\0\1c\2\0\0\0\2\0\0\0"..., 4096) = 4096
  356. read(6, "\v\0\0\0R7\0\0\0R\6\0\0\0R\35\0\0\0R\f\0\0\0(\2\0\0\0R\5\0"..., 4096) = 610
  357. read(6, "", 4096)                       = 0
  358. close(6)                                = 0
  359. munmap(0x7f7366c9f000, 4096)            = 0
  360. stat("/usr/lib/python2.6/_abcoll", 0x7fffee57fd40) = -1 ENOENT (No such file or directory)
  361. open("/usr/lib/python2.6/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  362. open("/usr/lib/python2.6/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  363. open("/usr/lib/python2.6/_abcoll.py", O_RDONLY) = 6
  364. fstat(6, {st_mode=S_IFREG|0644, st_size=13913, ...}) = 0
  365. open("/usr/lib/python2.6/_abcoll.pyc", O_RDONLY) = 7
  366. fstat(7, {st_mode=S_IFREG|0644, st_size=21102, ...}) = 0
  367. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  368. read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0sI\2\0\0d\0"..., 4096) = 4096
  369. fstat(7, {st_mode=S_IFREG|0644, st_size=21102, ...}) = 0
  370. read(7, "\2c\2\0\0\0\2\0\0\0\3\0\0\0C\0\0\0s*\0\0\0|\0\0t\0\0j\10\0"..., 16384) = 16384
  371. read(7, "\0\0R\34\0\0\0Rh\0\0\0(\0\0\0\0(\0\0\0\0s\35\0\0\0/usr/"..., 4096) = 622
  372. read(7, "", 4096)                       = 0
  373. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c2d000
  374. close(7)                                = 0
  375. munmap(0x7f7366c9f000, 4096)            = 0
  376. stat("/usr/lib/python2.6/abc", 0x7fffee57c7a0) = -1 ENOENT (No such file or directory)
  377. open("/usr/lib/python2.6/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  378. open("/usr/lib/python2.6/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  379. open("/usr/lib/python2.6/abc.py", O_RDONLY) = 7
  380. fstat(7, {st_mode=S_IFREG|0644, st_size=7034, ...}) = 0
  381. open("/usr/lib/python2.6/abc.pyc", O_RDONLY) = 8
  382. fstat(8, {st_mode=S_IFREG|0644, st_size=6049, ...}) = 0
  383. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  384. read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096) = 4096
  385. fstat(8, {st_mode=S_IFREG|0644, st_size=6049, ...}) = 0
  386. read(8, "\0\0i\1\0f\2\0\26\2IJ|\1\0\4d\2\0t\2\0i\3\0\26\2IJxT\0"..., 4096) = 1953
  387. read(8, "", 4096)                       = 0
  388. close(8)                                = 0
  389. munmap(0x7f7366c9f000, 4096)            = 0
  390. close(7)                                = 0
  391. close(6)                                = 0
  392. close(5)                                = 0
  393. brk(0x2888000)                          = 0x2888000
  394. stat("/usr/lib/python2.6/copy_reg", 0x7fffee5832e0) = -1 ENOENT (No such file or directory)
  395. open("/usr/lib/python2.6/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  396. open("/usr/lib/python2.6/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  397. open("/usr/lib/python2.6/copy_reg.py", O_RDONLY) = 5
  398. fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
  399. open("/usr/lib/python2.6/copy_reg.pyc", O_RDONLY) = 6
  400. fstat(6, {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
  401. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  402. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\330\0\0\0d\0"..., 4096) = 4096
  403. fstat(6, {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
  404. read(6, "ered with code %ss$\0\0\0code %s is"..., 4096) = 1060
  405. read(6, "", 4096)                       = 0
  406. close(6)                                = 0
  407. munmap(0x7f7366c9f000, 4096)            = 0
  408. close(5)                                = 0
  409. close(4)                                = 0
  410. geteuid()                               = 1000
  411. getuid()                                = 1000
  412. getegid()                               = 1001
  413. getgid()                                = 1001
  414. stat("/home/vagrant/.local/lib/python2.6/site-packages", 0x7fffee588730) = -1 ENOENT (No such file or directory)
  415. stat("/home/vagrant/.local/local/lib/python2.6/dist-packages", 0x7fffee588730) = -1 ENOENT (No such file or directory)
  416. stat("/home/vagrant/.local/lib/python2.6/dist-packages", 0x7fffee588730) = -1 ENOENT (No such file or directory)
  417. stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
  418. open("/usr/local/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
  419. fcntl(4, F_GETFD)                       = 0x1 (flags FD_CLOEXEC)
  420. getdents(4, /* 2 entries */, 32768)     = 48
  421. getdents(4, /* 0 entries */, 32768)     = 0
  422. close(4)                                = 0
  423. stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  424. open("/usr/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
  425. getdents(4, /* 32 entries */, 32768)    = 1136
  426. getdents(4, /* 0 entries */, 32768)     = 0
  427. close(4)                                = 0
  428. open("/usr/lib/python2.6/dist-packages/python-support.pth", O_RDONLY) = 4
  429. fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
  430. fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
  431. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  432. read(4, "/usr/lib/pymodules/python2.6\n", 8192) = 29
  433. read(4, "", 4096)                       = 0
  434. stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  435. read(4, "", 8192)                       = 0
  436. close(4)                                = 0
  437. munmap(0x7f7366c9f000, 4096)            = 0
  438. open("/usr/lib/python2.6/dist-packages/setuptools.pth", O_RDONLY) = 4
  439. fstat(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
  440. fstat(4, {st_mode=S_IFREG|0644, st_size=27, ...}) = 0
  441. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  442. read(4, "setuptools-0.6c11.egg-info\n", 8192) = 27
  443. read(4, "", 4096)                       = 0
  444. stat("/usr/lib/python2.6/dist-packages/setuptools-0.6c11.egg-info", 0x7fffee588370) = -1 ENOENT (No such file or directory)
  445. read(4, "", 8192)                       = 0
  446. close(4)                                = 0
  447. munmap(0x7f7366c9f000, 4096)            = 0
  448. stat("/usr/lib/dist-python", 0x7fffee588730) = -1 ENOENT (No such file or directory)
  449. stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  450. stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  451. stat("/usr/lib/python2.6/sitecustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  452. open("/usr/lib/python2.6/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  453. open("/usr/lib/python2.6/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  454. open("/usr/lib/python2.6/sitecustomize.py", O_RDONLY) = 4
  455. fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
  456. open("/usr/lib/python2.6/sitecustomize.pyc", O_RDONLY) = 5
  457. fstat(5, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
  458. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366c9f000
  459. read(5, "\321\362\r\nV\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s4\0\0\0y\20"..., 4096) = 234
  460. fstat(5, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
  461. read(5, "", 4096)                       = 0
  462. close(5)                                = 0
  463. munmap(0x7f7366c9f000, 4096)            = 0
  464. stat("/usr/lib/python2.6/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  465. open("/usr/lib/python2.6/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  466. open("/usr/lib/python2.6/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  467. open("/usr/lib/python2.6/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  468. open("/usr/lib/python2.6/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  469. stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  470. stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  471. stat("/usr/lib/python2.6/plat-linux2/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  472. open("/usr/lib/python2.6/plat-linux2/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  473. open("/usr/lib/python2.6/plat-linux2/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  474. open("/usr/lib/python2.6/plat-linux2/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  475. open("/usr/lib/python2.6/plat-linux2/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  476. stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  477. stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  478. stat("/usr/lib/python2.6/lib-tk/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  479. open("/usr/lib/python2.6/lib-tk/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  480. open("/usr/lib/python2.6/lib-tk/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  481. open("/usr/lib/python2.6/lib-tk/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  482. open("/usr/lib/python2.6/lib-tk/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  483. stat("/usr/lib/python2.6/lib-old", 0x7fffee580d50) = -1 ENOENT (No such file or directory)
  484. stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  485. stat("/usr/lib/python2.6/lib-old", 0x7fffee580d80) = -1 ENOENT (No such file or directory)
  486. stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  487. stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  488. stat("/usr/lib/python2.6/lib-dynload/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  489. open("/usr/lib/python2.6/lib-dynload/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  490. open("/usr/lib/python2.6/lib-dynload/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  491. open("/usr/lib/python2.6/lib-dynload/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  492. open("/usr/lib/python2.6/lib-dynload/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  493. stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
  494. stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
  495. stat("/usr/local/lib/python2.6/dist-packages/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  496. open("/usr/local/lib/python2.6/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  497. open("/usr/local/lib/python2.6/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  498. open("/usr/local/lib/python2.6/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  499. open("/usr/local/lib/python2.6/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  500. stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  501. stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  502. stat("/usr/lib/python2.6/dist-packages/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  503. open("/usr/lib/python2.6/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  504. open("/usr/lib/python2.6/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  505. open("/usr/lib/python2.6/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  506. open("/usr/lib/python2.6/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  507. stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  508. stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  509. stat("/usr/lib/pymodules/python2.6/apport_python_hook", 0x7fffee583080) = -1 ENOENT (No such file or directory)
  510. open("/usr/lib/pymodules/python2.6/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  511. open("/usr/lib/pymodules/python2.6/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  512. open("/usr/lib/pymodules/python2.6/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  513. open("/usr/lib/pymodules/python2.6/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  514. close(4)                                = 0
  515. stat("/usr/lib/python2.6/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  516. open("/usr/lib/python2.6/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  517. open("/usr/lib/python2.6/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  518. open("/usr/lib/python2.6/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  519. open("/usr/lib/python2.6/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  520. stat("/usr/lib/python2.6/plat-linux2/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  521. open("/usr/lib/python2.6/plat-linux2/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  522. open("/usr/lib/python2.6/plat-linux2/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  523. open("/usr/lib/python2.6/plat-linux2/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  524. open("/usr/lib/python2.6/plat-linux2/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  525. stat("/usr/lib/python2.6/lib-tk/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  526. open("/usr/lib/python2.6/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  527. open("/usr/lib/python2.6/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  528. open("/usr/lib/python2.6/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  529. open("/usr/lib/python2.6/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  530. stat("/usr/lib/python2.6/lib-dynload/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  531. open("/usr/lib/python2.6/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  532. open("/usr/lib/python2.6/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  533. open("/usr/lib/python2.6/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  534. open("/usr/lib/python2.6/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  535. stat("/usr/local/lib/python2.6/dist-packages/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  536. open("/usr/local/lib/python2.6/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  537. open("/usr/local/lib/python2.6/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  538. open("/usr/local/lib/python2.6/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  539. open("/usr/local/lib/python2.6/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  540. stat("/usr/lib/python2.6/dist-packages/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  541. open("/usr/lib/python2.6/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  542. open("/usr/lib/python2.6/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  543. open("/usr/lib/python2.6/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  544. open("/usr/lib/python2.6/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  545. stat("/usr/lib/pymodules/python2.6/usercustomize", 0x7fffee586620) = -1 ENOENT (No such file or directory)
  546. open("/usr/lib/pymodules/python2.6/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  547. open("/usr/lib/pymodules/python2.6/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  548. open("/usr/lib/pymodules/python2.6/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  549. open("/usr/lib/pymodules/python2.6/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  550. close(3)                                = 0
  551. open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
  552. fstat(3, {st_mode=S_IFREG|0644, st_size=1527520, ...}) = 0
  553. mmap(NULL, 1527520, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7365588000
  554. close(3)                                = 0
  555. stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
  556. stat("/usr/lib/python2.6/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0
  557. stat("/usr/lib/python2.6/encodings/__init__", 0x7fffee588ef0) = -1 ENOENT (No such file or directory)
  558. open("/usr/lib/python2.6/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  559. open("/usr/lib/python2.6/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  560. open("/usr/lib/python2.6/encodings/__init__.py", O_RDONLY) = 3
  561. fstat(3, {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0
  562. open("/usr/lib/python2.6/encodings/__init__.pyc", O_RDONLY) = 4
  563. fstat(4, {st_mode=S_IFREG|0644, st_size=4408, ...}) = 0
  564. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  565. read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
  566. fstat(4, {st_mode=S_IFREG|0644, st_size=4408, ...}) = 0
  567. read(4, "\1\5\2\5\2\6\2\3\1\r\1\16\2\v\2\r\2\n\1\5\3\t\1\23\1$\1\3\1\3\1\27"..., 4096) = 312
  568. read(4, "", 4096)                       = 0
  569. close(4)                                = 0
  570. munmap(0x7f7366d2b000, 4096)            = 0
  571. stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
  572. stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
  573. stat("/usr/lib/python2.6/encodings/codecs", 0x7fffee585950) = -1 ENOENT (No such file or directory)
  574. open("/usr/lib/python2.6/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  575. open("/usr/lib/python2.6/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  576. open("/usr/lib/python2.6/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  577. open("/usr/lib/python2.6/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  578. stat("/usr/lib/python2.6/codecs", 0x7fffee585950) = -1 ENOENT (No such file or directory)
  579. open("/usr/lib/python2.6/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  580. open("/usr/lib/python2.6/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  581. open("/usr/lib/python2.6/codecs.py", O_RDONLY) = 4
  582. fstat(4, {st_mode=S_IFREG|0644, st_size=35266, ...}) = 0
  583. open("/usr/lib/python2.6/codecs.pyc", O_RDONLY) = 5
  584. fstat(5, {st_mode=S_IFREG|0644, st_size=36533, ...}) = 0
  585. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  586. read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sA\3\0\0d\0"..., 4096) = 4096
  587. fstat(5, {st_mode=S_IFREG|0644, st_size=36533, ...}) = 0
  588. brk(0x28aa000)                          = 0x28aa000
  589. read(5, "\n\0\0\0t\0\0\202\1\0d\1\0S(\2\0\0\0s\372\2\0\0 Decodes"..., 28672) = 28672
  590. read(5, "\20\1c\1\0\0\0\2\0\0\0\2\0\0\0C\0\0\0s0\0\0\0t\0\0|\0\0\203\1"..., 4096) = 3765
  591. read(5, "", 4096)                       = 0
  592. close(5)                                = 0
  593. munmap(0x7f7366d2b000, 4096)            = 0
  594. close(4)                                = 0
  595. stat("/usr/lib/python2.6/encodings/encodings", 0x7fffee585950) = -1 ENOENT (No such file or directory)
  596. open("/usr/lib/python2.6/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  597. open("/usr/lib/python2.6/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  598. open("/usr/lib/python2.6/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  599. open("/usr/lib/python2.6/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  600. stat("/usr/lib/python2.6/encodings/aliases", 0x7fffee585940) = -1 ENOENT (No such file or directory)
  601. open("/usr/lib/python2.6/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  602. open("/usr/lib/python2.6/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  603. open("/usr/lib/python2.6/encodings/aliases.py", O_RDONLY) = 4
  604. fstat(4, {st_mode=S_IFREG|0644, st_size=14721, ...}) = 0
  605. open("/usr/lib/python2.6/encodings/aliases.pyc", O_RDONLY) = 5
  606. fstat(5, {st_mode=S_IFREG|0644, st_size=8699, ...}) = 0
  607. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  608. read(5, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s`\10\0\0d\0"..., 4096) = 4096
  609. fstat(5, {st_mode=S_IFREG|0644, st_size=8699, ...}) = 0
  610. read(5, "ibm861t\5\0\0\0cp862t\3\0\0\000862t\22\0\0\0csp"..., 4096) = 4096
  611. read(5, "\3\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7"..., 4096) = 507
  612. read(5, "", 4096)                       = 0
  613. close(5)                                = 0
  614. munmap(0x7f7366d2b000, 4096)            = 0
  615. close(4)                                = 0
  616. stat("/usr/lib/python2.6/encodings/__builtin__", 0x7fffee585950) = -1 ENOENT (No such file or directory)
  617. open("/usr/lib/python2.6/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  618. open("/usr/lib/python2.6/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  619. open("/usr/lib/python2.6/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  620. open("/usr/lib/python2.6/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  621. close(3)                                = 0
  622. stat("/usr/lib/python2.6/encodings/utf_8", 0x7fffee589c50) = -1 ENOENT (No such file or directory)
  623. open("/usr/lib/python2.6/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  624. open("/usr/lib/python2.6/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  625. open("/usr/lib/python2.6/encodings/utf_8.py", O_RDONLY) = 3
  626. fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
  627. open("/usr/lib/python2.6/encodings/utf_8.pyc", O_RDONLY) = 4
  628. fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
  629. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  630. read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950
  631. fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
  632. read(4, "", 4096)                       = 0
  633. close(4)                                = 0
  634. munmap(0x7f7366d2b000, 4096)            = 0
  635. close(3)                                = 0
  636. ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B9600 opost isig icanon echo ...}) = 0
  637. ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B9600 opost isig icanon echo ...}) = 0
  638. ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B9600 opost isig icanon echo ...}) = 0
  639. readlink("/usr/bin/virtualenv", 0x7fffee58a240, 4096) = -1 EINVAL (Invalid argument)
  640. lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  641. lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  642. lstat("/usr/bin/virtualenv", {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  643. stat("/usr/bin/virtualenv", {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  644. open("/usr/bin/virtualenv", O_RDONLY)   = 3
  645. fstat(3, {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  646. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  647. fstat(3, {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  648. lseek(3, 0, SEEK_SET)                   = 0
  649. read(3, "#!/usr/bin/env python\nimport vir"..., 36) = 36
  650. read(3, "env\nvirtualenv.main()\n", 4096) = 22
  651. close(3)                                = 0
  652. munmap(0x7f7366d2b000, 4096)            = 0
  653. stat("/usr/bin/virtualenv", {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  654. open("/usr/bin/virtualenv", O_RDONLY)   = 3
  655. fstat(3, {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  656. ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffee58c1d0) = -1 ENOTTY (Inappropriate ioctl for device)
  657. fstat(3, {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  658. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  659. lseek(3, 0, SEEK_CUR)                   = 0
  660. read(3, "#!/usr/bin/env python\nimport vir"..., 4096) = 58
  661. lseek(3, 58, SEEK_SET)                  = 58
  662. read(3, "", 4096)                       = 0
  663. close(3)                                = 0
  664. munmap(0x7f7366d2b000, 4096)            = 0
  665. stat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  666. stat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  667. stat("/usr/bin/virtualenv", {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  668. open("/usr/bin/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  669. open("/usr/bin/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  670. open("/usr/bin/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  671. open("/usr/bin/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  672. stat("/usr/lib/python2.6/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  673. open("/usr/lib/python2.6/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  674. open("/usr/lib/python2.6/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  675. open("/usr/lib/python2.6/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  676. open("/usr/lib/python2.6/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  677. stat("/usr/lib/python2.6/plat-linux2/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  678. open("/usr/lib/python2.6/plat-linux2/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  679. open("/usr/lib/python2.6/plat-linux2/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  680. open("/usr/lib/python2.6/plat-linux2/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  681. open("/usr/lib/python2.6/plat-linux2/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  682. stat("/usr/lib/python2.6/lib-tk/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  683. open("/usr/lib/python2.6/lib-tk/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  684. open("/usr/lib/python2.6/lib-tk/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  685. open("/usr/lib/python2.6/lib-tk/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  686. open("/usr/lib/python2.6/lib-tk/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  687. stat("/usr/lib/python2.6/lib-dynload/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  688. open("/usr/lib/python2.6/lib-dynload/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  689. open("/usr/lib/python2.6/lib-dynload/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  690. open("/usr/lib/python2.6/lib-dynload/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  691. open("/usr/lib/python2.6/lib-dynload/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  692. stat("/usr/local/lib/python2.6/dist-packages/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  693. open("/usr/local/lib/python2.6/dist-packages/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  694. open("/usr/local/lib/python2.6/dist-packages/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  695. open("/usr/local/lib/python2.6/dist-packages/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  696. open("/usr/local/lib/python2.6/dist-packages/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  697. stat("/usr/lib/python2.6/dist-packages/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  698. open("/usr/lib/python2.6/dist-packages/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  699. open("/usr/lib/python2.6/dist-packages/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  700. open("/usr/lib/python2.6/dist-packages/virtualenv.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  701. open("/usr/lib/python2.6/dist-packages/virtualenv.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  702. stat("/usr/lib/pymodules/python2.6/virtualenv", 0x7fffee589c40) = -1 ENOENT (No such file or directory)
  703. open("/usr/lib/pymodules/python2.6/virtualenv.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  704. open("/usr/lib/pymodules/python2.6/virtualenvmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  705. open("/usr/lib/pymodules/python2.6/virtualenv.py", O_RDONLY) = 3
  706. fstat(3, {st_mode=S_IFREG|0644, st_size=68990, ...}) = 0
  707. open("/usr/lib/pymodules/python2.6/virtualenv.pyc", O_RDONLY) = 4
  708. fstat(4, {st_mode=S_IFREG|0644, st_size=63581, ...}) = 0
  709. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  710. read(4, "\321\362\r\n\276%\244Oc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0sd\4\0\0d\0"..., 4096) = 4096
  711. fstat(4, {st_mode=S_IFREG|0644, st_size=63581, ...}) = 0
  712. read(4, "\0\0syst\6\0\0\0stdoutt\6\0\0\0stderrR%\0\0\0"..., 57344) = 57344
  713. read(4, "hqASoRCjVncYROFpXM4uYSqhGnuVeGvk"..., 4096) = 2141
  714. read(4, "", 4096)                       = 0
  715. brk(0x28cd000)                          = 0x28cd000
  716. close(4)                                = 0
  717. munmap(0x7f7366d2b000, 4096)            = 0
  718. stat("/usr/bin/optparse", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  719. open("/usr/bin/optparse.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
  720. open("/usr/bin/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  721. open("/usr/bin/optparse.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
  722. open("/usr/bin/optparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  723. stat("/usr/lib/python2.6/optparse", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  724. open("/usr/lib/python2.6/optparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  725. open("/usr/lib/python2.6/optparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  726. open("/usr/lib/python2.6/optparse.py", O_RDONLY) = 4
  727. fstat(4, {st_mode=S_IFREG|0644, st_size=60849, ...}) = 0
  728. open("/usr/lib/python2.6/optparse.pyc", O_RDONLY) = 5
  729. fstat(5, {st_mode=S_IFREG|0644, st_size=53959, ...}) = 0
  730. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  731. read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\304\2\0\0d\0"..., 4096) = 4096
  732. fstat(5, {st_mode=S_IFREG|0644, st_size=53959, ...}) = 0
  733. read(5, "\0\0Z\3\0d\2\0\204\0\0Z\4\0RS(\3\0\0\0s]\0\0\0\n    R"..., 49152) = 49152
  734. read(5, "ous or doesn't match any of\n    "..., 4096) = 711
  735. read(5, "", 4096)                       = 0
  736. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366bec000
  737. close(5)                                = 0
  738. munmap(0x7f7366d2b000, 4096)            = 0
  739. stat("/usr/bin/textwrap", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  740. open("/usr/bin/textwrap.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
  741. open("/usr/bin/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  742. open("/usr/bin/textwrap.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
  743. open("/usr/bin/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  744. stat("/usr/lib/python2.6/textwrap", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  745. open("/usr/lib/python2.6/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  746. open("/usr/lib/python2.6/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  747. open("/usr/lib/python2.6/textwrap.py", O_RDONLY) = 5
  748. fstat(5, {st_mode=S_IFREG|0644, st_size=16889, ...}) = 0
  749. open("/usr/lib/python2.6/textwrap.pyc", O_RDONLY) = 6
  750. fstat(6, {st_mode=S_IFREG|0644, st_size=11766, ...}) = 0
  751. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  752. read(6, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\272\0\0\0d\0"..., 4096) = 4096
  753. fstat(6, {st_mode=S_IFREG|0644, st_size=11766, ...}) = 0
  754. read(6, "\0t\1\0\203\2\0o$\0\1|\0\0i\2\0o\r\0\1|\0\0i\3\0}\2\0qT"..., 4096) = 4096
  755. read(6, "       converted to space.\n     "..., 4096) = 3574
  756. read(6, "", 4096)                       = 0
  757. close(6)                                = 0
  758. munmap(0x7f7366d2b000, 4096)            = 0
  759. stat("/usr/bin/string", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  760. open("/usr/bin/string.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  761. open("/usr/bin/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  762. open("/usr/bin/string.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  763. open("/usr/bin/string.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  764. stat("/usr/lib/python2.6/string", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  765. open("/usr/lib/python2.6/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  766. open("/usr/lib/python2.6/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  767. open("/usr/lib/python2.6/string.py", O_RDONLY) = 6
  768. fstat(6, {st_mode=S_IFREG|0644, st_size=20745, ...}) = 0
  769. open("/usr/lib/python2.6/string.pyc", O_RDONLY) = 7
  770. fstat(7, {st_mode=S_IFREG|0644, st_size=19964, ...}) = 0
  771. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  772. read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\230\2\0\0d\0"..., 4096) = 4096
  773. fstat(7, {st_mode=S_IFREG|0644, st_size=19964, ...}) = 0
  774. read(7, "%(delim)s(?:\n      (?P<escaped>%"..., 12288) = 12288
  775. read(7, "he optional argument maxsplit is"..., 4096) = 3580
  776. read(7, "", 4096)                       = 0
  777. close(7)                                = 0
  778. munmap(0x7f7366d2b000, 4096)            = 0
  779. stat("/usr/bin/re", 0x7fffee57c5c0)     = -1 ENOENT (No such file or directory)
  780. open("/usr/bin/re.so", O_RDONLY)        = -1 ENOENT (No such file or directory)
  781. open("/usr/bin/remodule.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
  782. open("/usr/bin/re.py", O_RDONLY)        = -1 ENOENT (No such file or directory)
  783. open("/usr/bin/re.pyc", O_RDONLY)       = -1 ENOENT (No such file or directory)
  784. stat("/usr/lib/python2.6/re", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  785. open("/usr/lib/python2.6/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  786. open("/usr/lib/python2.6/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  787. open("/usr/lib/python2.6/re.py", O_RDONLY) = 7
  788. fstat(7, {st_mode=S_IFREG|0644, st_size=12966, ...}) = 0
  789. open("/usr/lib/python2.6/re.pyc", O_RDONLY) = 8
  790. fstat(8, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
  791. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  792. read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s8\2\0\0d\0"..., 4096) = 4096
  793. fstat(8, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
  794. read(8, "ions:\n    match    Match a regul"..., 8192) = 8192
  795. read(8, "ib/python2.6/re.pyt\4\0\0\0scan4\1\0\0s"..., 4096) = 834
  796. read(8, "", 4096)                       = 0
  797. close(8)                                = 0
  798. munmap(0x7f7366d2b000, 4096)            = 0
  799. stat("/usr/bin/sre_compile", 0x7fffee579020) = -1 ENOENT (No such file or directory)
  800. open("/usr/bin/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  801. open("/usr/bin/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  802. open("/usr/bin/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  803. open("/usr/bin/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  804. stat("/usr/lib/python2.6/sre_compile", 0x7fffee579020) = -1 ENOENT (No such file or directory)
  805. open("/usr/lib/python2.6/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  806. open("/usr/lib/python2.6/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  807. open("/usr/lib/python2.6/sre_compile.py", O_RDONLY) = 8
  808. fstat(8, {st_mode=S_IFREG|0644, st_size=16507, ...}) = 0
  809. open("/usr/lib/python2.6/sre_compile.pyc", O_RDONLY) = 9
  810. fstat(9, {st_mode=S_IFREG|0644, st_size=11455, ...}) = 0
  811. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  812. read(9, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sz\1\0\0d\0"..., 4096) = 4096
  813. fstat(9, {st_mode=S_IFREG|0644, st_size=11455, ...}) = 0
  814. read(9, "lot\2\0\0\0hit\4\0\0\0tailt\n\0\0\0tailappen"..., 4096) = 4096
  815. read(9, "\1\32\1\r\1c\3\0\0\0\24\0\0\0\v\0\0\0C\0\0\0s\236\4\0\0|\1\0i\0"..., 4096) = 3263
  816. read(9, "", 4096)                       = 0
  817. close(9)                                = 0
  818. munmap(0x7f7366d2b000, 4096)            = 0
  819. stat("/usr/bin/sre_parse", 0x7fffee575a80) = -1 ENOENT (No such file or directory)
  820. open("/usr/bin/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  821. open("/usr/bin/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  822. open("/usr/bin/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  823. open("/usr/bin/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  824. stat("/usr/lib/python2.6/sre_parse", 0x7fffee575a80) = -1 ENOENT (No such file or directory)
  825. open("/usr/lib/python2.6/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  826. open("/usr/lib/python2.6/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  827. open("/usr/lib/python2.6/sre_parse.py", O_RDONLY) = 9
  828. fstat(9, {st_mode=S_IFREG|0644, st_size=26878, ...}) = 0
  829. open("/usr/lib/python2.6/sre_parse.pyc", O_RDONLY) = 10
  830. fstat(10, {st_mode=S_IFREG|0644, st_size=19622, ...}) = 0
  831. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  832. read(10, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\323\2\0\0d\0"..., 4096) = 4096
  833. fstat(10, {st_mode=S_IFREG|0644, st_size=19622, ...}) = 0
  834. read(10, "/usr/lib/python2.6/sre_parse.pyt"..., 12288) = 12288
  835. read(10, "arse(\6\0\0\0R\276\0\0\0R\17\0\0\0R$\0\0\0Rv\0\0\0R\274\0"..., 4096) = 3238
  836. read(10, "", 4096)                      = 0
  837. close(10)                               = 0
  838. munmap(0x7f7366d2b000, 4096)            = 0
  839. stat("/usr/bin/sre_constants", 0x7fffee5724e0) = -1 ENOENT (No such file or directory)
  840. open("/usr/bin/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  841. open("/usr/bin/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  842. open("/usr/bin/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  843. open("/usr/bin/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  844. stat("/usr/lib/python2.6/sre_constants", 0x7fffee5724e0) = -1 ENOENT (No such file or directory)
  845. open("/usr/lib/python2.6/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  846. open("/usr/lib/python2.6/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  847. open("/usr/lib/python2.6/sre_constants.py", O_RDONLY) = 10
  848. fstat(10, {st_mode=S_IFREG|0644, st_size=7137, ...}) = 0
  849. open("/usr/lib/python2.6/sre_constants.pyc", O_RDONLY) = 11
  850. fstat(11, {st_mode=S_IFREG|0644, st_size=6083, ...}) = 0
  851. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  852. read(11, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\361\4\0\0d\0"..., 4096) = 4096
  853. fstat(11, {st_mode=S_IFREG|0644, st_size=6083, ...}) = 0
  854. read(11, "oneN(`\0\0\0t\7\0\0\0__doc__t\5\0\0\0MAGICt"..., 4096) = 1987
  855. read(11, "", 4096)                      = 0
  856. close(11)                               = 0
  857. munmap(0x7f7366d2b000, 4096)            = 0
  858. close(10)                               = 0
  859. close(9)                                = 0
  860. close(8)                                = 0
  861. close(7)                                = 0
  862. close(6)                                = 0
  863. brk(0x28ee000)                          = 0x28ee000
  864. brk(0x28ed000)                          = 0x28ed000
  865. close(5)                                = 0
  866. stat("/usr/bin/gettext", {st_mode=S_IFREG|0755, st_size=31824, ...}) = 0
  867. open("/usr/bin/gettext.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
  868. open("/usr/bin/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  869. open("/usr/bin/gettext.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
  870. open("/usr/bin/gettext.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
  871. stat("/usr/lib/python2.6/gettext", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  872. open("/usr/lib/python2.6/gettext.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  873. open("/usr/lib/python2.6/gettextmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  874. open("/usr/lib/python2.6/gettext.py", O_RDONLY) = 5
  875. fstat(5, {st_mode=S_IFREG|0644, st_size=19890, ...}) = 0
  876. open("/usr/lib/python2.6/gettext.pyc", O_RDONLY) = 6
  877. fstat(6, {st_mode=S_IFREG|0644, st_size=15626, ...}) = 0
  878. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  879. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\264\1\0\0d\0"..., 4096) = 4096
  880. fstat(6, {st_mode=S_IFREG|0644, st_size=15626, ...}) = 0
  881. read(6, "\0Z\t\0d\7\0\204\0\0Z\n\0d\10\0\204\0\0Z\v\0d\t\0\204\0\0Z\f\0d"..., 8192) = 8192
  882. read(6, "t\4\0t\5\0d\3\0|\0\0\203\3\0\202\1\0n\1\0\1d\0\0}\7\0x\254\0|"..., 4096) = 3338
  883. read(6, "", 4096)                       = 0
  884. close(6)                                = 0
  885. munmap(0x7f7366d2b000, 4096)            = 0
  886. stat("/usr/bin/locale", {st_mode=S_IFREG|0755, st_size=38632, ...}) = 0
  887. open("/usr/bin/locale.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  888. open("/usr/bin/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  889. open("/usr/bin/locale.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  890. open("/usr/bin/locale.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  891. stat("/usr/lib/python2.6/locale", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  892. open("/usr/lib/python2.6/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  893. open("/usr/lib/python2.6/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  894. open("/usr/lib/python2.6/locale.py", O_RDONLY) = 6
  895. fstat(6, {st_mode=S_IFREG|0644, st_size=88483, ...}) = 0
  896. open("/usr/lib/python2.6/locale.pyc", O_RDONLY) = 7
  897. fstat(7, {st_mode=S_IFREG|0644, st_size=49071, ...}) = 0
  898. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  899. read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0sr \0\0d\0"..., 4096) = 4096
  900. fstat(7, {st_mode=S_IFREG|0644, st_size=49071, ...}) = 0
  901. read(7, "6d\367\2d\371\0026d\360\2d\372\0026d\360\2d\373\0026d\360\2d\374\0026d\362\2"..., 40960) = 40960
  902. read(7, "p\4\0\1d\7\0GHHq\350\0Wy\21\0t\4\0t\5\0d\16\0\203\2\0\1Wn"..., 4096) = 4015
  903. read(7, "", 4096)                       = 0
  904. mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366bab000
  905. munmap(0x7f7366bab000, 266240)          = 0
  906. brk(0x2941000)                          = 0x2941000
  907. close(7)                                = 0
  908. munmap(0x7f7366d2b000, 4096)            = 0
  909. stat("/usr/bin/functools", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  910. open("/usr/bin/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  911. open("/usr/bin/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  912. open("/usr/bin/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  913. open("/usr/bin/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  914. stat("/usr/lib/python2.6/functools", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  915. open("/usr/lib/python2.6/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  916. open("/usr/lib/python2.6/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  917. open("/usr/lib/python2.6/functools.py", O_RDONLY) = 7
  918. fstat(7, {st_mode=S_IFREG|0644, st_size=2162, ...}) = 0
  919. open("/usr/lib/python2.6/functools.pyc", O_RDONLY) = 8
  920. fstat(8, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
  921. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  922. read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sJ\0\0\0d\0"..., 4096) = 1921
  923. fstat(8, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
  924. read(8, "", 4096)                       = 0
  925. close(8)                                = 0
  926. munmap(0x7f7366d2b000, 4096)            = 0
  927. close(7)                                = 0
  928. brk(0x2964000)                          = 0x2964000
  929. close(6)                                = 0
  930. stat("/usr/bin/copy", 0x7fffee57fb60)   = -1 ENOENT (No such file or directory)
  931. open("/usr/bin/copy.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
  932. open("/usr/bin/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  933. open("/usr/bin/copy.py", O_RDONLY)      = -1 ENOENT (No such file or directory)
  934. open("/usr/bin/copy.pyc", O_RDONLY)     = -1 ENOENT (No such file or directory)
  935. stat("/usr/lib/python2.6/copy", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  936. open("/usr/lib/python2.6/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  937. open("/usr/lib/python2.6/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  938. open("/usr/lib/python2.6/copy.py", O_RDONLY) = 6
  939. fstat(6, {st_mode=S_IFREG|0644, st_size=10996, ...}) = 0
  940. open("/usr/lib/python2.6/copy.pyc", O_RDONLY) = 7
  941. fstat(7, {st_mode=S_IFREG|0644, st_size=11375, ...}) = 0
  942. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  943. read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0sv\3\0\0d\0"..., 4096) = 4096
  944. fstat(7, {st_mode=S_IFREG|0644, st_size=11375, ...}) = 0
  945. read(7, "\0}\1\0|\0\0i\3\0|\1\0\214\0\0}\2\0n\26\0\1t\4\0\203\0\0}\2\0"..., 4096) = 4096
  946. read(7, "\0\0\0i\4\0\0\0i\5\0\0\0R\35\0\0\0(\4\0\0\0i\2\0\0\0i\3\0\0"..., 4096) = 3183
  947. read(7, "", 4096)                       = 0
  948. close(7)                                = 0
  949. munmap(0x7f7366d2b000, 4096)            = 0
  950. stat("/usr/bin/org", 0x7fffee57c5c0)    = -1 ENOENT (No such file or directory)
  951. open("/usr/bin/org.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
  952. open("/usr/bin/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  953. open("/usr/bin/org.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
  954. open("/usr/bin/org.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
  955. stat("/usr/lib/python2.6/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  956. open("/usr/lib/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  957. open("/usr/lib/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  958. open("/usr/lib/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  959. open("/usr/lib/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  960. stat("/usr/lib/python2.6/plat-linux2/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  961. open("/usr/lib/python2.6/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  962. open("/usr/lib/python2.6/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  963. open("/usr/lib/python2.6/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  964. open("/usr/lib/python2.6/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  965. stat("/usr/lib/python2.6/lib-tk/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  966. open("/usr/lib/python2.6/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  967. open("/usr/lib/python2.6/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  968. open("/usr/lib/python2.6/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  969. open("/usr/lib/python2.6/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  970. stat("/usr/lib/python2.6/lib-dynload/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  971. open("/usr/lib/python2.6/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  972. open("/usr/lib/python2.6/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  973. open("/usr/lib/python2.6/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  974. open("/usr/lib/python2.6/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  975. stat("/usr/local/lib/python2.6/dist-packages/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  976. open("/usr/local/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  977. open("/usr/local/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  978. open("/usr/local/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  979. open("/usr/local/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  980. stat("/usr/lib/python2.6/dist-packages/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  981. open("/usr/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  982. open("/usr/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  983. open("/usr/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  984. open("/usr/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  985. stat("/usr/lib/pymodules/python2.6/org", 0x7fffee57c5c0) = -1 ENOENT (No such file or directory)
  986. open("/usr/lib/pymodules/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  987. open("/usr/lib/pymodules/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  988. open("/usr/lib/pymodules/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  989. open("/usr/lib/pymodules/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  990. close(6)                                = 0
  991. stat("/usr/bin/struct", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  992. open("/usr/bin/struct.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  993. open("/usr/bin/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  994. open("/usr/bin/struct.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  995. open("/usr/bin/struct.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  996. stat("/usr/lib/python2.6/struct", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  997. open("/usr/lib/python2.6/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  998. open("/usr/lib/python2.6/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  999. open("/usr/lib/python2.6/struct.py", O_RDONLY) = 6
  1000. fstat(6, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
  1001. open("/usr/lib/python2.6/struct.pyc", O_RDONLY) = 7
  1002. fstat(7, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
  1003. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1004. read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s.\0\0\0d\0"..., 4096) = 237
  1005. fstat(7, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
  1006. read(7, "", 4096)                       = 0
  1007. close(7)                                = 0
  1008. munmap(0x7f7366d2b000, 4096)            = 0
  1009. close(6)                                = 0
  1010. close(5)                                = 0
  1011. stat("/usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1012. stat("/usr/share/locale/en_CA/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1013. stat("/usr/share/locale/en.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1014. stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1015. stat("/usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1016. stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1017. stat("/usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1018. stat("/usr/share/locale/en_CA/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1019. stat("/usr/share/locale/en.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1020. stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1021. stat("/usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1022. stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1023. stat("/usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1024. stat("/usr/share/locale/en_CA/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1025. stat("/usr/share/locale/en.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1026. stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1027. stat("/usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1028. stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1029. stat("/usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1030. stat("/usr/share/locale/en_CA/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1031. stat("/usr/share/locale/en.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1032. stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1033. stat("/usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1034. stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffee584bf0) = -1 ENOENT (No such file or directory)
  1035. close(4)                                = 0
  1036. stat("/usr/bin/shutil", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1037. open("/usr/bin/shutil.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1038. open("/usr/bin/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1039. open("/usr/bin/shutil.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1040. open("/usr/bin/shutil.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1041. stat("/usr/lib/python2.6/shutil", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1042. open("/usr/lib/python2.6/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1043. open("/usr/lib/python2.6/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1044. open("/usr/lib/python2.6/shutil.py", O_RDONLY) = 4
  1045. fstat(4, {st_mode=S_IFREG|0644, st_size=8632, ...}) = 0
  1046. open("/usr/lib/python2.6/shutil.pyc", O_RDONLY) = 5
  1047. fstat(5, {st_mode=S_IFREG|0644, st_size=9519, ...}) = 0
  1048. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1049. read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s8\1\0\0d\0"..., 4096) = 4096
  1050. fstat(5, {st_mode=S_IFREG|0644, st_size=9519, ...}) = 0
  1051. read(5, "\0n\1\0\1t\0\0i\5\0i\6\0|\0\0|\7\0\203\2\0}\10\0t\0\0i\5\0"..., 4096) = 4096
  1052. read(5, "ist.\n\n    If the destination alr"..., 4096) = 1327
  1053. read(5, "", 4096)                       = 0
  1054. close(5)                                = 0
  1055. munmap(0x7f7366d2b000, 4096)            = 0
  1056. stat("/usr/bin/fnmatch", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1057. open("/usr/bin/fnmatch.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1058. open("/usr/bin/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1059. open("/usr/bin/fnmatch.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1060. open("/usr/bin/fnmatch.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
  1061. stat("/usr/lib/python2.6/fnmatch", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1062. open("/usr/lib/python2.6/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1063. open("/usr/lib/python2.6/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1064. open("/usr/lib/python2.6/fnmatch.py", O_RDONLY) = 5
  1065. fstat(5, {st_mode=S_IFREG|0644, st_size=3239, ...}) = 0
  1066. open("/usr/lib/python2.6/fnmatch.pyc", O_RDONLY) = 6
  1067. fstat(6, {st_mode=S_IFREG|0644, st_size=3567, ...}) = 0
  1068. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1069. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096) = 3567
  1070. fstat(6, {st_mode=S_IFREG|0644, st_size=3567, ...}) = 0
  1071. read(6, "", 4096)                       = 0
  1072. close(6)                                = 0
  1073. munmap(0x7f7366d2b000, 4096)            = 0
  1074. close(5)                                = 0
  1075. close(4)                                = 0
  1076. stat("/usr/bin/logging", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1077. open("/usr/bin/logging.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1078. open("/usr/bin/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1079. open("/usr/bin/logging.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1080. open("/usr/bin/logging.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
  1081. stat("/usr/lib/python2.6/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1082. stat("/usr/lib/python2.6/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=53688, ...}) = 0
  1083. stat("/usr/lib/python2.6/logging/__init__", 0x7fffee585650) = -1 ENOENT (No such file or directory)
  1084. open("/usr/lib/python2.6/logging/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1085. open("/usr/lib/python2.6/logging/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1086. open("/usr/lib/python2.6/logging/__init__.py", O_RDONLY) = 4
  1087. fstat(4, {st_mode=S_IFREG|0644, st_size=53688, ...}) = 0
  1088. open("/usr/lib/python2.6/logging/__init__.pyc", O_RDONLY) = 5
  1089. fstat(5, {st_mode=S_IFREG|0644, st_size=51761, ...}) = 0
  1090. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1091. read(5, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0#\0\0\0@\0\0\0s\3\5\0\0d\0"..., 4096) = 4096
  1092. fstat(5, {st_mode=S_IFREG|0644, st_size=51761, ...}) = 0
  1093. read(5, "by calling _acquireLock().\n    N"..., 45056) = 45056
  1094. read(5, "\0\0\0R@\0\0\0R\341\0\0\0(\0\0\0\0(\0\0\0\0s&\0\0\0/usr"..., 4096) = 2609
  1095. read(5, "", 4096)                       = 0
  1096. close(5)                                = 0
  1097. munmap(0x7f7366d2b000, 4096)            = 0
  1098. stat("/usr/lib/python2.6/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1099. stat("/usr/lib/python2.6/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1100. stat("/usr/lib/python2.6/logging/sys", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1101. open("/usr/lib/python2.6/logging/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1102. open("/usr/lib/python2.6/logging/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1103. open("/usr/lib/python2.6/logging/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1104. open("/usr/lib/python2.6/logging/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1105. stat("/usr/lib/python2.6/logging/os", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1106. open("/usr/lib/python2.6/logging/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1107. open("/usr/lib/python2.6/logging/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1108. open("/usr/lib/python2.6/logging/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1109. open("/usr/lib/python2.6/logging/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1110. stat("/usr/lib/python2.6/logging/types", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1111. open("/usr/lib/python2.6/logging/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1112. open("/usr/lib/python2.6/logging/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1113. open("/usr/lib/python2.6/logging/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1114. open("/usr/lib/python2.6/logging/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1115. stat("/usr/lib/python2.6/logging/time", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1116. open("/usr/lib/python2.6/logging/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1117. open("/usr/lib/python2.6/logging/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1118. open("/usr/lib/python2.6/logging/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1119. open("/usr/lib/python2.6/logging/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1120. open("/etc/localtime", O_RDONLY)        = 5
  1121. fstat(5, {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
  1122. fstat(5, {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
  1123. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1124. read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 3477
  1125. lseek(5, -2225, SEEK_CUR)               = 1252
  1126. read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 2225
  1127. close(5)                                = 0
  1128. munmap(0x7f7366d2b000, 4096)            = 0
  1129. stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
  1130. stat("/usr/lib/python2.6/logging/string", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1131. open("/usr/lib/python2.6/logging/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1132. open("/usr/lib/python2.6/logging/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1133. open("/usr/lib/python2.6/logging/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1134. open("/usr/lib/python2.6/logging/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1135. stat("/usr/lib/python2.6/logging/cStringIO", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1136. open("/usr/lib/python2.6/logging/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1137. open("/usr/lib/python2.6/logging/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1138. open("/usr/lib/python2.6/logging/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1139. open("/usr/lib/python2.6/logging/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1140. brk(0x29bd000)                          = 0x29bd000
  1141. stat("/usr/lib/python2.6/logging/traceback", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1142. open("/usr/lib/python2.6/logging/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1143. open("/usr/lib/python2.6/logging/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1144. open("/usr/lib/python2.6/logging/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1145. open("/usr/lib/python2.6/logging/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1146. stat("/usr/bin/traceback", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1147. open("/usr/bin/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1148. open("/usr/bin/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1149. open("/usr/bin/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1150. open("/usr/bin/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1151. stat("/usr/lib/python2.6/traceback", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1152. open("/usr/lib/python2.6/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1153. open("/usr/lib/python2.6/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1154. open("/usr/lib/python2.6/traceback.py", O_RDONLY) = 5
  1155. fstat(5, {st_mode=S_IFREG|0644, st_size=11211, ...}) = 0
  1156. open("/usr/lib/python2.6/traceback.pyc", O_RDONLY) = 6
  1157. fstat(6, {st_mode=S_IFREG|0644, st_size=11637, ...}) = 0
  1158. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1159. read(6, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
  1160. fstat(6, {st_mode=S_IFREG|0644, st_size=11637, ...}) = 0
  1161. read(6, "not\n    available it is None.\n  "..., 4096) = 4096
  1162. read(6, "\0\0\5\0\0\0\t\0\0\0C\0\0\0s_\0\0\0|\1\0d\1\0j\10\0o\r\0\1"..., 4096) = 3445
  1163. read(6, "", 4096)                       = 0
  1164. close(6)                                = 0
  1165. munmap(0x7f7366d2b000, 4096)            = 0
  1166. close(5)                                = 0
  1167. stat("/usr/lib/python2.6/logging/codecs", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1168. open("/usr/lib/python2.6/logging/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1169. open("/usr/lib/python2.6/logging/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1170. open("/usr/lib/python2.6/logging/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1171. open("/usr/lib/python2.6/logging/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1172. stat("/usr/lib/python2.6/logging/thread", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1173. open("/usr/lib/python2.6/logging/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1174. open("/usr/lib/python2.6/logging/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1175. open("/usr/lib/python2.6/logging/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1176. open("/usr/lib/python2.6/logging/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1177. stat("/usr/lib/python2.6/logging/threading", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1178. open("/usr/lib/python2.6/logging/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1179. open("/usr/lib/python2.6/logging/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1180. open("/usr/lib/python2.6/logging/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1181. open("/usr/lib/python2.6/logging/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1182. stat("/usr/bin/threading", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1183. open("/usr/bin/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1184. open("/usr/bin/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1185. open("/usr/bin/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1186. open("/usr/bin/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1187. stat("/usr/lib/python2.6/threading", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1188. open("/usr/lib/python2.6/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1189. open("/usr/lib/python2.6/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1190. open("/usr/lib/python2.6/threading.py", O_RDONLY) = 5
  1191. fstat(5, {st_mode=S_IFREG|0644, st_size=31808, ...}) = 0
  1192. open("/usr/lib/python2.6/threading.pyc", O_RDONLY) = 6
  1193. fstat(6, {st_mode=S_IFREG|0644, st_size=27956, ...}) = 0
  1194. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1195. read(6, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0s6\3\0\0d\0"..., 4096) = 4096
  1196. fstat(6, {st_mode=S_IFREG|0644, st_size=27956, ...}) = 0
  1197. read(6, "\0\0\0s\2\0\0\0\0\1c\2\0\0\0\4\0\0\0\3\0\0\0C\0\0\0s?\0\0\0"..., 20480) = 20480
  1198. read(6, "\6\0|\1\0|\0\0_\7\0t\10\0\203\0\0|\0\0_\t\0d\0\0S(\1\0\0\0"..., 4096) = 3380
  1199. read(6, "", 4096)                       = 0
  1200. close(6)                                = 0
  1201. munmap(0x7f7366d2b000, 4096)            = 0
  1202. stat("/usr/bin/collections", 0x7fffee57eb10) = -1 ENOENT (No such file or directory)
  1203. open("/usr/bin/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1204. open("/usr/bin/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1205. open("/usr/bin/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1206. open("/usr/bin/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1207. stat("/usr/lib/python2.6/collections", 0x7fffee57eb10) = -1 ENOENT (No such file or directory)
  1208. open("/usr/lib/python2.6/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1209. open("/usr/lib/python2.6/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1210. open("/usr/lib/python2.6/collections.py", O_RDONLY) = 6
  1211. fstat(6, {st_mode=S_IFREG|0644, st_size=6150, ...}) = 0
  1212. open("/usr/lib/python2.6/collections.pyc", O_RDONLY) = 7
  1213. fstat(7, {st_mode=S_IFREG|0644, st_size=6611, ...}) = 0
  1214. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1215. read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\306\1\0\0d\0"..., 4096) = 4096
  1216. fstat(7, {st_mode=S_IFREG|0644, st_size=6611, ...}) = 0
  1217. read(7, "keys())\n            return resul"..., 4096) = 2515
  1218. read(7, "", 4096)                       = 0
  1219. close(7)                                = 0
  1220. munmap(0x7f7366d2b000, 4096)            = 0
  1221. stat("/usr/bin/keyword", 0x7fffee57b570) = -1 ENOENT (No such file or directory)
  1222. open("/usr/bin/keyword.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1223. open("/usr/bin/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1224. open("/usr/bin/keyword.py", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1225. open("/usr/bin/keyword.pyc", O_RDONLY)  = -1 ENOENT (No such file or directory)
  1226. stat("/usr/lib/python2.6/keyword", 0x7fffee57b570) = -1 ENOENT (No such file or directory)
  1227. open("/usr/lib/python2.6/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1228. open("/usr/lib/python2.6/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1229. open("/usr/lib/python2.6/keyword.py", O_RDONLY) = 7
  1230. fstat(7, {st_mode=S_IFREG|0755, st_size=1993, ...}) = 0
  1231. open("/usr/lib/python2.6/keyword.pyc", O_RDONLY) = 8
  1232. fstat(8, {st_mode=S_IFREG|0644, st_size=2113, ...}) = 0
  1233. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1234. read(8, "\321\362\r\ni\313\27Mc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\251\0\0\0d\0"..., 4096) = 2113
  1235. fstat(8, {st_mode=S_IFREG|0644, st_size=2113, ...}) = 0
  1236. read(8, "", 4096)                       = 0
  1237. close(8)                                = 0
  1238. munmap(0x7f7366d2b000, 4096)            = 0
  1239. close(7)                                = 0
  1240. close(6)                                = 0
  1241. close(5)                                = 0
  1242. stat("/usr/lib/python2.6/logging/atexit", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1243. open("/usr/lib/python2.6/logging/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1244. open("/usr/lib/python2.6/logging/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1245. open("/usr/lib/python2.6/logging/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1246. open("/usr/lib/python2.6/logging/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1247. stat("/usr/bin/atexit", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1248. open("/usr/bin/atexit.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1249. open("/usr/bin/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1250. open("/usr/bin/atexit.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1251. open("/usr/bin/atexit.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1252. stat("/usr/lib/python2.6/atexit", 0x7fffee5820b0) = -1 ENOENT (No such file or directory)
  1253. open("/usr/lib/python2.6/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1254. open("/usr/lib/python2.6/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1255. open("/usr/lib/python2.6/atexit.py", O_RDONLY) = 5
  1256. fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
  1257. open("/usr/lib/python2.6/atexit.pyc", O_RDONLY) = 6
  1258. fstat(6, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
  1259. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1260. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\304\0\0\0d\0"..., 4096) = 2203
  1261. fstat(6, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
  1262. read(6, "", 4096)                       = 0
  1263. close(6)                                = 0
  1264. munmap(0x7f7366d2b000, 4096)            = 0
  1265. close(5)                                = 0
  1266. close(4)                                = 0
  1267. stat("/usr/bin/tempfile", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1268. open("/usr/bin/tempfile.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
  1269. open("/usr/bin/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1270. open("/usr/bin/tempfile.py", O_RDONLY)  = -1 ENOENT (No such file or directory)
  1271. open("/usr/bin/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1272. stat("/usr/lib/python2.6/tempfile", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1273. open("/usr/lib/python2.6/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1274. open("/usr/lib/python2.6/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1275. open("/usr/lib/python2.6/tempfile.py", O_RDONLY) = 4
  1276. fstat(4, {st_mode=S_IFREG|0644, st_size=17774, ...}) = 0
  1277. open("/usr/lib/python2.6/tempfile.pyc", O_RDONLY) = 5
  1278. fstat(5, {st_mode=S_IFREG|0644, st_size=19463, ...}) = 0
  1279. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1280. read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\26\0\0\0@\0\0\0s\25\3\0\0d\0"..., 4096) = 4096
  1281. fstat(5, {st_mode=S_IFREG|0644, st_size=19463, ...}) = 0
  1282. read(5, "\0}\0\0x5\0d\16\0D]-\0}\1\0t\0\0i\1\0|\1\0\203\1\0}\2\0"..., 12288) = 12288
  1283. read(5, ".pyR\235\0\0\0#\2\0\0s\2\0\0\0\0\1c\1\0\0\0\1\0\0\0\1\0\0\0"..., 4096) = 3079
  1284. read(5, "", 4096)                       = 0
  1285. close(5)                                = 0
  1286. munmap(0x7f7366d2b000, 4096)            = 0
  1287. stat("/usr/bin/random", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1288. open("/usr/bin/random.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1289. open("/usr/bin/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1290. open("/usr/bin/random.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1291. open("/usr/bin/random.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1292. stat("/usr/lib/python2.6/random", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1293. open("/usr/lib/python2.6/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1294. open("/usr/lib/python2.6/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1295. open("/usr/lib/python2.6/random.py", O_RDONLY) = 5
  1296. fstat(5, {st_mode=S_IFREG|0644, st_size=31966, ...}) = 0
  1297. open("/usr/lib/python2.6/random.pyc", O_RDONLY) = 6
  1298. fstat(6, {st_mode=S_IFREG|0644, st_size=25022, ...}) = 0
  1299. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1300. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0 \0\0\0@ \0\0s\231\2\0\0d\0"..., 4096) = 4096
  1301. fstat(6, {st_mode=S_IFREG|0644, st_size=25022, ...}) = 0
  1302. read(6, " available.\n\n        If a is not"..., 20480) = 20480
  1303. read(6, "\0\0\0R}\0\0\0R\v\0\0\0R{\0\0\0R\f\0\0\0R\214\0\0\0t\2\0\0"..., 4096) = 446
  1304. read(6, "", 4096)                       = 0
  1305. close(6)                                = 0
  1306. munmap(0x7f7366d2b000, 4096)            = 0
  1307. stat("/usr/bin/__future__", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1308. open("/usr/bin/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1309. open("/usr/bin/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1310. open("/usr/bin/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1311. open("/usr/bin/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1312. stat("/usr/lib/python2.6/__future__", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1313. open("/usr/lib/python2.6/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1314. open("/usr/lib/python2.6/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1315. open("/usr/lib/python2.6/__future__.py", O_RDONLY) = 6
  1316. fstat(6, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
  1317. open("/usr/lib/python2.6/__future__.pyc", O_RDONLY) = 7
  1318. fstat(7, {st_mode=S_IFREG|0644, st_size=4221, ...}) = 0
  1319. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1320. read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"..., 4096) = 4096
  1321. fstat(7, {st_mode=S_IFREG|0644, st_size=4221, ...}) = 0
  1322. read(7, "r/lib/python2.6/__future__.pyt\10\0"..., 4096) = 125
  1323. read(7, "", 4096)                       = 0
  1324. close(7)                                = 0
  1325. munmap(0x7f7366d2b000, 4096)            = 0
  1326. close(6)                                = 0
  1327. open("/dev/urandom", O_RDONLY)          = 6
  1328. read(6, "\222\177l\343C\v\226\247<\260\303\30\274\342\367Y", 16) = 16
  1329. close(6)                                = 0
  1330. close(5)                                = 0
  1331. brk(0x29de000)                          = 0x29de000
  1332. close(4)                                = 0
  1333. stat("/usr/bin/distutils", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1334. open("/usr/bin/distutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1335. open("/usr/bin/distutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1336. open("/usr/bin/distutils.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1337. open("/usr/bin/distutils.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1338. stat("/usr/lib/python2.6/distutils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1339. stat("/usr/lib/python2.6/distutils/__init__.py", {st_mode=S_IFREG|0644, st_size=670, ...}) = 0
  1340. stat("/usr/lib/python2.6/distutils/__init__", 0x7fffee585650) = -1 ENOENT (No such file or directory)
  1341. open("/usr/lib/python2.6/distutils/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1342. open("/usr/lib/python2.6/distutils/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1343. open("/usr/lib/python2.6/distutils/__init__.py", O_RDONLY) = 4
  1344. fstat(4, {st_mode=S_IFREG|0644, st_size=670, ...}) = 0
  1345. open("/usr/lib/python2.6/distutils/__init__.pyc", O_RDONLY) = 5
  1346. fstat(5, {st_mode=S_IFREG|0644, st_size=437, ...}) = 0
  1347. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1348. read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\26\0\0\0d\0"..., 4096) = 437
  1349. fstat(5, {st_mode=S_IFREG|0644, st_size=437, ...}) = 0
  1350. read(5, "", 4096)                       = 0
  1351. close(5)                                = 0
  1352. munmap(0x7f7366d2b000, 4096)            = 0
  1353. close(4)                                = 0
  1354. stat("/usr/lib/python2.6/distutils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1355. stat("/usr/lib/python2.6/distutils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1356. stat("/usr/lib/python2.6/distutils/sysconfig", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1357. open("/usr/lib/python2.6/distutils/sysconfig.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1358. open("/usr/lib/python2.6/distutils/sysconfigmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1359. open("/usr/lib/python2.6/distutils/sysconfig.py", O_RDONLY) = 4
  1360. fstat(4, {st_mode=S_IFREG|0644, st_size=23492, ...}) = 0
  1361. open("/usr/lib/python2.6/distutils/sysconfig.pyc", O_RDONLY) = 5
  1362. fstat(5, {st_mode=S_IFREG|0644, st_size=16856, ...}) = 0
  1363. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1364. read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\204\2\0\0d\0"..., 4096) = 4096
  1365. fstat(5, {st_mode=S_IFREG|0644, st_size=16856, ...}) = 0
  1366. read(5, "bution; otherwise, return the pl"..., 12288) = 12288
  1367. read(5, "ils/sysconfig.pyR#\0\0\0g\2\0\0s\2\0\0\0\0\5"..., 4096) = 472
  1368. read(5, "", 4096)                       = 0
  1369. close(5)                                = 0
  1370. munmap(0x7f7366d2b000, 4096)            = 0
  1371. stat("/usr/lib/python2.6/distutils/os", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1372. open("/usr/lib/python2.6/distutils/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1373. open("/usr/lib/python2.6/distutils/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1374. open("/usr/lib/python2.6/distutils/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1375. open("/usr/lib/python2.6/distutils/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1376. stat("/usr/lib/python2.6/distutils/re", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1377. open("/usr/lib/python2.6/distutils/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1378. open("/usr/lib/python2.6/distutils/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1379. open("/usr/lib/python2.6/distutils/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1380. open("/usr/lib/python2.6/distutils/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1381. stat("/usr/lib/python2.6/distutils/string", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1382. open("/usr/lib/python2.6/distutils/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1383. open("/usr/lib/python2.6/distutils/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1384. open("/usr/lib/python2.6/distutils/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1385. open("/usr/lib/python2.6/distutils/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1386. stat("/usr/lib/python2.6/distutils/sys", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1387. open("/usr/lib/python2.6/distutils/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1388. open("/usr/lib/python2.6/distutils/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1389. open("/usr/lib/python2.6/distutils/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1390. open("/usr/lib/python2.6/distutils/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1391. stat("/usr/lib/python2.6/distutils/distutils", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1392. open("/usr/lib/python2.6/distutils/distutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1393. open("/usr/lib/python2.6/distutils/distutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1394. open("/usr/lib/python2.6/distutils/distutils.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1395. open("/usr/lib/python2.6/distutils/distutils.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1396. stat("/usr/lib/python2.6/distutils/errors", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1397. open("/usr/lib/python2.6/distutils/errors.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1398. open("/usr/lib/python2.6/distutils/errorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1399. open("/usr/lib/python2.6/distutils/errors.py", O_RDONLY) = 5
  1400. fstat(5, {st_mode=S_IFREG|0644, st_size=3720, ...}) = 0
  1401. open("/usr/lib/python2.6/distutils/errors.pyc", O_RDONLY) = 6
  1402. fstat(6, {st_mode=S_IFREG|0644, st_size=6318, ...}) = 0
  1403. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1404. read(6, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\262\1\0\0d\0"..., 4096) = 4096
  1405. fstat(6, {st_mode=S_IFREG|0644, st_size=6318, ...}) = 0
  1406. read(6, "s\4\0\0\0\6\2\6\1t\26\0\0\0DistutilsInternalE"..., 4096) = 2222
  1407. read(6, "", 4096)                       = 0
  1408. brk(0x2a25000)                          = 0x2a25000
  1409. close(6)                                = 0
  1410. munmap(0x7f7366d2b000, 4096)            = 0
  1411. close(5)                                = 0
  1412. lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1413. lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  1414. lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
  1415. lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
  1416. readlink("/usr/bin/python", "python2.6"..., 4096) = 9
  1417. lstat("/usr/bin/python2.6", {st_mode=S_IFREG|0755, st_size=2617520, ...}) = 0
  1418. lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  1419. lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  1420. lstat("/usr/bin/python2.6", {st_mode=S_IFREG|0755, st_size=2617520, ...}) = 0
  1421. stat("/usr/bin/Modules/Setup.dist", 0x7fffee5850e0) = -1 ENOENT (No such file or directory)
  1422. stat("/usr/bin/Modules/Setup.local", 0x7fffee5850e0) = -1 ENOENT (No such file or directory)
  1423. close(4)                                = 0
  1424. stat("/usr/bin/subprocess", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1425. open("/usr/bin/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1426. open("/usr/bin/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1427. open("/usr/bin/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1428. open("/usr/bin/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1429. stat("/usr/lib/python2.6/subprocess", 0x7fffee5866a0) = -1 ENOENT (No such file or directory)
  1430. open("/usr/lib/python2.6/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1431. open("/usr/lib/python2.6/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1432. open("/usr/lib/python2.6/subprocess.py", O_RDONLY) = 4
  1433. fstat(4, {st_mode=S_IFREG|0644, st_size=47433, ...}) = 0
  1434. open("/usr/lib/python2.6/subprocess.pyc", O_RDONLY) = 5
  1435. fstat(5, {st_mode=S_IFREG|0644, st_size=34904, ...}) = 0
  1436. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1437. read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\360\1\0\0d\0"..., 4096) = 4096
  1438. fstat(5, {st_mode=S_IFREG|0644, st_size=34904, ...}) = 0
  1439. read(5, "l representations\nare seen as '\\"..., 28672) = 28672
  1440. read(5, "R\34\0\0\0Ri\0\0\0Rp\0\0\0Rq\0\0\0RI\0\0\0RO\0\0\0Rx"..., 4096) = 2136
  1441. read(5, "", 4096)                       = 0
  1442. close(5)                                = 0
  1443. munmap(0x7f7366d2b000, 4096)            = 0
  1444. stat("/usr/bin/pickle", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1445. open("/usr/bin/pickle.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1446. open("/usr/bin/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1447. open("/usr/bin/pickle.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1448. open("/usr/bin/pickle.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1449. stat("/usr/lib/python2.6/pickle", 0x7fffee583100) = -1 ENOENT (No such file or directory)
  1450. open("/usr/lib/python2.6/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1451. open("/usr/lib/python2.6/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1452. open("/usr/lib/python2.6/pickle.py", O_RDONLY) = 5
  1453. fstat(5, {st_mode=S_IFREG|0644, st_size=44811, ...}) = 0
  1454. open("/usr/lib/python2.6/pickle.pyc", O_RDONLY) = 6
  1455. fstat(6, {st_mode=S_IFREG|0644, st_size=38437, ...}) = 0
  1456. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1457. read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\2\4\0\0d\0"..., 4096) = 4096
  1458. fstat(6, {st_mode=S_IFREG|0644, st_size=38437, ...}) = 0
  1459. read(6, "\4\0\0This takes a file-like object"..., 32768) = 32768
  1460. read(6, "\0\0\203\0\0}\2\0t\1\0|\2\0|\1\0\203\2\0i\2\0|\0\0\203\1\0\1|\2"..., 4096) = 1573
  1461. read(6, "", 4096)                       = 0
  1462. close(6)                                = 0
  1463. munmap(0x7f7366d2b000, 4096)            = 0
  1464. stat("/usr/bin/org", 0x7fffee57fb60)    = -1 ENOENT (No such file or directory)
  1465. open("/usr/bin/org.so", O_RDONLY)       = -1 ENOENT (No such file or directory)
  1466. open("/usr/bin/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1467. open("/usr/bin/org.py", O_RDONLY)       = -1 ENOENT (No such file or directory)
  1468. open("/usr/bin/org.pyc", O_RDONLY)      = -1 ENOENT (No such file or directory)
  1469. stat("/usr/lib/python2.6/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1470. open("/usr/lib/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1471. open("/usr/lib/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1472. open("/usr/lib/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1473. open("/usr/lib/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1474. stat("/usr/lib/python2.6/plat-linux2/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1475. open("/usr/lib/python2.6/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1476. open("/usr/lib/python2.6/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1477. open("/usr/lib/python2.6/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1478. open("/usr/lib/python2.6/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1479. stat("/usr/lib/python2.6/lib-tk/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1480. open("/usr/lib/python2.6/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1481. open("/usr/lib/python2.6/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1482. open("/usr/lib/python2.6/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1483. open("/usr/lib/python2.6/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1484. stat("/usr/lib/python2.6/lib-dynload/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1485. open("/usr/lib/python2.6/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1486. open("/usr/lib/python2.6/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1487. open("/usr/lib/python2.6/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1488. open("/usr/lib/python2.6/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1489. stat("/usr/local/lib/python2.6/dist-packages/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1490. open("/usr/local/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1491. open("/usr/local/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1492. open("/usr/local/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1493. open("/usr/local/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1494. stat("/usr/lib/python2.6/dist-packages/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1495. open("/usr/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1496. open("/usr/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1497. open("/usr/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1498. open("/usr/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1499. stat("/usr/lib/pymodules/python2.6/org", 0x7fffee57fb60) = -1 ENOENT (No such file or directory)
  1500. open("/usr/lib/pymodules/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1501. open("/usr/lib/pymodules/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1502. open("/usr/lib/pymodules/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1503. open("/usr/lib/pymodules/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1504. close(5)                                = 0
  1505. getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
  1506. close(4)                                = 0
  1507. brk(0x2a46000)                          = 0x2a46000
  1508. stat("/usr/lib/python2.6/encodings/base64_codec", 0x7fffee586380) = -1 ENOENT (No such file or directory)
  1509. open("/usr/lib/python2.6/encodings/base64_codec.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1510. open("/usr/lib/python2.6/encodings/base64_codecmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1511. open("/usr/lib/python2.6/encodings/base64_codec.py", O_RDONLY) = 4
  1512. fstat(4, {st_mode=S_IFREG|0644, st_size=2338, ...}) = 0
  1513. open("/usr/lib/python2.6/encodings/base64_codec.pyc", O_RDONLY) = 5
  1514. fstat(5, {st_mode=S_IFREG|0644, st_size=3810, ...}) = 0
  1515. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1516. read(5, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\306\0\0\0d\0"..., 4096) = 3810
  1517. fstat(5, {st_mode=S_IFREG|0644, st_size=3810, ...}) = 0
  1518. read(5, "", 4096)                       = 0
  1519. close(5)                                = 0
  1520. munmap(0x7f7366d2b000, 4096)            = 0
  1521. stat("/usr/lib/python2.6/encodings/base64", 0x7fffee582de0) = -1 ENOENT (No such file or directory)
  1522. open("/usr/lib/python2.6/encodings/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1523. open("/usr/lib/python2.6/encodings/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1524. open("/usr/lib/python2.6/encodings/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1525. open("/usr/lib/python2.6/encodings/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1526. stat("/usr/bin/base64", {st_mode=S_IFREG|0755, st_size=33408, ...}) = 0
  1527. open("/usr/bin/base64.so", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1528. open("/usr/bin/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1529. open("/usr/bin/base64.py", O_RDONLY)    = -1 ENOENT (No such file or directory)
  1530. open("/usr/bin/base64.pyc", O_RDONLY)   = -1 ENOENT (No such file or directory)
  1531. stat("/usr/lib/python2.6/base64", 0x7fffee582de0) = -1 ENOENT (No such file or directory)
  1532. open("/usr/lib/python2.6/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1533. open("/usr/lib/python2.6/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1534. open("/usr/lib/python2.6/base64.py", O_RDONLY) = 5
  1535. fstat(5, {st_mode=S_IFREG|0755, st_size=11331, ...}) = 0
  1536. open("/usr/lib/python2.6/base64.pyc", O_RDONLY) = 6
  1537. fstat(6, {st_mode=S_IFREG|0644, st_size=10967, ...}) = 0
  1538. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1539. read(6, "\321\362\r\ni\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\307\2\0\0d\0"..., 4096) = 4096
  1540. fstat(6, {st_mode=S_IFREG|0644, st_size=10967, ...}) = 0
  1541. read(6, "\2\0\0\0\0\tt\1\0\0\0Ai\0\0\0\0t\1\0\0\0Ji\t\0\0\0t\1\0\0"..., 4096) = 4096
  1542. read(6, "\0R`\0\0\0(\0\0\0\0(\0\0\0\0s\34\0\0\0/usr/lib/py"..., 4096) = 2775
  1543. read(6, "", 4096)                       = 0
  1544. close(6)                                = 0
  1545. munmap(0x7f7366d2b000, 4096)            = 0
  1546. close(5)                                = 0
  1547. close(4)                                = 0
  1548. stat("/usr/lib/python2.6/encodings/zlib_codec", 0x7fffee586380) = -1 ENOENT (No such file or directory)
  1549. open("/usr/lib/python2.6/encodings/zlib_codec.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1550. open("/usr/lib/python2.6/encodings/zlib_codecmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1551. open("/usr/lib/python2.6/encodings/zlib_codec.py", O_RDONLY) = 4
  1552. fstat(4, {st_mode=S_IFREG|0644, st_size=3015, ...}) = 0
  1553. open("/usr/lib/python2.6/encodings/zlib_codec.pyc", O_RDONLY) = 5
  1554. fstat(5, {st_mode=S_IFREG|0644, st_size=4626, ...}) = 0
  1555. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1556. read(5, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\306\0\0\0d\0"..., 4096) = 4096
  1557. fstat(5, {st_mode=S_IFREG|0644, st_size=4626, ...}) = 0
  1558. read(5, "\0X\0\0\0s\2\0\0\0\6\1c\0\0\0\0\0\0\0\0\17\0\0\0C\0\0\0s4\0"..., 4096) = 530
  1559. read(5, "", 4096)                       = 0
  1560. close(5)                                = 0
  1561. munmap(0x7f7366d2b000, 4096)            = 0
  1562. stat("/usr/lib/python2.6/encodings/zlib", 0x7fffee582de0) = -1 ENOENT (No such file or directory)
  1563. open("/usr/lib/python2.6/encodings/zlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1564. open("/usr/lib/python2.6/encodings/zlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1565. open("/usr/lib/python2.6/encodings/zlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1566. open("/usr/lib/python2.6/encodings/zlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1567. close(4)                                = 0
  1568. close(3)                                = 0
  1569. stat("/usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1570. stat("/usr/share/locale/en_CA/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1571. stat("/usr/share/locale/en.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1572. stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1573. stat("/usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1574. stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1575. stat("/usr/share/locale/en_CA.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1576. stat("/usr/share/locale/en_CA/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1577. stat("/usr/share/locale/en.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1578. stat("/usr/share/locale/en/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1579. stat("/usr/share/locale/en_US.ISO8859-1/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1580. stat("/usr/share/locale/en_US/LC_MESSAGES/messages.mo", 0x7fffee58ad20) = -1 ENOENT (No such file or directory)
  1581. stat("test/lib/python2.6", 0x7fffee58b730) = -1 ENOENT (No such file or directory)
  1582. stat("test/lib", 0x7fffee58b550)        = -1 ENOENT (No such file or directory)
  1583. stat("test", 0x7fffee58b370)            = -1 ENOENT (No such file or directory)
  1584. mkdir("test", 0777)                     = 0
  1585. mkdir("test/lib", 0777)                 = 0
  1586. mkdir("test/lib/python2.6", 0777)       = 0
  1587. stat("/usr/lib/python2.6/distutils/text_file", 0x7fffee589130) = -1 ENOENT (No such file or directory)
  1588. open("/usr/lib/python2.6/distutils/text_file.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1589. open("/usr/lib/python2.6/distutils/text_filemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1590. open("/usr/lib/python2.6/distutils/text_file.py", O_RDONLY) = 3
  1591. fstat(3, {st_mode=S_IFREG|0644, st_size=15145, ...}) = 0
  1592. open("/usr/lib/python2.6/distutils/text_file.pyc", O_RDONLY) = 4
  1593. fstat(4, {st_mode=S_IFREG|0644, st_size=11225, ...}) = 0
  1594. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1595. read(4, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0sF\2\0\0d\0"..., 4096) = 4096
  1596. fstat(4, {st_mode=S_IFREG|0644, st_size=11225, ...}) = 0
  1597. read(4, "_commentst\v\0\0\0skip_blanksi\0\0\0\0t\t"..., 4096) = 4096
  1598. read(4, ".  Updates the current line numb"..., 4096) = 3033
  1599. read(4, "", 4096)                       = 0
  1600. close(4)                                = 0
  1601. munmap(0x7f7366d2b000, 4096)            = 0
  1602. stat("/usr/lib/python2.6/distutils/types", 0x7fffee585b90) = -1 ENOENT (No such file or directory)
  1603. open("/usr/lib/python2.6/distutils/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1604. open("/usr/lib/python2.6/distutils/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
  1605. open("/usr/lib/python2.6/distutils/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
  1606. open("/usr/lib/python2.6/distutils/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
  1607. close(3)                                = 0
  1608. open("/usr/lib/python2.6/config/Makefile", O_RDONLY) = 3
  1609. fstat(3, {st_mode=S_IFREG|0644, st_size=50645, ...}) = 0
  1610. fstat(3, {st_mode=S_IFREG|0644, st_size=50645, ...}) = 0
  1611. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1612. read(3, "# Generated automatically from M"..., 4096) = 4096
  1613. read(3, "-Bsymbolic-functions\nBLDSHARED=\t"..., 4096) = 4096
  1614. read(3, "ir)/Parser/Python.asdl\n\nASDLGEN_"..., 4096) = 4096
  1615. read(3, "GS)' OPT='$(OPT)' ./$(BUILDPYTHO"..., 4096) = 4096
  1616. read(3, "les/Setup file.\"; \\\n\t\techo \"Usua"..., 4096) = 4096
  1617. brk(0x2a67000)                          = 0x2a67000
  1618. read(3, "bject.h \\\n\t\tInclude/objimpl.h \\\n"..., 4096) = 4096
  1619. read(3, "rectory $$i\"; \\\n\t\t\t\t$(INSTALL) -"..., 4096) = 4096
  1620. read(3, ") $$i $(DESTDIR)$$b; \\\n\t\t\t\tfi;; "..., 4096) = 4096
  1621. read(3, "p_aix\";\t\t\t\\\n\t\t$(INSTALL_SCRIPT) "..., 4096) = 4096
  1622. read(3, "rt of a normal frameworkinstall\n"..., 4096) = 4096
  1623. read(3, "n/thread_wince.h\n\n# Declare targ"..., 4096) = 4096
  1624. read(3, "isectmodule.o\nModules/_bisectmod"..., 4096) = 4096
  1625. read(3, "rrnomodule.o   -o Modules/errnom"..., 4096) = 1493
  1626. read(3, "", 4096)                       = 0
  1627. close(3)                                = 0
  1628. munmap(0x7f7366d2b000, 4096)            = 0
  1629. open("/usr/include/python2.6/pyconfig.h", O_RDONLY) = 3
  1630. fstat(3, {st_mode=S_IFREG|0644, st_size=31050, ...}) = 0
  1631. fstat(3, {st_mode=S_IFREG|0644, st_size=31050, ...}) = 0
  1632. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1633. read(3, "/* pyconfig.h.  Generated from p"..., 4096) = 4096
  1634. read(3, "\n/* Define to 1 if you have the "..., 4096) = 4096
  1635. read(3, "_GETSPENT 1\n\n/* Define to 1 if y"..., 4096) = 4096
  1636. read(3, "f you have the `pause' function."..., 4096) = 4096
  1637. read(3, "fine to 1 if you have the <stdin"..., 4096) = 4096
  1638. read(3, "AVE_TCSETPGRP 1\n\n/* Define to 1 "..., 4096) = 4096
  1639. read(3, " */\n#define RETSIGTYPE void\n\n/* "..., 4096) = 4096
  1640. read(3, "/* Define on Darwin to activate "..., 4096) = 2378
  1641. read(3, "", 4096)                       = 0
  1642. close(3)                                = 0
  1643. munmap(0x7f7366d2b000, 4096)            = 0
  1644. stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
  1645. open("/usr/lib/python2.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
  1646. getdents(3, /* 426 entries */, 32768)   = 14392
  1647. getdents(3, /* 0 entries */, 32768)     = 0
  1648. close(3)                                = 0
  1649. stat("/usr/lib/python2.6/stat.py", {st_mode=S_IFREG|0644, st_size=1718, ...}) = 0
  1650. stat("test/lib/python2.6/stat.py", 0x7fffee58b680) = -1 ENOENT (No such file or directory)
  1651. stat("test/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=68, ...}) = 0
  1652. symlink("/usr/lib/python2.6/stat.py", "test/lib/python2.6/stat.py") = -1 EROFS (Read-only file system)
  1653. write(2, "Traceback (most recent call last"..., 35Traceback (most recent call last):
  1654. ) = 35
  1655. write(2, "  File \"/usr/bin/virtualenv\", li"..., 50  File "/usr/bin/virtualenv", line 3, in <module>
  1656. ) = 50
  1657. open("/usr/bin/virtualenv", O_RDONLY)   = 3
  1658. fstat(3, {st_mode=S_IFREG|0755, st_size=58, ...}) = 0
  1659. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1660. read(3, "#!/usr/bin/env python\nimport vir"..., 4096) = 58
  1661. write(2, "    ", 4    )                     = 4
  1662. write(2, "virtualenv.main()\n", 18virtualenv.main()
  1663. )     = 18
  1664. close(3)                                = 0
  1665. munmap(0x7f7366d2b000, 4096)            = 0
  1666. write(2, "  File \"/usr/lib/pymodules/pytho"..., 71  File "/usr/lib/pymodules/python2.6/virtualenv.py", line 536, in main
  1667. ) = 71
  1668. open("/usr/lib/pymodules/python2.6/virtualenv.py", O_RDONLY) = 3
  1669. fstat(3, {st_mode=S_IFREG|0644, st_size=68990, ...}) = 0
  1670. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1671. read(3, "#!/usr/bin/env python\n\"\"\"Create "..., 4096) = 4096
  1672. read(3, "      if not self.in_progress_ha"..., 4096) = 4096
  1673. read(3, "wmode)\n        logger.info('Chan"..., 4096) = 4096
  1674. read(3, ".join(os.path.dirname(virtualenv"..., 4096) = 4096
  1675. read(3, "tools',\n        dest='use_distri"..., 4096) = 4096
  1676. write(2, "    ", 4    )                     = 4
  1677. write(2, "use_distribute=options.use_distr"..., 39use_distribute=options.use_distribute)
  1678. ) = 39
  1679. close(3)                                = 0
  1680. munmap(0x7f7366d2b000, 4096)            = 0
  1681. write(2, "  File \"/usr/lib/pymodules/pytho"..., 85  File "/usr/lib/pymodules/python2.6/virtualenv.py", line 619, in create_environment
  1682. ) = 85
  1683. open("/usr/lib/pymodules/python2.6/virtualenv.py", O_RDONLY) = 3
  1684. fstat(3, {st_mode=S_IFREG|0644, st_size=68990, ...}) = 0
  1685. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1686. read(3, "#!/usr/bin/env python\n\"\"\"Create "..., 4096) = 4096
  1687. read(3, "      if not self.in_progress_ha"..., 4096) = 4096
  1688. read(3, "wmode)\n        logger.info('Chan"..., 4096) = 4096
  1689. read(3, ".join(os.path.dirname(virtualenv"..., 4096) = 4096
  1690. read(3, "tools',\n        dest='use_distri"..., 4096) = 4096
  1691. read(3, "-------------------------')\n    "..., 4096) = 4096
  1692. write(2, "    ", 4    )                     = 4
  1693. write(2, "site_packages=site_packages, cle"..., 43site_packages=site_packages, clear=clear))
  1694. ) = 43
  1695. close(3)                                = 0
  1696. munmap(0x7f7366d2b000, 4096)            = 0
  1697. write(2, "  File \"/usr/lib/pymodules/pytho"..., 81  File "/usr/lib/pymodules/python2.6/virtualenv.py", line 699, in install_python
  1698. ) = 81
  1699. open("/usr/lib/pymodules/python2.6/virtualenv.py", O_RDONLY) = 3
  1700. fstat(3, {st_mode=S_IFREG|0644, st_size=68990, ...}) = 0
  1701. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1702. read(3, "#!/usr/bin/env python\n\"\"\"Create "..., 4096) = 4096
  1703. read(3, "      if not self.in_progress_ha"..., 4096) = 4096
  1704. read(3, "wmode)\n        logger.info('Chan"..., 4096) = 4096
  1705. read(3, ".join(os.path.dirname(virtualenv"..., 4096) = 4096
  1706. read(3, "tools',\n        dest='use_distri"..., 4096) = 4096
  1707. read(3, "-------------------------')\n    "..., 4096) = 4096
  1708. write(2, "    ", 4    )                     = 4
  1709. write(2, "copyfile(join(stdlib_dir, fn), j"..., 50copyfile(join(stdlib_dir, fn), join(lib_dir, fn))
  1710. ) = 50
  1711. close(3)                                = 0
  1712. munmap(0x7f7366d2b000, 4096)            = 0
  1713. write(2, "  File \"/usr/lib/pymodules/pytho"..., 75  File "/usr/lib/pymodules/python2.6/virtualenv.py", line 206, in copyfile
  1714. ) = 75
  1715. open("/usr/lib/pymodules/python2.6/virtualenv.py", O_RDONLY) = 3
  1716. fstat(3, {st_mode=S_IFREG|0644, st_size=68990, ...}) = 0
  1717. mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7366d2b000
  1718. read(3, "#!/usr/bin/env python\n\"\"\"Create "..., 4096) = 4096
  1719. read(3, "      if not self.in_progress_ha"..., 4096) = 4096
  1720. write(2, "    ", 4    )                     = 4
  1721. write(2, "os.symlink(os.path.abspath(src),"..., 39os.symlink(os.path.abspath(src), dest)
  1722. ) = 39
  1723. close(3)                                = 0
  1724. munmap(0x7f7366d2b000, 4096)            = 0
  1725. write(2, "OSError", 7OSError)                  = 7
  1726. write(2, ": ", 2: )                       = 2
  1727. write(2, "[Errno 30] Read-only file system", 32[Errno 30] Read-only file system) = 32
  1728. write(2, "\n", 1
  1729. )                       = 1
  1730. rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f7366903ff0}, {0x4da8c0, [], SA_RESTORER, 0x7f7366903ff0}, 8) = 0
  1731. exit_group(1)                           = ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement