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

IGMPProxy needs to be reset #13

Closed casperwolters closed 3 years ago

casperwolters commented 3 years ago

Hi,

Sometimes you need to restart the IGMP proxy because of the following issues:

May 12 23:04:50 ubnt igmpproxy[20554]: MRT_DROP_MEMBERSHIP failed; Errno(19): No such device May 12 23:04:50 ubnt igmpproxy[20554]: MRT_ADD_MEMBERSHIP failed; Errno(19): No such device May 12 23:04:58 ubnt igmpproxy[20554]: MRT_DROP_MEMBERSHIP failed; Errno(19): No such device May 12 23:04:59 ubnt igmpproxy[20554]: MRT_ADD_MEMBERSHIP failed; Errno(19): No such device

Haven't upgraded the config with new IPTV name instead of the eth8.4 name.

Any thoughts?

TheJulianJES commented 3 years ago

I think I had this happen when WAN was disconnected or something like that.

TheJulianJES commented 3 years ago

@casperwolters Maybe take a look at this: https://github.com/fabianishere/udm-kernel-tools/issues/2#issuecomment-871218777 Option 2 might work in this case.

fabianishere commented 3 years ago

Closing due to inactivity.