Closed
Bug 1139703
Opened 11 years ago
Closed 11 years ago
sea-puppet has not sent an update email since 7-14-2014
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ewong, Assigned: ewong)
Details
Attachments
(1 file, 1 obsolete file)
|
1012 bytes,
patch
|
dustin
:
review+
ewong
:
checked-in+
|
Details | Diff | Splinter Review |
Changes from http://hg.mozilla.org/build/puppet/rev/f879d92f5b17 might
have stopped sea-puppet from sending e-mails to interested parties.
Is sea-puppet permitted to use [smtp.mozilla.org]?
| Assignee | ||
Comment 1•11 years ago
|
||
assuming that seamonkey-config.pp can use smtp.mozilla.org, here's the
proposed patch.
Attachment #8572947 -
Flags: review?(dustin)
| Assignee | ||
Comment 2•11 years ago
|
||
my bad. quotation was wrong. Fixed.
Assignee: relops → ewong
Attachment #8572947 -
Attachment is obsolete: true
Attachment #8572947 -
Flags: review?(dustin)
Attachment #8572949 -
Flags: review?(dustin)
Comment 3•11 years ago
|
||
FWIW:
/var/log/maillog makes me think this is right, especially after: https://bugzilla.mozilla.org/show_bug.cgi?id=1034848#c4 and related comments there.
Mar 4 18:32:38 sea-puppet.community.scl3.mozilla.com postfix/error[35518]: C52ED2202FA: to=<seamonkey-release@mozilla.org>, rela
y=none, delay=0.15, delays=0.1/0/0/0.05, dsn=4.3.5, status=deferred (delivery temporarily suspended: Host or domain name not foun
d. Name service error for name=undef type=A: Host not found)
Mar 4 18:33:20 sea-puppet.community.scl3.mozilla.com postfix/qmgr[1442]: 220A1220417: from=<root@sea-puppet.community.scl3.mozil
la.com>, size=719, nrcpt=1 (queue active)
Mar 4 18:33:20 sea-puppet.community.scl3.mozilla.com postfix/qmgr[1442]: ADEB122010E: from=<>, size=3850, nrcpt=1 (queue active)
Mar 4 18:33:20 sea-puppet.community.scl3.mozilla.com postfix/smtp[35530]: warning: relayhost configuration problem
Mar 4 18:33:20 sea-puppet.community.scl3.mozilla.com postfix/smtp[35531]: warning: relayhost configuration problem
Mar 4 18:33:21 sea-puppet.community.scl3.mozilla.com postfix/smtp[35530]: 220A1220417: to=<seamonkey-release@mozilla.org>, relay
=none, delay=206115, delays=206115/0.01/0.03/0, dsn=4.3.5, status=deferred (Host or domain name not found. Name service error for
name=undef type=A: Host not found)
Mar 4 18:33:21 sea-puppet.community.scl3.mozilla.com postfix/smtp[35531]: ADEB122010E: to=<seamonkey-release@mozilla.org>, orig_
to=<root@sea-puppet.community.scl3.mozilla.com>, relay=none, delay=364515, delays=364515/0/0.03/0, dsn=4.3.5, status=deferred (Ho
st or domain name not found. Name service error for name=undef type=A: Host not found)
Comment 4•11 years ago
|
||
Comment on attachment 8572949 [details] [diff] [review]
proposed patch (v1)
The patch looks fine. I'm not sure if you can use smtp.mozilla.org, though. Verify with `nc -vz smtp.mozilla.org 25`.
Attachment #8572949 -
Flags: review?(dustin) → review+
Comment 5•11 years ago
|
||
well the port-connection is at least successful!
[jwood@sea-puppet.community.scl3.mozilla.com ~]$ nc -vz smtp.mozilla.org 25
Connection to smtp.mozilla.org 25 port [tcp/smtp] succeeded!
| Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8572949 [details] [diff] [review]
proposed patch (v1)
Pushed to puppet:
https://hg.mozilla.org/build/puppet/rev/42a9e1eab48d
Attachment #8572949 -
Flags: checked-in+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•