daily pastebin goal
94%
SHARE
TWEET

Untitled

a guest Mar 7th, 2018 316 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2018/03/07 09:01:47 - DEBUG - seedsync.ControllerJob - Thread ControllerJob started
  2. 2018/03/07 09:01:47 - DEBUG - seedsync.ControllerJob - Calling setup for ControllerJob
  3. 2018/03/07 09:01:47 - DEBUG - seedsync.Controller - Starting controller
  4. 2018/03/07 09:01:47 - DEBUG - seedsync.Controller.MPLogger - Started listener thread
  5. 2018/03/07 09:01:47 - DEBUG - seedsync.ControllerJob - Finished setup for ControllerJob
  6. 2018/03/07 09:01:47 - DEBUG - seedsync.WebAppJob - Thread WebAppJob started
  7. 2018/03/07 09:01:47 - DEBUG - seedsync.WebAppJob - Calling setup for WebAppJob
  8. 2018/03/07 09:01:47 - DEBUG - seedsync.WebAppJob - Finished setup for WebAppJob
  9. 2018/03/07 09:01:47 - DEBUG - ExtractProcess - Started process
  10. 2018/03/07 09:01:47 - DEBUG - LocalScanner - Started process
  11. 2018/03/07 09:01:47 - DEBUG - LocalScanner - Running a scan
  12. 2018/03/07 09:01:47 - DEBUG - RemoteScanner - Started process
  13. 2018/03/07 09:01:47 - DEBUG - RemoteScanner - Running a scan
  14. 2018/03/07 09:01:47 - INFO - RemoteScanner.RemoteScanner - Installing local:/usr/lib/seedsync/scanfs to remote:/home9/danmed
  15. 2018/03/07 09:01:47 - DEBUG - RemoteScanner.RemoteScanner.Scp - Command args: ['scp', '-o', 'PasswordAuthentication = no', '-P', '22', '/usr/lib/seedsync/scanfs', 'danmed@lw806.ultraseedbox.com:/home9/danmed']
  16. 2018/03/07 09:01:47 - DEBUG - ExtractDispatch - Started worker thread
  17. 2018/03/07 09:01:47 - DEBUG - ActiveScanner - Started process
  18. 2018/03/07 09:01:47 - DEBUG - LocalScanner - Scan took 0.006s
  19. 2018/03/07 09:01:49 - DEBUG - seedsync.Controller.Model - LftpModel: Adding a listener
  20. 2018/03/07 09:01:57 - DEBUG - LocalScanner - Running a scan
  21. 2018/03/07 09:01:57 - DEBUG - LocalScanner - Scan took 0.001s
  22. 2018/03/07 09:02:07 - DEBUG - LocalScanner - Running a scan
  23. 2018/03/07 09:02:07 - DEBUG - LocalScanner - Scan took 0.002s
  24. 2018/03/07 09:02:18 - DEBUG - seedsync - Persisting states to file
  25. 2018/03/07 09:02:17 - DEBUG - LocalScanner - Running a scan
  26. 2018/03/07 09:02:17 - DEBUG - LocalScanner - Scan took 0.002s
  27. 2018/03/07 09:02:27 - DEBUG - LocalScanner - Running a scan
  28. 2018/03/07 09:02:27 - DEBUG - LocalScanner - Scan took 0.002s
  29. 2018/03/07 09:02:37 - DEBUG - LocalScanner - Running a scan
  30. 2018/03/07 09:02:37 - DEBUG - LocalScanner - Scan took 0.002s
  31. 2018/03/07 09:02:47 - DEBUG - LocalScanner - Running a scan
  32. 2018/03/07 09:02:47 - DEBUG - LocalScanner - Scan took 0.001s
  33. 2018/03/07 09:02:48 - DEBUG - seedsync - Persisting states to file
  34. 2018/03/07 09:02:49 - DEBUG - RemoteScanner.RemoteScanner.Scp - Return code: 0
  35. 2018/03/07 09:02:49 - DEBUG - RemoteScanner.RemoteScanner.Scp - Command took 61.720s
  36. 2018/03/07 09:02:49 - DEBUG - RemoteScanner.RemoteScanner.Ssh - Command args: ['ssh', '-o', 'PasswordAuthentication = no', '-p', '22', 'danmed@lw806.ultraseedbox.com', '/home9/danmed /home9/danmed/Sync']
  37. 2018/03/07 09:02:50 - DEBUG - RemoteScanner.RemoteScanner.Ssh - Return code: 126
  38. 2018/03/07 09:02:50 - DEBUG - RemoteScanner.RemoteScanner.Ssh - Command took 0.918s
  39. 2018/03/07 09:02:50 - ERROR - RemoteScanner.RemoteScanner - Caught an SshError
  40. Traceback (most recent call last):
  41. File "python/controller/scan/remote_scanner.py", line 59, in scan
  42. File "python/ssh/ssh.py", line 71, in run_command
  43. ssh.ssh.SshError: bash: /home9/danmed: Is a directory
  44. 2018/03/07 09:02:50 - DEBUG - RemoteScanner - Process caught an exception
  45. 2018/03/07 09:02:50 - ERROR - seedsync.ControllerJob - Caught exception in job ControllerJob
  46. Traceback (most recent call last):
  47. File "python/common/job.py", line 44, in run
  48. File "python/controller/controller_job.py", line 29, in execute
  49. File "python/controller/controller.py", line 189, in process
  50. File "python/controller/controller.py", line 511, in __propagate_exceptions
  51. File "python/common/app_process.py", line 124, in propagate_exception
  52. File "python/common/app_process.py", line 30, in re_raise
  53. File "python/common/app_process.py", line 87, in run
  54. File "python/controller/scan/scanner_process.py", line 71, in run_loop
  55. File "python/controller/scan/remote_scanner.py", line 69, in scan
  56. common.error.AppError: An error occurred while scanning the remote server.
  57. 2018/03/07 09:02:50 - DEBUG - seedsync.ControllerJob - Calling cleanup for ControllerJob
  58. 2018/03/07 09:02:50 - DEBUG - seedsync.Controller - Exiting controller
  59. 2018/03/07 09:02:51 - ERROR - seedsync - Caught exception
  60. Traceback (most recent call last):
  61. File "python/seedsync.py", line 158, in run
  62. File "python/common/job.py", line 77, in propagate_exception
  63. File "python/common/job.py", line 44, in run
  64. File "python/controller/controller_job.py", line 29, in execute
  65. File "python/controller/controller.py", line 189, in process
  66. File "python/controller/controller.py", line 511, in __propagate_exceptions
  67. File "python/common/app_process.py", line 124, in propagate_exception
  68. File "python/common/app_process.py", line 30, in re_raise
  69. File "python/common/app_process.py", line 87, in run
  70. File "python/controller/scan/scanner_process.py", line 71, in run_loop
  71. File "python/controller/scan/remote_scanner.py", line 69, in scan
  72. common.error.AppError: An error occurred while scanning the remote server.
  73. 2018/03/07 09:02:52 - DEBUG - ActiveScanner - Process received terminate flag
  74. 2018/03/07 09:02:52 - DEBUG - ActiveScanner - Exiting process
  75. 2018/03/07 09:02:53 - DEBUG - ExtractProcess - Process received terminate flag
  76. 2018/03/07 09:02:53 - DEBUG - seedsync.Controller.MPLogger - Stopped listener thread
  77. 2018/03/07 09:02:53 - INFO - seedsync.Controller - Exited controller
  78. 2018/03/07 09:02:53 - DEBUG - seedsync.ControllerJob - Finished cleanup for ControllerJob
  79. 2018/03/07 09:02:53 - DEBUG - seedsync.ControllerJob - Thread ControllerJob stopped
  80. 2018/03/07 09:03:18 - DEBUG - seedsync - Persisting states to file
  81. 2018/03/07 09:03:48 - DEBUG - seedsync - Persisting states to file
  82. 2018/03/07 09:04:18 - DEBUG - seedsync - Persisting states to file
  83. 2018/03/07 09:04:48 - DEBUG - seedsync - Persisting states to file
  84. 2018/03/07 09:05:18 - DEBUG - seedsync - Persisting states to file
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Pastebin PRO 'AUTUMN SPECIAL'!
Get 60% OFF Pastebin PRO accounts!
 
Top