[Bug 1181887] New: /etc/sysctl.conf dev.raid.speed_limit_min and dev.raid.speed_limit_max ignoring no such file or director
http://bugzilla.opensuse.org/show_bug.cgi?id=1181887 Bug ID: 1181887 Summary: /etc/sysctl.conf dev.raid.speed_limit_min and dev.raid.speed_limit_max ignoring no such file or director Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.2 Hardware: x86-64 OS: openSUSE Leap 15.2 Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: randy.burton@earthlink.net QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- /etc/sysctl.conf contains these lines: dev.raid.speed_limit_min = 700000 dev.raid.speed_limit_max = 2000000 When rebooting, these error messages are logged to syslog: localhost systemd-sysctl[538]: Couldn't write '700000' to 'dev/raid/speed_limit_min', ignoring: No such file or directory localhost systemd-sysctl[538]: Couldn't write '2000000' to 'dev/raid/speed_limit_max', ignoring: No such file or directory After the boot is complete, I entered these commands: root@VMOSLeap152:/var/log > sysctl dev.raid.speed_limit_min dev.raid.speed_limit_min = 1000 root@VMOSLeap152:/var/log > sysctl dev.raid.speed_limit_max dev.raid.speed_limit_max = 200000 root@VMOSLeap152:/var/log > sysctl -p dev.raid.speed_limit_min = 700000 dev.raid.speed_limit_max = 2000000 root@VMOSLeap152:/var/log > sysctl dev.raid.speed_limit_min dev.raid.speed_limit_min = 700000 root@VMOSLeap152:/var/log > sysctl dev.raid.speed_limit_max dev.raid.speed_limit_max = 2000000 root@VMOSLeap152:/var/log > This happens on both Leap 15.2 and Tumbleweed. Temporary work around is to add "sysctl -p" to a shell script that runs following reboot. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1181887 Randy Burton <randy.burton@earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|/etc/sysctl.conf |/etc/sysctl.conf |dev.raid.speed_limit_min |dev.raid.speed_limit_min |and |and |dev.raid.speed_limit_max |dev.raid.speed_limit_max |ignoring no such file or |ignoring no such file or |director |directory -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1181887 http://bugzilla.opensuse.org/show_bug.cgi?id=1181887#c1 --- Comment #1 from Randy Burton <randy.burton@earthlink.net> --- This works correctly on Ubuntu: root@ubuntu:/var/log > cat /etc/os-release NAME="Ubuntu" VERSION="16.04.7 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.7 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial root@ubuntu:/var/log > uname -r 4.15.0-133-generic root@ubuntu:/var/log > tail /etc/sysctl.conf #net.ipv6.conf.all.accept_source_route = 0 # # Log Martian Packets #net.ipv4.conf.all.log_martians = 1 # net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 dev.raid.speed_limit_min = 700000 dev.raid.speed_limit_max = 2000000 root@ubuntu:/var/log > sysctl dev.raid.speed_limit_min dev.raid.speed_limit_min = 700000 root@ubuntu:/var/log > sysctl dev.raid.speed_limit_max dev.raid.speed_limit_max = 2000000 root@ubuntu:/var/log > -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com