Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#973 closed defect (fixed)

Ticket property changes produce an error (but works nonetheless)

Reported by: thomas.schulze@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.8
Component: ticket system Version: 0.8
Severity: normal Keywords:
Cc: thomas.schulze@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This is an out-of-the box installation on debian, using the packages provided in

http://ftp.edgewall.com/pub/debian sarge trac

Whenn changing properties of a ticket the following error occurs:

Trac detected an internal error:
(-2, 'Name or service not known')

Python traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start
    real_cgi_start()
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request
    module.run()
  File "/usr/lib/python2.3/site-packages/trac/Module.py", line 44, in run
    self.render()
  File "/usr/lib/python2.3/site-packages/trac/Ticket.py", line 444, in render
    self.save_changes (id)
  File "/usr/lib/python2.3/site-packages/trac/Ticket.py", line 375, in save_changes
    tn.notify(ticket, newticket=0, modtime=now)
  File "/usr/lib/python2.3/site-packages/trac/Notify.py", line 227, in notify
    NotifyEmail.notify(self, ticket['id'], subject)
  File "/usr/lib/python2.3/site-packages/trac/Notify.py", line 131, in notify
    Notify.notify(self, resid)
  File "/usr/lib/python2.3/site-packages/trac/Notify.py", line 79, in notify
    self.begin_send()
  File "/usr/lib/python2.3/site-packages/trac/Notify.py", line 139, in begin_send
    self.server = smtplib.SMTP(self.smtp_server)
  File "/usr/lib/python2.3/smtplib.py", line 254, in __init__
    addr = socket.gethostbyname(socket.gethostname())
gaierror: (-2, 'Name or service not known')

Attachments (0)

Change History (1)

comment:1 by thomas.schulze@…, 19 years ago

Resolution: fixed
Status: newclosed

Arghh. Sorry for the mess. Installation errors. Done.

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.