mgiebels schreef op woensdag 27 december 2023 @ 09:06:
<..>
Dat is SSH naar de UXG en doe apt update (de libaries op de UXG zijn namelijk niet compleet)
en in je script moet improxy zijn dat is goed. (maar dit stelde het script bij mij netjes in maar dat was wel pas nadat ik die update had gedaan)
Hierbij de stappen:
<..>
Dat had ik gedaan.
Maar bij deze nogmaals gedaan.
root@UXG-Lite:~# udm-iptv uninstall
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
dialog igmpproxy udm-iptv
0 upgraded, 0 newly installed, 3 to remove and 50 not upgraded.
After this operation, 1392 kB disk space will be freed.
(Reading database ... 24011 files and directories currently installed.)
Removing dialog (1.3-20201126-1) ...
Removing igmpproxy (0.3-1) ...
Removing udm-iptv (3.0.4) ...
root@UXG-Lite:~# apt update
Hit:1
https://security.debian.org/debian-security bullseye-security InRelease
Hit:2
https://deb.debian.org/debian bullseye InRelease
Get:3
https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4
https://deb.debian.org/debian bullseye-backports InRelease [49.0 kB]
Fetched 93.0 kB in 3s (27.0 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
50 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@UXG-Lite:~# sh -c "$(curl
https://raw.githubusercon...dm-iptv/master/install.sh -sSf)"
Downloading packages...
Installing packages...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78, <> line 1.)
debconf: falling back to frontend: Readline
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
igmpproxy
Recommended packages:
improxy
The following NEW packages will be installed:
udm-iptv
0 upgraded, 1 newly installed, 0 to remove and 50 not upgraded.
After this operation, 72.7 kB of additional disk space will be used.
Get:1 /tmp/tmp.VlasuRQrdH/udm-iptv.deb udm-iptv all 3.0.4 [16.4 kB]
Preconfiguring packages ...
/tmp/udm-iptv.config.Q8amyk: 145: .: cannot open /usr/lib/udm-iptv/profiles/kpn.profile: No such file
udm-iptv failed to preconfigure, with exit status 2
Selecting previously unselected package udm-iptv.
(Reading database ... 23977 files and directories currently installed.)
Preparing to unpack .../tmp.VlasuRQrdH/udm-iptv.deb ...
Unpacking udm-iptv (3.0.4) ...
Setting up udm-iptv (3.0.4) ...
Installation successful... You can find your configuration at /etc/udm-iptv.conf.
Use the following command to reconfigure the script:
udm-iptv reconfigure
root@UXG-Lite:~# udm-iptv reconfigure
<..>
root@UXG-Lite:~# vi /etc/udm-iptv.conf
De standaard warden die er bij mij in staan (commentaar regels verwijderd):
IPTV_WAN_INTERFACE="eth1"
IPTV_WAN_VLAN="4"
IPTV_WAN_VLAN_INTERFACE="iptv"
IPTV_WAN_RANGES="213.75.0.0/16 217.166.0.0/16"
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
IPTV_LAN_INTERFACES=""
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="true"
IPTV_IGMPPROXY_DEBUG="true"
IPTV_IGMPPROXY_PROGRAM=""
IPTV_IGMPPROXY_IGMP_VERSION="2"
Na mijn aanpassing:
IPTV_WAN_INTERFACE="eth1"
IPTV_WAN_VLAN="4"
IPTV_WAN_VLAN_INTERFACE="iptv"
IPTV_WAN_RANGES="213.75.0.0/16 217.166.0.0/16"
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
IPTV_LAN_INTERFACES="eth0.661"
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="true"
IPTV_IGMPPROXY_DEBUG="true"
IPTV_IGMPPROXY_PROGRAM="improxy"
IPTV_IGMPPROXY_IGMP_VERSION="2"
Reboot
root@UXG-Lite:~# udm-iptv diagnose
Please share the following output with the developers:
=== Configuration ===
WAN Interface: eth1
WAN VLAN: 4 (dev iptv)
WAN DHCP: true (options "-O staticroutes -V IPTV_RG")
WAN Ranges: 213.75.0.0/16 217.166.0.0/16
LAN Interfaces: eth0.661
IGMP Proxy quickleave disabled: true
IGMP Proxy debug: true
=== IP Link and Route ===
=== Service Logs ===
Dec 27 12:38:53 UXG-Lite udm-iptvd[4156]: udhcpc: sending select for 10.46.221.76
Dec 27 12:38:53 UXG-Lite udm-iptvd[4156]: udhcpc: lease of 10.46.221.76 obtained, lease time 3600
Dec 27 12:38:53 UXG-Lite udm-iptvd[4138]: NATing IPTV network ranges (if necessary)
Dec 27 12:38:53 UXG-Lite udm-iptvd[4138]: Creating static routes (if necessary)
Dec 27 12:38:53 UXG-Lite udm-iptvd[4138]: Setting up IGMP Proxy
Dec 27 12:38:53 UXG-Lite udm-iptvd[4138]: Using improxy...
Dec 27 12:38:54 UXG-Lite udm-iptvd[4138]: Starting IGMP Proxy
Dec 27 12:38:54 UXG-Lite udm-iptvd[4138]: error: improxy not installed...
Dec 27 12:38:54 UXG-Lite systemd[1]: udm-iptv.service: Main process exited, code=exited, status=1/FAILURE
Dec 27 12:38:54 UXG-Lite systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
root@UXG-Lite:~# apt install igmpproxy
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
igmpproxy
0 upgraded, 1 newly installed, 0 to remove and 50 not upgraded.
Need to get 38.3 kB of archives.
After this operation, 94.2 kB of additional disk space will be used.
Get:1
https://deb.debian.org/debian bullseye/main arm64 igmpproxy arm64 0.3-1 [38.3 kB]
Fetched 38.3 kB in 0s (148 kB/s)
Selecting previously unselected package igmpproxy.
(Reading database ... 24001 files and directories currently installed.)
Preparing to unpack .../igmpproxy_0.3-1_arm64.deb ...
Unpacking igmpproxy (0.3-1) ...
Setting up igmpproxy (0.3-1) ...
root@UXG-Lite:~# udm-iptv restart
root@UXG-Lite:~# udm-iptv diagnose
Please share the following output with the developers:
=== Configuration ===
WAN Interface: eth1
WAN VLAN: 4 (dev iptv)
WAN DHCP: true (options "-O staticroutes -V IPTV_RG")
WAN Ranges: 213.75.0.0/16 217.166.0.0/16
LAN Interfaces: eth0.661
IGMP Proxy quickleave disabled: true
IGMP Proxy debug: true
=== IP Link and Route ===
=== Service Logs ===
Dec 27 12:43:20 UXG-Lite udm-iptvd[12226]: udhcpc: sending select for 10.46.221.76
Dec 27 12:43:20 UXG-Lite udm-iptvd[12226]: udhcpc: lease of 10.46.221.76 obtained, lease time 3600
Dec 27 12:43:20 UXG-Lite udm-iptvd[12215]: NATing IPTV network ranges (if necessary)
Dec 27 12:43:20 UXG-Lite udm-iptvd[12215]: Creating static routes (if necessary)
Dec 27 12:43:20 UXG-Lite udm-iptvd[12215]: Setting up IGMP Proxy
Dec 27 12:43:20 UXG-Lite udm-iptvd[12215]: Using improxy...
Dec 27 12:43:20 UXG-Lite udm-iptvd[12215]: Starting IGMP Proxy
Dec 27 12:43:20 UXG-Lite udm-iptvd[12215]: error: improxy not installed...
Dec 27 12:43:20 UXG-Lite systemd[1]: udm-iptv.service: Main process exited, code=exited, status=1/FAILURE
Dec 27 12:43:20 UXG-Lite systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
Reboot
root@UXG-Lite:~# udm-iptv diagnose
Please share the following output with the developers:
=== Configuration ===
WAN Interface: eth1
WAN VLAN: 4 (dev iptv)
WAN DHCP: true (options "-O staticroutes -V IPTV_RG")
WAN Ranges: 213.75.0.0/16 217.166.0.0/16
LAN Interfaces: eth0.661
IGMP Proxy quickleave disabled: true
IGMP Proxy debug: true
=== IP Link and Route ===
=== Service Logs ===
Dec 27 12:46:21 UXG-Lite udm-iptvd[4666]: udhcpc: sending discover
Dec 27 12:46:21 UXG-Lite udm-iptvd[4666]: udhcpc: sending select for 10.46.220.198
Dec 27 12:46:22 UXG-Lite udm-iptvd[4666]: udhcpc: lease of 10.46.220.198 obtained, lease time 3600
Dec 27 12:46:22 UXG-Lite udm-iptvd[4643]: NATing IPTV network ranges (if necessary)
Dec 27 12:46:22 UXG-Lite udm-iptvd[4643]: Creating static routes (if necessary)
Dec 27 12:46:22 UXG-Lite udm-iptvd[4643]: Setting up IGMP Proxy
Dec 27 12:46:22 UXG-Lite udm-iptvd[4643]: Using improxy...
Dec 27 12:46:23 UXG-Lite udm-iptvd[4643]: Starting IGMP Proxy
Dec 27 12:46:23 UXG-Lite udm-iptvd[4643]: error: improxy not installed...
root@UXG-Lite:~# udm-iptv reconfigure
<..>
root@UXG-Lite:~# vi /etc/udm-iptv.conf
De waarden die er nu default in staan:
IPTV_WAN_INTERFACE="eth1"
IPTV_WAN_VLAN="4"
IPTV_WAN_VLAN_INTERFACE="iptv"
IPTV_WAN_RANGES="213.75.0.0/16 217.166.0.0/16"
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
IPTV_LAN_INTERFACES=""
IPTV_IGMPPROXY_DISABLE_QUICKLEAVE="true"
IPTV_IGMPPROXY_DEBUG="true"
IPTV_IGMPPROXY_PROGRAM="igmpproxy"
IPTV_IGMPPROXY_IGMP_VERSION="2"
Aanpassing gedaan aan:
IPTV_LAN_INTERFACES=""
IPTV_IGMPPROXY_PROGRAM="igmpproxy"
IPTV_LAN_INTERFACES="eth0.661"
IPTV_IGMPPROXY_PROGRAM="improxy"
reboot
root@UXG-Lite:~# udm-iptv diagnose
Please share the following output with the developers:
=== Configuration ===
WAN Interface: eth1
WAN VLAN: 4 (dev iptv)
WAN DHCP: true (options "-O staticroutes -V IPTV_RG")
WAN Ranges: 213.75.0.0/16 217.166.0.0/16
LAN Interfaces: eth0.661
IGMP Proxy quickleave disabled: true
IGMP Proxy debug: true
=== IP Link and Route ===
=== Service Logs ===
Dec 27 12:53:46 UXG-Lite udm-iptvd[5327]: udhcpc: sending select for 10.46.221.85
Dec 27 12:53:46 UXG-Lite udm-iptvd[5327]: udhcpc: lease of 10.46.221.85 obtained, lease time 3600
Dec 27 12:53:47 UXG-Lite udm-iptvd[5315]: NATing IPTV network ranges (if necessary)
Dec 27 12:53:47 UXG-Lite udm-iptvd[5315]: Creating static routes (if necessary)
Dec 27 12:53:47 UXG-Lite udm-iptvd[5315]: Setting up IGMP Proxy
Dec 27 12:53:47 UXG-Lite udm-iptvd[5315]: Using improxy...
Dec 27 12:53:47 UXG-Lite udm-iptvd[5315]: Starting IGMP Proxy
Dec 27 12:53:47 UXG-Lite udm-iptvd[5315]: error: improxy not installed...
Dec 27 12:53:47 UXG-Lite systemd[1]: udm-iptv.service: Main process exited, code=exited, status=1/FAILURE
Dec 27 12:53:47 UXG-Lite systemd[1]: udm-iptv.service: Failed with result 'exit-code'.
Ik zou niet weten wat hier fout gaat.
Spelfouten voorbehouden.