What is the error means
process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.base_reachable_time; Use net.ipv6.neigh.eth0.base_reachable_time_ms instead
What is the error means
process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.base_reachable_time; Use net.ipv6.neigh.eth0.base_reachable_time_ms instead
This is not an error but a warning message about outdated kernel parameter. to fix warning, edit /etc/sysctl.conf and update the line
From:
To:Code:net.ipv6.neigh.eth0.base_reachable_time
Save and close the file. To test new changes runCode:net.ipv6.neigh.eth0.base_reachable_time_ms
You should not see any warning message.Code:sysctl -p
All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]
There are currently 1 users browsing this thread. (0 members and 1 guests)