I have an RT-AC86U with Merlin installed (Firmware 384.16). I have been having problems with starting pixelserv-tls, trying to restart it. I have uninstalled Diversion Standard and reinstalled it. But I am still unable to start or restart pixelserv-tls. The following lines are from System.log when I try to start pixelserv-tls
May 31 12:44:24 Diversion: created br0
ixelserv-tls for 192.168.1.252
May 31 12:44:24 pixelserv-tls[19672]: pixelserv-tls 2.3.1 (compiled: Mar 23 2020 07:23:17 flags: tls1_3) options: 192.168.1.252
May 31 12:44:24 kernel: pixelserv-tls[19672]: unhandled level 3 translation fault (11) at 0x00000008, esr 0x92000007
May 31 12:44:24 kernel: pgd = ffffffc0170af000
May 31 12:44:24 Entware (armv7sf-k2.6): Started pixelserv-tls (Diversion)
May 31 12:44:24 kernel: [00000008] *pgd=0000000012d9c003, *pud=0000000012d9c003, *pmd=0000000019301003, *pte=0000000000000000
May 31 12:44:24 kernel: CPU: 1 PID: 19672 Comm: pixelserv-tls Tainted: P O 4.1.27 #2
May 31 12:44:24 kernel: Hardware name: Broadcom-v8A (DT)
May 31 12:44:24 kernel: task: ffffffc019325500 ti: ffffffc0151ac000 task.ti: ffffffc0151ac000
May 31 12:44:24 kernel: PC is at 0x166d8
May 31 12:44:24 kernel: LR is at 0xf6f12b20
May 31 12:44:24 kernel: pc : [<00000000000166d8>] lr : [<00000000f6f12b20>] pstate: 600a0010
May 31 12:44:24 kernel: sp : 00000000ff87bf58
May 31 12:44:24 kernel: x12: 0000000000000002
May 31 12:44:24 kernel: x11: 00000000ff87c6c4 x10: 00000000f7305000
May 31 12:44:24 kernel: x9 : 0000000000000000 x8 : 0000000000000000
May 31 12:44:24 kernel: x7 : 0000000000000000 x6 : 0000000000012d3c
May 31 12:44:24 kernel: x5 : 0000000000000000 x4 : 000000000001bf70
May 31 12:44:24 kernel: x3 : 0000000000000000 x2 : 0000000000000001
May 31 12:44:24 kernel: x1 : 0000000000000000 x0 : 0000000000000000
Can anyone provide some pointers?
Things I have tried includes rebooting router and clearing NVRAM with this command "for line in `nvram show | grep =$ `; do var=${line%*=}; nvram unset $var; done; nvram commit"