Skip to content

Instantly share code, notes, and snippets.

@bitprophet
Created September 20, 2011 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitprophet/f2511663548c2cc5a335 to your computer and use it in GitHub Desktop.
Save bitprophet/f2511663548c2cc5a335 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/multiprocessing/process.py", line 237, in _bootstrap
self.run()
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/Users/jforcier/Documents/Code/fabric/fabric/tasks.py", line 52, in run
return self.wrapped(*args, **kwargs)
File "/Users/jforcier/Documents/Code/fabric/f.py", line 5, in hmm
run("hostname")
File "/Users/jforcier/Documents/Code/fabric/fabric/network.py", line 331, in host_prompting_wrapper
return func(*args, **kwargs)
File "/Users/jforcier/Documents/Code/fabric/fabric/operations.py", line 945, in run
return _run_command(command, shell, pty, combine_stderr)
File "/Users/jforcier/Documents/Code/fabric/fabric/operations.py", line 863, in _run_command
stdout, stderr, status = _execute(default_channel(), wrapped_command, pty,
File "/Users/jforcier/Documents/Code/fabric/fabric/state.py", line 311, in default_channel
chan = connections[env.host_string].get_transport().open_session()
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/transport.py", line 657, in open_session
return self.open_channel('session')
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/transport.py", line 738, in open_channel
self._send_user_message(m)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/transport.py", line 1426, in _send_user_message
self._send_message(data)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/transport.py", line 1406, in _send_message
self.packetizer.send_message(data)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/packet.py", line 297, in send_message
packet = self._build_packet(data)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/packet.py", line 479, in _build_packet
packet += randpool.get_bytes(padding)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/paramiko/rng.py", line 104, in get_bytes
randpool_data = self.randpool.get_bytes(N)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/Crypto/Util/randpool.py", line 47, in get_bytes
return self.__rng.read(N)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 185, in read
return self._singleton.read(bytes)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 161, in read
return _UserFriendlyRNG.read(self, bytes)
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 120, in read
self._check_pid()
File "/Users/jforcier/.virtualenvs/fabric/lib/python2.5/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 136, in _check_pid
raise AssertionError("PID check failed. RNG must be re-initialized after fork(). Hint: Try Random.atfork()")
AssertionError: PID check failed. RNG must be re-initialized after fork(). Hint: Try Random.atfork()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment