You are not logged in.

#1 2019-07-25 16:55:21

gudenau
Member
Registered: 2019-03-14
Posts: 4

Can't Download AOSP, Works in Deb VM

Alright this is a really strange issue to me, on my Desktop running Arch I can not download AOSP. The `repo init -u ...` command just sits there for about an hour before timing out. However the same command on a Debian 10 virtual machine works just fine.

I am using the latest version of repo with the shebang edited to make it use python 2 instead of python 3.

Any ideas what the difference might be that is causing this issue?

Is there a way that I could just make the Debian VM use my local filesystem for repo commands? (libvirt/qemu)

Offline

#2 2019-07-25 17:06:40

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: Can't Download AOSP, Works in Deb VM

The curl version in arch by default tries http/2. The server accepts that, but curl doesn't like something the server is doing. I don't know if that is a server or curl bug.

As a fix/workaround, you can disable http/2 for git

https://bbs.archlinux.org/viewtopic.php … 7#p1846867


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#3 2019-07-25 18:11:59

gudenau
Member
Registered: 2019-03-14
Posts: 4

Re: Can't Download AOSP, Works in Deb VM

progandy wrote:

The curl version in arch by default tries http/2. The server accepts that, but curl doesn't like something the server is doing. I don't know if that is a server or curl bug.

As a fix/workaround, you can disable http/2 for git

https://bbs.archlinux.org/viewtopic.php … 7#p1846867

Thank you so much!

Considering CURL is used all over the place and is open source, it is likely some weird bug on Google's servers. Especially since most people probably use Debian based systems.

Offline

Board footer

Powered by FluxBB