Modify ↓
#7218 closed defect (invalid)
No space left on device
Reported by: | 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 )
trying to register and i get this error message
Python Traceback Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/TracAccountManager-0.1.3dev_r2548-py2.5.egg/acct_mgr/web_ui.py", line 335, in process_request _create_user(req, self.env) File "/usr/lib/python2.5/site-packages/TracAccountManager-0.1.3dev_r2548-py2.5.egg/acct_mgr/web_ui.py", line 55, in _create_user mgr.set_password(user, password) File "build/bdist.linux-i686/egg/acct_mgr/api.py", line 98, in set_password File "build/bdist.linux-i686/egg/acct_mgr/htfile.py", line 55, in set_password File "build/bdist.linux-i686/egg/acct_mgr/htfile.py", line 111, in _update_file IOError: [Errno 28] No space left on device
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Self-explaining message: the server ran out of disk space.
I don't think it's on trac.edgewall.org: TH:AccountManagerPlugin is not installed.
comment:3 by , 17 years ago
Yeah, hence my question which site since t.e.o. seemed ok. And agreed, the error message is pretty self-explanatory.
Note:
See TracTickets
for help on using tickets.
Register where? On trac.edgewall.org? Some other site?