Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7218 closed defect (invalid)

No space left on device

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

Attachments (0)

Change History (3)

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.

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

Yeah, hence my question which site since t.e.o. seemed ok. And agreed, the error message is pretty self-explanatory.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.