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

debootstrap: Figure out why debootstrap > 1.0.92~bpo9+1 is broken #3713

Closed
drinkcat opened this issue Mar 30, 2018 · 6 comments
Closed

debootstrap: Figure out why debootstrap > 1.0.92~bpo9+1 is broken #3713

drinkcat opened this issue Mar 30, 2018 · 6 comments
Assignees

Comments

@drinkcat
Copy link
Collaborator

debootstrap HEAD fails for no apparent reason (the keyring warning is always shown anyway):

10 [e] Patching debootstrap...
10 [e] Downloading bootstrap files...
10 [e] W: Cannot check Release signature; keyring file not available /usr/share/keyrings/debian-archive-keyring.gpg

We're pinning it to 1.0.92~bpo9+1 for now, but we should figure out a longer term fix.

@drinkcat drinkcat self-assigned this Mar 30, 2018
@dnschneid
Copy link
Owner

Probably the symlinks

@dnschneid
Copy link
Owner

Oh wait that makes no sense, never mind.

@drinkcat
Copy link
Collaborator Author

drinkcat commented Mar 30, 2018

first bad commit: [5a16580ce9bf7d37e620e01c1602deee84451d20] Split common code from scripts/sid to scripts/debian-common and share it

@drinkcat
Copy link
Collaborator Author

@DennisLfromGA
Copy link
Collaborator

Looks like it may be really fixed this time: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894415#51

Not sure how this gets funneled down and when we might see the results, maybe in 1.0.96 (???)

image

@DennisLfromGA
Copy link
Collaborator

@drinkcat,

A fix had been merged now that seems to address the problem.
You can do a quick test with something like the following: crouton -r xenial -d -f xenial.bs

If that completes successfully then you can use the '.bs' bootstrap file to install your new chroot with something like this: sudo sh ~/Downloads/crouton -n xenial -f xenial.bs -t ....

-DennisLfromGA

P.S. LOL

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

No branches or pull requests

3 participants