Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl fails due to 302 from mirrors.kernel.org #8

Open
DictatorBob opened this issue Apr 9, 2018 · 1 comment
Open

curl fails due to 302 from mirrors.kernel.org #8

DictatorBob opened this issue Apr 9, 2018 · 1 comment

Comments

@DictatorBob
Copy link

Please describe your issue:

The installer has been failing of late, and it took me a while to figure it out, but the problem is that the mirrors.kernel.org archive redirects to mirrors.edge.kernel.org and curl won't follow the redirect (http code 302) by default.

I fixed this by changing the "arch/defaults" file entry for the x86_64 mirror to the following:

x86_64 ) MIRROR="${CROUTON_MIRROR_arch: https://mirrors.edge.kernel.org/archlinux/\$repo/os/\$arch}";;

The installer still doesn't work, but I guess it's a separate issue.
It fails on group creation:

Installing crash_reporter_wrapper into the host...
Creating hwaudio group with GID 18...
chroot: failed to run command 'su': Permission denied
Unmounting /mnt/stateful_partition/crouton/chroots/arch...

I'll try to debug that one.

@qntmpkts
Copy link
Owner

qntmpkts commented Apr 9, 2018

This repo is overdue for an update from upstream. I'll get to that soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants