Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. root@wa-stg-01:~/WebArchiver# python3 main.py -S stager
  2. ('wa-stg-01.kurt.homenet', 3969)
  3. received ['ANNOUNCE_CRAWLER', ('wa-crl-01.kurt.homenet', 5648)] from ('192.168.1.10', 45132)
  4. sending ['CONFIRMED', 0] to ('192.168.1.10', 45132)
  5. received ['REQUEST_STAGER', 4, ('wa-stg-01', 3969)] from ('192.168.1.10', 45132)
  6. received ['PING'] from ('192.168.1.10', 45132)
  7. sending ['PONG'] to ('192.168.1.10', 45132)
  8. received ['CONFIRMED', 1] from ('192.168.1.10', 45132)
  9. sending ['PING'] to ('192.168.1.10', 45132)
  10. received ['PONG'] from ('192.168.1.10', 45132)
  11. received ['PING'] from ('192.168.1.10', 45132)
  12. sending ['PONG'] to ('192.168.1.10', 45132)
  13. sending ['PING'] to ('192.168.1.10', 45132)
  14. received ['PONG'] from ('192.168.1.10', 45132)
  15. received ['REQUEST_STAGER', 4, ('wa-stg-01', 3969)] from ('192.168.1.10', 45132)
  16. received ['PING'] from ('192.168.1.10', 45132)
  17. sending ['PONG'] to ('192.168.1.10', 45132)
  18. received ['ANNOUNCE_CRAWLER', ('WebArchiver.hawc.eu', 5616)] from ('185.208.170.90', 54686)
  19. sending ['CONFIRMED', 0] to ('185.208.170.90', 54686)
  20. received ['REQUEST_STAGER', 4, ('home.kurt.gg', 3969)] from ('185.208.170.90', 54686)
  21. received ['PING'] from ('185.208.170.90', 54686)
  22. sending ['PONG'] to ('185.208.170.90', 54686)
  23. received ['CONFIRMED', 1] from ('185.208.170.90', 54686)
  24. sending ['PING'] to ('185.208.170.90', 54686)
  25. sending ['PING'] to ('192.168.1.10', 45132)
  26. received ['PONG'] from ('192.168.1.10', 45132)
  27. received ['PONG'] from ('185.208.170.90', 54686)
  28. received ['PING'] from ('192.168.1.10', 45132)
  29. sending ['PONG'] to ('192.168.1.10', 45132)
  30. received ['PING'] from ('185.208.170.90', 54686)
  31. sending ['PONG'] to ('185.208.170.90', 54686)
  32. received ['ANNOUNCE_STAGER', ('wa-stg-01.kurt.homenet', 5937)] from ('192.168.1.1', 37159)
  33. sending ['CONFIRMED', 0] to ('192.168.1.1', 37159)
  34. received ['PING'] from ('192.168.1.1', 37159)
  35. sending ['PONG'] to ('192.168.1.1', 37159)
  36. received ['CONFIRMED', 1] from ('192.168.1.1', 37159)
  37. sending ['PING'] to ('192.168.1.1', 37159)
  38. sending ['PING'] to ('185.208.170.90', 54686)
  39. sending ['PING'] to ('192.168.1.10', 45132)
  40. received ['PONG'] from ('192.168.1.1', 37159)
  41. received ['PONG'] from ('192.168.1.10', 45132)
  42. received ['PONG'] from ('185.208.170.90', 54686)
  43. received ['REQUEST_STAGER', 4, ('wa-stg-01', 3969)] from ('192.168.1.10', 45132)
  44. <class 'archiver.server.base.Node'>
  45. sending ['ADD_STAGER', ('wa-stg-01.kurt.homenet', 5937)] to ('192.168.1.10', 45132)
  46. received ['PING'] from ('192.168.1.10', 45132)
  47. sending ['PONG'] to ('192.168.1.10', 45132)
  48. received ['REQUEST_STAGER', 4, ('home.kurt.gg', 3969)] from ('185.208.170.90', 54686)
  49. <class 'archiver.server.base.Node'>
  50. sending ['ADD_STAGER', ('wa-stg-01.kurt.homenet', 5937)] to ('185.208.170.90', 54686)
  51. received ['PING'] from ('185.208.170.90', 54686)
  52. sending ['PONG'] to ('185.208.170.90', 54686)
  53. received ['PING'] from ('192.168.1.1', 37159)
  54. sending ['PONG'] to ('192.168.1.1', 37159)
  55. sending ['PING'] to ('192.168.1.1', 37159)
  56. Traceback (most recent call last):
  57. File "main.py", line 28, in <module>
  58. main()
  59. File "main.py", line 25, in main
  60. server.run()
  61. File "/root/WebArchiver/archiver/server/base.py", line 38, in run
  62. self._run_round()
  63. File "/root/WebArchiver/archiver/server/stager.py", line 31, in _run_round
  64. super()._run_round()
  65. File "/root/WebArchiver/archiver/server/base.py", line 46, in _run_round
  66. self._write_socket(s)
  67. File "/root/WebArchiver/archiver/server/base.py", line 72, in _write_socket
  68. 'to', s.getpeername())
  69. OSError: [Errno 107] Transport endpoint is not connected
  70. root@wa-stg-01:~/WebArchiver#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement