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

Unattended install fails in Docker environment #6

Open
brucellino opened this issue Jan 11, 2018 · 0 comments
Open

Unattended install fails in Docker environment #6

brucellino opened this issue Jan 11, 2018 · 0 comments

Comments

@brucellino
Copy link
Member

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

  • policy: invoke-rc.d: policy-rc.d denied execution of start. : this cannot happen in a container
  • iptables: invoke-rc.d: policy-rc.d denied execution of start. iptables v1.4.14: can't initialize iptables table 'filter'
  • rsyslogd: can't start the service invoke-rc.d: policy-rc.d denied execution of start.
  • sysctl: 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.

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

1 participant