Modify ↓
#4698 closed defect (invalid)
I tried to register in the Phoebe project (http://phoebe-app.conted.ox.ac.uk/cgi-bin/trac.cgi/register) and got an error
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Trac detected an internal error:
[Errno 2] No such file or directory: '/dev/urandom'
Python traceback
Traceback (most recent call last):
File "D:\python23\lib\site-packages\trac\web\cgi_frontend.py", line 130, in run
dispatch_request(req.path_info, req, env)
File "D:\python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "D:\python23\lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 117, in process_request
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 150, in _do_create
File "build\bdist.win32\egg\acct_mgr\api.py", line 88, in set_password
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 63, in set_password
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 152, in userline
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 125, in salt
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 43, in urandom
IOError: [Errno 2] No such file or directory: '/dev/urandom'
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 19 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.



It seems to be related to the th:AccountManagerPlugin.
Please contact the site administrator (http://phoebe-app.conted.ox.ac.uk).