Hi everyone, I have tried to fetch the repository tripleo-heat-templates from opendev. I was not able to do that: http://paste.openstack.org/show/796882/ With github it works. I have asked to another colleague to try, he have the same problem.
Hi there, I've reported this to the OpenDev team at #opendev on IRC, I think one of the Gitea backends is likely unhappy. Thanks Mohammed On Mon, Aug 17, 2020 at 10:15 AM Daniel Bengtsson <dbengt@redhat.com> wrote:
Hi everyone,
I have tried to fetch the repository tripleo-heat-templates from opendev. I was not able to do that:
http://paste.openstack.org/show/796882/
With github it works. I have asked to another colleague to try, he have the same problem.
-- Mohammed Naser VEXXHOST, Inc.
[keeping Daniel in Cc as he doesn't appear to be subscribed] On 2020-08-17 14:08:05 +0200 (+0200), Daniel Bengtsson wrote: [...]
I have tried to fetch the repository tripleo-heat-templates from opendev. I was not able to do that:
http://paste.openstack.org/show/796882/
With github it works. I have asked to another colleague to try, he have the same problem.
What command(s) did you run and what error message is Git giving you? That paste doesn't look like an error, just a trace of the internal operations which were performed. Are you and your colleague both connecting from the same network? Possibly the same corporate network or the same VPN? -- Jeremy Stanley
On 8/17/20 4:37 PM, Jeremy Stanley wrote:
[keeping Daniel in Cc as he doesn't appear to be subscribed] I will check why. I don't understand the problem.
What command(s) did you run and what error message is Git giving you? That paste doesn't look like an error, just a trace of the internal operations which were performed. I try only to do a fetch on this remote. I have no explicit error. But the fetch blocks indefinitely.
Are you and your colleague both connecting from the same network? Possibly the same corporate network or the same VPN?I'm not sure to understand what is the problem with the vpn. But yes we used the same one.
On 2020-08-18 12:19:35 +0200 (+0200), Daniel Bengtsson wrote: [...]
I try only to do a fetch on this remote. I have no explicit error. But the fetch blocks indefinitely. [...]
Thanks, that's an important detail. So you're running this: git fetch https://opendev.org/openstack/tripleo-heat-templates and it just hangs indefinitely and never returns an error? This makes me suspect a routing problem. I've seen it most often when users have broken IPv6 routing locally. If you're using Git 2.16 or later, it provides the option of specifying IPv4 or IPv6 on the command line. To test this, add a -4 after the "fetch" like: git fetch -4 https://opendev.org/openstack/tripleo-heat-templates One reason I suspect this might be the problem is that GitHub is IPv4-only, so if you have something black-holing or blocking traffic for global IPv6 routes, then that could cause the behavior you're observing. -- Jeremy Stanley
On 8/18/20 5:24 PM, Jeremy Stanley wrote:
and it just hangs indefinitely and never returns an error? Yes.
One reason I suspect this might be the problem is that GitHub is IPv4-only, so if you have something black-holing or blocking traffic for global IPv6 routes, then that could cause the behavior you're observing. I have the same problem with the -4 option.
On 2020-08-21 11:58:09 +0200 (+0200), Daniel Bengtsson wrote:
On 8/18/20 5:24 PM, Jeremy Stanley wrote: [...]
and it just hangs indefinitely and never returns an error?
Yes.
One reason I suspect this might be the problem is that GitHub is IPv4-only, so if you have something black-holing or blocking traffic for global IPv6 routes, then that could cause the behavior you're observing.
I have the same problem with the -4 option.
You mentioned earlier that you and your colleague are both using a work VPN. If this is a full-tunnel VPN, or a split-tunnel providing conflicting routes, it's possible something within the work network is eating or not properly rerouting your packets or the return responses. Have you tried a git fetch with the VPN temporarily turned off? Are you able to browse https://opendev.org/ from the same system? Are you running git from directly within your system, or are you running it inside a virtual machine/container on your system? -- Jeremy Stanley
participants (3)
-
Daniel Bengtsson
-
Jeremy Stanley
-
Mohammed Naser