From: Naveen N. R. <nav...@li...> - 2015-05-14 11:00:49
|
On 2015/05/14 01:46PM, Kamalesh Babulal wrote: > Teach snap to ignore deprecated sysctl network files, while > gathering information from /proc. Reading deprecated file, > throws warnings in /var/log/message like: > kernel: process `snap' is using deprecated sysctl (syscall) > net.ipv6.neigh.default.retrans_time; Use net.ipv6.neigh.default.retrans_time_ms instead.` Are you sure you want to ignore these just to prevent those warnings? Those could still be used by older applications and kernel will still effect changes based on these. - Naveen |