Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site Timouts/repeated restarting of igmpproxy #15

Closed
sultanakaneel opened this issue Jun 10, 2021 · 2 comments
Closed

Site Timouts/repeated restarting of igmpproxy #15

sultanakaneel opened this issue Jun 10, 2021 · 2 comments
Labels
kind/bug Something isn't working

Comments

@sultanakaneel
Copy link

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 fabianishere added the kind/bug Something isn't working label Jun 10, 2021
@fabianishere
Copy link
Owner

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 #2 (comment) for more information.

@fabianishere
Copy link
Owner

Closing due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants