Troubleshooting “invalid syntax, continuing” errors in sysctl
The “invalid syntax, continuing…” warning from sysctl typically means your /etc/sysctl.conf file has a malformed line that the parser can’t understand. Here’s how to diagnose and fix it. Identifying the Problem When you run sysctl -p to load configuration from /etc/sysctl.conf, any syntax error will be printed with a line number: sysctl -p warning: /etc/sysctl.conf(44):…
