Edgewall Software

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7218 closed defect (invalid)

No space left on device — at Version 2

Reported by: spydermb@… 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 Emmanuel Blot)

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

Change History (2)

comment:1 by Jeroen Ruigrok van der Werven, 16 years ago

Register where? On trac.edgewall.org? Some other site?

comment:2 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.