Security camera
Raspberry Pi Zero W with camera
6/11/23
To fix: /var/log/messages “Jun 11 17:16:19 meye-696847cd daemon.err dhclient: send_packet: No buffer space available” error.
System loses network contact after ~a day or two.
sysctl -w net.ipv4.igmp_max_memberships=50
sysctl -w net.ipv4.igmp_max_msf=3
/etc/sysctl.conf:
net.ipv4.igmp_max_memberships=50
net.ipv4.igmp_max_msf=30