Re: Following snapshot 20200914 error "Failed to start Apply Kernel Variables"
Users may choose to copy file /usr/lib/sysctl.d/50-default.conf to /etc/sysctl.d/50-default.conf and edit the latter. As a bonus systemd-delta lists the changes made:
Code:
erlangen:~ # systemd-delta --type overridden
[OVERRIDDEN] /etc/sysctl.d/50-default.conf → /usr/lib/sysctl.d/50-default.conf
--- /usr/lib/sysctl.d/50-default.conf 2020-09-09 08:49:33.000000000 +0200
+++ /etc/sysctl.d/50-default.conf 2020-09-17 09:49:55.651527076 +0200
@@ -29,7 +29,7 @@
# bits (bsc#1174504).
# this only allows users to handle ICMP ECHO REQUESTs and REPLYs, nothing
# else.
-net.ipv4.ping_group_range = "0 2147483647"
+net.ipv4.ping_group_range = 0 2147483647
# increase the number of possible inotify(7) watches
fs.inotify.max_user_watches = 65536
...
3 overridden configuration files found.
erlangen:~ #
Running 'dracut -f' completes the fix.
AMD Athlon 4850e (2009), openSUSE 13.1, KDE 4, Intel i3-4130 (2014), i7-6700K (2016), i5-8250U (2018), AMD Ryzen 5 3400G (2020), openSUSE Tumbleweed, KDE Plasma 5
Bookmarks