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

issue in the debootstrap.sh script is not trapped #19

Open
npf opened this issue Sep 14, 2016 · 2 comments
Open

issue in the debootstrap.sh script is not trapped #19

npf opened this issue Sep 14, 2016 · 2 comments
Assignees

Comments

@npf
Copy link
Contributor

npf commented Sep 14, 2016

with recipe from_scratch/debian-testing-arm.yaml, I get an error in debootstrap (may be a Debian issue), which I would like to look at with the trial&error mechanism of kameleon, but kameleon just fails.

https://gist.github.com/npf/e47e63aa4f9b27247f422537501f44af
-> line: 848

The script involved is debootstrap.sh, which presumably exits !=0 (set -e) => should trigger the retry mechanism ?

@npf
Copy link
Contributor Author

npf commented Sep 14, 2016

NB: Testing outside of kameleon: debootstrap fail to install a Debian testing or sid for arm64 (2 stages) -> problem with systemd/sysv/init

This issue is however not to fix that problem, but to make kameleon play nicer in such a case.

@mickours
Copy link
Contributor

To be able to debug this, the fatal error should be replaced by a breakpoint. This has to be done in the engine.

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

3 participants