Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7160

Troubleshooting • Failed to start sysctl.service, service not found

$
0
0
I'm helping someone with their Tailscale exit node on a Raspberry Pi. It was running fine until the IP forwarding on the Pi somehow disabled itself (user didn't do anything).

I had them run the following commands to re-enable IP forwarding:

Code:

echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf

Code:

echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.d/99-tailscale.conf

Code:

sudo sysctl -p /etc/sysctl.d/99-tailscale.conf
But running

Code:

systemctl status sysctl
and

Code:

sudo systemctl start sysctl
does not work.

I tried

Code:

sudo apt-get install systemd
and also

Code:

systemctl daemon-reload
with no luck.

Any ideas other than a complete reinstall of the OS?

Statistics: Posted by TheWiredNomad — Fri Jul 19, 2024 8:00 pm — Replies 2 — Views 66



Viewing all articles
Browse latest Browse all 7160

Trending Articles