Skip to content

Instantly share code, notes, and snippets.

@cooperq
Created August 26, 2012 03:08
Show Gist options
  • Save cooperq/3473472 to your computer and use it in GitHub Desktop.
Save cooperq/3473472 to your computer and use it in GitHub Desktop.
$ python password_db_launcher 123456789012 localhost:8000
Split length 12 password into 4 chunks of size about 3: ['123', '456', '789', '012']
Checking whether 127.0.0.1:14437 is reachable
Checking whether 127.0.0.1:14438 is reachable
Checking whether 127.0.0.1:14439 is reachable
Checking whether 127.0.0.1:14440 is reachable
Traceback (most recent call last):
File "password_db_launcher", line 147, in <module>
sys.exit(main())
File "password_db_launcher", line 125, in main
launch('chunk_server', '%s:%s' % (host, port), password_chunk)
File "password_db_launcher", line 25, in launch
launched = subprocess.Popen(args)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Killing all remaining children
flatline@ladyada:~/code/level08-code$ python --version
Python 2.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment