Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. jks2@justin:~/p/etsy/test$ ./test-server.py
  2. Deleting compiled smarty templates ... done
  3. Creating databases ... done
  4. Asserting memcached on localhost:11211 ... done
  5. Starting pgproxies ... done
  6. Starting sprouter ... done
  7. Starting webserver ... done
  8. Starting mail server ...
  9. Traceback (most recent call last):
  10. File "./test-server.py", line 69, in <module>
  11. main()
  12. File "./test-server.py", line 60, in main
  13. with TestServer(opts) as s:
  14. File "/home/jks2/Projects/etsy/branches/apache-migration/test/run.py", line 457, in __enter__
  15. self.ctx.__enter__()
  16. File "/usr/lib/python2.5/contextlib.py", line 15, in __enter__
  17. return self.gen.next()
  18. File "/usr/lib/python2.5/contextlib.py", line 116, in nested
  19. vars.append(enter())
  20. File "/home/jks2/Projects/etsy/branches/apache-migration/test/run.py", line 120, in g
  21. r = f(*args, **kwargs)
  22. File "/home/jks2/Projects/etsy/branches/apache-migration/test/run.py", line 260, in __enter__
  23. self.server = _MailServer(('localhost', self.port))
  24. File "/home/jks2/Projects/yoshi/trunk/yoshi/test/helpers.py", line 683, in __init__
  25. self.bind(localaddr)
  26. File "/usr/lib/python2.5/asyncore.py", line 303, in bind
  27. return self.socket.bind(addr)
  28. File "<string>", line 1, in bind
  29. socket.error: (98, 'Address already in use')
  30. jks2@justin:~/p/etsy/test$ ps -fU jks2
  31. UID PID PPID C STIME TTY TIME CMD
  32. jks2 10390 10388 0 15:02 ? 00:00:00 sshd: jks2@pts/0
  33. jks2 10391 10390 0 15:02 pts/0 00:00:00 -bash
  34. jks2 10837 10835 0 15:04 ? 00:00:00 sshd: jks2@notty
  35. jks2 10838 10837 0 15:04 ? 00:00:01 /usr/lib/openssh/sftp-server
  36. jks2 13100 13098 0 15:23 ? 00:00:00 sshd: jks2@pts/1
  37. jks2 13101 13100 0 15:23 pts/1 00:00:00 -bash
  38. jks2 13356 13354 0 15:30 ? 00:00:00 sshd: jks2@pts/2
  39. jks2 13357 13356 0 15:30 pts/2 00:00:00 -bash
  40. jks2 30281 1 0 19:30 ? 00:00:00 memcached -d -P /home/jks2/run/memcached.pid
  41. jks2 30311 1 0 19:30 pts/0 00:00:00 /usr/lib/postgresql/8.2/bin/postgres -D /home/jks2/data
  42. jks2 30315 30311 0 19:30 ? 00:00:00 postgres: writer process
  43. jks2 30316 30311 0 19:30 ? 00:00:00 postgres: stats collector process
  44. jks2 30994 10391 0 19:30 pts/0 00:00:00 ps -fU jks2
Add Comment
Please, Sign In to add comment