Problem with new version of UnifiOS and Network #377
Replies: 1 comment 17 replies
-
After deleted the configuration and recreate it, I have the follow indication of diagnoses: Please share the following output with the developers: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
Today Ubiquiti release the new version of UnifiOS and Network (4.2.4 and 9.1.105) and after the update the cdm-iptv has been uninstalled from my UDM Pro Max.
After the upgrade I checked the service and not been found at the Gateway, and I validate my configuration file (/etc/udm-iptv.conf) and it still exist. I reperformed the installation using the script, and now I have this error indicated by the diagnose:
root@UDM-Pro-Max:~# udm-iptv-diag
Please share the following output with the developers:
=== Configuration ===
WAN Interface: eth8
WAN VLAN: 20 (dev IPTV)
WAN DHCP: true (options "-O staticroutes -V IPTV_RG")
WAN Ranges: 172.28.0.0/14 201.0.52.0/23 200.161.71.0/24 177.16.0.0/16
LAN Interfaces: br20
IGMP Proxy quickleave disabled: false
IGMP Proxy debug: true
=== IP Link and Route ===
Device "IPTV" does not exist.
Cannot find device "IPTV"
=== Service Logs ===
Mar 14 19:57:26 UDM-Pro-Max udm-iptvd[647480]: DEBUG[init_interface@214]: if_falgs = 4163
Mar 14 19:57:26 UDM-Pro-Max udm-iptvd[647480]: ERROR[init_interface@172]: SIOCGIFADDR filed IPTV
Mar 14 19:57:26 UDM-Pro-Max udm-iptvd[647480]: ERROR[init_interface@232]: Disable IGMP, there is not igmp upstream interface or igmp downstream interface
Mar 14 19:57:26 UDM-Pro-Max udm-iptvd[647480]: FATAL[init_interface@251]: exiting.....
Mar 14 19:57:26 UDM-Pro-Max udm-iptvd[647480]: ERROR[main@619]: exiting.........
Mar 14 19:57:26 UDM-Pro-Max IMPROXY[647480]: ERROR[init_interface@232]: Disable IGMP, there is not igmp upstream interface or igmp downstream interface
Mar 14 19:57:26 UDM-Pro-Max systemd[1]: udm-iptv.service: Main process exited, code=exited, status=1/FAILURE
Mar 14 19:57:26 UDM-Pro-Max IMPROXY[647480]: FATAL[init_interface@251]: exiting.....
Mar 14 19:57:26 UDM-Pro-Max systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
Mar 14 19:57:26 UDM-Pro-Max IMPROXY[647480]: ERROR[main@619]: exiting.........
Before the update, my Vivo IPTV worked fine.
Had someone have the same issue?
Follow my configuration strings:
root@UDM-Pro-Max:~# cat /etc/udm-iptv.conf
IPTV_WAN_INTERFACE="eth8"
IPTV_WAN_VLAN="20"
IPTV_WAN_VLAN_INTERFACE="IPTV"
IPTV_WAN_RANGES="172.28.0.0/14 201.0.52.0/23 200.161.71.0/24 177.16.0.0/16"
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
IPTV_LAN_INTERFACES="br20"
IPTV_IGMPPROXY_PROGRAM="improxy"
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="false"
IPTV_IGMPPROXY_DEBUG="true"
IPTV_IGMPPROXY_IGMP_VERSION="3"
Beta Was this translation helpful? Give feedback.
All reactions