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

Handle insufficient temp space better #234

Open
alert-debug opened this issue Feb 19, 2016 · 1 comment
Open

Handle insufficient temp space better #234

alert-debug opened this issue Feb 19, 2016 · 1 comment

Comments

@alert-debug
Copy link

If trying to create a .deb package on a system which has insufficient temp space, the stacktrace produced contains messages like:

org.vafer.jdeb.PackagingException: Could not create deb package
java.io.IOException: This archives contains unclosed entries.

but nothing which highlights the underlying issue. This leads to confusion which presumably explains tickets like this.

Having a separate check in createSignedDeb to catch the IOException and suggest a disk space problem (the most likely cause?) to the user would potentially speed up debugging this issue when people encounter it.

@tcurdt
Copy link
Owner

tcurdt commented Feb 19, 2016

Fair point.

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

2 participants