Comment 10 for bug 799858

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: [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

Quoting indymaynard (<email address hidden>):
> $ sudo start procps
> $ start: Job failed to start

Thanks. What about when you do these:

    echo "handling sysctl.conf"
    cat /etc/sysctl.conf | sysctl -e -p -
    for f in /etc/sysctl.d/*.conf; do
        echo "Handling $f"
        cat $f | sysctl -e -p -
    done