Openwrt MinisatiP not found in Network

Support forum for minisatip
Post Reply
kron
Posts: 1
Joined: Sat Apr 25, 2020 6:21 am

Openwrt MinisatiP not found in Network

Post by kron »

Hello,

I have installed MiniSatIP on Openwrt, but it will not be found on the whole Network. The Webinterface works. I don't know what to do.

started with:
/usr/sbin/minisatip -f -g -v all -R /usr/share/minisatip/html -x 8080 -p http:192.168.2.1:8080/chan_iptv.m3u -t

netstat -l says:
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 77.47.111.183.dynamic.cablesurf.de:domain 0.0.0.0:* LISTEN
tcp 0 0 p548FBAA1.dip0.t-ipconnect.de:domain 0.0.0.0:* LISTEN
tcp 0 0 localhost:domain 0.0.0.0:* LISTEN
tcp 0 0 OpenWrt.lan:domain 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:https 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:9000 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:rtsp 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:www 0.0.0.0:* LISTEN
tcp 0 0 2003:c6:d738:7c00::1:domain :::* LISTEN
tcp 0 0 p200300C6D7FF38A72CD20FC8EE953D48.dip0.t-ipconnect.de:domain :::* LISTEN
tcp 0 0 fe80::2cd2:fc8:ee95:3d48:domain :::* LISTEN
tcp 0 0 localhost:domain :::* LISTEN
tcp 0 0 fe80::21d:aaff:fe53:7b67:domain :::* LISTEN
tcp 0 0 fe80::213:3bff:fe0f:54b1:domain :::* LISTEN
tcp 0 0 OpenWrt.lan:domain :::* LISTEN
tcp 0 0 fe80::7285:c2ff:fec2:1e6f:domain :::* LISTEN
tcp 0 0 fe80::213:3bff:fe0f:54b1:domain :::* LISTEN
tcp 0 0 :::ssh :::* LISTEN
tcp 0 0 :::https :::* LISTEN
tcp 0 0 :::www :::* LISTEN
udp 0 0 0.0.0.0:13607 0.0.0.0:*
udp 0 0 77.47.111.183.dynamic.cablesurf.de:domain 0.0.0.0:*
udp 0 0 p548FBAA1.dip0.t-ipconnect.de:domain 0.0.0.0:*
udp 0 0 localhost:domain 0.0.0.0:*
udp 0 0 OpenWrt.lan:domain 0.0.0.0:*
udp 0 0 0.0.0.0:bootps 0.0.0.0:*
udp 0 0 239.255.255.250:1900 0.0.0.0:*
udp 0 0 0.0.0.0:1900 0.0.0.0:*
udp 0 0 0.0.0.0:19693 0.0.0.0:*
udp 0 0 p200300C6D7387C000000000000000001.dip0.t-ipconnect.de:domain :::*
udp 0 0 p200300C6D7FF38A72CD20FC8EE953D48.dip0.t-ipconnect.de:domain :::*
udp 0 0 fe80::2cd2:fc8:ee95:3d48:domain :::*
udp 0 0 localhost:domain :::*
udp 0 0 fe80::21d:aaff:fe53:7b67:domain :::*
udp 0 0 fe80::213:3bff:fe0f:54b1:domain :::*
udp 0 0 OpenWrt.lan:domain :::*
udp 0 0 fe80::7285:c2ff:fec2:1e6f:domain :::*
udp 0 0 fe80::213:3bff:fe0f:54b1:domain :::*
udp 0 0 :::dhcpv6-client :::*
udp 0 0 :::dhcpv6-client :::*
udp 0 0 :::dhcpv6-server :::*
udp 0 0 :::2669 :::*
raw 0 0 ::%192:58 :::* 58
raw 0 0 ::%192:58 :::* 58
raw 0 0 ::%192:58 :::* 58

and my logfile

Code: Select all

at Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: minisatip version 1.0-unknown, compiled with s2api version: 050A
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with dvbcsa
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with CI
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with dvbapi
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with AES (OpenSSL)
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with tables processing
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with pmt processing
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with satip client
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built with linux dvb client
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built without backtrace
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built without netceiver
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built without ddci
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Built without t2mi
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: New TCP listening socket 4 at 0:0:0:0:554, family 2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: New TCP listening socket 5 at 0:0:0:0:8080, family 2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: New UDP socket 6 bound to 0.0.0.0:1900
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: setting multicast for 239.255.255.250
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: New UDP socket 7 bound to 239.255.255.250:1900 (mcast:239.255.255.250)
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744f33b80
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 6 (type 0) returning socket sock 0 [:0] read: 0x4087f5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744f33d00
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 7 (type 0) returning socket sock 1 [:0] read: 0x4087f5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744f33e80
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 4 (type 2) returning socket sock 2 [:0] read: 0x40a75a
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb52e0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 5 (type 2) returning socket sock 3 [:0] read: 0x40a75a
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb5460
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle -2 (type 0) returning socket sock 4 [:0] read: 0x4087f5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb55e0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle -2 (type 0) returning socket sock 5 [:0] read: 0x4087f5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb5760
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle -2 (type 0) returning socket sock 6 [:0] read: 0x4087f5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: starting init_all_hw 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x135d300
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x135ebe0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x13604c0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x1361da0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x1363680
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x1364f60
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x1366840
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:74 allocation_wrapper malloc allocated 6352 bytes at 0x1368120
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [0] adapter 0 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 0 fe:8 dvr:9
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x1369a00
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 0, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 0 handle 8 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 0: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 0: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 0: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb58e0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 9 (type 5) returning socket sock 7 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 7
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 0: file /dev/dvb/adapter0/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 0 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [1] adapter 1 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 1 fe:10 dvr:11
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x137b420
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 1, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 1 handle 10 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 1: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 1: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 1: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb5a60
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 11 (type 5) returning socket sock 8 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 8
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 1: file /dev/dvb/adapter1/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 1
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 1 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [2] adapter 2 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 2 fe:12 dvr:13
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x138ce40
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 2, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 2 handle 12 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 2: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 2: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 2: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb5be0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 13 (type 5) returning socket sock 9 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 9
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 2: file /dev/dvb/adapter2/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 2 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 3 mapped to Adapter 2, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [3] adapter 3 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 3 fe:14 dvr:15
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x139e860
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 3, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 3 handle 14 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 3: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 3: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 3: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bb5d60
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 15 (type 5) returning socket sock 10 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 10
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 3: file /dev/dvb/adapter3/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 3
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 3 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 3 mapped to Adapter 2, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 4 mapped to Adapter 3, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [4] adapter 4 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 4 fe:16 dvr:17
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x13b0280
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 4, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 4 handle 16 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 4: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 4: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 4: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bd42e0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 17 (type 5) returning socket sock 11 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 11
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 4: file /dev/dvb/adapter4/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 4
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 4 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 3 mapped to Adapter 2, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 4 mapped to Adapter 3, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 5 mapped to Adapter 4, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [5] adapter 5 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 5 fe:18 dvr:19
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x13c1ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 5, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 5 handle 18 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 5: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 5: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 5: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bd4460
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 19 (type 5) returning socket sock 12 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 12
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 5: file /dev/dvb/adapter5/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 5
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 5 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 3 mapped to Adapter 2, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 4 mapped to Adapter 3, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 5 mapped to Adapter 4, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 6 mapped to Adapter 5, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [6] adapter 6 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 6 fe:20 dvr:21
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x13d36c0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 6, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 6 handle 20 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 6: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 6: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 6: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bd45e0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 21 (type 5) returning socket sock 13 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 13
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 6: file /dev/dvb/adapter6/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 6
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 6 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 3 mapped to Adapter 2, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 4 mapped to Adapter 3, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 5 mapped to Adapter 4, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 6 mapped to Adapter 5, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 7 mapped to Adapter 6, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: trying to open [7] adapter 7 and frontend 0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: opened DVB adapter 7 fe:22 dvr:23
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: DVR buffer set to 5775360 bytes
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: adapter.c:293 allocation_wrapper malloc allocated 72202 bytes at 0x13e50e0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: deleting pids on adapter 7, sid -1, pids=NULL
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected adapter 7 handle 22 DVB Card Name: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 7: dvbs [5]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 7: dvbs2 [6]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Detected delivery system for adapter 7: dss [4]
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bd4760
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: sockets_add: handle 23 (type 5) returning socket sock 14 [:0] read: 0x408795
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: set_socket_thread: thread 7f0744f33980 for sockets 14
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: No CA device detected on adapter 7: file /dev/dvb/adapter7/ca0
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: CA 0 is disabled for adapter 7
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done opening adapter 7 delivery systems: dvbs undefined undefined undefined
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 1 mapped to Adapter 0, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 2 mapped to Adapter 1, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 3 mapped to Adapter 2, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 4 mapped to Adapter 3, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 5 mapped to Adapter 4, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 6 mapped to Adapter 5, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 7 mapped to Adapter 6, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: FE 8 mapped to Adapter 7, sys dvbs2
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: done init_hw 1
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Initializing with 8 devices
Sat Apr 25 06:33:53 2020 daemon.notice minisatip[32760]: Starting select_and_execute on thread ID 7f0744f33980, thread_name main
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: utils.c:1475 allocation_wrapper malloc allocated 344 bytes at 0x7f0744bd48e0
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: sockets_add: handle 24 (type 1) returning socket sock 15 [192.168.2.12:51998] read: 0x408795
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: read HTTP from 24 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: reply -> 24 (192.168.2.12:51998) CL:14478 [sock_id 15]:
 Content-Length: 14478tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: sockets_del: sock 15 -> handle 24, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 24
Sat Apr 25 06:33:54 2020 daemon.notice minisatip[32760]: sockets_del: sock 15 Last open socket is at index 15 current_handle 24
Sat Apr 25 06:33:55 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: sockets_add: handle 24 (type 1) returning socket sock 15 [192.168.2.12:52000] read: 0x408795
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: read HTTP from 24 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: reply -> 24 (192.168.2.12:52000) CL:14478 [sock_id 15]:
 Content-Length: 14478tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: sockets_del: sock 15 -> handle 24, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 24
Sat Apr 25 06:34:04 2020 daemon.notice minisatip[32760]: sockets_del: sock 15 Last open socket is at index 15 current_handle 24
Sat Apr 25 06:34:05 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: sockets_add: handle 24 (type 1) returning socket sock 15 [192.168.2.12:52006] read: 0x408795
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: read HTTP from 24 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: reply -> 24 (192.168.2.12:52006) CL:14478 [sock_id 15]:
 Content-Length: 14478tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: sockets_del: sock 15 -> handle 24, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 24
Sat Apr 25 06:34:14 2020 daemon.notice minisatip[32760]: sockets_del: sock 15 Last open socket is at index 15 current_handle 24
Sat Apr 25 06:34:15 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 0 close due to timeout 30 sec, result 1 max_rtime 2051
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 9 pos 7 aid 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 0  -> fe:8 dvr:9, sock:7, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 0, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 9, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 9
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 14 current_handle 9
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 1 close due to timeout 30 sec, result 1 max_rtime 2052
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 11 pos 8 aid 1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 1  -> fe:10 dvr:11, sock:8, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 1, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 8 -> handle 11, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 11
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 8 Last open socket is at index 14 current_handle 11
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 2 close due to timeout 30 sec, result 1 max_rtime 2053
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 13 pos 9 aid 2
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 2  -> fe:12 dvr:13, sock:9, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 2, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 2
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 9 -> handle 13, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 13
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 9 Last open socket is at index 14 current_handle 13
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 3 close due to timeout 30 sec, result 1 max_rtime 2054
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 15 pos 10 aid 3
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 3  -> fe:14 dvr:15, sock:10, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 3, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 3
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 10 -> handle 15, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 15
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 10 Last open socket is at index 14 current_handle 15
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 4 close due to timeout 30 sec, result 1 max_rtime 2054
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 17 pos 11 aid 4
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 4  -> fe:16 dvr:17, sock:11, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 4, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 4
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 11 -> handle 17, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 17
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 11 Last open socket is at index 14 current_handle 17
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 5 close due to timeout 30 sec, result 1 max_rtime 2055
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 19 pos 12 aid 5
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 5  -> fe:18 dvr:19, sock:12, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 5, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 5
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 12 -> handle 19, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 19
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 12 Last open socket is at index 14 current_handle 19
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 6 close due to timeout 30 sec, result 1 max_rtime 2056
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 21 pos 13 aid 6
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 6  -> fe:20 dvr:21, sock:13, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 6, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 6
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 13 -> handle 21, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 21
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 13 Last open socket is at index 14 current_handle 21
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: Requested adapter 7 close due to timeout 30 sec, result 1 max_rtime 2056
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing DVR socket 23 pos 14 aid 7
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: closing adapter 7  -> fe:22 dvr:23, sock:14, fe_sock:-1
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: deleting pids on adapter 7, sid -1, pids=NULL
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: done closing adapter 7
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 14 -> handle 23, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 23
Sat Apr 25 06:34:23 2020 daemon.notice minisatip[32760]: sockets_del: sock 14 Last open socket is at index 14 current_handle 23
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52102] read: 0x408795
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52102) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:34:24 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:34:25 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52120] read: 0x408795
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52120) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:34:34 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52186] read: 0x408795
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52186) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: select_and_execute[7]: Close on socket 8 (sid:-1) from 192.168.2.12:52186 - type http errno 0
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: Delete socket 7 done: sid -1
Sat Apr 25 06:34:44 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52188] read: 0x408795
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52188) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:34:54 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:34:55 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52190] read: 0x408795
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52190) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:35:04 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:35:04 2020 user.info mwan3track[3147]: Check (ping) failed for target "216.58.207.163" on interface wan2 (pppoe-wan2)
Sat Apr 25 06:35:05 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:35:10 2020 user.info mwan3track[3147]: Lost 1 ping(s) on interface wan2 (pppoe-wan2)
Sat Apr 25 06:35:13 2020 daemon.err odhcp6c[3470]: Failed to send DHCPV6 message to ff02::1:2 (Permission denied)
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52194] read: 0x408795
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52194) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:35:14 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:35:15 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52230] read: 0x408795
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52230) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:35:24 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:35:25 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52258] read: 0x408795
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52258) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:35:34 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:35:35 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: sockets_add: handle 8 (type 1) returning socket sock 7 [192.168.2.12:52280] read: 0x408795
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: read HTTP from 8 sid: -1:
 Content-Length: 092.168.2.1:8080/n;q=0.3nux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: minisatip.c:1420 allocation_wrapper malloc allocated 262144 bytes at 0x7f0744b61020
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: reply -> 8 (192.168.2.12:52280) CL:14335 [sock_id 7]:
 Content-Length: 14335tion/json0 GMTce minisatip[32760]: HTTP/1.0 200 OK
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: minisatip.c:1476 get_sid returns NULL for s_id = -1
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: Requested stream close -1 timeout -1 type -1
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: closing stream -1
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 -> handle 8, sid -1, overflow bytes 0, allocated 0, used 0, unsend packets 0
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: sockets_del: closing socket handle 8
Sat Apr 25 06:35:44 2020 daemon.notice minisatip[32760]: sockets_del: sock 7 Last open socket is at index 7 current_handle 8
Sat Apr 25 06:35:45 2020 daemon.notice minisatip[32760]: BW 14KB/s, Total BW: 0 MB, ns/read 0, r: 1, w: 1 fw: 0, tt: 0 ms
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: Openwrt MinisatiP not found in Network

Post by cata »

The logs indicate that minisatip is being used, can you please tell me in detail what s not working ?
Post Reply