fabianishere / udm-kernel-tools

Tools for bootstrapping custom kernels on the UniFi Dream Machine
GNU General Public License v2.0
330 stars 23 forks source link

Site Timouts/repeated restarting of igmpproxy #15

Closed sultanakaneel closed 3 years ago

sultanakaneel commented 3 years ago

I'm a complete noob when it comes to linux and just followed your guide to the letter. However I have to use the troubleshooting fix:

# Re-create the VLAN and obtain IP
/mnt/data/on_boot.d/10-iptv.sh
# Restart IGMP Proxy
podman exec -it unifi-os systemctl restart igmpproxy

Multiple times per day, additionally (maybe unrelated, but it started around the time I got iptv working) sites on different devices start to time out/take forever to load. This is also fixed by restarted the igmpproxy so it could be related. Or I'm imaging things.

Any advice?

fabianishere commented 3 years ago

Could you try whether adding a dependency on the UniFi service resolves your issue? Run systemctl edit igmpproxy and enter

[Unit]
Requires=unifi.service
After=unifi.service

See https://github.com/fabianishere/udm-kernel-tools/issues/2#issuecomment-871218777 for more information.

fabianishere commented 3 years ago

Closing due to inactivity.