adam100

Untitled

May 16th, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "3.py", line 30, in <module>
  3. child.expect('Password:')
  4. File "/Library/Python/2.7/site-packages/pexpect.py", line 1311, in expect
  5. return self.expect_list(compiled_pattern_list, timeout, searchwindowsize)
  6. File "/Library/Python/2.7/site-packages/pexpect.py", line 1325, in expect_list
  7. return self.expect_loop(searcher_re(pattern_list), timeout, searchwindowsize)
  8. File "/Library/Python/2.7/site-packages/pexpect.py", line 1396, in expect_loop
  9. raise EOF (str(e) + '\n' + str(self))
  10. pexpect.EOF: End Of File (EOF) in read_nonblocking(). Empty string style platform.
  11. <pexpect.spawn object at 0x10f8f5250>
  12. version: 2.3 ($Revision: 399 $)
  13. command: /usr/bin/ssh
  14. args: ['/usr/bin/ssh', '-vNCD', '23333', 'USER@HOST']
  15. searcher: searcher_re:
  16. 0: re.compile("Password:")
  17. buffer (last 100 chars):
  18. before (last 100 chars): ptions for *
  19. ssh: Could not resolve hostname HOST: nodename nor servname provided, or not known
  20.  
  21. after: <class 'pexpect.EOF'>
  22. match: None
  23. match_index: None
  24. exitstatus: None
  25. flag_eof: True
  26. pid: 95462
  27. child_fd: 3
  28. closed: False
  29. timeout: 30
  30. delimiter: <class 'pexpect.EOF'>
  31. logfile: None
  32. logfile_read: None
  33. logfile_send: None
  34. maxread: 2000
  35. ignorecase: False
  36. searchwindowsize: None
  37. delaybeforesend: 0.05
  38. delayafterclose: 0.1
  39. delayafterterminate: 0.1
Advertisement
Add Comment
Please, Sign In to add comment