We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unattended installation of the perfsonar-toolkit metapackage fails miserably, because debconf wants to be the boss of everyone.
perfsonar-toolkit
As far as I can tell, from the result attached, the errors are as follows (and are mostly due to the fact that we are testing in containers
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: policy-rc.d denied execution of start. iptables v1.4.14: can't initialize iptables table 'filter'
setting key "vm.max_map_count": Read-only file system
There seem tom be a few others. The way to solve this would be to replicate the dpkg configure script.
The text was updated successfully, but these errors were encountered:
brucellino
No branches or pull requests
Unattended installation of the
perfsonar-toolkit
metapackage fails miserably, because debconf wants to be the boss of everyone.As far as I can tell, from the result attached, the errors are as follows (and are mostly due to the fact that we are testing in containers
invoke-rc.d: policy-rc.d denied execution of start.
: this cannot happen in a containerinvoke-rc.d: policy-rc.d denied execution of start. iptables v1.4.14: can't initialize iptables table 'filter'
invoke-rc.d: policy-rc.d denied execution of start.
setting key "vm.max_map_count": Read-only file system
- can't do this in containers (duh)There seem tom be a few others. The way to solve this would be to replicate the dpkg configure script.
The text was updated successfully, but these errors were encountered: