Advertisement
Guest User

Untitled

a guest
Nov 25th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. strace -e trace=process -f /home/ubuntu/LoudPopcorn/venv/bin/python /home/ubuntu/LoudPopcorn/TwitterClient/streaming.py
  2. execve("/home/ubuntu/LoudPopcorn/venv/bin/python", ["/home/ubuntu/LoudPopcorn/venv/bi"..., "/home/ubuntu/LoudPopcorn/Twitter"...], [/* 18 vars */]) = 0
  3. clone(Process 1517 attached
  4. child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7341968) = 1517
  5. [pid 1517] execve("/bin/sh", ["sh", "-c", "/sbin/ldconfig -p 2>/dev/null"], [/* 18 vars */]) = 0
  6. [pid 1517] clone(Process 1518 attached
  7. child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb758b728) = 1518
  8. [pid 1517] wait4(-1, Process 1517 suspended
  9. <unfinished ...>
  10. [pid 1518] execve("/sbin/ldconfig", ["/sbin/ldconfig", "-p"], [/* 18 vars */]) = 0
  11. [pid 1518] execve("/sbin/ldconfig.real", ["/sbin/ldconfig.real", "-p"], [/* 18 vars */]) = 0
  12. [pid 1518] exit_group(0) = ?
  13. Process 1517 resumed
  14. Process 1518 detached
  15. [pid 1517] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1518
  16. [pid 1517] --- SIGCHLD (Child exited) @ 0 (0) ---
  17. [pid 1517] exit_group(0) = ?
  18. Process 1517 detached
  19. --- SIGCHLD (Child exited) @ 0 (0) ---
  20. waitpid(1517, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 1517
  21. clone(Process 1519 attached
  22. child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7341968) = 1519
  23. [pid 1519] execve("/bin/sh", ["sh", "-c", "/sbin/ldconfig -p 2>/dev/null"], [/* 18 vars */]) = 0
  24. [pid 1519] clone(Process 1520 attached
  25. child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7611728) = 1520
  26. [pid 1519] wait4(-1, Process 1519 suspended
  27. <unfinished ...>
  28. [pid 1520] execve("/sbin/ldconfig", ["/sbin/ldconfig", "-p"], [/* 18 vars */]) = 0
  29. [pid 1520] execve("/sbin/ldconfig.real", ["/sbin/ldconfig.real", "-p"], [/* 18 vars */]) = 0
  30. [pid 1520] exit_group(0) = ?
  31. Process 1519 resumed
  32. Process 1520 detached
  33. [pid 1519] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1520
  34. [pid 1519] --- SIGCHLD (Child exited) @ 0 (0) ---
  35. [pid 1519] exit_group(0) = ?
  36. Process 1519 detached
  37. --- SIGCHLD (Child exited) @ 0 (0) ---
  38. waitpid(1519, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 1519
  39. clone(Process 1521 attached
  40. child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7341968) = 1521
  41. [pid 1521] execve("/bin/sh", ["sh", "-c", "uname -p 2> /dev/null"], [/* 18 vars */]) = 0
  42. [pid 1521] clone(Process 1522 attached
  43. child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb758e728) = 1522
  44. [pid 1521] wait4(-1, Process 1521 suspended
  45. <unfinished ...>
  46. [pid 1522] execve("/bin/uname", ["uname", "-p"], [/* 18 vars */]) = 0
  47. [pid 1522] exit_group(0) = ?
  48. Process 1521 resumed
  49. Process 1522 detached
  50. [pid 1521] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1522
  51. [pid 1521] --- SIGCHLD (Child exited) @ 0 (0) ---
  52. [pid 1521] exit_group(0) = ?
  53. Process 1521 detached
  54. --- SIGCHLD (Child exited) @ 0 (0) ---
  55. waitpid(1521, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 1521
  56. usage: /home/ubuntu/LoudPopcorn/TwitterClient/streaming.py start|stop|restart
  57. exit_group(2) = ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement