Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for rng-tools or catch failure if it's missing #9

Open
steveatinfincia opened this issue Feb 21, 2015 · 0 comments
Open

Check for rng-tools or catch failure if it's missing #9

steveatinfincia opened this issue Feb 21, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@steveatinfincia
Copy link
Member

steveatinfincia commented Feb 21, 2015

Example of what happens when rng-tools isn't available:

Traceback (most recent call last):
  File "/opt/NetRNG/bin/netrngd", line 11, in <module>
    sys.exit(main())
  File "/opt/NetRNG/local/lib/python2.7/site-packages/netrng/daemon.py", line 107, in main
    client = netrng.core.Client(server_address=server_address, port=port)
  File "/opt/NetRNG/local/lib/python2.7/site-packages/netrng/core.py", line 238, in __init__ close_fds=True)
  File "/opt/NetRNG/local/lib/python2.7/site-packages/gevent/subprocess.py", line 238, in __init__ errread, errwrite)
  File "/opt/NetRNG/local/lib/python2.7/site-packages/gevent/subprocess.py", line 756, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@steveatinfincia steveatinfincia self-assigned this Feb 21, 2015
@steveatinfincia steveatinfincia added this to the 0.2 milestone Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant