From bugzilla@gnome.org Mon Sep 4 23:23:09 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id 4D7F27630B
for ;
Mon, 4 Sep 2017 23:23:09 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: 0
X-Spam-Level:
X-Spam-Status: No, score=x tagged_above=-999 required=2 WHITELISTED tests=[]
autolearn=unavailable
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id URUqfJkxy3p3 for ;
Mon, 4 Sep 2017 23:23:09 +0000 (UTC)
Received: from bugzilla.gnome.org (bugzilla-back [172.31.1.45])
by smtp.gnome.org (Postfix) with ESMTPS id 33A22762AB
for ;
Mon, 4 Sep 2017 23:23:09 +0000 (UTC)
Received: by bugzilla.gnome.org (Postfix, from userid 502)
id 9ADA21CE301; Mon, 4 Sep 2017 23:23:07 +0000 (UTC)
From: "sysadmin" (GNOME Bugzilla)
To: gnome-infrastructure@gnome.org
Subject: [Bug 787276] Fix bogus or expressions
Date: Mon, 04 Sep 2017 23:23:04 +0000
X-Bugzilla-Reason: None
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: QAcontact AssignedTo sysadmin-maint@gnome.bugs
X-Bugzilla-Classification: Infrastructure
X-Bugzilla-Product: sysadmin
X-Bugzilla-Component: Git
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: scampa.giovanni@gmail.com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: sysadmin-maint@gnome.bugs
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: attachments.created
Message-ID:
In-Reply-To:
References:
Content-Type: multipart/alternative; boundary="1504567385.0734131.12633"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugzilla.gnome.org/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 04 Sep 2017 23:23:09 -0000
X-List-Received-Date: Mon, 04 Sep 2017 23:23:09 -0000
--1504567385.0734131.12633
Date: Mon, 4 Sep 2017 23:23:05 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugzilla.gnome.org/show_bug.cgi?id=787276
--- Comment #1 from Giovanni Campagna ---
Created attachment 359127
--> https://bugzilla.gnome.org/attachment.cgi?id=359127&action=edit
Fix bogus or expressions
The or expression would be evaluated first, and would evaluate
to the left hand side (which is truthy).
This is not what the code is meant to achieve. To do that, use
"in" to check membership in the tuple.
--
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug.
--1504567385.0734131.12633
Date: Mon, 4 Sep 2017 23:23:05 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
You are receiving this mail because:
- You are watching the QA Contact of the bug.
- You are watching the assignee of the bug.
--1504567385.0734131.12633--
From bugzilla@gnome.org Mon Sep 4 23:23:12 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id DD34276223
for ;
Mon, 4 Sep 2017 23:23:12 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: 0
X-Spam-Level:
X-Spam-Status: No, score=x tagged_above=-999 required=2 WHITELISTED tests=[]
autolearn=unavailable
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id meRQPZiEVSGS for ;
Mon, 4 Sep 2017 23:23:12 +0000 (UTC)
Received: from bugzilla.gnome.org (bugzilla-back [172.31.1.45])
by smtp.gnome.org (Postfix) with ESMTPS id BA0B5762B3
for ;
Mon, 4 Sep 2017 23:23:12 +0000 (UTC)
Received: by bugzilla.gnome.org (Postfix, from userid 502)
id AE6D31CE287; Mon, 4 Sep 2017 23:23:11 +0000 (UTC)
From: "sysadmin" (GNOME Bugzilla)
To: gnome-infrastructure@gnome.org
Subject: [Bug 787276] New: Fix bogus or expressions
Date: Mon, 04 Sep 2017 23:23:00 +0000
X-Bugzilla-Reason: None
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: QAcontact AssignedTo sysadmin-maint@gnome.bugs
X-Bugzilla-Classification: Infrastructure
X-Bugzilla-Product: sysadmin
X-Bugzilla-Component: Git
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: scampa.giovanni@gmail.com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: sysadmin-maint@gnome.bugs
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc classification product version
op_sys bug_status bug_severity priority component assigned_to reporter
qa_contact cf_gnome_version
Message-ID:
Content-Type: multipart/alternative; boundary="1504567381.e8C3bCB10.25765"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugzilla.gnome.org/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 04 Sep 2017 23:23:13 -0000
--1504567381.e8C3bCB10.25765
Date: Mon, 4 Sep 2017 23:23:01 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugzilla.gnome.org/show_bug.cgi?id=787276
Bug ID: 787276
Summary: Fix bogus or expressions
Classification: Infrastructure
Product: sysadmin
Version: unspecified
OS: All
Status: NEW
Severity: normal
Priority: Normal
Component: Git
Assignee: sysadmin-maint@gnome.bugs
Reporter: scampa.giovanni@gmail.com
QA Contact: sysadmin-maint@gnome.bugs
GNOME version: ---
I found this while looking on commits-list. It seems there was some
confusion on Python syntax, but the code does not do what it's meant
to (or maybe it does it by chance).
--
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug.
--1504567381.e8C3bCB10.25765
Date: Mon, 4 Sep 2017 23:23:01 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Bug ID |
787276
|
Summary |
Fix bogus or expressions
|
Classification |
Infrastructure
|
Product |
sysadmin
|
Version |
unspecified
|
OS |
All
|
Status |
NEW
|
Severity |
normal
|
Priority |
Normal
|
Component |
Git
|
Assignee |
sysadmin-maint@gnome.bugs
|
Reporter |
scampa.giovanni@gmail.com
|
QA Contact |
sysadmin-maint@gnome.bugs
|
GNOME version |
---
|
I found this while looking on commits-list. It seems there was some
confusion on Python syntax, but the code does not do what it's meant
to (or maybe it does it by chance).
You are receiving this mail because:
- You are watching the QA Contact of the bug.
- You are watching the assignee of the bug.
--1504567381.e8C3bCB10.25765--
From bugzilla@gnome.org Tue Sep 5 09:10:45 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id C4A09764D8
for ;
Tue, 5 Sep 2017 09:10:45 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: 0
X-Spam-Level:
X-Spam-Status: No, score=x tagged_above=-999 required=2 WHITELISTED tests=[]
autolearn=unavailable
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id UWc-Vl5j7hcC for ;
Tue, 5 Sep 2017 09:10:45 +0000 (UTC)
Received: from bugzilla.gnome.org (bugzilla-back [172.31.1.45])
by smtp.gnome.org (Postfix) with ESMTPS id A5A07764C3
for ;
Tue, 5 Sep 2017 09:10:45 +0000 (UTC)
Received: by bugzilla.gnome.org (Postfix, from userid 502)
id 1B14A1CE305; Tue, 5 Sep 2017 09:10:44 +0000 (UTC)
From: "sysadmin" (GNOME Bugzilla)
To: gnome-infrastructure@gnome.org
Subject: [Bug 787276] Fix bogus or expressions
Date: Tue, 05 Sep 2017 09:10:40 +0000
X-Bugzilla-Reason: None
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: QAcontact AssignedTo sysadmin-maint@gnome.bugs
X-Bugzilla-Classification: Infrastructure
X-Bugzilla-Product: sysadmin
X-Bugzilla-Component: Git
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: andrea.veri@gmail.com
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: sysadmin-maint@gnome.bugs
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID:
In-Reply-To:
References:
Content-Type: multipart/alternative; boundary="1504602641.BB10c39.12122"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugzilla.gnome.org/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 05 Sep 2017 09:10:45 -0000
--1504602641.BB10c39.12122
Date: Tue, 5 Sep 2017 09:10:41 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugzilla.gnome.org/show_bug.cgi?id=787276
Andrea Veri changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrea.veri@gmail.com
Resolution|--- |FIXED
--- Comment #2 from Andrea Veri ---
Good catch Giovanni, you made me recall a string / integer always evaluates to
true boolean speaking. I committed a slightly modified patch. [1] Thanks!
[1] https://git.gnome.org/browse/sysadmin-bin/commit/?id=51f8401
--
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug.
--1504602641.BB10c39.12122
Date: Tue, 5 Sep 2017 09:10:41 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Andrea Veri
changed
bug 787276
What |
Removed |
Added |
Status |
NEW
|
RESOLVED
|
CC |
|
andrea.veri@gmail.com
|
Resolution |
---
|
FIXED
|
You are receiving this mail because:
- You are watching the QA Contact of the bug.
- You are watching the assignee of the bug.
--1504602641.BB10c39.12122--
From yifan@suse.com Thu Sep 7 02:32:27 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id 44ADF76538
for ;
Thu, 7 Sep 2017 02:32:27 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=2
tests=[BAYES_00=-1.9, SPF_PASS=-0.001] autolearn=ham
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id wkTsVgzmu6mf for ;
Thu, 7 Sep 2017 02:31:56 +0000 (UTC)
Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5])
by smtp.gnome.org (Postfix) with ESMTPS id 16E2F7631C
for ;
Thu, 7 Sep 2017 02:31:55 +0000 (UTC)
Received: from emea4-mta.ukb.novell.com ([10.120.13.87])
by smtp.nue.novell.com with ESMTP (TLS encrypted);
Thu, 07 Sep 2017 04:31:51 +0200
Received: from yfjiang (nwb-a10-snat.microfocus.com [10.120.13.202])
by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted);
Thu, 07 Sep 2017 03:31:39 +0100
Received: by yfjiang (Postfix, from userid 1000)
id 226407756; Thu, 7 Sep 2017 10:23:00 +0800 (CST)
Date: Thu, 7 Sep 2017 10:23:00 +0800
From: Yifan Jiang
To: gnome-infrastructure@gnome.org
Subject: Could not visit bgo from my specific IP range.
Message-ID: <20170907022259.GF3374@workstation.yifan.suse>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Mailman-Approved-At: Thu, 07 Sep 2017 08:49:20 +0000
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 07 Sep 2017 02:32:27 -0000
Dear Gnome hackers,
Recently when I tried to visit bugzilla.gnome.org from a IP range, it is
always blocked :-(
Chrome shows:
https://bugzilla.gnome.org/ is unreachable.
ERR_ADDRESS_UNREACHABLE
ping shows:
PING bugzilla.gnome.org (209.132.180.186) 56(84) bytes of data.
From bugzilla-attachments.gnome.org (209.132.180.186) icmp_seq=1 Packet filtered
>From wireshark, it looks ICMP packet was failed to reach 209.132.180.186 via a
Code 13 feedback (Communication Administratively filtered).
Specifically, from late last week, the issue has been always happening when I
visit bgo from a public IP (45.122.156.254). Otherwise, from IP ranges other
than that, I could visit bgo smoothly.
Would you possibly have a kindly check? Thank you!
Best regards,
Yifan
From andrea.veri@gmail.com Tue Sep 12 13:13:14 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id B026476BD0
for ;
Tue, 12 Sep 2017 13:13:14 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: -1.789
X-Spam-Level:
X-Spam-Status: No, score=-1.789 tagged_above=-999 required=2
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, FREEMAIL_FROM=0.001,
T_DKIM_INVALID=0.01] autolearn=no
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id mzC8VC_6LrkQ for ;
Tue, 12 Sep 2017 13:12:34 +0000 (UTC)
Received: from mail-wr0-f170.google.com (mail-wr0-f170.google.com
[209.85.128.170])
by smtp.gnome.org (Postfix) with ESMTPS id 18BD876B02
for ;
Tue, 12 Sep 2017 13:12:33 +0000 (UTC)
Received: by mail-wr0-f170.google.com with SMTP id k20so22160136wre.4
for ;
Tue, 12 Sep 2017 06:12:33 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=mime-version:sender:in-reply-to:references:from:date:message-id
:subject:to:cc;
bh=mPIRqHNOPigcavrwGVGYATZVWlg+pJTaM3g4YAg/2pE=;
b=o/LGfSTq52OszM3E0ycWEucuzksroGBeORYeuTAHlQG+vHsY6PsUqU3m97XSvPxUYt
4nfpym2Bw4rtrIYHPgp4GKLI5vLknz4763UIsiy3bTyT6thEgYaUnLIGXoUdDR3WkZYU
uTD9+qT4voslB5xkQRAueOIPytZ+gf4f2IU2jeAYpZkjdtbMICJV25VMhZIRXCROzHMY
TAcz0y4CLgbwCbhXnnCWa3OWY/CNlyyoz2kSSJIgTmNRo+De7cDQ2fSUBgzfgP28V3NU
jZJcHkjaAobRqZIcjbLj6RzLfhAQCr91P9Bwne/5U/gYtqfhkmfU27VfX8HAPzoeLekx
eFig==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:sender:in-reply-to:references:from
:date:message-id:subject:to:cc;
bh=mPIRqHNOPigcavrwGVGYATZVWlg+pJTaM3g4YAg/2pE=;
b=H/jAE5+xrcf8nnkA4vNBzeTcV8IoJaDU2NX2L6foQeOC0e6N9xd30BqVK+CLNh547q
ar5S1vyi5hemvGQ485SehPuc1BZ20H5r/yxiJjwlbvWusC0Tp6m4/8kCQAngXt/SjEjs
pF4BKJOVEIyoHPI9LP9O63vUz2sSGraqdSMI05SeVZZwldTo48HZ2wVPnS0l+9i4DlUV
sSIbrXMV6Jhq+0gTr4E2AetJzy5rs7f0JL6TKeveODu1Y6CGm8K5yf0LTfXzUtHotIKR
Pj8dXgyV5Q4/swYFH0XcDhd6CUimPdBrs2Uh1/5nQCP8+1uW0k/wqKub9hJ0zdsHl4zw
Axag==
X-Gm-Message-State: AHPjjUiNUcJAqVlj9WwUuvUcRnFNKEAnYV7hTgHA/g6+eI0/R/+6OuW5
63lMLRUxkeku7g/y28zmg+iboDqvUw==
X-Google-Smtp-Source: ADKCNb5g1Xi0taPyEENrmPVaRguZaAPFSmnws6OxeW2sCF/DyFfuZKIEjUGfEmJWoV29I0PQndMVice3nYahVU15QXM=
X-Received: by 10.223.174.227 with SMTP id y90mr12480592wrc.205.1505221950976;
Tue, 12 Sep 2017 06:12:30 -0700 (PDT)
MIME-Version: 1.0
Sender: andrea.veri@gmail.com
Received: by 10.28.154.198 with HTTP; Tue, 12 Sep 2017 06:12:30 -0700 (PDT)
In-Reply-To: <20170907022259.GF3374@workstation.yifan.suse>
References: <20170907022259.GF3374@workstation.yifan.suse>
From: Andrea Veri
Date: Tue, 12 Sep 2017 15:12:30 +0200
X-Google-Sender-Auth: RnPEQGOjMA26eAQbF-Kh3su8bK4
Message-ID:
Subject: Re: Could not visit bgo from my specific IP range.
To: Yifan Jiang
Cc: GNOME Infrastructure
Content-Type: text/plain; charset="UTF-8"
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 12 Sep 2017 13:13:14 -0000
Hey,
yeah, seems that particular IP was banned, got a range I can whitelist
for the relevant Suse office?
2017-09-07 4:23 GMT+02:00 Yifan Jiang :
> Dear Gnome hackers,
>
> Recently when I tried to visit bugzilla.gnome.org from a IP range, it is
> always blocked :-(
>
> Chrome shows:
>
> https://bugzilla.gnome.org/ is unreachable.
> ERR_ADDRESS_UNREACHABLE
>
> ping shows:
>
> PING bugzilla.gnome.org (209.132.180.186) 56(84) bytes of data.
> From bugzilla-attachments.gnome.org (209.132.180.186) icmp_seq=1 Packet filtered
>
> From wireshark, it looks ICMP packet was failed to reach 209.132.180.186 via a
> Code 13 feedback (Communication Administratively filtered).
>
> Specifically, from late last week, the issue has been always happening when I
> visit bgo from a public IP (45.122.156.254). Otherwise, from IP ranges other
> than that, I could visit bgo smoothly.
>
> Would you possibly have a kindly check? Thank you!
>
> Best regards,
> Yifan
> _______________________________________________
> gnome-infrastructure mailing list
> gnome-infrastructure@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
--
Cheers,
Andrea
Red Hatter,
Fedora / EPEL packager,
GNOME Infrastructure Team Coordinator,
Former GNOME Foundation Board of Directors Secretary,
GNOME Foundation Membership & Elections Committee Chairman
Homepage: http://www.gnome.org/~av
From bugzilla@gnome.org Tue Sep 12 22:06:26 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id E53C076BD7
for ;
Tue, 12 Sep 2017 22:06:26 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: 0
X-Spam-Level:
X-Spam-Status: No, score=x tagged_above=-999 required=2 WHITELISTED tests=[]
autolearn=unavailable
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id NmQeOHw_eBFi for ;
Tue, 12 Sep 2017 22:06:26 +0000 (UTC)
Received: from bugzilla.gnome.org (bugzilla-back [172.31.1.45])
by smtp.gnome.org (Postfix) with ESMTPS id BC3C176553
for ;
Tue, 12 Sep 2017 22:06:26 +0000 (UTC)
Received: by bugzilla.gnome.org (Postfix, from userid 502)
id 4518F1CE2C2; Tue, 12 Sep 2017 22:06:25 +0000 (UTC)
From: "sysadmin" (GNOME Bugzilla)
To: gnome-infrastructure@gnome.org
Subject: [Bug 787603] New: 'git clone git://git.gnome.org/nautilus' fails
Date: Tue, 12 Sep 2017 22:06:20 +0000
X-Bugzilla-Reason: None
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: QAcontact AssignedTo sysadmin-maint@gnome.bugs
X-Bugzilla-Classification: Infrastructure
X-Bugzilla-Product: sysadmin
X-Bugzilla-Component: Git
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: AntonioJPFernandes@gmail.com
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: sysadmin-maint@gnome.bugs
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc classification product version
op_sys bug_status bug_severity priority component assigned_to reporter
qa_contact cf_gnome_version
Message-ID:
Content-Type: multipart/alternative; boundary="1505253980.02250f250.30151"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugzilla.gnome.org/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Tue, 12 Sep 2017 22:06:27 -0000
--1505253980.02250f250.30151
Date: Tue, 12 Sep 2017 22:06:20 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugzilla.gnome.org/show_bug.cgi?id=787603
Bug ID: 787603
Summary: 'git clone git://git.gnome.org/nautilus' fails
Classification: Infrastructure
Product: sysadmin
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: Git
Assignee: sysadmin-maint@gnome.bugs
Reporter: AntonioJPFernandes@gmail.com
QA Contact: sysadmin-maint@gnome.bugs
GNOME version: ---
> git clone git://git.gnome.org/nautilus
> Cloning into 'nautilus'...
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
https://git.gnome.org/browse/nautilus/ is redirecting to
https://gitlab.gnome.org/GNOME/nautilus/
But the same doesn't seem to be working for the git clone address.
--
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug.
--1505253980.02250f250.30151
Date: Tue, 12 Sep 2017 22:06:20 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Bug ID |
787603
|
Summary |
'git clone git://git.gnome.org/nautilus' fails
|
Classification |
Infrastructure
|
Product |
sysadmin
|
Version |
unspecified
|
OS |
Linux
|
Status |
NEW
|
Severity |
normal
|
Priority |
Normal
|
Component |
Git
|
Assignee |
sysadmin-maint@gnome.bugs
|
Reporter |
AntonioJPFernandes@gmail.com
|
QA Contact |
sysadmin-maint@gnome.bugs
|
GNOME version |
---
|
You are receiving this mail because:
- You are watching the QA Contact of the bug.
- You are watching the assignee of the bug.
--1505253980.02250f250.30151--
From bugzilla@gnome.org Wed Sep 13 08:55:18 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id 18C9E76BEB
for ;
Wed, 13 Sep 2017 08:55:18 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: 0
X-Spam-Level:
X-Spam-Status: No, score=x tagged_above=-999 required=2 WHITELISTED tests=[]
autolearn=unavailable
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id pOJ2wKURC_2Q for ;
Wed, 13 Sep 2017 08:55:18 +0000 (UTC)
Received: from bugzilla.gnome.org (bugzilla-back [172.31.1.45])
by smtp.gnome.org (Postfix) with ESMTPS id E9C7C76BC9
for ;
Wed, 13 Sep 2017 08:55:17 +0000 (UTC)
Received: by bugzilla.gnome.org (Postfix, from userid 502)
id 8EEDC1CE199; Wed, 13 Sep 2017 08:55:16 +0000 (UTC)
From: "sysadmin" (GNOME Bugzilla)
To: gnome-infrastructure@gnome.org
Subject: [Bug 787603] 'git clone git://git.gnome.org/nautilus' fails
Date: Wed, 13 Sep 2017 08:55:09 +0000
X-Bugzilla-Reason: None
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: QAcontact AssignedTo sysadmin-maint@gnome.bugs
X-Bugzilla-Classification: Infrastructure
X-Bugzilla-Product: sysadmin
X-Bugzilla-Component: Git
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: AntonioJPFernandes@gmail.com
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: sysadmin-maint@gnome.bugs
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID:
In-Reply-To:
References:
Content-Type: multipart/alternative; boundary="1505292910.eDf187de10.25157"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugzilla.gnome.org/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 13 Sep 2017 08:55:18 -0000
--1505292910.eDf187de10.25157
Date: Wed, 13 Sep 2017 08:55:10 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugzilla.gnome.org/show_bug.cgi?id=3D787603
Ant=C3=B3nio Fernandes changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Ant=C3=B3nio Fernandes -=
--
As discussed with Andrea on IRC, gitlab doesn't support git://, so it's not=
a
matter of redirecting or not.
Closing as invalid. Sorry for the noise.
--=20
You are receiving this mail because:
You are watching the QA Contact of the bug.
You are watching the assignee of the bug.=
--1505292910.eDf187de10.25157
Date: Wed, 13 Sep 2017 08:55:10 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Ant=C3=B3nio Fer=
nandes
changed
bug 787603<=
/a>
What |
Removed |
Added |
Status |
NEW
|
RESOLVED
|
Resolution |
---
|
INVALID
|
You are receiving this mail because:
=20=20=20=20=20=20
- You are watching the QA Contact of the bug.
- You are watching the assignee of the bug.
=
--1505292910.eDf187de10.25157--
From yifan@suse.com Wed Sep 13 01:28:04 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id 125BA76578;
Wed, 13 Sep 2017 01:28:04 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2
tests=[BAYES_00=-1.9] autolearn=ham
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id 9_7wEBa3RlAE; Wed, 13 Sep 2017 01:27:33 +0000 (UTC)
Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5])
by smtp.gnome.org (Postfix) with ESMTPS id C13CB76222;
Wed, 13 Sep 2017 01:27:32 +0000 (UTC)
Received: from emea4-mta.ukb.novell.com ([10.120.13.87])
by smtp.nue.novell.com with ESMTP (TLS encrypted);
Wed, 13 Sep 2017 03:27:29 +0200
Received: from yfjiang (nwb-a10-snat.microfocus.com [10.120.13.202])
by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted);
Wed, 13 Sep 2017 02:27:22 +0100
Received: by yfjiang (Postfix, from userid 1000)
id F0A63780D; Wed, 13 Sep 2017 09:26:26 +0800 (CST)
Date: Wed, 13 Sep 2017 09:26:26 +0800
From: Yifan Jiang
To: Andrea Veri
Cc: GNOME Infrastructure
Subject: Re: Could not visit bgo from my specific IP range.
Message-ID: <20170913012626.GI3374@workstation.yifan.suse>
References: <20170907022259.GF3374@workstation.yifan.suse>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To:
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Mailman-Approved-At: Wed, 13 Sep 2017 08:57:37 +0000
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 13 Sep 2017 01:28:04 -0000
Hi Andrea,
Thank you!
Currently, the blocked exit address of SUSE office seems only on the specific
IP 45.122.156.254, which is provided by a HK ISP. So, in compare with
releasing a range, I assume it may be safer to release the single IP at the
first place. Then I could do some testing and tell you if it works, how does
it sound?
- Yifan
On Tue, Sep 12, 2017 at 03:12:30PM +0200, Andrea Veri wrote:
> Hey,
>
> yeah, seems that particular IP was banned, got a range I can whitelist
> for the relevant Suse office?
>
> 2017-09-07 4:23 GMT+02:00 Yifan Jiang :
> > Dear Gnome hackers,
> >
> > Recently when I tried to visit bugzilla.gnome.org from a IP range, it is
> > always blocked :-(
> >
> > Chrome shows:
> >
> > https://bugzilla.gnome.org/ is unreachable.
> > ERR_ADDRESS_UNREACHABLE
> >
> > ping shows:
> >
> > PING bugzilla.gnome.org (209.132.180.186) 56(84) bytes of data.
> > From bugzilla-attachments.gnome.org (209.132.180.186) icmp_seq=1 Packet filtered
> >
> > From wireshark, it looks ICMP packet was failed to reach 209.132.180.186 via a
> > Code 13 feedback (Communication Administratively filtered).
> >
> > Specifically, from late last week, the issue has been always happening when I
> > visit bgo from a public IP (45.122.156.254). Otherwise, from IP ranges other
> > than that, I could visit bgo smoothly.
> >
> > Would you possibly have a kindly check? Thank you!
> >
> > Best regards,
> > Yifan
> > _______________________________________________
> > gnome-infrastructure mailing list
> > gnome-infrastructure@gnome.org
> > https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
>
>
>
From andrea.veri@gmail.com Wed Sep 13 09:53:52 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id 9FECD76BE6
for ;
Wed, 13 Sep 2017 09:53:52 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: -1.789
X-Spam-Level:
X-Spam-Status: No, score=-1.789 tagged_above=-999 required=2
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, FREEMAIL_FROM=0.001,
T_DKIM_INVALID=0.01] autolearn=no
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id HeCOd_3Auuk1 for ;
Wed, 13 Sep 2017 09:53:12 +0000 (UTC)
Received: from mail-wr0-f172.google.com (mail-wr0-f172.google.com
[209.85.128.172])
by smtp.gnome.org (Postfix) with ESMTPS id BCF72764C8
for ;
Wed, 13 Sep 2017 09:53:11 +0000 (UTC)
Received: by mail-wr0-f172.google.com with SMTP id v109so27606148wrc.1
for ;
Wed, 13 Sep 2017 02:53:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=mime-version:sender:in-reply-to:references:from:date:message-id
:subject:to:cc;
bh=hT+37oL1IGu5OhaiwQIwI+6sLCPh9S6sixDknsvCCs0=;
b=kGZDI1M5ufrZhPpejOR98+YdsxNKnjPdD9z9spw/jZ8kxJWAeT/OpehT6tNc2fDxiH
fD6dWE4jTSsTKYYlh71EpEku5NJLhr5TV/6pTa6DMe0l8vczxIVqmp8ai9Lny5C99a3j
f0BmJeziTbQC45QuuOEQNeu+pAPvFAZ90qmqUzEFydZdeUb8y6SU6LMSHfVHCjQGL6Hg
ACup76ucyuyiA4xeCjRkaPsKJKsrcK7+kvUSFX2Tz7z8a3y443NO+wYhCU94L9lIhEQh
FJq0hm7rZcAcAE7SiqlNqrnITwt5C3Jc+KX6IhiqPjFkTSkWq6GLSaXP499I5m1MyD8v
yonQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:sender:in-reply-to:references:from
:date:message-id:subject:to:cc;
bh=hT+37oL1IGu5OhaiwQIwI+6sLCPh9S6sixDknsvCCs0=;
b=FanKY+xhE0ReCihYQRKdoJeAt9CkJREbbtzZKqGu9mDAQCbcCb+tpAlxAtydMPu9+2
pyMDHpkM3zyGmR2GUwQX/TxTRglBnyREEzEq0qv5d4Dhr1/0xeVC6I8iWW7n+HbHmYYP
RoDeESuh1LCwKgl+FjiAQUg8LCRIFn6kILM1r4mMeMnW8fwyKk/Kr4BmQ2jWFWo+WKrB
ZB2jmvz4OgEU8Hau1gilPBeuppQCdpN+JSD3qGVmKqelFUlbkyARH02AD4zxOSaJrnAK
gKAbOkYr8EWttEZvq3ojF8gFeAPgbS4dWUplKGNbyGRFgtx7HZAcmbe5eCZFxgwH5S4d
y82Q==
X-Gm-Message-State: AHPjjUikOTM++3PqP31SsebFcBa2yZTGnmoyEr3Y8aIeXn+NAgceJFaH
L6LCFhvSqc/nyBv6fVx2tMHqz/7aj11ZrAIr890=
X-Google-Smtp-Source: ADKCNb4AkQUmoRXskQnrIlrbNIvaoN9il5ODeCuAWjlxqCdE7I/Qd8+6SrTxoP3INwOiT+0bfVBwuy1fQqKpt7o9x4s=
X-Received: by 10.223.176.213 with SMTP id j21mr14543418wra.56.1505296388828;
Wed, 13 Sep 2017 02:53:08 -0700 (PDT)
MIME-Version: 1.0
Sender: andrea.veri@gmail.com
Received: by 10.28.154.198 with HTTP; Wed, 13 Sep 2017 02:53:07 -0700 (PDT)
In-Reply-To: <20170913012626.GI3374@workstation.yifan.suse>
References: <20170907022259.GF3374@workstation.yifan.suse>
<20170913012626.GI3374@workstation.yifan.suse>
From: Andrea Veri
Date: Wed, 13 Sep 2017 11:53:07 +0200
X-Google-Sender-Auth: j3A4lJrE8Fxvf-cSKnm2lDtePXA
Message-ID:
Subject: Re: Could not visit bgo from my specific IP range.
To: Yifan Jiang
Cc: GNOME Infrastructure
Content-Type: text/plain; charset="UTF-8"
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 13 Sep 2017 09:53:52 -0000
I did whitelist that specific IP address as requested.
cheers,
2017-09-13 3:26 GMT+02:00 Yifan Jiang :
> Hi Andrea,
>
> Thank you!
>
> Currently, the blocked exit address of SUSE office seems only on the specific
> IP 45.122.156.254, which is provided by a HK ISP. So, in compare with
> releasing a range, I assume it may be safer to release the single IP at the
> first place. Then I could do some testing and tell you if it works, how does
> it sound?
>
> - Yifan
>
> On Tue, Sep 12, 2017 at 03:12:30PM +0200, Andrea Veri wrote:
>> Hey,
>>
>> yeah, seems that particular IP was banned, got a range I can whitelist
>> for the relevant Suse office?
>>
>> 2017-09-07 4:23 GMT+02:00 Yifan Jiang :
>> > Dear Gnome hackers,
>> >
>> > Recently when I tried to visit bugzilla.gnome.org from a IP range, it is
>> > always blocked :-(
>> >
>> > Chrome shows:
>> >
>> > https://bugzilla.gnome.org/ is unreachable.
>> > ERR_ADDRESS_UNREACHABLE
>> >
>> > ping shows:
>> >
>> > PING bugzilla.gnome.org (209.132.180.186) 56(84) bytes of data.
>> > From bugzilla-attachments.gnome.org (209.132.180.186) icmp_seq=1 Packet filtered
>> >
>> > From wireshark, it looks ICMP packet was failed to reach 209.132.180.186 via a
>> > Code 13 feedback (Communication Administratively filtered).
>> >
>> > Specifically, from late last week, the issue has been always happening when I
>> > visit bgo from a public IP (45.122.156.254). Otherwise, from IP ranges other
>> > than that, I could visit bgo smoothly.
>> >
>> > Would you possibly have a kindly check? Thank you!
>> >
>> > Best regards,
>> > Yifan
>> > _______________________________________________
>> > gnome-infrastructure mailing list
>> > gnome-infrastructure@gnome.org
>> > https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
>>
>>
>>
>
>
--
Cheers,
Andrea
Red Hatter,
Fedora / EPEL packager,
GNOME Infrastructure Team Coordinator,
Former GNOME Foundation Board of Directors Secretary,
GNOME Foundation Membership & Elections Committee Chairman
Homepage: http://www.gnome.org/~av
From yifan@suse.com Thu Sep 14 00:50:45 2017
Return-Path:
X-Original-To: gnome-infrastructure@gnome.org
Delivered-To: gnome-infrastructure@gnome.org
Received: from localhost (localhost.localdomain [127.0.0.1])
by smtp.gnome.org (Postfix) with ESMTP id CA844762ED;
Thu, 14 Sep 2017 00:50:45 +0000 (UTC)
X-Virus-Scanned: by amavisd-new at gnome.org
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=2
tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001]
autolearn=ham
Received: from smtp.gnome.org ([127.0.0.1])
by localhost (restaurant.gnome.org [127.0.0.1]) (amavisd-new,
port 10024)
with ESMTP id ZO1v3m506RnX; Thu, 14 Sep 2017 00:50:15 +0000 (UTC)
Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5])
by smtp.gnome.org (Postfix) with ESMTPS id 75386762C3;
Thu, 14 Sep 2017 00:50:14 +0000 (UTC)
Received: from emea4-mta.ukb.novell.com ([10.120.13.87])
by smtp.nue.novell.com with ESMTP (TLS encrypted);
Thu, 14 Sep 2017 02:50:10 +0200
Received: from yfjiang (nwb-a10-snat.microfocus.com [10.120.13.201])
by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted);
Thu, 14 Sep 2017 01:49:52 +0100
Received: by yfjiang (Postfix, from userid 1000)
id 58CF87835; Thu, 14 Sep 2017 08:48:57 +0800 (CST)
Date: Thu, 14 Sep 2017 08:48:57 +0800
From: Yifan Jiang
To: Andrea Veri
Cc: GNOME Infrastructure
Subject: Re: Could not visit bgo from my specific IP range.
Message-ID: <20170914004857.GP4953@workstation.yifan.suse>
References: <20170907022259.GF3374@workstation.yifan.suse>
<20170913012626.GI3374@workstation.yifan.suse>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To:
User-Agent: Mutt/1.5.21 (2010-09-15)
X-BeenThere: gnome-infrastructure@gnome.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "Public discussions for the gnome.org hosted services and
infrastructure"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Thu, 14 Sep 2017 00:50:45 -0000
Hi Adrea,
Great! It works like a charm. I appreciate your help :-)
- Yifan
On Wed, Sep 13, 2017 at 11:53:07AM +0200, Andrea Veri wrote:
> I did whitelist that specific IP address as requested.
>
> cheers,
>
> 2017-09-13 3:26 GMT+02:00 Yifan Jiang :
> > Hi Andrea,
> >
> > Thank you!
> >
> > Currently, the blocked exit address of SUSE office seems only on the specific
> > IP 45.122.156.254, which is provided by a HK ISP. So, in compare with
> > releasing a range, I assume it may be safer to release the single IP at the
> > first place. Then I could do some testing and tell you if it works, how does
> > it sound?
> >
> > - Yifan
> >
> > On Tue, Sep 12, 2017 at 03:12:30PM +0200, Andrea Veri wrote:
> >> Hey,
> >>
> >> yeah, seems that particular IP was banned, got a range I can whitelist
> >> for the relevant Suse office?
> >>
> >> 2017-09-07 4:23 GMT+02:00 Yifan Jiang :
> >> > Dear Gnome hackers,
> >> >
> >> > Recently when I tried to visit bugzilla.gnome.org from a IP range, it is
> >> > always blocked :-(
> >> >
> >> > Chrome shows:
> >> >
> >> > https://bugzilla.gnome.org/ is unreachable.
> >> > ERR_ADDRESS_UNREACHABLE
> >> >
> >> > ping shows:
> >> >
> >> > PING bugzilla.gnome.org (209.132.180.186) 56(84) bytes of data.
> >> > From bugzilla-attachments.gnome.org (209.132.180.186) icmp_seq=1 Packet filtered
> >> >
> >> > From wireshark, it looks ICMP packet was failed to reach 209.132.180.186 via a
> >> > Code 13 feedback (Communication Administratively filtered).
> >> >
> >> > Specifically, from late last week, the issue has been always happening when I
> >> > visit bgo from a public IP (45.122.156.254). Otherwise, from IP ranges other
> >> > than that, I could visit bgo smoothly.
> >> >
> >> > Would you possibly have a kindly check? Thank you!
> >> >
> >> > Best regards,
> >> > Yifan
> >> > _______________________________________________
> >> > gnome-infrastructure mailing list
> >> > gnome-infrastructure@gnome.org
> >> > https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
> >>
> >>
> >>
> >
> >
>
>
>
- Yifan