Advertisement
Guest User

Untitled

a guest
May 23rd, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.27 KB | None | 0 0
  1. root ~ # strace -t -e open python -c pass
  2. 22:48:55 open("/usr/lib/tls/v6l/vfp/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  3. 22:48:55 open("/usr/lib/tls/v6l/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  4. 22:48:55 open("/usr/lib/tls/vfp/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  5. 22:48:55 open("/usr/lib/tls/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  6. 22:48:55 open("/usr/lib/v6l/vfp/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  7. 22:48:55 open("/usr/lib/v6l/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  8. 22:48:55 open("/usr/lib/vfp/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  9. 22:48:55 open("/usr/lib/libpython2.7.so.1.0", O_RDONLY|O_CLOEXEC) = 3
  10. 22:48:55 open("/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
  11. 22:48:55 open("/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  12. 22:48:55 open("/usr/lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
  13. 22:48:55 open("/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  14. 22:48:55 open("/lib/tls/v6l/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  15. 22:48:55 open("/lib/tls/v6l/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  16. 22:48:55 open("/lib/tls/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  17. 22:48:55 open("/lib/tls/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  18. 22:48:55 open("/lib/v6l/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  19. 22:48:55 open("/lib/v6l/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  20. 22:48:55 open("/lib/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  21. 22:48:55 open("/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
  22. 22:48:55 open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
  23. 22:48:55 open("/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  24. 22:48:55 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
  25. 22:48:55 open("/usr/lib/python2.7/site.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  26. 22:48:55 open("/usr/lib/python2.7/sitemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  27. 22:48:55 open("/usr/lib/python2.7/site.py", O_RDONLY|O_LARGEFILE) = 3
  28. 22:48:55 open("/usr/lib/python2.7/site.pyo", O_RDONLY|O_LARGEFILE) = 4
  29. 22:48:56 open("/usr/lib/python2.7/site.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  30. 22:48:56 open("/usr/lib/python2.7/os.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  31. 22:48:56 open("/usr/lib/python2.7/osmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  32. 22:48:56 open("/usr/lib/python2.7/os.py", O_RDONLY|O_LARGEFILE) = 4
  33. 22:48:56 open("/usr/lib/python2.7/os.pyo", O_RDONLY|O_LARGEFILE) = 5
  34. 22:48:56 open("/usr/lib/python2.7/os.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  35. 22:48:56 open("/usr/lib/python2.7/posixpath.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  36. 22:48:56 open("/usr/lib/python2.7/posixpathmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  37. 22:48:56 open("/usr/lib/python2.7/posixpath.py", O_RDONLY|O_LARGEFILE) = 5
  38. 22:48:56 open("/usr/lib/python2.7/posixpath.pyo", O_RDONLY|O_LARGEFILE) = 6
  39. 22:48:56 open("/usr/lib/python2.7/posixpath.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  40. 22:48:56 open("/usr/lib/python2.7/stat.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  41. 22:48:56 open("/usr/lib/python2.7/statmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  42. 22:48:56 open("/usr/lib/python2.7/stat.py", O_RDONLY|O_LARGEFILE) = 6
  43. 22:48:56 open("/usr/lib/python2.7/stat.pyo", O_RDONLY|O_LARGEFILE) = 7
  44. 22:48:56 open("/usr/lib/python2.7/stat.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  45. 22:48:56 open("/usr/lib/python2.7/genericpath.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  46. 22:48:56 open("/usr/lib/python2.7/genericpathmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  47. 22:48:56 open("/usr/lib/python2.7/genericpath.py", O_RDONLY|O_LARGEFILE) = 6
  48. 22:48:56 open("/usr/lib/python2.7/genericpath.pyo", O_RDONLY|O_LARGEFILE) = 7
  49. 22:48:56 open("/usr/lib/python2.7/genericpath.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  50. 22:48:56 open("/usr/lib/python2.7/warnings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  51. 22:48:56 open("/usr/lib/python2.7/warningsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  52. 22:48:56 open("/usr/lib/python2.7/warnings.py", O_RDONLY|O_LARGEFILE) = 6
  53. 22:48:56 open("/usr/lib/python2.7/warnings.pyo", O_RDONLY|O_LARGEFILE) = 7
  54. 22:48:57 open("/usr/lib/python2.7/warnings.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  55. 22:48:57 open("/usr/lib/python2.7/linecache.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  56. 22:48:57 open("/usr/lib/python2.7/linecachemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  57. 22:48:57 open("/usr/lib/python2.7/linecache.py", O_RDONLY|O_LARGEFILE) = 7
  58. 22:48:57 open("/usr/lib/python2.7/linecache.pyo", O_RDONLY|O_LARGEFILE) = 8
  59. 22:48:57 open("/usr/lib/python2.7/linecache.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  60. 22:48:57 open("/usr/lib/python2.7/types.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  61. 22:48:57 open("/usr/lib/python2.7/typesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  62. 22:48:57 open("/usr/lib/python2.7/types.py", O_RDONLY|O_LARGEFILE) = 7
  63. 22:48:57 open("/usr/lib/python2.7/types.pyo", O_RDONLY|O_LARGEFILE) = 8
  64. 22:48:57 open("/usr/lib/python2.7/types.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  65. 22:48:57 open("/usr/lib/python2.7/UserDict.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  66. 22:48:57 open("/usr/lib/python2.7/UserDictmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  67. 22:48:57 open("/usr/lib/python2.7/UserDict.py", O_RDONLY|O_LARGEFILE) = 5
  68. 22:48:57 open("/usr/lib/python2.7/UserDict.pyo", O_RDONLY|O_LARGEFILE) = 6
  69. 22:48:57 open("/usr/lib/python2.7/UserDict.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  70. 22:48:57 open("/usr/lib/python2.7/_abcoll.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  71. 22:48:57 open("/usr/lib/python2.7/_abcollmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  72. 22:48:57 open("/usr/lib/python2.7/_abcoll.py", O_RDONLY|O_LARGEFILE) = 6
  73. 22:48:57 open("/usr/lib/python2.7/_abcoll.pyo", O_RDONLY|O_LARGEFILE) = 7
  74. 22:48:57 open("/usr/lib/python2.7/_abcoll.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  75. 22:48:57 open("/usr/lib/python2.7/abc.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  76. 22:48:57 open("/usr/lib/python2.7/abcmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  77. 22:48:57 open("/usr/lib/python2.7/abc.py", O_RDONLY|O_LARGEFILE) = 7
  78. 22:48:57 open("/usr/lib/python2.7/abc.pyo", O_RDONLY|O_LARGEFILE) = 8
  79. 22:48:57 open("/usr/lib/python2.7/abc.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  80. 22:48:57 open("/usr/lib/python2.7/_weakrefset.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  81. 22:48:57 open("/usr/lib/python2.7/_weakrefsetmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  82. 22:48:57 open("/usr/lib/python2.7/_weakrefset.py", O_RDONLY|O_LARGEFILE) = 8
  83. 22:48:57 open("/usr/lib/python2.7/_weakrefset.pyo", O_RDONLY|O_LARGEFILE) = 9
  84. 22:48:58 open("/usr/lib/python2.7/_weakrefset.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  85. 22:48:58 open("/usr/lib/python2.7/copy_reg.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  86. 22:48:58 open("/usr/lib/python2.7/copy_regmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  87. 22:48:58 open("/usr/lib/python2.7/copy_reg.py", O_RDONLY|O_LARGEFILE) = 5
  88. 22:48:58 open("/usr/lib/python2.7/copy_reg.pyo", O_RDONLY|O_LARGEFILE) = 6
  89. 22:48:58 open("/usr/lib/python2.7/copy_reg.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  90. 22:48:58 open("/usr/lib/python2.7/traceback.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  91. 22:48:58 open("/usr/lib/python2.7/tracebackmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  92. 22:48:58 open("/usr/lib/python2.7/traceback.py", O_RDONLY|O_LARGEFILE) = 4
  93. 22:48:58 open("/usr/lib/python2.7/traceback.pyo", O_RDONLY|O_LARGEFILE) = 5
  94. 22:48:58 open("/usr/lib/python2.7/traceback.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  95. 22:48:58 open("/usr/lib/python2.7/sysconfig.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  96. 22:48:58 open("/usr/lib/python2.7/sysconfigmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  97. 22:48:58 open("/usr/lib/python2.7/sysconfig.py", O_RDONLY|O_LARGEFILE) = 4
  98. 22:48:58 open("/usr/lib/python2.7/sysconfig.pyo", O_RDONLY|O_LARGEFILE) = 5
  99. 22:48:58 open("/usr/lib/python2.7/sysconfig.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  100. 22:48:59 open("/usr/lib/python2.7/re.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  101. 22:48:59 open("/usr/lib/python2.7/remodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  102. 22:48:59 open("/usr/lib/python2.7/re.py", O_RDONLY|O_LARGEFILE) = 4
  103. 22:48:59 open("/usr/lib/python2.7/re.pyo", O_RDONLY|O_LARGEFILE) = 5
  104. 22:48:59 open("/usr/lib/python2.7/re.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  105. 22:48:59 open("/usr/lib/python2.7/sre_compile.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  106. 22:48:59 open("/usr/lib/python2.7/sre_compilemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  107. 22:48:59 open("/usr/lib/python2.7/sre_compile.py", O_RDONLY|O_LARGEFILE) = 5
  108. 22:48:59 open("/usr/lib/python2.7/sre_compile.pyo", O_RDONLY|O_LARGEFILE) = 6
  109. 22:48:59 open("/usr/lib/python2.7/sre_compile.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  110. 22:48:59 open("/usr/lib/python2.7/sre_parse.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  111. 22:48:59 open("/usr/lib/python2.7/sre_parsemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  112. 22:48:59 open("/usr/lib/python2.7/sre_parse.py", O_RDONLY|O_LARGEFILE) = 6
  113. 22:48:59 open("/usr/lib/python2.7/sre_parse.pyo", O_RDONLY|O_LARGEFILE) = 7
  114. 22:49:00 open("/usr/lib/python2.7/sre_parse.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  115. 22:49:00 open("/usr/lib/python2.7/sre_constants.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  116. 22:49:00 open("/usr/lib/python2.7/sre_constantsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  117. 22:49:00 open("/usr/lib/python2.7/sre_constants.py", O_RDONLY|O_LARGEFILE) = 7
  118. 22:49:00 open("/usr/lib/python2.7/sre_constants.pyo", O_RDONLY|O_LARGEFILE) = 8
  119. 22:49:00 open("/usr/lib/python2.7/sre_constants.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  120. 22:49:00 open("/usr/lib/python2.7/config/Makefile", O_RDONLY|O_LARGEFILE) = 4
  121. 22:49:00 open("/usr/lib/python2.7/config/pyconfig.h", O_RDONLY|O_LARGEFILE) = 4
  122. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL.pth", O_RDONLY|O_LARGEFILE) = 4
  123. 22:49:01 open("/usr/lib/python2.7/site-packages/easy-install.pth", O_RDONLY|O_LARGEFILE) = 4
  124. 22:49:01 open("/usr/lib/python2.7/site-packages/pygtk.pth", O_RDONLY|O_LARGEFILE) = 4
  125. 22:49:01 open("/usr/lib/python2.7/site-packages/setuptools.pth", O_RDONLY|O_LARGEFILE) = 4
  126. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  127. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  128. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  129. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  130. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  131. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  132. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  133. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  134. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  135. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  136. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  137. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  138. 22:49:01 open("/usr/lib/python2.7/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  139. 22:49:01 open("/usr/lib/python2.7/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  140. 22:49:01 open("/usr/lib/python2.7/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  141. 22:49:01 open("/usr/lib/python2.7/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  142. 22:49:01 open("/usr/lib/python2.7/plat-linux2/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  143. 22:49:01 open("/usr/lib/python2.7/plat-linux2/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  144. 22:49:01 open("/usr/lib/python2.7/plat-linux2/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  145. 22:49:01 open("/usr/lib/python2.7/plat-linux2/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  146. 22:49:01 open("/usr/lib/python2.7/lib-dynload/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  147. 22:49:01 open("/usr/lib/python2.7/lib-dynload/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  148. 22:49:01 open("/usr/lib/python2.7/lib-dynload/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  149. 22:49:01 open("/usr/lib/python2.7/lib-dynload/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  150. 22:49:01 open("/usr/lib/python2.7/site-packages/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  151. 22:49:01 open("/usr/lib/python2.7/site-packages/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  152. 22:49:01 open("/usr/lib/python2.7/site-packages/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  153. 22:49:01 open("/usr/lib/python2.7/site-packages/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  154. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  155. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  156. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  157. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  158. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/sitecustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  159. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/sitecustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  160. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/sitecustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  161. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/sitecustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  162. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  163. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  164. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  165. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  166. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  167. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  168. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  169. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  170. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  171. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  172. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  173. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  174. 22:49:01 open("/usr/lib/python2.7/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  175. 22:49:01 open("/usr/lib/python2.7/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  176. 22:49:01 open("/usr/lib/python2.7/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  177. 22:49:01 open("/usr/lib/python2.7/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  178. 22:49:01 open("/usr/lib/python2.7/plat-linux2/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  179. 22:49:01 open("/usr/lib/python2.7/plat-linux2/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  180. 22:49:01 open("/usr/lib/python2.7/plat-linux2/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  181. 22:49:01 open("/usr/lib/python2.7/plat-linux2/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  182. 22:49:01 open("/usr/lib/python2.7/lib-dynload/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  183. 22:49:01 open("/usr/lib/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  184. 22:49:01 open("/usr/lib/python2.7/lib-dynload/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  185. 22:49:01 open("/usr/lib/python2.7/lib-dynload/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  186. 22:49:01 open("/usr/lib/python2.7/site-packages/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  187. 22:49:01 open("/usr/lib/python2.7/site-packages/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  188. 22:49:01 open("/usr/lib/python2.7/site-packages/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  189. 22:49:01 open("/usr/lib/python2.7/site-packages/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  190. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  191. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  192. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  193. 22:49:01 open("/usr/lib/python2.7/site-packages/PIL/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  194. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/usercustomize.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  195. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/usercustomizemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  196. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/usercustomize.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  197. 22:49:01 open("/usr/lib/python2.7/site-packages/gtk-2.0/usercustomize.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  198. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  199. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  200. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  201. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/encodings.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  202. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  203. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  204. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  205. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/encodings.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  206. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  207. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  208. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  209. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/encodings.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  210. 22:49:01 open("/usr/lib/python2.7/encodings/__init__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  211. 22:49:01 open("/usr/lib/python2.7/encodings/__init__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  212. 22:49:01 open("/usr/lib/python2.7/encodings/__init__.py", O_RDONLY|O_LARGEFILE) = 3
  213. 22:49:01 open("/usr/lib/python2.7/encodings/__init__.pyo", O_RDONLY|O_LARGEFILE) = 4
  214. 22:49:01 open("/usr/lib/python2.7/encodings/__init__.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  215. 22:49:01 open("/usr/lib/python2.7/encodings/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  216. 22:49:01 open("/usr/lib/python2.7/encodings/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  217. 22:49:01 open("/usr/lib/python2.7/encodings/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  218. 22:49:01 open("/usr/lib/python2.7/encodings/codecs.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  219. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  220. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  221. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  222. 22:49:01 open("/usr/lib/python2.7/site-packages/distribute-0.6.27-py2.7.egg/codecs.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  223. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  224. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  225. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  226. 22:49:01 open("/usr/lib/python2.7/site-packages/simplejson-2.1.6-py2.7-linux-x86_64.egg/codecs.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  227. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  228. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  229. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/codecs.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  230. 22:49:01 open("/usr/lib/python2.7/site-packages/configobj-4.7.2-py2.7.egg/codecs.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  231. 22:49:01 open("/usr/lib/python2.7/codecs.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  232. 22:49:01 open("/usr/lib/python2.7/codecsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  233. 22:49:01 open("/usr/lib/python2.7/codecs.py", O_RDONLY|O_LARGEFILE) = 4
  234. 22:49:01 open("/usr/lib/python2.7/codecs.pyo", O_RDONLY|O_LARGEFILE) = 5
  235. 22:49:02 open("/usr/lib/python2.7/codecs.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  236. 22:49:02 open("/usr/lib/python2.7/encodings/encodings.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  237. 22:49:02 open("/usr/lib/python2.7/encodings/encodingsmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  238. 22:49:02 open("/usr/lib/python2.7/encodings/encodings.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  239. 22:49:02 open("/usr/lib/python2.7/encodings/encodings.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  240. 22:49:02 open("/usr/lib/python2.7/encodings/aliases.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  241. 22:49:02 open("/usr/lib/python2.7/encodings/aliasesmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  242. 22:49:02 open("/usr/lib/python2.7/encodings/aliases.py", O_RDONLY|O_LARGEFILE) = 4
  243. 22:49:02 open("/usr/lib/python2.7/encodings/aliases.pyo", O_RDONLY|O_LARGEFILE) = 5
  244. 22:49:02 open("/usr/lib/python2.7/encodings/aliases.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  245. 22:49:02 open("/usr/lib/python2.7/encodings/__builtin__.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  246. 22:49:02 open("/usr/lib/python2.7/encodings/__builtin__module.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  247. 22:49:02 open("/usr/lib/python2.7/encodings/__builtin__.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  248. 22:49:02 open("/usr/lib/python2.7/encodings/__builtin__.pyo", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  249. 22:49:02 open("/usr/lib/python2.7/encodings/ascii.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  250. 22:49:02 open("/usr/lib/python2.7/encodings/asciimodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
  251. 22:49:02 open("/usr/lib/python2.7/encodings/ascii.py", O_RDONLY|O_LARGEFILE) = 3
  252. 22:49:02 open("/usr/lib/python2.7/encodings/ascii.pyo", O_RDONLY|O_LARGEFILE) = 4
  253. 22:49:02 open("/usr/lib/python2.7/encodings/ascii.pyo", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0100644) = -1 EEXIST (File exists)
  254. 22:49:02 +++ exited with 0 +++
  255. root ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement