Closed
Bug 848470
Opened 12 years ago
Closed 12 years ago
SeaMonkey-project failing to update
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: dumitru)
Details
(Blocker since this bug prevents our beta from releasing until fixed and could block a chemspill if pwn2own forces one)
Since 3/4 at 5:10p PT
The cron to update the seamonkey project website has been failing:
Cron <root@staticadm> (cd /data/static/build/seamonkeyproject-org; bin/build-exclusive.pl; /data/static/deploy -nq www.seamonkeyproject.org)
with:
cvs [update aborted]: end of file from server (consult above messages if any)
It continues to fail with every run, up to and including right now. Full cron error mail follows:
Delivered-To: callek@gmail.com
Received: by 10.68.3.198 with SMTP id e6csp77849pbe;
Mon, 4 Mar 2013 17:10:05 -0800 (PST)
X-Received: by 10.68.129.9 with SMTP id ns9mr33113348pbb.16.1362445804189;
Mon, 04 Mar 2013 17:10:04 -0800 (PST)
Return-Path: <seamonkey-release-bounces@mozilla.org>
Received: from mail.mozilla.org (mailman1.corp.phx1.mozilla.com. [63.245.216.65])
by mx.google.com with ESMTP id qf9si9587323pbb.244.2013.03.04.17.10.03;
Mon, 04 Mar 2013 17:10:04 -0800 (PST)
Received-SPF: neutral (google.com: 63.245.216.65 is neither permitted nor denied by best guess record for domain of seamonkey-release-bounces@mozilla.org) client-ip=63.245.216.65;
Authentication-Results: mx.google.com;
spf=neutral (google.com: 63.245.216.65 is neither permitted nor denied by best guess record for domain of seamonkey-release-bounces@mozilla.org) smtp.mail=seamonkey-release-bounces@mozilla.org
Received: from mailman1.mail.corp.phx1.mozilla.com (localhost6.localdomain [127.0.0.1])
by mailman1.mail.corp.phx1.mozilla.com (Postfix) with ESMTP id 8B6BEF22B6
for <Callek@gmail.com>; Mon, 4 Mar 2013 17:10:03 -0800 (PST)
X-Original-To: seamonkey-release@mozilla.org
Delivered-To: seamonkey-release@mailman1.mail.corp.phx1.mozilla.com
Received: from smtp.mozilla.org (mx1.mail.corp.phx1.mozilla.com [10.20.77.61])
by mailman1.mail.corp.phx1.mozilla.com (Postfix) with ESMTP id
69788F21E8 for <seamonkey-release@mozilla.org>;
Mon, 4 Mar 2013 17:10:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at mozilla.org
Received: from staticadm.private.phx1.mozilla.com (internal75.phx.mozilla.com
[63.245.216.227])
by mx1.mail.corp.phx1.mozilla.com (Postfix) with ESMTP id 5F42EF20F9
for <seamonkey-release@mozilla.org>;
Mon, 4 Mar 2013 17:10:02 -0800 (PST)
Received: by staticadm.private.phx1.mozilla.com (Postfix, from userid 0)
id 51EB2C2CC0; Mon, 4 Mar 2013 17:10:02 -0800 (PST)
From: root@staticadm.private.phx1.mozilla.com (Cron Daemon)
To: seamonkey-release@mozilla.org
Subject: Cron <root@staticadm> (cd /data/static/build/seamonkeyproject-org;
bin/build-exclusive.pl;
/data/static/deploy -nq www.seamonkeyproject.org)
Auto-Submitted: auto-generated
X-Cron-Env: <MAILTO=seamonkey-release@mozilla.org>
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
Message-Id: <20130305011002.51EB2C2CC0@staticadm.private.phx1.mozilla.com>
Date: Mon, 4 Mar 2013 17:10:01 -0800 (PST)
X-BeenThere: seamonkey-release@mozilla.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: <seamonkey-release.mozilla.org>
List-Unsubscribe: <https://mail.mozilla.org/options/seamonkey-release>,
<mailto:seamonkey-release-request@mozilla.org?subject=unsubscribe>
List-Archive: <https://mail.mozilla.org/private/seamonkey-release/>
List-Post: <mailto:seamonkey-release@mozilla.org>
List-Help: <mailto:seamonkey-release-request@mozilla.org?subject=help>
List-Subscribe: <https://mail.mozilla.org/listinfo/seamonkey-release>,
<mailto:seamonkey-release-request@mozilla.org?subject=subscribe>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: seamonkey-release-bounces@mozilla.org
Sender: seamonkey-release-bounces@mozilla.org
cvs [update aborted]: end of file from server (consult above messages if any)
_______________________________________________
seamonkey-release mailing list
seamonkey-release@mozilla.org
https://mail.mozilla.org/listinfo/seamonkey-release
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-webops → dgherman
Assignee | ||
Comment 1•12 years ago
|
||
The issue was with some iptables rules applied on cvs nodes. This was part of an infra audit to have them in puppet. My guess is that the rules existed but the iptables was not started, and during the migration to puppet, they got re-enabled.
I've removed the firewall from the cvs nodes - the service is behind Zeus anyway.
I ran the update scripts manually and they worked.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•