The following shell script seems to allow the installatoin to continue: sudo dpkg-divert --add --rename --local --divert /sbin/sysctl.real /sbin/sysctl cat << 'EOF' | sudo tee /sbin/sysctl #!/bin/bash /sbin/sysctl.real "$@" echo "Warning: /sbin/sysctl exit code is being suppressed in this container" exit 0 EOF sudo chmod a+x /sbin/sysctl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1419554 Title: Can't upgrade procps in LXC 1.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1419554/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs