Hello Steve,

here are the requested outputs:

mathias@service-mb:~$ cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sudo sysctl 
-e -p -
[sudo] password for mathias: 
kernel.printk = 4 4 1 7
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.tcp_syncookies = 1
vm.mmap_min_addr = 65536
vm.mmap_min_addr = 4097
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.eth0.accept_ra = 0
net.ipv6.conf.wlan0.accept_ra = 0
mathias@service-mb:~$ cat /etc/init/procps.conf
# 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"

instance $UPSTART_EVENTS
env UPSTART_EVENTS=

start on virtual-filesystems or stopped networking

task
script
    cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -p -
end script
mathias@service-mb:~$ 

I disabled the processing of ipv6 Ras.

Many greetings

Mathias

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993856

Title:
  while updating the package qemu-kvm-extras-static 0.12.3+noroms-
  0ubuntu9.18 failed to install/upgrade: Unterprozess installiertes
  post-installation-Skript gives errorcode 1 back

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/993856/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to