[Bug 799858] Re: package qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Serge Hallyn
799858 at bugs.launchpad.net
Tue Jul 5 12:35:40 UTC 2011
Quoting indymaynard (799858 at bugs.launchpad.net):
> Glad to see that I'm not the only one baffled. This has kicked my butt.
>
>
> # procps - set sysctls from /etc/sysctl.conf
> #
> # This task sets kernel sysctl variables from /etc/sysctl.conf and
> # /etc/sysctl.d
>
> description "set sysctls from /etc/sysctl.conf"
>
> start on virtual-filesystems
>
> task
> script
> cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -p -
> end script
If you add '-e' to the sysctl command, does that stop the error? So
it would look like this:
===================================================================
# procps - set sysctls from /etc/sysctl.conf
#
# This task sets kernel sysctl variables from /etc/sysctl.conf and
# /etc/sysctl.d
description "set sysctls from /etc/sysctl.conf"
start on virtual-filesystems
task
script
cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e -p -
end script
===================================================================
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/799858
Title:
package qemu-kvm-extras-static 0.12.3+noroms-0ubuntu9.9 failed to
install/upgrade: subprocess installed post-installation script
returned error exit status 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/799858/+subscriptions
More information about the Ubuntu-server-bugs
mailing list