Hi all,

I try to setup trac notification with a gmail account, but it fails
with the following error log,

2007-12-26 11:23:09,681 Trac[__init__] ERROR: Failure sending
notification on creation of ticket #1: (-2, 'Name or service not
known')
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
ticket/web_ui.py", line 920, in _do_create
    tn.notify(ticket, newticket=True)
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
ticket/notification.py", line 149, in notify
    NotifyEmail.notify(self, ticket.id, subject)
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
notification.py", line 239, in notify
    Notify.notify(self, resid)
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
notification.py", line 128, in notify
    self.begin_send()
  File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/
notification.py", line 311, in begin_send
    self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
  File "smtplib.py", line 244, in __init__
    (code, msg) = self.connect(host, port)
  File "smtplib.py", line 296, in connect
    for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
gaierror: (-2, 'Name or service not known')


I search over the internet, but I didn't get much useful information,
please kindly help, thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to