Modify ↓
Opened 19 years ago
Closed 19 years ago
#35 closed defect (invalid)
Error on ticket creation
Reported by: | Shun-ichi Goto | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | major | Keywords: | |
Cc: | Trac Release: |
Description
Every time I create or modify a ticket, following error occured although creation and modification are accepted. This error confuse us.
Oops... Trac detected an internal error: (451, 'Temporary local problem - please try later')
Python traceback says:
... File "/usr/lib/python2.4/site-packages/trac/Notify.py", line 160, in send self.server.sendmail(self.from_email, rcpt, msg.as_string()) File "/usr/lib/python2.4/smtplib.py", line 692, in sendmail raise SMTPDataError(code, resp) SMTPDataError: (451, 'Temporary local problem - please try later')
There's strangeness arround notification procedure.
Attachments (0)
Change History (6)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
Status: | new → assigned |
---|
Actually, more specifically it was Clamav not starting. Should be fixed now.
comment:4 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Okay, looks like it is working. Let me know if you have any further problems.
comment:5 Changed 19 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:6 Changed 19 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
I see no reason this was reopened. If there was a reason please provide it.
Note: See
TracTickets for help on using
tickets.
It looks like Exim did not restart when I upgraded the kernel. Sorry for the inconvenience :(. I am also seeing
OperationalError: database is locked
in the Apache logs, which looks like a known bug.