Ansuel / tch-nginx-gui

Modified file to apply to a stock technicolor GUI
GNU General Public License v3.0
343 stars 52 forks source link

Support for Telstra Smartmodem (DJA0231 Gen2) - VCNT-A #768

Closed gavindi closed 4 years ago

gavindi commented 5 years ago

Device Model: DJA0231 (VCNT-A)

Would love to see support for this modem.

Few challenges:

Automatic fallover to mobile Extra leds Problems:

Mobile tab in web interface does not work at all. Can not enable disable mobile, datausage or different apn’s

More data to come. I've already rooted this model and loaded the Ansuel gui. I am unfamiliar with bank switching and looking into that now.

gavindi commented 5 years ago

Product Vendor Technicolor Product Name Technicolor ( Technicolor DJA0231 ) Software Version 18.1.c.0347-2881005-20190523153008-950-RC Hostname mymodem Datapump Version A2pvfbH043k.d26t Firmware OID 5b7650df7ba7b510faefa5f7 Bootloader Version 18.09.1075-0000000-20180301100247-8fbfe36621ec8467ca5d05b5508d44d40df8d772 Bootloader OID 5a97cfc3835b67358c787a03 Hardware Version VCNT-A

gavindi commented 5 years ago

Link to dumps: https://drive.google.com/open?id=18xeza1uGHs5SHsBtBL_D5eS7ANsCu1an

gavindi commented 5 years ago

root@mymodem:~# /etc/init.d/rootdevice debug Root Script: Installing in progress... Root Script: Start rooting Root Script: Setting root flag Root Script: Reset unlock bit Root Script: Save root password if modified Root Script: Setting & Enabling Dropbear SSH Server Root Script: Restarting Dropbear SSH Server Root Script: Executing /etc/modgui_scripts/01_prereq.sh Root Script: Disable watchdog Root Script: Executing /etc/modgui_scripts/02_specific.sh Root Script: Executing /etc/modgui_scripts/03_various.sh Root Script: Enabling hardware serial console... Root Script: Fixing sysupgrade if needed... Root Script: Restoring and enabling few transformer mappers... Root Script: Creating custom GUI utils symlinks... Root Script: Add checkversion to cron... Root Script: Executing /etc/modgui_scripts/04_config.sh Root Script: Check original config Root Script: Unlocking web interface if needed Root Script: Check if variant_friendly_name set Root Script: Remove https check Root Script: Check for CSS themes Root Script: Check driver setting Root Script: Check Dropbear config file Root Script: Check eco paramaters Root Script: Create GUI type in config Root Script: Add new web options Root Script: New DHCPRelay Option Root Script: Disable trace from igmpproxy Root Script: Create new option for led definitions Root Script: Creating and checking real version Root Script: Implementing WoL Root Script: Apply new xDSL options Root Script: Adding fast cache options Root Script: Checking if wan_mode option exists... Root Script: Checking DoSprotect kernel modules... Root Script: Enabling and starting DoSprotect service... Root Script: Checking if intercept is enabled and disabling if it is... Root Script: Disabling coredump reboot... Root Script: Restoring nginx additional options if needed... Root Script: Adding missing voicednd rule if needed Root Script: Doing various checks and generating hashes... Root Script: Update branch detected: STABLE Root Script: GUI hash set: 04746168bed18e89a5e377a5eec8f88e Root Script: Updating version saved to 9.3.77 Root Script: Resetting version info... Root Script: Decrypting any encrypted password present in config Root Script: Executing /etc/modgui_scripts/05_app.sh Root Script: Trafficmon inizialization Root Script: Move Aria2 dir Root Script: Reinstalling Telstra GUI if needed... Root Script: Executing /etc/modgui_scripts/06_network.sh Root Script: Detecting ISP and cleanup... Root Script: Adding ipoe in network config... Root Script: Removing default loopback DNS Servers... Root Script: Purify WAN network config... Root Script: Fix DNS bug Root Script: Checking and fixing dnsmasq daemon naming... Root Script: Sync DHCP configuration for new GUI Root Script: Attempt to clean the wansensing script from hardcoded interfaces... Root Script: Cleaning cups firewall rule... Root Script: Checking detected ISP and setting CWMP... Root Script: Apply CVE 2019-11477 workaround Root Script: Checking atmdevice interface naming... Root Script: Restarting dnsmasq if needed... Root Script: Executing /etc/modgui_scripts/99_postreq.sh Root Script: Applying modifications Root Script: Resetting cwmp and watchdog Root Script: Process done. Root Script: Restarting transformer Root Script: Stopping nginx Root Script: Restarting nginx...

FrancYescO commented 5 years ago

is this https://github.com/Ansuel/tch-nginx-gui/issues/768#issuecomment-521454400 the first run (install) or after the "rootdevice force" used for install?

gavindi commented 5 years ago

It is after 'rootdevice force'

FrancYescO commented 5 years ago

Do you use this modem only with sim or is inserted only as fallback? (whats the main connection type?)

Could you put a few screenshot from the original interface just to know how this is intended to work (and what they allow to set)

gavindi commented 5 years ago

My main connection is ADSL2+ with 4G as the backup. From Logread after enable "Mobile one the Tile itself': Fri Aug 16 05:17:39 2019 daemon.notice mobiled: Opening /dev/ttyUSB2 Fri Aug 16 05:17:40 2019 daemon.notice mobiled: Using AT channel /dev/ttyUSB2 Fri Aug 16 05:17:40 2019 daemon.err mobiled: Using dhcp for session 0 Fri Aug 16 05:17:41 2019 daemon.notice mobiled: Device 1 will wait 4.557 seconds before initializing Fri Aug 16 05:17:46 2019 daemon.warn mobiled: Failed to configure device Fri Aug 16 05:17:51 2019 daemon.warn mobiled: Failed to disable device

Note that here once you go into the Mobile Tile settings, the enabled switch it still OFF. Changing the enabled switch to ON then from logread: Fri Aug 16 05:21:05 2019 daemon.info transformer[27067]: async run: /etc/init.d/mobiled reload

/etc/init.d/mobiled:

mobiled.txt

FrancYescO commented 5 years ago

Except the impossibility to use the modal/cards the 4G fallback is working? the 4G is connect only when adsl is down or is always on?

try to restore lte files with the stock included in the firmware and try to use the 3rd card:

cp /rom/www/cards/003_lte.lp /www/cards/
cp /rom/www/docroot/modals/lte-* /www/docroot/modals/
/etc/init.d/nginx restart

PS. this device looks very interesting for these hardware features, unfortunately shipping from australia is not really cheap :D ... how you got root access as from what i see they started with a 18.1 firmware?

gavindi commented 5 years ago

It has worked with 4G always on and switching over when ADSL is down but it proves to be unreliable so I normally have 4G disabled. When I copy the files over as you suggest, I get Error 500 when accessing the Mobile card so I am unable to switch it back on.

I used the AutoFlashGUI tool which has the DJA0231 listed however I did have to TFTP to a type 2 firmware and set a long password as the default password would fail.

FrancYescO commented 5 years ago

After you get error 500 please report a result of logread -l50 (or a debug zip..)


From: Gavin Graham notifications@github.com Sent: Friday, August 16, 2019 3:19:51 AM To: Ansuel/tch-nginx-gui tch-nginx-gui@noreply.github.com Cc: Francesco M francyesc0@hotmail.it; Comment comment@noreply.github.com Subject: Re: [Ansuel/tch-nginx-gui] Support for Telstra Smartmodem (DJA0231 Gen2) - VCNT-A (#768)

It has worked with 4G always on and switching over when ADSL is down but it proves to be unreliable so I normally have 4G disabled. When I copy the files over as you suggest, I get Error 500 when accessing the Mobile card so I am unable to switch it back on.

I used the AutoFlashGUI tool which has the DJA0231 listed however I did have to TFTP to a type 2 firmware and set a long password as the default password would fail.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/Ansuel/tch-nginx-gui/issues/768?email_source=notifications&email_token=ABC43AJJC5LTPQBUFGGH4TTQEX6DPA5CNFSM4ILQDSG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4NM5DA#issuecomment-521850508, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABC43AN7BZFWNCWLBVAWYRTQEX6DPANCNFSM4ILQDSGQ.

gavindi commented 5 years ago

Here's the logread:

Sat Aug 17 05:37:47 2019 daemon.info transformer[15250]: async run: /usr/share/transformer/scripts/user_reload.sh Sat Aug 17 05:37:47 2019 daemon.info transformer[15250]: async run: /etc/fwdassist.sh Sat Aug 17 05:37:48 2019 daemon.notice odhcpd[12516]: Got DHCPv6 request Sat Aug 17 05:37:55 2019 daemon.err nginx: 2019/08/17 05:37:55 [error] 425#0: 19 open() "/www/docroot/img/gateway_nil.webp" failed (2: No such file or directory), client: 10.0.0.35, server: localhost, request: "GET /img/gateway_nil.webp HTTP/1.1", host: "10.0.0.1", referrer: "https://10.0.0.1/" Sat Aug 17 05:38:22 2019 daemon.err nginx: 2019/08/17 05:38:22 [error] 425#0: 41 lua entry thread aborted: runtime error: [string "/modals/lte-modal.lp"]:16: module 'telstra_helper' not found: no field package.preload['telstra_helper'] no file './telstra_helper.lua' no file '/usr/share/lua/telstra_helper.lua' no file '/usr/share/lua/telstra_helper/init.lua' no file '/usr/lib/lua/telstra_helper.lua' no file '/usr/lib/lua/telstra_helper/init.lua' no file '/usr/lib/lua/telstra_helper.lua' no file '/www/lua/telstra_helper.lua' no file '/usr/lib/lua/telstra_helper.so' stack traceback: coroutine 0: [C]: in function 'require' [string "/modals/lte-modal.lp"]:16: in function 'n' /usr/lib/lua/web/web.lua:99: in function 'process' content_by_lua(nginx.conf:109):4: in function <content_by_lua(nginx.conf:109):1>, client: 10.0.0.35, server: localhost, request: "GET /modals/lte-modal.lp HTTP/1.1", host: "10.0.0.1", referrer: "https://10.0.0.1/" root@mymodem:~#

Anach commented 5 years ago

My mobile card is entirely unresponsive in the latest dev build; I am unable to turn it on or off, nor does LTE backup work when the internet is down. It would be great to have this working, as it's the main reason I'm using this modem; it's just that the modem is terrible without this GUI. I got the same results when I tried the data copy.

FrancYescO commented 5 years ago

Do you remember which GUI version was working? No changes were made to these modals so it's pretty strange that started to be unresponsive

Anach commented 5 years ago

Not me, I've started at the last few builds; only unpacked the modem a few days ago.

Anach commented 5 years ago

Another minor issue with this modem; the Wi-Fi SSID and password are being reset to the factory upon rebooting, which I typically do whenever I update the GUI. I haven't found any other settings being reset, and everything remains in place, including all other Wi-Fi settings.

Anach commented 4 years ago

Lastest updates to 9.4.90-10ab3b61 finally fixed the LTE issue for this modem. Much appreciated guys!

FrancYescO commented 4 years ago

is the LTE Doctor and SMS tab also working?

Anach commented 4 years ago

is the LTE Doctor and SMS tab also working?

It appears so.

The only problem now, is my primary WiFi SSID and password for are reset every reboot for 2G/5G to SSID: Telstra364E65 and whatever the default password is.

FrancYescO commented 4 years ago

output of ll /etc/uci-defaults/

kevdagoat commented 4 years ago

Try ls /etc/uci-defaults/

Sent from Mail for Windows 10

From: Francesco M Sent: Monday, September 23, 2019 4:40 PM To: Ansuel/tch-nginx-gui Cc: Subscribed Subject: Re: [Ansuel/tch-nginx-gui] Support for Telstra Smartmodem (DJA0231Gen2) - VCNT-A (#768)

output of ll /etc/uci-defaults/ — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

Anach commented 4 years ago

/etc/uci-defaults/ exists, but is entirely empty.

FrancYescO commented 4 years ago

moved last missing bug to https://github.com/Ansuel/tch-nginx-gui/issues/842

Xevrac commented 4 years ago

Hey guys, I know this issue is closed but I'm still having issues with my 4g backup not working, I am trying to utilize it's functionality as my main internet connection as I do not have any Broadband capable technology in my area (Network Shortfall/Missing Infrastructure). I currently have an Optus SIM in the modem (MNC is set to '02' under /etc/config/mobiled and I even added the lines);

    config operator
option mcc '505'
option mnc '02'
option name 'Optus'

My modem is the DJA0231 Gen2 'TLS' - VCNT - A - 18.1.c.0384-950-RB Champagne

I've tried GUI Version 9.4.90-10ab3b61 and 9.5.2-de8e2015 but still no success. The Modem experiences considerable lag/latency when trying to navigate the GUI when a SIM is inserted also. The Mobile 'card' in the GUI also either takes forever to load or it throws errors saying the "0 Devices Active" when I click on the card or it says "Unavailable" and "Editing not possible for inactive devices" for EG06. I tried doing some fiddling but now it says there's 2 EG06's. When I click the SIM or LTE Doctor tabs it says "0 device connected". I've tried with WanSensing both on and off and still no avail. I am also having issues with the "Wifi settings reset to defaults upon reboot - DJA0231 v9.4.97-8cb5fc24 #842" too, I'm such a noob when it comes to understanding the mobiled section of the Technicolor modems. Any help or guidance to solve both #768 and #842 would be muchly appreciated.

Capture Capture Capture Capture2

FrancYescO commented 4 years ago

Use dev version try a factory reset after installing

Post a logread to know if more useful infos are shown

Anach commented 4 years ago

Have you tried unplugging the WAN cable to see if the 4G then attempts to connect? You will need to dev version.

Xevrac commented 4 years ago

Haven't tried unplugging WAN cable, will give that a go, I've also installed the latest "dev" version of the gui if thats what you mean by that.

As for the factory data reset and logread I'll give them both a go if unplugging the cable doesnt fix my issue.

I'll get back with you on how it goes, thanks so much

Xevrac commented 4 years ago

Here's the logread from the modem after the setup of the dev version but before the factory reset I'll give that a go now. I did notice there are a couple mobiled ICCID errors..?

`Tue Nov 19 23:06:15 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Broadcom Pa cket Flow Cache Learning of multicast flows Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Failure Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: ioctl comma nd return error -1! Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:16 2019 daemon.notice procd: /etc/rc.d/S20ethernet: Success. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: Success. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: JUMBO_PORT_M ASK:0x00000000 Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: GPHY_0 por t rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: GPHY_1 por t rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: GMII_1 por t rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: GMII_2 por t rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: GPON_SERDE S port rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: MOCA port rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: USB port r ejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: GPON port rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: MIPS port rejects jumbo frames. Tue Nov 19 23:06:18 2019 daemon.notice procd: /etc/rc.d/S20network: Success. Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: tunnel Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: Network device Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: bridge Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: veth Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: macvlan Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: 8021ad Tue Nov 19 23:06:19 2019 user.notice netifd: Added device handler type: 8021q Tue Nov 19 23:06:20 2019 user.notice mwan: Starting mwan Tue Nov 19 23:06:20 2019 daemon.notice procd: /etc/rc.d/S21mwan: /sbin/uci: Inva lid argument Tue Nov 19 23:06:20 2019 user.notice [load_balancer]:: loadbalancer not enabled Tue Nov 19 23:06:20 2019 daemon.notice procd: /etc/rc.d/S21softswitch: Success. Tue Nov 19 23:06:20 2019 daemon.notice procd: /etc/rc.d/S21softswitch: Success. Tue Nov 19 23:06:20 2019 daemon.notice procd: /etc/rc.d/S21softswitch: Success. Tue Nov 19 23:06:21 2019 daemon.notice procd: /etc/rc.d/S21softswitch: Success. Tue Nov 19 23:06:21 2019 daemon.notice procd: /etc/rc.d/S25portmirror: skip port mirror configuration 'dev1', srcintf not set Tue Nov 19 23:06:21 2019 kern.warn kernel: [ 52.301000] No device name bcmsw f ound in Ethernet driver Tue Nov 19 23:06:21 2019 kern.warn kernel: [ 52.332000] No device name dsl0 fo und in Ethernet driver Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.344000] device eth0 entered pr omiscuous mode Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'lan' is enabled Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'lan' is setting up now Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.363000] IPv6: ADDRCONF(NETDEV UP): br-lan: link is not ready Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'lan' is now up Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.370000] device eth1 entered pr omiscuous mode Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.387000] device eth2 entered pr omiscuous mode Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.391000] device eth3 entered pr omiscuous mode Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'loopback' is enabled Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'loopback' is setting u p now Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'loopback' is now up Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'wan' is enabled Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'wwan' is setting up no w Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.400000] IPv6: ADDRCONF(NETDEV UP): eth4: link is not ready Tue Nov 19 23:06:21 2019 daemon.notice netifd: Network device 'lo' link is up Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'loopback' has link con nectivity Tue Nov 19 23:06:21 2019 daemon.notice netifd: Network device 'wl0' link is up Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.678000] device wl0 entered pro miscuous mode Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.681000] br-lan: port 5(wl0) en tered forwarding state Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.681000] br-lan: port 5(wl0) en tered forwarding state Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.681000] IPv6: ADDRCONF(NETDEV CHANGE): br-lan: link becomes ready Tue Nov 19 23:06:21 2019 daemon.notice netifd: bridge 'br-lan' link is up Tue Nov 19 23:06:21 2019 daemon.notice netifd: Interface 'lan' has link connecti vity Tue Nov 19 23:06:21 2019 kern.warn kernel: [ 52.724000] Runner port mirroring is not supported Tue Nov 19 23:06:21 2019 daemon.notice netifd: Network device 'wl1' link is up Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.732000] device wl1 entered pro miscuous mode Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.734000] br-lan: port 6(wl1) en tered forwarding state Tue Nov 19 23:06:21 2019 kern.info kernel: [ 52.734000] br-lan: port 6(wl1) en tered forwarding state Tue Nov 19 23:06:21 2019 user.notice Hotplug: broadcom_wds_script Starting due t o action=add devName=br-lan interface=br-lan Tue Nov 19 23:06:21 2019 user.notice Hotplug: broadcom_wds_script Not a WDS inte rface Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 52.788000] No device name gre0 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 52.829000] No device name gretap0 found in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 52.868000] No device name ifb0 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 52.908000] No device name ifb1 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 52.949000] No device name ip6gre0 found in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 52.984000] No device name ip6tnl0 found in Ethernet driver Tue Nov 19 23:06:22 2019 user.notice firewall: Reloading firewall due to ifup of lan (br-lan) Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.016000] No device name lo foun d in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.046000] No device name sit0 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.078000] No device name teql0 f ound in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.108000] No device name tunl0 f ound in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.137000] No device name wl0 fou nd in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.166000] No device name wl1 fou nd in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.235000] No device name bcmsw f ound in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.267000] No device name br-lan found in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.298000] No device name dsl0 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.457000] Runner port mirroring is not supported Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.491000] No device name gre0 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.527000] No device name gretap0 found in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.560000] No device name ifb0 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.593000] No device name ifb1 fo und in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.625000] No device name ip6gre0 found in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.657000] No device name ip6tnl0 found in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.689000] No device name lo foun d in Ethernet driver Tue Nov 19 23:06:22 2019 kern.warn kernel: [ 53.744000] No device name sit0 fo und in Ethernet driver Tue Nov 19 23:06:23 2019 kern.warn kernel: [ 53.806000] No device name teql0 f ound in Ethernet driver Tue Nov 19 23:06:23 2019 kern.warn kernel: [ 53.856000] No device name tunl0 f ound in Ethernet driver Tue Nov 19 23:06:23 2019 kern.warn kernel: [ 53.905000] No device name wl0 fou nd in Ethernet driver Tue Nov 19 23:06:23 2019 kern.warn kernel: [ 53.969000] No device name wl1 fou nd in Ethernet driver Tue Nov 19 23:06:23 2019 daemon.notice procd: /etc/rc.d/S25portmirror: skip port mirror configuration 'dev1', srcintf not set Tue Nov 19 23:06:23 2019 kern.info kernel: [ 54.688000] br-lan: port 5(wl0) en tered forwarding state Tue Nov 19 23:06:23 2019 kern.info kernel: [ 54.736000] br-lan: port 6(wl1) en tered forwarding state Tue Nov 19 23:06:24 2019 cron.info crond[3137]: crond (busybox 1.23.2) started, log level 5 Tue Nov 19 23:06:24 2019 daemon.notice lot: hotplug "ifup lan br-lan" Tue Nov 19 23:06:24 2019 user.notice upnp daemon: external interface(s) not foun d, not starting Tue Nov 19 23:06:24 2019 user.notice pppoe-relay-hotplug: Interface lan ifup Tue Nov 19 23:06:25 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:06:25 2019 daemon.notice odhcpd[3087]: Failed to send to ff02::1%b r-lan (Cannot assign requested address) Tue Nov 19 23:06:25 2019 user.info cupsd: Listening to 0.0.0.0:631 (IPv4) Tue Nov 19 23:06:25 2019 user.info cupsd: Listening to [v1.::]:631 (IPv6) Tue Nov 19 23:06:25 2019 user.info cupsd: Remote access is enabled. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Loaded configuration file "/etc/c ups/cupsd.conf" Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Using default TempDir of /var/spo ol/cups/tmp... Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Configured for up to 100 clients. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Allowing up to 100 client connect ions per host. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Creating CUPS default administrat ive policy: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: JobPrivateAccess default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: JobPrivateValues default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: SubscriptionPrivateAccess default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: SubscriptionPrivateValues default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: <Limit Create-Job Print-Job Print -URI Validate-Job> Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Require user @OWNER @SYSTEM Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: AuthType Default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Require user @SYSTEM Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Full reload is required. Tue Nov 19 23:06:25 2019 lpr.err cupsd[3266]: Filter "rastertopwg" not found. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Loaded MIME database from "/usr/s hare/cups/mime" and "/etc/cups": 40 types, 2 filters... Tue Nov 19 23:06:25 2019 lpr.err cupsd[3266]: cupsdLoadBanners: Unable to open b anner directory "/usr/share/cups/banners": No such file or directory Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Full reload complete. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Cleaning out old files in "/var/s pool/cups/tmp". Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Cleaning out old files in "/var/c ache/cups". Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Listening to 0.0.0.0:631 on fd 4. .. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Listening to [v1.::]:631 on fd 6. .. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Resuming new connection processin g... Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: [Client 1] Installing config file "/etc/cups/cupsd.conf"... Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: REQUEST localhost - - "PUT /admin /conf/cupsd.conf HTTP/1.1" 201 346 - - Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Listening to 0.0.0.0:631 (IPv4) Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Listening to [v1.::]:631 (IPv6) Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Remote access is enabled. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Loaded configuration file "/etc/c ups/cupsd.conf" Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Configured for up to 100 clients. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Allowing up to 100 client connect ions per host. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Creating CUPS default administrat ive policy: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: JobPrivateAccess default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: JobPrivateValues default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: SubscriptionPrivateAccess default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: SubscriptionPrivateValues default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: <Limit Create-Job Print-Job Print -URI Validate-Job> Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Require user @OWNER @SYSTEM Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: AuthType Default Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Require user @SYSTEM Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Order Deny,Allow Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Partial reload complete. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Listening to 0.0.0.0:631 on fd 4. .. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Listening to [v1.::]:631 on fd 6. .. Tue Nov 19 23:06:25 2019 lpr.info cupsd[3266]: Resuming new connection processin g... Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: started, version 2.78 caches ize 150 Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: compile time options: IPv6 G NU-getopt no-RTC no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP conntrack dns -filterno-ipset no-auth no-DNSSEC no-ID loop-detect inotify Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain test Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain onion Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain localhost Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain local Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain invalid Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain example.net Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain example.org Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using local addresses only f or domain example.com Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: using 2 more local addresses Tue Nov 19 23:06:25 2019 daemon.warn dnsmasq[3291]: no servers found in /tmp/res olv.conf.auto, will retry Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: read /etc/hosts - 1 addresse s Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: started, version 2.78 caches ize 150 Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: compile time options: IPv6 G NU-getopt no-RTC no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP conntrack dns -filterno-ipset no-auth no-DNSSEC no-ID loop-detect inotify Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: read /tmp/hosts/dhcp.main - 7 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: read /tmp/hosts/dhcp.guest - 0 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3291]: read /tmp/hosts/dhcp.dnsmasq - 0 addresses Tue Nov 19 23:06:25 2019 daemon.warn dnsmasq[3290]: warning: interface Guest1_5G Hz does not currently exist Tue Nov 19 23:06:25 2019 daemon.warn dnsmasq[3290]: warning: interface Guest1 do es not currently exist Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain test Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain onion Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain localhost Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain local Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain invalid Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain example.net Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain example.org Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using local addresses only f or domain example.com Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: using 3 more local addresses Tue Nov 19 23:06:25 2019 daemon.warn dnsmasq[3290]: no servers found in /tmp/res olv.conf.auto, will retry Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: read /etc/hosts - 1 addresse s Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: read /tmp/hosts/dhcp.main - 7 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: read /tmp/hosts/dhcp.guest - 0 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3290]: read /tmp/hosts/dhcp.dnsmasq - 0 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: started, version 2.78 caches ize 150 Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: compile time options: IPv6 G NU-getopt no-RTC no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP conntrack dns -filterno-ipset no-auth no-DNSSEC no-ID loop-detect inotify Tue Nov 19 23:06:25 2019 daemon.info dnsmasq-dhcp[3289]: DHCP, IP range 10.0.0.2 -- 10.0.0.254, lease time 1h Tue Nov 19 23:06:25 2019 daemon.info dnsmasq-dhcp[3289]: DHCP, sockets bound exc lusively to interface br-lan Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain test Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain onion Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain localhost Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain local Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain invalid Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain example.net Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain example.org Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using local addresses only f or domain example.com Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: using 3 more local addresses Tue Nov 19 23:06:25 2019 daemon.warn dnsmasq[3289]: no servers found in /tmp/res olv.conf.auto, will retry Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: read /etc/hosts - 1 addresse s Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: read /tmp/hosts/dhcp.main - 7 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: read /tmp/hosts/dhcp.guest - 0 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq[3289]: read /tmp/hosts/dhcp.dnsmasq - 0 addresses Tue Nov 19 23:06:25 2019 daemon.info dnsmasq-dhcp[3289]: read /etc/ethers - 0 ad dresses Tue Nov 19 23:06:25 2019 daemon.notice procd: /etc/rc.d/S50dropbear: interface w an has no physdev or physdev has no suitable ip Tue Nov 19 23:06:26 2019 user.notice : Intercept disabled Tue Nov 19 23:06:26 2019 daemon.warn dnsmasq[3289]: failed to create listening s ocket for fe80::22b0:1ff:fe17:6f92%br-lan: Address already in use Tue Nov 19 23:06:26 2019 daemon.crit xinetd[3408]: 3408 {init_services} no servi ces. Exiting... Tue Nov 19 23:06:26 2019 user.notice dhcpsnooper: Starting DHCP snooper daemon Tue Nov 19 23:06:27 2019 daemon.notice hostapd: Detected new IP address for br-l an: 10.0.0.138 Tue Nov 19 23:06:27 2019 daemon.notice hostapd: Detected new IP address for br-l an: 10.0.0.138 Tue Nov 19 23:06:27 2019 daemon.notice hostapd: Added new STA to monitor [9c:d6: 43:84:60:f9] Tue Nov 19 23:06:27 2019 daemon.info hostmanager: Ignoring wireless station even t for unknown device Tue Nov 19 23:06:27 2019 daemon.info hostmanager: Ignoring wireless station even t for unknown device Tue Nov 19 23:06:27 2019 daemon.info hostmanager: Ignoring wireless station even t for unknown device Tue Nov 19 23:06:27 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:06:27 2019 user.notice mcsnooper: Starting multicast snooper daemo n Tue Nov 19 23:06:27 2019 user.notice neighm: Starting neighbour monitor daemon Tue Nov 19 23:06:27 2019 daemon.info ltedoctor[3455]: Adding logger: mobiled_sig nal_quality Tue Nov 19 23:06:27 2019 daemon.info ltedoctor[3455]: Adding logger: mobiled_eve nts Tue Nov 19 23:06:27 2019 daemon.info ltedoctor[3455]: Adding logger: mobiled_voi ce_events Tue Nov 19 23:06:27 2019 daemon.info ltedoctor[3455]: Register for "mobiled" eve nts Tue Nov 19 23:06:27 2019 daemon.info ltedoctor[3455]: Register for "mobiled.netw ork" events Tue Nov 19 23:06:27 2019 daemon.info ltedoctor[3455]: Register for "mobiled.voic e" events Tue Nov 19 23:06:27 2019 daemon.notice neighmd[3509]: Neighbour monitor started Tue Nov 19 23:06:29 2019 daemon.notice procd: /etc/rc.d/S60samba: /usr/share/cup s/usb: No such file or directory Tue Nov 19 23:06:29 2019 daemon.notice procd: /etc/rc.d/S60samba: DEBUG: listde vices Tue Nov 19 23:06:29 2019 daemon.notice procd: /etc/rc.d/S60samba: DEBUG: libusb get_device_list=4 Tue Nov 19 23:06:30 2019 daemon.info dnsmasq-dhcp[3289]: DHCPDISCOVER(br-lan) 9c :d6:43:84:60:f9 Tue Nov 19 23:06:30 2019 daemon.info dnsmasq-dhcp[3289]: DHCPOFFER(br-lan) 10.0. 0.243 9c:d6:43:84:60:f9 Tue Nov 19 23:06:30 2019 daemon.info dnsmasq-dhcp[3289]: DHCPREQUEST(br-lan) 10. 0.0.243 9c:d6:43:84:60:f9 Tue Nov 19 23:06:30 2019 daemon.info dnsmasq-dhcp[3289]: DHCPACK(br-lan) 10.0.0. 243 9c:d6:43:84:60:f9 xevrac Tue Nov 19 23:06:30 2019 daemon.info hostmanager: Probing device 9c:d6:43:84:60: f9 IP address 10.0.0.243 on interface br-lan Tue Nov 19 23:06:31 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:06:31 2019 daemon.notice lot: hotplug "ifup loopback lo" Tue Nov 19 23:06:32 2019 user.notice pppoe-relay-hotplug: Interface loopback ifu p Tue Nov 19 23:06:32 2019 daemon.crit xl2tpd[3750]: setsockopt recvref[30]: Proto col not available Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: Using l2tp kernel support. Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: xl2tpd version xl2tpd-1.3.10 started on mymodem PID:3750 Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: Written by Mark Spencer, Copy right (C) 1998, Adtran, Inc. Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: Forked by Scott Balmos and Da vid Stipp, (C) 2001 Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: Inherited by Jeff McAdams, (C ) 2002 Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: Forked again by Xelerance (ww w.xelerance.com) (C) 2006-2016 Tue Nov 19 23:06:32 2019 daemon.info xl2tpd[3750]: Listening on IP address 0.0.0 .0, port 1701 Tue Nov 19 23:06:34 2019 user.notice igmpproxy: Starting igmpproxy Tue Nov 19 23:06:34 2019 daemon.err transformer[3399]: /usr/share/transformer/ma ppings/igd/LANDevice.WLANConfiguration.map ignored (...sformer/mappings/igd/LAND evice.WLANConfiguration.map:681: attempt to call field 'getWLANMappings' (a nil value)) Tue Nov 19 23:06:35 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:06:35 2019 daemon.notice procd: /etc/rc.d/S70iqos: iqctl: invalid command Tue Nov 19 23:06:35 2019 daemon.notice procd: /etc/rc.d/S70iqos: iqctl: invalid command Tue Nov 19 23:06:36 2019 user.notice mldproxy: Starting mldproxy Tue Nov 19 23:06:36 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:06:36 2019 user.notice wol: Starting WOL Tue Nov 19 23:06:37 2019 daemon.debug urlfilterd[4163]: parsing configuration Tue Nov 19 23:06:37 2019 daemon.debug urlfilterd[4163]: config_set_general Tue Nov 19 23:06:37 2019 daemon.info urlfilterd[4163]: nfq_init done Tue Nov 19 23:06:37 2019 daemon.debug urlfilterd[4163]: nfqthread entering main loop Tue Nov 19 23:06:38 2019 daemon.notice lot: control (action="boot") Tue Nov 19 23:06:38 2019 daemon.notice lot: extendedstatus "DISABLED" Tue Nov 19 23:06:38 2019 daemon.notice lot: control (action="start") Tue Nov 19 23:06:38 2019 user.notice firewall: Reloading firewall due to ifupdat e of lan (br-lan) Tue Nov 19 23:06:38 2019 daemon.err transformer[3399]: /usr/share/transformer/ma ppings/rpc/leds.map ignored (/usr/lib/lua/transformer/typestore.lua:88: 'rpc.Led s.' is already registered!) Tue Nov 19 23:06:39 2019 user.notice root: Tue Nov 19 23:06:39 2019 user.notice root: /\ (Modified Gui RootScript) | | Tue Nov 19 23:06:39 2019 user.notice root: / \ | | Tue Nov 19 23:06:39 2019 user.notice root: / /\ \ | ' \ / || | | | / | | Tue Nov 19 23:06:39 2019 user.notice root: / ___ \ | | | |\ | |_| || /| | Tue Nov 19 23:06:39 2019 user.notice root: // _|| |_||/ \,| _||_ | Tue Nov 19 23:06:39 2019 user.notice root: (Christo) Tue Nov 19 23:06:39 2019 user.notice fseventd: start fseventd. Tue Nov 19 23:06:40 2019 user.notice fseventd: fseventd is started. Tue Nov 19 23:06:40 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: m ymodem mygateway telstra mygateway.gateway telstra.gateway telstra.wifi Tue Nov 19 23:06:40 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: s h: missing ] Tue Nov 19 23:06:40 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: l o,eth0,eth1,eth2,eth3,wl0,wl1,wl1_2,wds Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Loading radio radio_2G Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Loading radio radio_5G Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Loading ssid wl0 Tue Nov 19 23:06:41 2019 daemon.notice hostapd: uci_load_interface_section:5345 [UCI] Load ssid successfully Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Loading ssid wl1 Tue Nov 19 23:06:41 2019 daemon.notice hostapd: uci_load_interface_section:5345 [UCI] Load ssid successfully Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Loading ap ap0 Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Loading ap ap2 Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Removing hotspot for AP [0 ] Tue Nov 19 23:06:41 2019 daemon.notice hostapd: [UCI] Removing hotspot for AP [2 ] Tue Nov 19 23:06:41 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: T echnicolor DJA0231 Technicolor DJA0231 CP1851JA5AC Tue Nov 19 23:06:41 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: w l0:radio_2G,wl1:radio_5G, Tue Nov 19 23:06:41 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: w l0:ap,wl1:ap, Tue Nov 19 23:06:41 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: S orry, rule does not exist. Tue Nov 19 23:06:41 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: S orry, rule does not exist. Tue Nov 19 23:06:41 2019 daemon.notice procd: /etc/rc.d/S95multiap_controller: { "name": "multiap_controller", "script": "\/etc\/rc.d\/S95multiap_controller", " instances": { "instance1": { "env": { "MAP_CONTROLLER_ENABLED": "1", "MAP_CONTRO LLER_MACADDRESS": "22:B0:01:17:6F:92", "MAP_CONTROLLER_FREQ_2_4GHZ": "1", "MAP CONTROLLER_FREQ_5_GHZ": "1", "MAP_CONTROLLER_FREQ_60_GHZ": "0", "MAPCONTROLLER PREFERRED_BH_IFACE": "Auto", "MAP_AGENT_ENABLED": "1", "MAP_AGENT_MACADDRESS": " 22:B0:01:17:6F:93", "AL_ENTITYINTERFACES": "lo,eth0,eth1,eth2,eth3,wl0,wl1,wl1 2,wds", "AL_ENTITY_TOPOLOGY_DISCOVERY_INTERVAL": "60", "MAP_LIB_LOG_LEVEL": "6" , "MAP_1905_LOG_LEVEL": "4", "MAP_CONTROLLER_LOG_LEVEL": "4", "MAP_VENDOR_IPC_LO G_LEVEL": "4", "MAP_AGENT_LOG_LEVEL": "4", "MAP_INTERFACES": "lo,eth0,eth1,eth2, eth3,wl0,wl1,wl1_2,wds*", "MAP_MODEL_NAME": "Technicolor", "DJA0231": "", "MAP_M ODEL_NUMBER": "DJA0231", "MAP_SERIAL_NUMBER": "CP1851JA5AC", "MAP_MANUFACTURER_N AME": "Technicolor", "MAP_DEV_NAMES": "wl0:radio_2G,wl1:radio_5G,", "MAP_DEV_MOD ES Tue Nov 19 23:06:42 2019 user.notice mvfsd: start mvfsd. Tue Nov 19 23:06:42 2019 user.notice upnp daemon: external interface(s) not foun d, not starting Tue Nov 19 23:06:42 2019 user.notice pppoe-relay-hotplug: Interface lan ifupdate Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3291]: read /etc/hosts - 1 addresse s Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3291]: read /tmp/hosts/dhcp.main - 7 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3291]: read /tmp/hosts/dhcp.guest - 0 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3291]: read /tmp/hosts/dhcp.dnsmasq - 0 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3290]: read /etc/hosts - 1 addresse s Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3290]: read /tmp/hosts/dhcp.main - 7 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3290]: read /tmp/hosts/dhcp.guest - 0 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3290]: read /tmp/hosts/dhcp.dnsmasq - 0 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3289]: read /etc/hosts - 1 addresse s Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3289]: read /tmp/hosts/dhcp.main - 7 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3289]: read /tmp/hosts/dhcp.guest - 0 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq[3289]: read /tmp/hosts/dhcp.dnsmasq - 0 addresses Tue Nov 19 23:06:42 2019 daemon.info dnsmasq-dhcp[3289]: read /etc/ethers - 0 ad dresses Tue Nov 19 23:06:43 2019 user.err mvfs: metadb_init (Heap) Tue Nov 19 23:06:43 2019 daemon.warn [4979]: Use tch.logger in /usr/lib/lua/todf w/init.lua:246 Tue Nov 19 23:06:43 2019 daemon.notice [4979]: [timeofday] no action configured Tue Nov 19 23:06:43 2019 user.notice mud: mud start. Tue Nov 19 23:06:43 2019 daemon.crit Multiap_vendorextensions: [vendorextensions ] Cannot connect to controller. Retrying due to Connection refused Tue Nov 19 23:06:44 2019 daemon.err Multiap_Controller: Socket connect failed, s erver is down Tue Nov 19 23:06:44 2019 daemon.err Multiap_Controller: lib1905 connect failed, Retrying.......... Tue Nov 19 23:06:44 2019 user.err [mud][5068]: mud_monitor_mounted_usb (1494): i n mud_monitor_mounted_usb Tue Nov 19 23:06:44 2019 daemon.err Multiap_Controller: get_wireless_if_ssid_dat a ubus_invoke Failed for wireless.ssid get Tue Nov 19 23:06:44 2019 daemon.err Multiap_Controller: get_wireless_interface_d ata Failed to get ssid data Tue Nov 19 23:06:44 2019 daemon.err Multiap_Controller: platform_if_info_init f ailed in getinterface info of wl1_2!! Tue Nov 19 23:06:44 2019 user.notice dlnad: Starting dlnad Tue Nov 19 23:06:45 2019 daemon.notice mmpbxfwctl[5121]: mmpbxfwctl daemon start ed Tue Nov 19 23:06:45 2019 daemon.debug mmpbxfwctl[5121]: Waiting for cmd... Tue Nov 19 23:06:46 2019 user.err dlnad: 292>No matching interface Tue Nov 19 23:06:46 2019 daemon.info Multiap_Controller: socker pair fd[0] : 32 , fd[1] : 33 Tue Nov 19 23:06:46 2019 daemon.err Multiap_Controller: [conductor][map] Initial izing wifi conductor library Tue Nov 19 23:06:46 2019 user.err dlnad: 292>No matching interface Tue Nov 19 23:06:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Connected to controller successfully Tue Nov 19 23:06:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message encoder Tue Nov 19 23:06:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Encoding event registration message Tue Nov 19 23:06:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] EVENT_REGISTRATION message sent to Controller Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.782000] usb 2-1: new SuperSpee d USB device number 2 using xhci-hcd Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.796000] option 2-1:1.0: GSM mo dem (1-port) converter detected Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.796000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB0 Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.797000] option 2-1:1.1: GSM mo dem (1-port) converter detected Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.797000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB1 Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.798000] option 2-1:1.2: GSM mo dem (1-port) converter detected Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.798000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB2 Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.798000] option 2-1:1.3: GSM mo dem (1-port) converter detected Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.800000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB3 Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.804000] GobiNet 2-1:1.4 eth5: register 'GobiNet' at usb-xhci-hcd.0-1, GobiNet Ethernet Device, be:40:39:ab:ce: 61 Tue Nov 19 23:06:47 2019 kern.info kernel: [ 77.805000] creating qcqmi5 Tue Nov 19 23:06:47 2019 daemon.err Multiap_Controller: platform_if_info_wired_i f_state_update Interface not found in the cache Tue Nov 19 23:06:47 2019 daemon.err Multiap_Controller: map_monitor_network_link _event_callback failed to update cached interface info data for eth5 Tue Nov 19 23:06:47 2019 daemon.info Multiap_Controller: Sending Event to main t hread : 15 Tue Nov 19 23:06:47 2019 daemon.info Multiap_Controller: Event data : 0xb5310d48 Tue Nov 19 23:06:47 2019 daemon.info Multiap_Controller: priority : 1 Tue Nov 19 23:06:48 2019 daemon.notice procd: /etc/rc.d/S98mmpbxfwctl: pid 5121' s current scheduling policy: SCHED_OTHER Tue Nov 19 23:06:48 2019 daemon.notice procd: /etc/rc.d/S98mmpbxfwctl: pid 5121' s current scheduling priority: 0 Tue Nov 19 23:06:48 2019 daemon.notice procd: /etc/rc.d/S98mmpbxfwctl: pid 5121' s new scheduling policy: SCHED_RR Tue Nov 19 23:06:48 2019 daemon.notice procd: /etc/rc.d/S98mmpbxfwctl: pid 5121' s new scheduling priority: 76 Tue Nov 19 23:06:48 2019 user.notice Flow Cache: Starting service... Tue Nov 19 23:06:48 2019 user.notice Flow Cache: Setting L2TP options to 1 Tue Nov 19 23:06:48 2019 user.notice Flow Cache: Setting GRE options to 1 Tue Nov 19 23:06:48 2019 user.notice Flow Cache: Setting IPv6 options to 1 Tue Nov 19 23:06:48 2019 user.notice Flow Cache: Setting MCast options to 1 Tue Nov 19 23:06:48 2019 user.notice Flow Cache: Setting MCast-Learn options to 1 Tue Nov 19 23:06:48 2019 user.notice firmware-upgrade-ext: Starting firmware-upg rade-ext Tue Nov 19 23:06:48 2019 user.notice ipks: Installing prebuilt ipks: Tue Nov 19 23:06:48 2019 user.notice ipks: Done installing prebuild ipks Tue Nov 19 23:06:49 2019 user.notice Hotplug: broadcom_wds_script Starting due t o action=add devName=eth5 interface=eth5 Tue Nov 19 23:06:49 2019 user.crit mountd[5551]: Starting OpenWrt (auto)mountd V 1 Tue Nov 19 23:06:49 2019 user.notice Hotplug: broadcom_wds_script Not a WDS inte rface Tue Nov 19 23:06:49 2019 user.crit mountd[5551]: trying to mount /tmp/run/mountd / as the autofs root Tue Nov 19 23:06:49 2019 daemon.notice procd: /etc/rc.d/S99multiap_agent: lo,eth 0,eth1,eth2,eth3,wl0,wl1,wl1_2,wds Tue Nov 19 23:06:49 2019 daemon.notice procd: /etc/rc.d/S99multiap_agent: Sorry, rule does not exist. Tue Nov 19 23:06:49 2019 daemon.notice procd: /etc/rc.d/S99multiap_agent: Techni color DJA0231 Technicolor DJA0231 CP1851JA5AC Tue Nov 19 23:06:49 2019 daemon.notice procd: /etc/rc.d/S99multiap_agent: wl0:ra dio_2G,wl1:radio_5G, Tue Nov 19 23:06:49 2019 daemon.notice procd: /etc/rc.d/S99multiap_agent: wl0:ap ,wl1:ap, Tue Nov 19 23:06:49 2019 daemon.notice procd: /etc/rc.d/S99multiap_agent: { "nam e": "multiap_agent", "script": "\/etc\/rc.d\/S99multiap_agent", "instances": { " instance1": { "env": { "MAP_AGENT_ENABLED": "1", "MAP_AGENT_MACADDRESS": "22:B0: 01:17:6F:93", "MAP_AGENT_BSSLIST": "wl0,wl1,wl1_2", "MAP_AGENT_FRONTHAUL_LIST": "wl0,wl1", "MAP_AGENT_BACKHAUL_LIST": "wl1_2", "MAP_CONTROLLER_ENABLED": "1", "A L_ENTITY_INTERFACES": "lo,eth0,eth1,eth2,eth3,wl0,wl1,wl1_2,wds", "AL_ENTITY_TO POLOGY_DISCOVERY_INTERVAL": "60", "MAP_AGENT_HIDDEN_BACKHAUL": "1", "MAP_LIB_LOG _LEVEL": "6", "MAP_1905_LOG_LEVEL": "4", "MAP_AGENT_LOG_LEVEL": "4", "MAP_CONTRO LLER_LOG_LEVEL": "4", "MAP_VENDOR_IPC_LOG_LEVEL": "4", "MAP_INTERFACES": "lo,eth 0,eth1,eth2,eth3,wl0,wl1,wl1_2,wds*", "MAP_MODEL_NAME": "Technicolor", "DJA0231" : "", "MAP_MODEL_NUMBER": "DJA0231", "MAP_SERIAL_NUMBER": "CP1851JA5AC", "MAP_MA NUFACTURER_NAME": "Technicolor", "MAP_DEV_NAMES": "wl0:radio_2G,wl1:radio_5G,", "MAP_DEV_MODES": "wl0:ap,wl1:ap," }, "command": [ "\/usr\/bin\/multiap_agent", " -m Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:49 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.warn [5644]: Use tch.logger in /usr/bin/pinholeh elper.lua:24 Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 user.notice thermalProtection: Starting thermalProtecti on daemon Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.warn [5667]: Use tch.logger in /usr/bin/redirect helper.lua:24 Tue Nov 19 23:06:50 2019 daemon.notice procd: /etc/rc.d/S99tls-thor: Starting tl s-thor... tls-thor is disabled. Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.notice mobiled: Opening /dev/ttyUSB2 Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Failed to connect to ubus Tue Nov 19 23:06:50 2019 daemon.err Multiapagent: Invalid interface name : wl1 2 Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: Socket connect failed, server is down Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: lib1905 connect failed, Retry ing.......... Tue Nov 19 23:06:50 2019 daemon.notice procd: /etc/rc.d/S99wifi-doctor-agent: uc i: Entry not found Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: get_wireless_if_ssid_data ubu s_invoke Failed for wireless.ssid get Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: get_wireless_interface_data F ailed to get ssid data Tue Nov 19 23:06:50 2019 daemon.err Multiap_agent: platform_if_info_init failed in getinterface info of wl1_2!! Tue Nov 19 23:06:50 2019 user.notice wifi_doctor_agent: No UUID was found, Gener ating new uuid Tue Nov 19 23:06:50 2019 daemon.notice procd: /etc/rc.d/S99wifi-doctor-agent: uc i: Invalid argument Tue Nov 19 23:06:50 2019 daemon.info procd: - init complete - Tue Nov 19 23:06:51 2019 daemon.notice mobiled: Using AT channel /dev/ttyUSB2 Tue Nov 19 23:06:51 2019 daemon.err mobiled: Using dhcp for session 0 Tue Nov 19 23:06:51 2019 user.info root: Mmpbx stopping, mmpbx.state=STOPPING Tue Nov 19 23:06:51 2019 daemon.notice mobiled: Device 1 will wait 6.928 seconds before initializing Tue Nov 19 23:06:52 2019 user.info root: Mmpbx service_stop voice=NA@init_stop Tue Nov 19 23:06:52 2019 user.info root: Mmpbx servicestop done Tue Nov 19 23:06:52 2019 kern.notice kernel: [ 83.212000] [SLICSLAC] slicslac deinit: Cleaning up SLIC/SLAC driver... Tue Nov 19 23:06:52 2019 kern.debug kernel: [ 83.212000] [SLICSLAC] slicProvDe Init: Deallocated prov memory Tue Nov 19 23:06:52 2019 kern.warn kernel: [ 83.212000] Slicslac debug proc en tries deleted. Tue Nov 19 23:06:52 2019 kern.notice kernel: [ 83.212000] [SLICSLAC] slicslac_ deinit: SLIC/SLAC driver unloaded OK. Tue Nov 19 23:06:52 2019 kern.info kernel: [ 83.256000] [PHOENIX] dect: unload ing... Tue Nov 19 23:06:52 2019 kern.info kernel: [ 83.256000] [PHOENIX] dect: exited Tue Nov 19 23:06:52 2019 user.info root: Mmpbx stopped, mmpbx.state=NAstopped Tue Nov 19 23:06:52 2019 daemon.err Multiap_agent: [PLATFORM] Drop packet as con ditons for processing were not met Tue Nov 19 23:06:52 2019 daemon.err Multiap_agent: [PLATFORM] Drop packet as con ditons for processing were not met Tue Nov 19 23:06:52 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:06:52 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:06:52 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 2 Tue Nov 19 23:06:52 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding AGENT ONBOARD message Tue Nov 19 23:06:52 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling onboarding data of agent : 22:B0:01:17:6F:93 Tue Nov 19 23:06:52 2019 daemon.info Multiap_agent: socker pair fd[0] : 31 , fd[ 1] : 32 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 4 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding AGENT UPDATE message Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling update info of agent : 22:B0:01:17:6F:93 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Agent update message type is Topology Changes Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 4 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding AGENT UPDATE message Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling update info of agent : 22:B0:01:17:6F:93 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Agent update message type is WSC M1 received Tue Nov 19 23:06:53 2019 daemon.err Multiap_agent: failed to update uci.wireless .wifi-iface.@wl0.fronthaul Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 4 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding AGENT UPDATE message Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling update info of agent : 22:B0:01:17:6F:93 Tue Nov 19 23:06:53 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Agent update message type is WSC M1 received Tue Nov 19 23:06:53 2019 daemon.err Multiap_agent: failed to update uci.wireless .wifi-iface.@wl1.fronthaul Tue Nov 19 23:06:54 2019 user.notice firmware-upgrade-ext: All component firmwar e is correct. Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:54 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:06:55 2019 user.info root: Mmpbx starting mmpbx.state=STARTING Tue Nov 19 23:06:55 2019 user.info root: Mmpbx not enabled by config not startin g, mmpbx.state=NA@init_start Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:55 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:06:56 2019 lpr.info cupsd[3266]: Generating printcap /etc/printcap ... Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:56 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:57 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:58 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:06:59 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:00 2019 daemon.warn mobiled: Resetting LTE module Tue Nov 19 23:07:00 2019 daemon.warn mobiled: Failed to configure device Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:00 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:01 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:02 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:03 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:04 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:05 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:06 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:07 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:08 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:09 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:10 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:11 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:12 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:13 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:14 2019 kern.warn kernel: [ 104.958000] xhci-hcd xhci-hcd.0: C annot set link state. Tue Nov 19 23:07:14 2019 kern.err kernel: [ 104.958000] usb usb2-port1: cannot disable (err = -32) Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.958000] usb 2-1: USB disconnec t, device number 2 Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.959000] option1 ttyUSB0: GSM m odem (1-port) converter now disconnected from ttyUSB0 Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.959000] option 2-1:1.0: device disconnected Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.960000] option1 ttyUSB1: GSM m odem (1-port) converter now disconnected from ttyUSB1 Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.960000] option 2-1:1.1: device disconnected Tue Nov 19 23:07:14 2019 kern.err kernel: [ 104.964000] option1 ttyUSB2: usb_ww an_indat_callback: resubmit read urb failed. (-19) Tue Nov 19 23:07:14 2019 kern.err kernel: [ 104.964000] option1 ttyUSB2: usb_ww an_indat_callback: resubmit read urb failed. (-19) Tue Nov 19 23:07:14 2019 kern.err kernel: [ 104.964000] option1 ttyUSB2: usb_ww an_indat_callback: resubmit read urb failed. (-19) Tue Nov 19 23:07:14 2019 kern.err kernel: [ 104.964000] option1 ttyUSB2: usb_ww an_indat_callback: resubmit read urb failed. (-19) Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.970000] option1 ttyUSB2: GSM m odem (1-port) converter now disconnected from ttyUSB2 Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.970000] option 2-1:1.2: device disconnected Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.973000] option1 ttyUSB3: GSM m odem (1-port) converter now disconnected from ttyUSB3 Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.973000] option 2-1:1.3: device disconnected Tue Nov 19 23:07:14 2019 kern.info kernel: [ 104.976000] GobiNet 2-1:1.4 eth5: unregister 'GobiNet' usb-xhci-hcd.0-1, GobiNet Ethernet Device Tue Nov 19 23:07:14 2019 daemon.warn mobiled: Failed to configure device Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:14 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:15 2019 user.notice Hotplug: broadcom_wds_script Starting due t o action=remove devName=eth5 interface=eth5 Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:15 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:16 2019 daemon.debug mobiled-netifd[2768]: Queuing disconnected action on interface wwan Tue Nov 19 23:07:16 2019 daemon.debug mobiled-netifd[2768]: Running disconnected action on interface wwan Tue Nov 19 23:07:16 2019 daemon.notice mobiled: Destroy device 1 Tue Nov 19 23:07:16 2019 daemon.debug mobiled-netifd[2768]: Queuing teardown act ion on interface wwan Tue Nov 19 23:07:16 2019 daemon.err mobiled: Received event "session_state_chang ed" for unknown device Tue Nov 19 23:07:16 2019 daemon.err mobiled: Received event "session_state_chang ed" for unknown device Tue Nov 19 23:07:16 2019 daemon.err mobiled: Received event "session_state_chang ed" for unknown device Tue Nov 19 23:07:16 2019 daemon.debug mobiled-netifd[2768]: Action disconnected completed with return code 0 on interface wwan Tue Nov 19 23:07:16 2019 daemon.debug mobiled-netifd[2768]: Running teardown act ion on interface wwan Tue Nov 19 23:07:16 2019 daemon.debug mobiled-netifd[2768]: Action teardown comp leted with return code 0 on interface wwan Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:16 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:17 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:18 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:19 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:20 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:21 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:22 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:23 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:24 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: NULL pointer check faile d in parse_assoc_sta_traffic_stats_tlv : 856 Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: BSS Not yet updated in d ata model parse_ap_metrics_response_tlv : 828 Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: sta 9c:d6:43:84:60:f9 not found in DM Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: [conductor][map] sta_met rics: bss 20:b0:01:17:6f:93 not found in DM Tue Nov 19 23:07:25 2019 daemon.err Multiap_Controller: [conductor][map] ap_metr ics: bss 22:b0:01:17:6f:9b not found in DM Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.347000] usb 2-1: new SuperSpee d USB device number 3 using xhci-hcd Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.367000] option 2-1:1.0: GSM mo dem (1-port) converter detected Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.370000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB0 Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.374000] option 2-1:1.1: GSM mo dem (1-port) converter detected Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.378000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB1 Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.381000] option 2-1:1.2: GSM mo dem (1-port) converter detected Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.385000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB3 Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.387000] option 2-1:1.3: GSM mo dem (1-port) converter detected Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.391000] usb 2-1: GSM modem (1- port) converter now attached to ttyUSB4 Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.396000] GobiNet 2-1:1.4 eth5: register 'GobiNet' at usb-xhci-hcd.0-1, GobiNet Ethernet Device, be:40:39:ab:ce: 61 Tue Nov 19 23:07:26 2019 kern.info kernel: [ 117.410000] creating qcqmi5 Tue Nov 19 23:07:26 2019 daemon.err Multiap_Controller: platform_if_info_wired_i f_state_update Interface not found in the cache Tue Nov 19 23:07:26 2019 daemon.err Multiap_Controller: map_monitor_network_link _event_callback failed to update cached interface info data for eth5 Tue Nov 19 23:07:26 2019 daemon.info Multiap_Controller: Sending Event to main t hread : 15 Tue Nov 19 23:07:26 2019 daemon.info Multiap_Controller: Event data : 0xb5310d48 Tue Nov 19 23:07:26 2019 daemon.info Multiap_Controller: priority : 1 Tue Nov 19 23:07:26 2019 daemon.err Multiap_agent: platform_if_info_wired_if_sta te_update Interface not found in the cache Tue Nov 19 23:07:26 2019 daemon.err Multiap_agent: map_monitor_network_link_even t_callback failed to update cached interface info data for eth5 Tue Nov 19 23:07:26 2019 daemon.info Multiap_agent: Sending Event to main thread : 15 Tue Nov 19 23:07:26 2019 daemon.info Multiap_agent: Event data : 0xb5310758 Tue Nov 19 23:07:26 2019 daemon.info Multiap_agent: priority : 1 Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 4 Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding AGENT UPDATE message Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling update info of agent : 22:B0:01:17:6F:93 Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Agent update message type is Topology Changes Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 5 Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION CONNECT message Tue Nov 19 23:07:26 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] handleStationConnectData mac: 9C:D6:43:84:60:F9 Tue Nov 19 23:07:28 2019 user.notice Hotplug: broadcom_wds_script Starting due t o action=add devName=eth5 interface=eth5 Tue Nov 19 23:07:28 2019 user.notice Hotplug: broadcom_wds_script Not a WDS inte rface Tue Nov 19 23:07:29 2019 daemon.notice mobiled: Opening /dev/ttyUSB3 Tue Nov 19 23:07:30 2019 daemon.notice mobiled: Using AT channel /dev/ttyUSB3 Tue Nov 19 23:07:30 2019 daemon.err mobiled: Using dhcp for session 0 Tue Nov 19 23:07:30 2019 daemon.notice mobiled: Device 1 will wait 1.918 seconds before initializing Tue Nov 19 23:07:33 2019 daemon.warn mobiled: Failed to configure device Tue Nov 19 23:07:43 2019 daemon.notice mobiled: Network registration state chang ed to: not_registered Tue Nov 19 23:07:43 2019 daemon.notice mobiled: Network registration state chang ed to: not_registered Tue Nov 19 23:07:43 2019 daemon.debug mobiled-netifd[2768]: Queuing disconnected action on interface wwan Tue Nov 19 23:07:43 2019 daemon.debug mobiled-netifd[2768]: Running disconnected action on interface wwan Tue Nov 19 23:07:43 2019 daemon.debug mobiled-netifd[2768]: Queuing disconnected action on interface wwan Tue Nov 19 23:07:43 2019 daemon.debug mobiled-netifd[2768]: Action disconnected completed with return code 0 on interface wwan Tue Nov 19 23:07:43 2019 daemon.debug mobiled-netifd[2768]: Running disconnected action on interface wwan Tue Nov 19 23:07:43 2019 daemon.debug mobiled-netifd[2768]: Action disconnected completed with return code 0 on interface wwan Tue Nov 19 23:07:45 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:07:45 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:07:45 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 8 Tue Nov 19 23:07:45 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION METRICS message Tue Nov 19 23:07:48 2019 daemon.notice hostapd: [RRM] Send beacon request on int erface <0/0> to <9c:d6:43:84:60:f9> for BSSID or SSID on channel 112 (token 1). Tue Nov 19 23:07:50 2019 daemon.err MultiapController: [conductor][map] beacon metrics_response: response for 9c:d6:43:84:60:f9 contains no reports (status 64) Tue Nov 19 23:07:51 2019 daemon.notice hostapd: [RRM] Beacon request timeout on interface <0/0> to <9c:d6:43:84:60:f9> for BSSID or SSID on channel 112 (token 1). Tue Nov 19 23:07:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:07:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:13 2019 daemon.notice mobiled: Network registration state chang ed to: not_registered_searching Tue Nov 19 23:08:14 2019 daemon.debug mobiled-netifd[2768]: Queuing disconnected action on interface wwan Tue Nov 19 23:08:14 2019 daemon.debug mobiled-netifd[2768]: Running disconnected action on interface wwan Tue Nov 19 23:08:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:14 2019 daemon.debug mobiled-netifd[2768]: Action disconnected completed with return code 0 on interface wwan Tue Nov 19 23:08:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:22 2019 daemon.notice hostapd: Deleting STA from monitor [9c:d6 :43:84:60:f9] Tue Nov 19 23:08:22 2019 daemon.info hostmanager: Probing device 9c:d6:43:84:60: f9 IP address 10.0.0.243 on interface br-lan Tue Nov 19 23:08:22 2019 daemon.info Multiap_agent: Sending Event to main thread : 1 Tue Nov 19 23:08:22 2019 daemon.info Multiap_agent: Event data : 0xb5300528 Tue Nov 19 23:08:22 2019 daemon.info Multiap_agent: priority : 1 Tue Nov 19 23:08:22 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:08:22 2019 daemon.info Multiap_Controller: ===================== ================================================= Tue Nov 19 23:08:22 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:08:22 2019 daemon.info Multiap_Controller: || Station MAC || BSS ID || ALE || Tue Nov 19 23:08:22 2019 daemon.info Multiap_Controller: ===================== ================================================= Tue Nov 19 23:08:22 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 6 Tue Nov 19 23:08:22 2019 daemon.info Multiap_Controller: || || || || Tue Nov 19 23:08:22 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION DISCONNECT message Tue Nov 19 23:08:22 2019 daemon.info Multiap_Controller: ===================== ================================================= Tue Nov 19 23:08:22 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] handleStationDisConnectData mac: 9C:D6:43:84:60:F9 Tue Nov 19 23:08:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:08:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:08:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:08:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:08:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:08:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:08:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:08:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:09:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:09:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:09:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:09:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:09:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:09:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:09:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:00 2019 cron.info crond[3137]: USER root pid 6507 cmd /usr/bin/ thermalProtection /sys/devices/i2c-0/0-0048/hwmon/hwmon0/temp1_input /sys/device s/i2c-0/0-004f/hwmon/hwmon1/temp1_input Tue Nov 19 23:10:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:10:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:10:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:10:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:10:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:10:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:10:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:10:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:11:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:11:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:11:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:11:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:11:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:11:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:11:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:12:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:12:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:12:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:12:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:12:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:12:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:12:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:13:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:13:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:13:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:13:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:13:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:13:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:13:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:14:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:14:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:14:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:14:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:14:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:14:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:14:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:00 2019 cron.info crond[3137]: USER root pid 6571 cmd /usr/bin/ thermalProtection /sys/devices/i2c-0/0-0048/hwmon/hwmon0/temp1_input /sys/device s/i2c-0/0-004f/hwmon/hwmon1/temp1_input Tue Nov 19 23:15:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:29 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:15:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:15:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:15:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:15:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:15:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:15:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:15:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:15:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:43 2019 daemon.notice hostapd: Added new STA to monitor [9c:d6: 43:84:60:f9] Tue Nov 19 23:16:43 2019 daemon.info Multiap_agent: Sending Event to main thread : 1 Tue Nov 19 23:16:43 2019 daemon.info Multiap_agent: Event data : 0xb5300528 Tue Nov 19 23:16:43 2019 daemon.info Multiap_agent: priority : 1 Tue Nov 19 23:16:43 2019 daemon.err Multiap_agent: map_update_sta_config 214, assoc_frame_len 119 Tue Nov 19 23:16:43 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:16:43 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:16:43 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 5 Tue Nov 19 23:16:43 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION CONNECT message Tue Nov 19 23:16:43 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] handleStationConnectData mac: 9C:D6:43:84:60:F9 Tue Nov 19 23:16:43 2019 daemon.info dnsmasq-dhcp[3289]: DHCPREQUEST(br-lan) 10. 0.0.243 9c:d6:43:84:60:f9 Tue Nov 19 23:16:43 2019 daemon.info dnsmasq-dhcp[3289]: DHCPACK(br-lan) 10.0.0. 243 9c:d6:43:84:60:f9 xevrac Tue Nov 19 23:16:43 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:16:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:16:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:16:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:16:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:16:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:16:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:16:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:16:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:16:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 8 Tue Nov 19 23:16:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION METRICS message Tue Nov 19 23:16:47 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:16:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:51 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:16:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:16:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:17:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:17:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:17:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:17:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:17:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:17:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:17:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:17:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 8 Tue Nov 19 23:17:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION METRICS message Tue Nov 19 23:17:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:17:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:23 2019 daemon.notice hostapd: Deleting STA from monitor [9c:d6 :43:84:60:f9] Tue Nov 19 23:18:23 2019 daemon.info hostmanager: Probing device 9c:d6:43:84:60: f9 IP address 10.0.0.243 on interface br-lan Tue Nov 19 23:18:23 2019 daemon.info Multiap_agent: Sending Event to main thread : 1 Tue Nov 19 23:18:23 2019 daemon.info Multiap_agent: Event data : 0xb5300528 Tue Nov 19 23:18:23 2019 daemon.info Multiap_agent: priority : 1 Tue Nov 19 23:18:23 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:18:23 2019 daemon.info Multiap_Controller: ===================== ================================================= Tue Nov 19 23:18:23 2019 daemon.info Multiap_Controller: || Station MAC || BSS ID || ALE || Tue Nov 19 23:18:23 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:18:23 2019 daemon.info Multiap_Controller: ===================== ================================================= Tue Nov 19 23:18:23 2019 daemon.info Multiap_Controller: || || || || Tue Nov 19 23:18:23 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 6 Tue Nov 19 23:18:23 2019 daemon.info Multiap_Controller: ===================== ================================================= Tue Nov 19 23:18:23 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION DISCONNECT message Tue Nov 19 23:18:23 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] handleStationDisConnectData mac: 9C:D6:43:84:60:F9 Tue Nov 19 23:18:23 2019 daemon.err Multiap_agent: no sta entry in hash exists f or sta_mac: 9c:d6:43:84:60:f9 Tue Nov 19 23:18:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:41 2019 daemon.notice hostapd: Added new STA to monitor [9c:d6: 43:84:60:f9] Tue Nov 19 23:18:41 2019 daemon.info Multiap_agent: Sending Event to main thread : 1 Tue Nov 19 23:18:41 2019 daemon.info Multiap_agent: Event data : 0xb5300528 Tue Nov 19 23:18:41 2019 daemon.info Multiap_agent: priority : 1 Tue Nov 19 23:18:41 2019 daemon.err Multiap_agent: map_update_sta_config 214, assoc_frame_len 119 Tue Nov 19 23:18:41 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:18:41 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:18:41 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 5 Tue Nov 19 23:18:41 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION CONNECT message Tue Nov 19 23:18:41 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] handleStationConnectData mac: 9C:D6:43:84:60:F9 Tue Nov 19 23:18:41 2019 daemon.info dnsmasq-dhcp[3289]: DHCPREQUEST(br-lan) 10. 0.0.243 9c:d6:43:84:60:f9 Tue Nov 19 23:18:41 2019 daemon.info dnsmasq-dhcp[3289]: DHCPACK(br-lan) 10.0.0. 243 9c:d6:43:84:60:f9 xevrac Tue Nov 19 23:18:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:46 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:18:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:18:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:18:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:18:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:18:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:18:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:18:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:18:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:18:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 8 Tue Nov 19 23:18:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION METRICS message Tue Nov 19 23:18:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:50 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:18:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:18:57 2019 daemon.info odhcpd[3087]: Using a RA lifetime of 0 seco nds on br-lan Tue Nov 19 23:18:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:40 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:45 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:19:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:19:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Tue Nov 19 23:19:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Tue Nov 19 23:19:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Tue Nov 19 23:19:46 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Tue Nov 19 23:19:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Tue Nov 19 23:19:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Tue Nov 19 23:19:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 8 Tue Nov 19 23:19:47 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding STATION METRICS message Tue Nov 19 23:19:50 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:19:55 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:00 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:00 2019 cron.info crond[3137]: USER root pid 6713 cmd /usr/bin/ thermalProtection /sys/devices/i2c-0/0-0048/hwmon/hwmon0/temp1_input /sys/device s/i2c-0/0-004f/hwmon/hwmon1/temp1input Tue Nov 19 23:20:05 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:09 2019 user.notice root: Tue Nov 19 23:20:09 2019 user.notice root: /\ (Modified Gui RootScript) | | Tue Nov 19 23:20:09 2019 user.notice root: / \ | | Tue Nov 19 23:20:09 2019 user.notice root: / /\ \ | ' \ / || | | | / | | Tue Nov 19 23:20:09 2019 user.notice root: / ___ \ | | | |\ | |_| || /| | Tue Nov 19 23:20:09 2019 user.notice root: // _|| |_||/ \,| _||_ | Tue Nov 19 23:20:09 2019 user.notice root: (Christo) Tue Nov 19 23:20:09 2019 user.notice Root Script: Installing in progress... Tue Nov 19 23:20:09 2019 user.notice watchdog-tch: stop this service Tue Nov 19 23:20:09 2019 user.notice watchdog-tch: ubus response { "status" : "offline", "timeout": 0, "frequency": 0, "magicclose": true } Tue Nov 19 23:20:09 2019 daemon.info watchdog-tch[971]: stopping daemon (5.13) Tue Nov 19 23:20:10 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:13 2019 user.notice IspConfigHelper: Detecting ISP and cleanup. .. Tue Nov 19 23:20:13 2019 user.notice IspConfigHelper: Checking detected ISP and setting CWMP... Tue Nov 19 23:20:13 2019 user.notice IspConfigHelper: Restarting dnsmasq if need ed... Tue Nov 19 23:20:14 2019 daemon.info procd: Instance watchdog-tch::system pid 97 1 not stopped on SIGTERM, sending SIGKILL instead Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: starting daemon (5.13): Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: int=5s realtime=yes syn c=no soft=no mla=0 mem=0 Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: ping: no machine to che ck Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: file: no file to check Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: pidfile: no server proc ess to check Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: interface: no interface to check Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: temperature: no sensors to check Tue Nov 19 23:20:14 2019 daemon.info watchdog-tch[7173]: test=none(0) repair=non e(0) alive=none heartbeat=none to=root no_act=no force=no Tue Nov 19 23:20:14 2019 daemon.err watchdog-tch[7173]: cannot open none (errno = 2 = 'No such file or directory') Tue Nov 19 23:20:15 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:16 2019 daemon.err transformer[7165]: /usr/share/transformer/ma ppings/igd/LANDevice.WLANConfiguration.map ignored (...sformer/mappings/igd/LAND evice.WLANConfiguration.map:681: attempt to call field 'getWLANMappings' (a nil value)) Tue Nov 19 23:20:17 2019 daemon.err transformer[7165]: /usr/share/transformer/ma ppings/rpc/leds.map ignored (/usr/lib/lua/transformer/typestore.lua:88: 'rpc.Led s.' is already registered!) Tue Nov 19 23:20:20 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:20 2019 daemon.crit transformer[7165]: Sendto 00013 failed: Con nection refused. Dropping datagram. Tue Nov 19 23:20:25 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:30 2019 daemon.warn mobiled: Failed to retrieve ICCID Tue Nov 19 23:20:35 2019 daemon.warn mobiled: Failed to retrieve ICCID`

Xevrac commented 4 years ago

Another update, I went to "factory reset" my modem and I lost my root capabilities. I decied to take this opportunity to ruleout any other potential causes. I repeated the tch exploit and decided to try running the 4g on the stock gui software "18.1.c.0384-950-RB Champagne", I SCP'd and changed the MNC value to 02. I then got the same symptoms? Maybe this isn't GUI related.. I got the same ICCID error too?? Here is my log.

`Wed Nov 20 00:36:07 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:10 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:10 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:12 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:15 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:16 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:17 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:21 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:21 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:22 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:26 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:27 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:27 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:32 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:32 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:32 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:37 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:37 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:38 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:42 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:43 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:43 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:47 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:48 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:49 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:52 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:54 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:36:54 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:36:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:57 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:36:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:36:59 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:00 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:03 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:37:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:37:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:37:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:37:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:37:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:37:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:37:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:05 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:05 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:08 2019 user.notice cwmpd: waiting for wan6 up ... Wed Nov 20 00:37:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:10 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:11 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:13 2019 user.notice cwmpd: Starting cwmpd Wed Nov 20 00:37:13 2019 daemon.info cwmpd[10225]: PROT_TRACE: ConnectionRequest URL updated to http://:0/PhUQCiji6QdgDQ99 Wed Nov 20 00:37:13 2019 daemon.info cwmpd[10225]: APP_TRACE: [plugins] register ed '/usr/lib/cwmpd/libtransferplugin.so' Wed Nov 20 00:37:13 2019 daemon.warn cwmpd[10225]: CWMPUCI: cwmp_config_load_for cedinforms - set forcedinform success - path: Device.Cellular.Interface.1.USIM. IMSI Wed Nov 20 00:37:13 2019 daemon.warn cwmpd[10225]: CWMPUCI: cwmp_config_load_for cedinforms - set forcedinform success - path: Device.Cellular.Interface.1.X_000 E50_SoftwareVersion Wed Nov 20 00:37:13 2019 daemon.warn cwmpd[10225]: CWMPUCI: cwmp_config_load_for cedinforms - set forcedinform success - path: Device.Cellular.Interface.1.X_000 E50_HardwareVersion Wed Nov 20 00:37:13 2019 daemon.warn cwmpd[10225]: CWMPUCI: cwmp_config_load_for cedinforms - set forcedinform success - path: Device.IP.X_TELSTRA_IP.ActiveWANI nterface Wed Nov 20 00:37:13 2019 daemon.info cwmpd[10225]: APP_TRACE: [plugins] register ed '/usr/lib/cwmpd/libuciplugin.so' Wed Nov 20 00:37:13 2019 daemon.info cwmpd[10225]: TRANSFER: init transfer API Wed Nov 20 00:37:13 2019 daemon.info cwmpd[10225]: TRANSFORMER_PROXY: cwmp_softw areversion_changed -- SoftwareVersion changed = false Wed Nov 20 00:37:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:16 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:16 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:22 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:23 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: PROT_TRACE: Events are waitin g, need to contact ACS Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: CONNECTION: Connecting to ser ver Wed Nov 20 00:37:23 2019 daemon.err cwmpd[10225]: UBUS_CLIENT: Failed to retriev e external IP address Wed Nov 20 00:37:23 2019 daemon.err cwmpd[10225]: SOCK_TRACE: cwmp_createClientS ocket - no ip to bind to on interface wan - fail Wed Nov 20 00:37:23 2019 daemon.crit cwmpd[10225]: CONNECTION: Failed to create socket. Wed Nov 20 00:37:23 2019 user.notice cwmpd: rollback(init, 0) TMO=900 ROLLBACK_T O= Wed Nov 20 00:37:23 2019 user.notice cwmpd: no rollback pending, done Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: PROT_TRACE: Nb of retries 1 Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: PROT_TRACE: Min retry wait ti me 5 Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: PROT_TRACE: Max retry wait ti me 10 Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: PROT_TRACE: Effective retry w ait time 9 Wed Nov 20 00:37:23 2019 daemon.info cwmpd[10225]: PROT_TRACE: LAST STATE: Wed Nov 20 00:37:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:28 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:28 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: PROT_TRACE: Events are waitin g, need to contact ACS Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: CONNECTION: Connecting to ser ver retry 1. Wed Nov 20 00:37:29 2019 daemon.err cwmpd[10225]: UBUS_CLIENT: Failed to retriev e external IP address Wed Nov 20 00:37:29 2019 daemon.err cwmpd[10225]: SOCK_TRACE: cwmp_createClientS ocket - no ip to bind to on interface wan - fail Wed Nov 20 00:37:29 2019 daemon.crit cwmpd[10225]: CONNECTION: Failed to create socket. Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: PROT_TRACE: Nb of retries 2 Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: PROT_TRACE: Min retry wait ti me 10 Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: PROT_TRACE: Max retry wait ti me 20 Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: PROT_TRACE: Effective retry w ait time 16 Wed Nov 20 00:37:29 2019 daemon.info cwmpd[10225]: PROT_TRACE: LAST STATE: Wed Nov 20 00:37:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:33 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:34 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:39 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:39 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:44 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:45 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: PROT_TRACE: Events are waitin g, need to contact ACS Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: CONNECTION: Connecting to ser ver retry 2. Wed Nov 20 00:37:45 2019 daemon.err cwmpd[10225]: UBUS_CLIENT: Failed to retriev e external IP address Wed Nov 20 00:37:45 2019 daemon.err cwmpd[10225]: SOCK_TRACE: cwmp_createClientS ocket - no ip to bind to on interface wan - fail Wed Nov 20 00:37:45 2019 daemon.crit cwmpd[10225]: CONNECTION: Failed to create socket. Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: PROT_TRACE: Nb of retries 3 Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: PROT_TRACE: Min retry wait ti me 20 Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: PROT_TRACE: Max retry wait ti me 40 Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: PROT_TRACE: Effective retry w ait time 32 Wed Nov 20 00:37:45 2019 daemon.info cwmpd[10225]: PROT_TRACE: LAST STATE: Wed Nov 20 00:37:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:50 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:50 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:37:55 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:37:56 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:37:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:00 2019 cron.info crond[3414]: USER root pid 10372 cmd /sbin/tr afficmon.lua Wed Nov 20 00:38:01 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:01 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:38:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:38:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:38:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:38:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:38:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:38:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:06 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:07 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:12 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:12 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:17 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: PROT_TRACE: Events are waitin g, need to contact ACS Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: CONNECTION: Connecting to ser ver retry 3. Wed Nov 20 00:38:17 2019 daemon.err cwmpd[10225]: UBUS_CLIENT: Failed to retriev e external IP address Wed Nov 20 00:38:17 2019 daemon.err cwmpd[10225]: SOCK_TRACE: cwmp_createClientS ocket - no ip to bind to on interface wan - fail Wed Nov 20 00:38:17 2019 daemon.crit cwmpd[10225]: CONNECTION: Failed to create socket. Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: PROT_TRACE: Nb of retries 4 Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: PROT_TRACE: Min retry wait ti me 40 Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: PROT_TRACE: Max retry wait ti me 80 Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: PROT_TRACE: Effective retry w ait time 50 Wed Nov 20 00:38:17 2019 daemon.info cwmpd[10225]: PROT_TRACE: LAST STATE: Wed Nov 20 00:38:18 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:23 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:23 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:28 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:29 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:34 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:34 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:39 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:40 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:45 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:45 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:50 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:51 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:38:56 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:38:56 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:38:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:01 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:02 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:39:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:39:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:39:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:39:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:39:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:39:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: PROT_TRACE: Events are waitin g, need to contact ACS Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: CONNECTION: Connecting to ser ver retry 4. Wed Nov 20 00:39:06 2019 daemon.err cwmpd[10225]: UBUS_CLIENT: Failed to retriev e external IP address Wed Nov 20 00:39:06 2019 daemon.err cwmpd[10225]: SOCK_TRACE: cwmp_createClientS ocket - no ip to bind to on interface wan - fail Wed Nov 20 00:39:06 2019 daemon.crit cwmpd[10225]: CONNECTION: Failed to create socket. Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: PROT_TRACE: Nb of retries 5 Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: PROT_TRACE: Min retry wait ti me 80 Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: PROT_TRACE: Max retry wait ti me 160 Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: PROT_TRACE: Effective retry w ait time 146 Wed Nov 20 00:39:06 2019 daemon.info cwmpd[10225]: PROT_TRACE: LAST STATE: Wed Nov 20 00:39:07 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:07 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:11 2019 daemon.info odhcpd[3362]: Using a RA lifetime of 0 seco nds on br-lan Wed Nov 20 00:39:12 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:13 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:14 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:18 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:18 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:19 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:23 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:24 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:24 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:29 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:29 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:29 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:34 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:34 2019 auth.info passwd: Password for root changed by root Wed Nov 20 00:39:34 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:35 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:39 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:40 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:40 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:44 2019 user.notice watchdog-tch: stop this service Wed Nov 20 00:39:44 2019 user.notice watchdog-tch: ubus response { "status" : "offline", "timeout": 0, "frequency": 0, "magicclose": true } Wed Nov 20 00:39:44 2019 daemon.info watchdog-tch[970]: stopping daemon (5.13) Wed Nov 20 00:39:44 2019 daemon.info cwmpd[10225]: APP_TRACE: daemon is exiting Wed Nov 20 00:39:44 2019 daemon.info cwmpd[10225]: TRANSFORMER_PROXY: Received s hutdown command, shutting down the listening thread! Wed Nov 20 00:39:44 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:45 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:46 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:49 2019 daemon.info procd: Instance watchdog-tch::system pid 97 0 not stopped on SIGTERM, sending SIGKILL instead Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: starting daemon (5.13) : Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: int=5s realtime=yes sy nc=no soft=no mla=0 mem=0 Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: ping: no machine to ch eck Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: file: no file to check Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: pidfile: /var/run/tran sformer.pid Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: interface: no interfac e to check Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: temperature: no sensor s to check Wed Nov 20 00:39:49 2019 daemon.info watchdog-tch[10622]: test=none(0) repair=no ne(0) alive=none heartbeat=none to=root no_act=no force=no Wed Nov 20 00:39:49 2019 daemon.err watchdog-tch[10622]: cannot open none (errno = 2 = 'No such file or directory') Wed Nov 20 00:39:49 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:51 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:51 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:54 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:39:56 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:39:57 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:39:59 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:00 2019 cron.info crond[3414]: USER root pid 10639 cmd /usr/bin /thermalProtection /sys/devices/i2c-0/0-0048/hwmon/hwmon0/temp1_input /sys/devic es/i2c-0/0-004f/hwmon/hwmon1/temp1_input Wed Nov 20 00:40:00 2019 cron.info crond[3414]: USER root pid 10640 cmd /sbin/tr afficmon.lua Wed Nov 20 00:40:01 2019 daemon.notice hotspot: control (action="stop") Wed Nov 20 00:40:01 2019 daemon.warn hotspotd/1.3.5: __hotspotd_offline: status => offline Wed Nov 20 00:40:02 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:02 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:40:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:40:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:40:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:40:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:40:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:40:04 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:07 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:08 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:09 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:13 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:13 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:15 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:18 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:20 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:20 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:25 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:25 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:25 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:30 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:30 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:31 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:35 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:36 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:36 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:40 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:41 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:42 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:45 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:47 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:47 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:50 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:52 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:53 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:40:55 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:40:58 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:40:58 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:00 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:03 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:04 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:41:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:41:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:41:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:41:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:41:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:41:05 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:09 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:09 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:10 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:14 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:15 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:15 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:20 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:20 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:20 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:25 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:25 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:26 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:30 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:31 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:31 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:35 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:36 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:37 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:40 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:42 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:42 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:45 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:47 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:48 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:50 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:51 2019 daemon.warn nginx: 2019/11/20 00:41:51 [warn] 5099#0: 49 [lua] session.lua:343: new(): new session for default user, client: 10.0.0.99 , server: localhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.mode m", referrer: "http://mymodem.modem/" Wed Nov 20 00:41:51 2019 daemon.err nginx: 2019/11/20 00:41:51 [error] 5099#0: 49 [lua] session.lua:217: POST without CSRF token, client: 10.0.0.99, server: lo calhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.modem", referrer : "http://mymodem.modem/" Wed Nov 20 00:41:53 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:53 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:41:54 2019 daemon.err nginx: 2019/11/20 00:41:54 [error] 5099#0: 49 [lua] session.lua:217: POST without CSRF token, client: 10.0.0.99, server: lo calhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.modem", referrer : "http://mymodem.modem/" Wed Nov 20 00:41:55 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:41:56 2019 daemon.err nginx: 2019/11/20 00:41:56 [error] 5099#0: 49 [lua] session.lua:217: POST without CSRF token, client: 10.0.0.99, server: lo calhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.modem", referrer : "http://mymodem.modem/" Wed Nov 20 00:41:58 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:41:58 2019 daemon.err nginx: 2019/11/20 00:41:58 [error] 5099#0: 49 [lua] session.lua:217: POST without CSRF token, client: 10.0.0.99, server: lo calhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.modem", referrer : "http://mymodem.modem/" Wed Nov 20 00:41:59 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:00 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:00 2019 daemon.err nginx: 2019/11/20 00:42:00 [error] 5099#0: 49 [lua] session.lua:217: POST without CSRF token, client: 10.0.0.99, server: lo calhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.modem", referrer : "http://mymodem.modem/" Wed Nov 20 00:42:00 2019 cron.info crond[3414]: USER root pid 10808 cmd /sbin/tr afficmon.lua Wed Nov 20 00:42:03 2019 daemon.err nginx: 2019/11/20 00:42:03 [error] 5099#0: 49 [lua] session.lua:217: POST without CSRF token, client: 10.0.0.99, server: lo calhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.modem", referrer : "http://mymodem.modem/" Wed Nov 20 00:42:04 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:04 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:42:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:42:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:42:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:42:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:42:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:42:05 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:06 2019 daemon.err nginx: 2019/11/20 00:42:06 [error] 5099#0: 49 [lua] sessionmgr.lua:250: redirectIfNotAuthorized(): Unauthorized request, cl ient: 10.0.0.99, server: localhost, request: "GET / HTTP/1.1", host: "mymodem.mo dem" Wed Nov 20 00:42:09 2019 daemon.warn nginx: 2019/11/20 00:42:09 [warn] 5099#0: * 50 [lua] session.lua:103: changeUser(): changing user to admin, client: 10.0.0.9 9, server: localhost, request: "POST /authenticate HTTP/1.1", host: "mymodem.mod em", referrer: "http://mymodem.modem/" Wed Nov 20 00:42:09 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:10 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:10 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:15 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:15 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:15 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:20 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:20 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:21 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:25 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:26 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:26 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:30 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:31 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:32 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:35 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.warn transformer[3913]: set_wrapper with 1 args not supported Wed Nov 20 00:42:37 2019 daemon.info transformer[3913]: async run: /etc/init.d/m obiled reload Wed Nov 20 00:42:37 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:37 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:40 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:42 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:43 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:45 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:48 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:48 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:50 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:53 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:54 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:42:55 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:42:59 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:42:59 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:00 2019 daemon.info transformer[3913]: async run: /etc/init.d/n etwork reload ; Wed Nov 20 00:43:00 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:43:00 2019 daemon.notice netifd: wwan (11066): Command failed: Not found Wed Nov 20 00:43:00 2019 daemon.notice netifd: wwan (11066): Command failed: Not found Wed Nov 20 00:43:00 2019 daemon.notice netifd: wwan (11066): Command failed: Not found Wed Nov 20 00:43:00 2019 daemon.info mobiled-netifd[7452]: Terminating data sess ion 0 Wed Nov 20 00:43:00 2019 daemon.info mobiled-netifd[7452]: Terminated data sessi on 0 Wed Nov 20 00:43:00 2019 daemon.notice netifd: Interface 'wwan' is now down Wed Nov 20 00:43:00 2019 daemon.notice netifd: Interface 'wwan' is setting up no w Wed Nov 20 00:43:00 2019 user.notice pppoe-relay-hotplug: Interface wwan ifup-fa iled Wed Nov 20 00:43:01 2019 daemon.info odhcpd[3362]: Using a RA lifetime of 0 seco nds on wl1_1 Wed Nov 20 00:43:01 2019 daemon.info odhcpd[3362]: Using a RA lifetime of 0 seco nds on wl0_1 Wed Nov 20 00:43:01 2019 daemon.info odhcpd[3362]: Using a RA lifetime of 0 seco nds on br-lan Wed Nov 20 00:43:02 2019 daemon.info intercept[1780]: Adding intercept reason: " wan_down" Wed Nov 20 00:43:02 2019 daemon.debug intercept[1780]: Running update Wed Nov 20 00:43:02 2019 user.debug intercept: [11183] ipset_update(1) Wed Nov 20 00:43:02 2019 user.debug intercept: [11183] ipset_flush() Wed Nov 20 00:43:02 2019 user.debug intercept: [11183] ipset_setup() Wed Nov 20 00:43:02 2019 user.debug intercept: [11183] firewall_update(1) Wed Nov 20 00:43:02 2019 daemon.debug intercept[1780]: Intercept update finished with return code 0 Wed Nov 20 00:43:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:43:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:43:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:43:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:43:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:43:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:43:04 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:43:05 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:43:05 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:10 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:43:10 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:43:10 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:15 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:43:16 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:43:17 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:20 2019 daemon.warn mobiled: Failed to retrieve ICCID Wed Nov 20 00:43:22 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:43:22 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:22 2019 daemon.notice mobiled: Network registration state chang ed to: not_registered Wed Nov 20 00:43:22 2019 daemon.debug mobiled-netifd[11089]: Queuing disconnecte d action on interface wwan Wed Nov 20 00:43:22 2019 daemon.debug mobiled-netifd[11089]: Running disconnecte d action on interface wwan Wed Nov 20 00:43:22 2019 user.debug mmpbxd[7273]: [MMPROFILE] :E: mmProfileS etActiveState:2259 - Can not set profile to active state ACTIVE_EMERGENCY_ONLY w hen the profile is disabled. Wed Nov 20 00:43:22 2019 user.debug mmpbxd[7273]: [MOBILENETIMPL::PROFILECTRL]:E : mobileProfileCtrlSetProfilesActiveState:171 - mmProfileSetActiveState failed: MMPBX_ERROR_INVALIDPARAMS Wed Nov 20 00:43:22 2019 user.debug mmpbxd[7273]: [MOBILENETIMPL::UBUS]:E: updat eProfilesActiveState:546 - Error changing active state for profiles of mobile ne twork (0x9f57b0) : MMPBX_ERROR_INVALIDPARAMS Wed Nov 20 00:43:22 2019 daemon.debug mobiled-netifd[11089]: Action disconnected completed with return code 0 on interface wwan Wed Nov 20 00:43:22 2019 daemon.notice mobiled: Network registration state chang ed to: not_registered_searching Wed Nov 20 00:43:22 2019 daemon.err transformer[3913]: failed to connect event s end socket: Connection refused Wed Nov 20 00:43:23 2019 daemon.debug mobiled-netifd[11089]: Queuing disconnecte d action on interface wwan Wed Nov 20 00:43:23 2019 daemon.debug mobiled-netifd[11089]: Running disconnecte d action on interface wwan Wed Nov 20 00:43:23 2019 user.debug mmpbxd[7273]: [MMPROFILE] :E: mmProfileS etActiveState:2259 - Can not set profile to active state ACTIVE_EMERGENCY_ONLY w hen the profile is disabled. Wed Nov 20 00:43:23 2019 user.debug mmpbxd[7273]: [MOBILENETIMPL::PROFILECTRL]:E : mobileProfileCtrlSetProfilesActiveState:171 - mmProfileSetActiveState failed: MMPBX_ERROR_INVALIDPARAMS Wed Nov 20 00:43:23 2019 user.debug mmpbxd[7273]: [MOBILENETIMPL::UBUS]:E: updat eProfilesActiveState:546 - Error changing active state for profiles of mobile ne twork (0x9f57b0) : MMPBX_ERROR_INVALIDPARAMS Wed Nov 20 00:43:23 2019 daemon.debug mobiled-netifd[11089]: Action disconnected completed with return code 0 on interface wwan Wed Nov 20 00:43:24 2019 daemon.debug mobiled-netifd[11089]: Queuing disconnecte d action on interface wwan Wed Nov 20 00:43:24 2019 daemon.debug mobiled-netifd[11089]: Running disconnecte d action on interface wwan Wed Nov 20 00:43:24 2019 daemon.debug mobiled-netifd[11089]: Action disconnected completed with return code 0 on interface wwan Wed Nov 20 00:43:26 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:43:27 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:43:28 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:28 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:43:30 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:43:32 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:43:34 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform capabilities. stack traceback: /usr/lib/lua/transformer /mapper/ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpe rs.lua:99: in function 'getUbusData' .../rpc/mobiled.platform.capabilities.po wer_control.map:56: in function <.../rpc/mobiled.platform.capabilities.power_con trol.map:55> [C]: in function 'xpcall' /usr/lib/lua/transformer/mapload .lua:408: in function </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall' /usr/lib/lua/transformer/navigation.lua:169: in function 'get_parameter_value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib/lua/transformer/api.lua:190: in function </usr/lib/lua/transfor mer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer /api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/lib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transfo rmer:183: in function '?' /usr/bin/transfor Wed Nov 20 00:43:36 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform capabilities. stack traceback: /usr/lib/lua/transformer /mapper/ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpe rs.lua:99: in function 'getUbusData' ...pc/mobiled.platform.capabilities.ante nna_control.map:48: in function <...pc/mobiled.platform.capabilities.antenna_con trol.map:47> [C]: in function 'xpcall' /usr/lib/lua/transformer/mapload .lua:408: in function </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall' /usr/lib/lua/transformer/navigation.lua:169: in function 'get_parameter_value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib/lua/transformer/api.lua:190: in function </usr/lib/lua/transfor mer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer /api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/lib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transfo rmer:183: in function '?' /usr/bin/transfor Wed Nov 20 00:43:37 2019 daemon.warn mobiled: Failed to configure attach context Wed Nov 20 00:43:38 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform capabilities. stack traceback: /usr/lib/lua/transformer /mapper/ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpe rs.lua:99: in function 'getUbusData' ...ngs/rpc/mobiled.platform.capabilities .rf_control.map:52: in function <...ngs/rpc/mobiled.platform.capabilities.rf_con trol.map:51> [C]: in function 'xpcall' /usr/lib/lua/transformer/mapload .lua:408: in function </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall' /usr/lib/lua/transformer/navigation.lua:169: in function 'get_parameter_value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib/lua/transformer/api.lua:190: in function </usr/lib/lua/transfor mer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer /api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/lib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transfo rmer:183: in function '?' /usr/bin/transfor Wed Nov 20 00:43:41 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform capabilities. stack traceback: /usr/lib/lua/transformer /mapper/ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpe rs.lua:99: in function 'getUbusData' ...pc/mobiled.platform.capabilities.ante nna_control.map:48: in function <...pc/mobiled.platform.capabilities.antenna_con trol.map:47> [C]: in function 'xpcall' /usr/lib/lua/transformer/typesto re.lua:268: in function 'get_entries' /usr/lib/lua/transformer/typestore.lua:3 58: in function 'synchronize' /usr/lib/lua/transformer/navigation.lua:535: in function 'output_all' /usr/lib/lua/transformer/navigation.lua:582: in function </usr/lib/lua/transformer/navigation.lua:555> Wed Nov 20 00:43:42 2019 daemon.notice odhcpd[3362]: Got DHCPv6 request Wed Nov 20 00:43:43 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform capabilities. stack traceback: /usr/lib/lua/transformer /mapper/ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpe rs.lua:99: in function 'getUbusData' .../rpc/mobiled.platform.capabilities.po wer_control.map:56: in function <.../rpc/mobiled.platform.capabilities.power_con trol.map:55> [C]: in function 'xpcall' /usr/lib/lua/transformer/typesto re.lua:268: in function 'get_entries' /usr/lib/lua/transformer/typestore.lua:3 58: in function 'synchronize' /usr/lib/lua/transformer/navigation.lua:535: in function 'output_all' /usr/lib/lua/transformer/navigation.lua:582: in function </usr/lib/lua/transformer/navigation.lua:555> Wed Nov 20 00:43:45 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform capabilities. stack traceback: /usr/lib/lua/transformer /mapper/ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpe rs.lua:99: in function 'getUbusData' ...ngs/rpc/mobiled.platform.capabilities .rf_control.map:52: in function <...ngs/rpc/mobiled.platform.capabilities.rf_con trol.map:51> [C]: in function 'xpcall' /usr/lib/lua/transformer/typesto re.lua:268: in function 'get_entries' /usr/lib/lua/transformer/typestore.lua:3 58: in function 'synchronize' /usr/lib/lua/transformer/navigation.lua:535: in function 'output_all' /usr/lib/lua/transformer/navigation.lua:582: in function </usr/lib/lua/transformer/navigation.lua:555> Wed Nov 20 00:43:47 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform get. stack traceback: /usr/lib/lua/transformer/mapper/ ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:9 9: in function 'getUbusData' ...mappings/rpc/mobiled.platform.info.power_cont rol.map:44: in function <...mappings/rpc/mobiled.platform.info.power_control.map :43> [C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408 : in function </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall' /usr/lib/lua/transformer/navigation.lua:169: in function 'get_pa rameter_value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' / usr/lib/lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.l ua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua :36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/lib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183 : in function '?' /usr/bin/transformer:465: Wed Nov 20 00:43:49 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform get. stack traceback: /usr/lib/lua/transformer/mapper/ ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:9 9: in function 'getUbusData' ...ppings/rpc/mobiled.platform.info.antenna_cont rol.map:44: in function <...ppings/rpc/mobiled.platform.info.antenna_control.map :43> [C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408 : in function </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall' /usr/lib/lua/transformer/navigation.lua:169: in function 'get_pa rameter_value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' / usr/lib/lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.l ua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua :36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/lib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183 : in function '?' /usr/bin/transformer:465: Wed Nov 20 00:43:51 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform get. stack traceback: /usr/lib/lua/transformer/mapper/ ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:9 9: in function 'getUbusData' ...er/mappings/rpc/mobiled.platform.info.rf_cont rol.map:44: in function <...er/mappings/rpc/mobiled.platform.info.rf_control.map :43> [C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408 : in function </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall' /usr/lib/lua/transformer/navigation.lua:169: in function 'get_pa rameter_value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' / usr/lib/lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.l ua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua :36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/lib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183 : in function '?' /usr/bin/transformer:465: Wed Nov 20 00:43:53 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform get. stack traceback: /usr/lib/lua/transformer/mapper/ ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:9 9: in function 'getUbusData' ...ppings/rpc/mobiled.platform.info.antenna_cont rol.map:44: in function <...ppings/rpc/mobiled.platform.info.antenna_control.map :43> [C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:2 68: in function 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in f unction 'synchronize' /usr/lib/lua/transformer/navigation.lua:535: in function 'output_all' /usr/lib/lua/transformer/navigation.lua:582: in function </usr/l ib/lua/transformer/navigation.lua:555> Wed Nov 20 00:43:55 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform get. stack traceback: /usr/lib/lua/transformer/mapper/ ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:9 9: in function 'getUbusData' ...mappings/rpc/mobiled.platform.info.power_cont rol.map:44: in function <...mappings/rpc/mobiled.platform.info.power_control.map :43> [C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:2 68: in function 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in f unction 'synchronize' /usr/lib/lua/transformer/navigation.lua:535: in function 'output_all' /usr/lib/lua/transformer/navigation.lua:582: in function </usr/l ib/lua/transformer/navigation.lua:555> Wed Nov 20 00:43:55 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:43:56 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:43:57 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled.platform get. stack traceback: /usr/lib/lua/transformer/mapper/ ubus.lua:56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:9 9: in function 'getUbusData' ...er/mappings/rpc/mobiled.platform.info.rf_cont rol.map:44: in function <...er/mappings/rpc/mobiled.platform.info.rf_control.map :43> [C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:2 68: in function 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in f unction 'synchronize' /usr/lib/lua/transformer/navigation.lua:535: in function 'output_all' /usr/lib/lua/transformer/navigation.lua:582: in function </usr/l ib/lua/transformer/navigation.lua:555> Wed Nov 20 00:43:59 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:268: in f unction 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/transformer/typestore.lua:440: in function 'getkeys ' /usr/lib/lua/transformer/navigation.lua:732: in function </usr/lib/lua/t ransformer/navigation.lua:712> (tail call): ? /usr/lib/lua/transformer/api.lua :188: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' ... (tail call): ? /usr/bin/transformer:183: in function '? ' /usr/bin/transformer:465: in function </usr/bin/transformer:448> [ C]: in function 'pcall' /usr/bin/transformer:488 Wed Nov 20 00:44:00 2019 cron.info crond[3414]: USER root pid 11305 cmd /sbin/tr afficmon.lua Wed Nov 20 00:44:01 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:03 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Read call back triggered Wed Nov 20 00:44:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Intializing message decoder Wed Nov 20 00:44:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoded tag is 9 Wed Nov 20 00:44:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Decoding the AP METRICS message Wed Nov 20 00:44:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Handling AP metrics message Wed Nov 20 00:44:04 2019 daemon.info Multiap_vendorextensions: [vendorextensions ] Signal strength of agent 22:B0:01:17:6F:93 is 255 Wed Nov 20 00:44:05 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:07 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:09 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:11 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:13 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:15 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:17 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:19 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:268: in f unction 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/transformer/typestore.lua:440: in function 'getkeys ' /usr/lib/lua/transformer/navigation.lua:732: in function </usr/lib/lua/t ransformer/navigation.lua:712> (tail call): ? /usr/lib/lua/transformer/api.lua :188: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' ... (tail call): ? /usr/bin/transformer:183: in function '? ' /usr/bin/transformer:465: in function </usr/bin/transformer:448> [ C]: in function 'pcall' /usr/bin/transformer:488 Wed Nov 20 00:44:21 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:268: in f unction 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/transformer/typestore.lua:440: in function 'getkeys ' /usr/lib/lua/transformer/navigation.lua:732: in function </usr/lib/lua/t ransformer/navigation.lua:712> (tail call): ? /usr/lib/lua/transformer/api.lua :188: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' ... (tail call): ? /usr/bin/transformer:183: in function '? ' /usr/bin/transformer:465: in function </usr/bin/transformer:448> [ C]: in function 'pcall' /usr/bin/transformer:488 Wed Nov 20 00:44:23 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:25 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:27 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:268: in f unction 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/transformer/typestore.lua:440: in function 'getkeys ' /usr/lib/lua/transformer/navigation.lua:732: in function </usr/lib/lua/t ransformer/navigation.lua:712> (tail call): ? /usr/lib/lua/transformer/api.lua :188: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' ... (tail call): ? /usr/bin/transformer:183: in function '? ' /usr/bin/transformer:465: in function </usr/bin/transformer:448> [ C]: in function 'pcall' /usr/bin/transformer:488 Wed Nov 20 00:44:29 2019 daemon.warn mobiled: Failed to configure attach context Wed Nov 20 00:44:29 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:268: in f unction 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/transformer/typestore.lua:440: in function 'getkeys ' /usr/lib/lua/transformer/navigation.lua:732: in function </usr/lib/lua/t ransformer/navigation.lua:712> (tail call): ? /usr/lib/lua/transformer/api.lua :188: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' ... (tail call): ? /usr/bin/transformer:183: in function '? ' /usr/bin/transformer:465: in function </usr/bin/transformer:448> [ C]: in function 'pcall' /usr/bin/transformer:488 Wed Nov 20 00:44:31 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:31 2019 daemon.notice wansensing: (L2Sense) runs L2Main.check(t imeout) Wed Nov 20 00:44:32 2019 daemon.notice wansensing: L2Main.lua: check interface P HY type nil Wed Nov 20 00:44:33 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio Wed Nov 20 00:44:35 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/typestore.lua:268: in f unction 'get_entries' /usr/lib/lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/transformer/typestore.lua:440: in function 'getkeys ' /usr/lib/lua/transformer/navigation.lua:732: in function </usr/lib/lua/t ransformer/navigation.lua:712> (tail call): ? /usr/lib/lua/transformer/api.lua :188: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' ... (tail call): ? /usr/bin/transformer:183: in function '? ' /usr/bin/transformer:465: in function </usr/bin/transformer:448> [ C]: in function 'pcall' /usr/bin/transformer:488 Wed Nov 20 00:44:37 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/mobiled/scripthelpers.lua:99: in fu nction 'getUbusData' ...sr/share/transformer/mappings/rpc/mobiled.device.map: 39: in function <...sr/share/transformer/mappings/rpc/mobiled.device.map:38> [ C]: in function 'xpcall' /usr/lib/lua/transformer/mapload.lua:408: in fun ction </usr/lib/lua/transformer/mapload.lua:404> [C]: in function 'xpcall ' /usr/lib/lua/transformer/navigation.lua:169: in function 'getparameter value' /usr/lib/lua/transformer/navigation.lua:207: in function 'get' /usr/lib /lua/transformer/api.lua:190: in function </usr/lib/lua/transformer/api.lua:181> [C]: in function 'pcall' /usr/lib/lua/transformer/api.lua:36: in function 'do_pcall' /usr/lib/lua/transformer/api.lua:88: in function </usr/l ib/lua/transformer/api.lua:86> (tail call): ? /usr/bin/transformer:183: in fun ction '?' /usr/bin/transformer:465: in fun Wed Nov 20 00:44:40 2019 daemon.warn transformer[3913]: ubus call timeout on cal ling mobiled status. stack traceback: /usr/lib/lua/transformer/mapper/ubus.lua :56: in function 'call' /usr/lib/lua/transformer/shared/mobileconnection .lua:9: in function 'get_session_data' /usr/lib/lua/transformer/shared/mobileco nnection.lua:34: in function 'get_network_interface' ...share/transformer/map pings/rpc/network.interface.map:271: in function <...share/transformer/mappings/ rpc/network.interface.map:260> [C]: in function 'foreach' /usr/lib/lua/tra nsformer/mapper/ucihelper.lua:784: in function 'foreach_on_uci' ...share /transformer/mappings/rpc/network.interface.map:260: in function <...share/trans former/mappings/rpc/network.interface.map:253> [C]: in function 'xpcall' / usr/lib/lua/transformer/typestore.lua:268: in function 'get_entries' /usr/lib /lua/transformer/typestore.lua:358: in function 'synchronize' /usr/lib/lua/tra nsformer/typestore.lua:440: in function 'getkeys' ... (tail call): ? / usr/bin/transformer:212: in functio root@mymodem:~#`

Xevrac commented 4 years ago

Any advice or assistance in regards to this one?