Hello,
I just got my hands on some Ubiquity kit, and I wanted to try running
the Unifi Controller software on OpenBSD. I installed the port (there's
no unifi package due to licence issues). When I start unifi (rcctl start
unifi) it seems to start ok, but unfortunately the web interface doesn't
actually load. When I look at the unifi logs, I see this error:
"<launcher> WARN system - cannot load native lib - ubnt_webrtc_jni"
I tried the lts and stable versions of the port on both OpenBSD 6.4 and
-current, both to no avail. Attached is the mongodb and unifi logs.
Has anyone had any luck running the unifi software on OpenBSD?
Any insight would be much appreciated.
Jordan
2018-12-07T15:53:14.278-0800 I CONTROL [initandlisten] MongoDB starting : pid=12100 port=27117 dbpath=/usr/local/share/unifi/data/db 64-bit host=lenovo.geoghegan.ca
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] db version v3.2.13
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] git version: 23899209cad60aaafe114f6aea6cb83025ff51bc
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] OpenSSL version: LibreSSL 2.8.2
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] allocator: system
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] modules: none
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] build environment:
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] distarch: x86_64
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] target_arch: x86_64
2018-12-07T15:53:14.279-0800 I CONTROL [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 27117, unixDomainSocket: { pathPrefix: "/usr/local/share/unifi/run" } }, storage: { dbPath: "/usr/local/share/unifi/data/db" }, systemLog: { destination: "file", logAppend: true, path: "/usr/local/share/unifi/logs/mongod.log" } }
2018-12-07T15:53:14.292-0800 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),
2018-12-07T15:53:14.502-0800 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/usr/local/share/unifi/data/db/diagnostic.data'
2018-12-07T15:53:14.503-0800 I NETWORK [initandlisten] waiting for connections on port 27117
2018-12-07T15:53:14.503-0800 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
2018-12-07T15:53:14.505-0800 W NETWORK [HostnameCanonicalizationWorker] Failed to obtain address information for hostname lenovo.geoghegan.ca: no address associated with name
2018-12-07T15:53:14.609-0800 I NETWORK [initandlisten] connection accepted from 127.0.0.1:12297 #1 (1 connection now open)
2018-12-07T15:53:14.690-0800 I NETWORK [initandlisten] connection accepted from 127.0.0.1:41869 #2 (2 connections now open)
2018-12-07T15:53:15.128-0800 I COMMAND [conn2] command ace command: eval { $eval: "db.serverStatus()", args: [] } keyUpdates:0 writeConflicts:0 numYields:0 reslen:12691 locks:{ Global: { acquireCount: { r: 3, W: 1 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_query 368ms
2018-12-07T15:53:15.270-0800 I INDEX [conn2] build index on: ace.heatmap properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.heatmap" }
2018-12-07T15:53:15.270-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.297-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.317-0800 I INDEX [conn2] build index on: ace.heatmap properties: { v: 1, key: { site_id: 1, map_id: 1 }, name: "map_id_1_site_id_1", ns: "ace.heatmap" }
2018-12-07T15:53:15.318-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.319-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.331-0800 I INDEX [conn2] build index on: ace.heatmap properties: { v: 1, key: { site_id: 1, type: 1 }, name: "site_id_1_type_1", ns: "ace.heatmap" }
2018-12-07T15:53:15.331-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.333-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.351-0800 I INDEX [conn2] build index on: ace.extension properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.extension" }
2018-12-07T15:53:15.351-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.353-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.369-0800 I INDEX [conn2] build index on: ace.voucher properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.voucher" }
2018-12-07T15:53:15.369-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.371-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.376-0800 I INDEX [conn2] build index on: ace.voucher properties: { v: 1, key: { site_id: 1, code: 1 }, name: "code_1_site_id_1", ns: "ace.voucher" }
2018-12-07T15:53:15.376-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.378-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.382-0800 I INDEX [conn2] build index on: ace.voucher properties: { v: 1, key: { site_id: 1, create_time: 1 }, name: "create_time_1_site_id_1", ns: "ace.voucher" }
2018-12-07T15:53:15.382-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.384-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.400-0800 I INDEX [conn2] build index on: ace.admin properties: { v: 1, key: { email: 1 }, name: "email_1", ns: "ace.admin" }
2018-12-07T15:53:15.400-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.402-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.416-0800 I INDEX [conn2] build index on: ace.networkconf properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.networkconf" }
2018-12-07T15:53:15.416-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.418-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.431-0800 I INDEX [conn2] build index on: ace.rogueknown properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.rogueknown" }
2018-12-07T15:53:15.431-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.433-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.448-0800 I INDEX [conn2] build index on: ace.privilege properties: { v: 1, key: { admin_id: 1 }, name: "admin_id_1", ns: "ace.privilege" }
2018-12-07T15:53:15.448-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.450-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.461-0800 I INDEX [conn2] build index on: ace.radiusprofile properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.radiusprofile" }
2018-12-07T15:53:15.461-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.463-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.478-0800 I INDEX [conn2] build index on: ace.scheduletask properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.scheduletask" }
2018-12-07T15:53:15.479-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.480-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.497-0800 I INDEX [conn2] build index on: ace.setting properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.setting" }
2018-12-07T15:53:15.497-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.499-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.503-0800 I INDEX [conn2] build index on: ace.setting properties: { v: 1, key: { site_id: 1, key: 1 }, name: "site_id_1_key_1", ns: "ace.setting" }
2018-12-07T15:53:15.504-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.505-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.521-0800 I INDEX [conn2] build index on: ace.routing properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.routing" }
2018-12-07T15:53:15.521-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.523-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.539-0800 I INDEX [conn2] build index on: ace.portconf properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.portconf" }
2018-12-07T15:53:15.539-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.541-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.559-0800 I INDEX [conn2] build index on: ace.alarm properties: { v: 1, key: { datetime: 1 }, name: "datetime_1", ns: "ace.alarm" }
2018-12-07T15:53:15.559-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.561-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.577-0800 I INDEX [conn2] build index on: ace.alarm properties: { v: 1, key: { archived: 1 }, name: "archived_1", ns: "ace.alarm" }
2018-12-07T15:53:15.577-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.579-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.601-0800 I INDEX [conn2] build index on: ace.firewallrule properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.firewallrule" }
2018-12-07T15:53:15.601-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.603-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.631-0800 I INDEX [conn2] build index on: ace.payment properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.payment" }
2018-12-07T15:53:15.631-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.633-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.643-0800 I INDEX [conn2] build index on: ace.payment properties: { v: 1, key: { site_id: 1, within: 1 }, name: "within_1_site_id_1", ns: "ace.payment" }
2018-12-07T15:53:15.643-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.645-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.655-0800 I INDEX [conn2] build index on: ace.payment properties: { v: 1, key: { site_id: 1, time: 1 }, name: "site_id_1_time_1", ns: "ace.payment" }
2018-12-07T15:53:15.655-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.657-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.679-0800 I INDEX [conn2] build index on: ace.tag properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.tag" }
2018-12-07T15:53:15.679-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.681-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.697-0800 I INDEX [conn2] build index on: ace.event properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.event" }
2018-12-07T15:53:15.697-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.699-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.715-0800 I INDEX [conn2] build index on: ace.event properties: { v: 1, key: { site_id: 1, key: 1 }, name: "site_id_1_key_1", ns: "ace.event" }
2018-12-07T15:53:15.715-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.717-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.721-0800 I INDEX [conn2] build index on: ace.event properties: { v: 1, key: { site_id: 1, datetime: 1 }, name: "datetime_1_site_id_1", ns: "ace.event" }
2018-12-07T15:53:15.722-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.723-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.739-0800 I INDEX [conn2] build index on: ace.event properties: { v: 1, key: { site_id: 1, subsystem: 1 }, name: "site_id_1_subsystem_1", ns: "ace.event" }
2018-12-07T15:53:15.740-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.741-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.757-0800 I INDEX [conn2] build index on: ace.wlangroup properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.wlangroup" }
2018-12-07T15:53:15.758-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.759-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.775-0800 I INDEX [conn2] build index on: ace.map properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.map" }
2018-12-07T15:53:15.776-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.777-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.794-0800 I INDEX [conn2] build index on: ace.verification properties: { v: 1, key: { token: 1 }, name: "token_1", ns: "ace.verification" }
2018-12-07T15:53:15.794-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.796-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.800-0800 I INDEX [conn2] build index on: ace.verification properties: { v: 1, key: { email: 1 }, name: "email_1", ns: "ace.verification" }
2018-12-07T15:53:15.800-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.802-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.830-0800 I INDEX [conn2] build index on: ace.rogue properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.rogue" }
2018-12-07T15:53:15.830-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.832-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.836-0800 I INDEX [conn2] build index on: ace.rogue properties: { v: 1, key: { site_id: 1, bssid: 1 }, name: "bssid_1_site_id_1", ns: "ace.rogue" }
2018-12-07T15:53:15.836-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.838-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.843-0800 I INDEX [conn2] build index on: ace.rogue properties: { v: 1, key: { site_id: 1, ap_mac: 1 }, name: "ap_mac_1_site_id_1", ns: "ace.rogue" }
2018-12-07T15:53:15.843-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.845-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.850-0800 I INDEX [conn2] build index on: ace.rogue properties: { v: 1, key: { site_id: 1, last_seen: 1 }, name: "last_seen_1_site_id_1", ns: "ace.rogue" }
2018-12-07T15:53:15.850-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.851-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.857-0800 I INDEX [conn2] build index on: ace.rogue properties: { v: 1, key: { site_id: 1, rssi: 1 }, name: "rssi_1_site_id_1", ns: "ace.rogue" }
2018-12-07T15:53:15.857-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.859-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.876-0800 I INDEX [conn2] build index on: ace.stat properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.stat" }
2018-12-07T15:53:15.877-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.878-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.884-0800 I INDEX [conn2] build index on: ace.stat properties: { v: 1, key: { site_id: 1, o: 1 }, name: "site_id_1_o_1", ns: "ace.stat" }
2018-12-07T15:53:15.884-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.885-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.892-0800 I INDEX [conn2] build index on: ace.stat properties: { v: 1, key: { site_id: 1, user: 1 }, name: "site_id_1_user_1", ns: "ace.stat" }
2018-12-07T15:53:15.892-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.894-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.899-0800 I INDEX [conn2] build index on: ace.stat properties: { v: 1, key: { site_id: 1, wlan: 1 }, name: "wlan_1_site_id_1", ns: "ace.stat" }
2018-12-07T15:53:15.899-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.901-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.906-0800 I INDEX [conn2] build index on: ace.stat properties: { v: 1, key: { site_id: 1, ap: 1 }, name: "site_id_1_ap_1", ns: "ace.stat" }
2018-12-07T15:53:15.906-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.908-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.914-0800 I INDEX [conn2] build index on: ace.stat properties: { v: 1, key: { site_id: 1, datetime: 1 }, name: "datetime_1_site_id_1", ns: "ace.stat" }
2018-12-07T15:53:15.914-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.917-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.929-0800 I INDEX [conn2] build index on: ace.dpiapp properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dpiapp" }
2018-12-07T15:53:15.929-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.931-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.952-0800 I INDEX [conn2] build index on: ace.portalfile properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.portalfile" }
2018-12-07T15:53:15.953-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.954-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.970-0800 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.wlanconf" }
2018-12-07T15:53:15.970-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.972-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.977-0800 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 1, key: { site_id: 1, usergroup_id: 1 }, name: "site_id_1_usergroup_id_1", ns: "ace.wlanconf" }
2018-12-07T15:53:15.977-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.979-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:15.984-0800 I INDEX [conn2] build index on: ace.wlanconf properties: { v: 1, key: { site_id: 1, attr_hidden_id: 1 }, name: "site_id_1_attr_hidden_id_1", ns: "ace.wlanconf" }
2018-12-07T15:53:15.984-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:15.986-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.006-0800 I INDEX [conn2] build index on: ace.firewallgroup properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.firewallgroup" }
2018-12-07T15:53:16.006-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.008-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.032-0800 I INDEX [conn2] build index on: ace.hotspotop properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.hotspotop" }
2018-12-07T15:53:16.032-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.033-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.038-0800 I INDEX [conn2] build index on: ace.hotspotop properties: { v: 1, key: { site_id: 1, name: 1 }, name: "site_id_1_name_1", ns: "ace.hotspotop" }
2018-12-07T15:53:16.038-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.040-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.054-0800 I INDEX [conn2] build index on: ace.portforward properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.portforward" }
2018-12-07T15:53:16.055-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.056-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.073-0800 I INDEX [conn2] build index on: ace.heatmappoint properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.heatmappoint" }
2018-12-07T15:53:16.073-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.075-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.079-0800 I INDEX [conn2] build index on: ace.heatmappoint properties: { v: 1, key: { site_id: 1, heatmap_id: 1 }, name: "site_id_1_heatmap_id_1", ns: "ace.heatmappoint" }
2018-12-07T15:53:16.079-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.081-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.097-0800 I INDEX [conn2] build index on: ace.site properties: { v: 1, key: { name: 1 }, name: "name_1", ns: "ace.site" }
2018-12-07T15:53:16.097-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.098-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.103-0800 I INDEX [conn2] build index on: ace.site properties: { v: 1, key: { attr_hidden_id: 1 }, name: "attr_hidden_id_1", ns: "ace.site" }
2018-12-07T15:53:16.103-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.105-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.121-0800 I INDEX [conn2] build index on: ace.task properties: { v: 1, key: { device_id: 1 }, name: "device_id_1", ns: "ace.task" }
2018-12-07T15:53:16.121-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.123-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.138-0800 I INDEX [conn2] build index on: ace.hotspot2conf properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.hotspot2conf" }
2018-12-07T15:53:16.138-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.140-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.156-0800 I INDEX [conn2] build index on: ace.dynamicdns properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dynamicdns" }
2018-12-07T15:53:16.156-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.158-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.181-0800 I INDEX [conn2] build index on: ace.hotspotpackage properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.hotspotpackage" }
2018-12-07T15:53:16.181-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.183-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.195-0800 I INDEX [conn2] build index on: ace.usergroup properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.usergroup" }
2018-12-07T15:53:16.195-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.197-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.217-0800 I INDEX [conn2] build index on: ace.broadcastgroup properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.broadcastgroup" }
2018-12-07T15:53:16.217-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.219-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.241-0800 I INDEX [conn2] build index on: ace.guest properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.guest" }
2018-12-07T15:53:16.241-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.243-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.250-0800 I INDEX [conn2] build index on: ace.guest properties: { v: 1, key: { site_id: 1, mac: 1 }, name: "site_id_1_mac_1", ns: "ace.guest" }
2018-12-07T15:53:16.250-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.252-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.262-0800 I INDEX [conn2] build index on: ace.guest properties: { v: 1, key: { site_id: 1, start: 1 }, name: "site_id_1_start_1", ns: "ace.guest" }
2018-12-07T15:53:16.262-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.265-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.271-0800 I INDEX [conn2] build index on: ace.guest properties: { v: 1, key: { site_id: 1, end: 1 }, name: "site_id_1_end_1", ns: "ace.guest" }
2018-12-07T15:53:16.271-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.273-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.278-0800 I INDEX [conn2] build index on: ace.guest properties: { v: 1, key: { site_id: 1, authorized_by: 1 }, name: "authorized_by_1_site_id_1", ns: "ace.guest" }
2018-12-07T15:53:16.278-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.283-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.295-0800 I INDEX [conn2] build index on: ace.guest properties: { v: 1, key: { site_id: 1, unauthorized_by: 1 }, name: "site_id_1_unauthorized_by_1", ns: "ace.guest" }
2018-12-07T15:53:16.295-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.297-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.310-0800 I INDEX [conn2] build index on: ace.mediafile properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.mediafile" }
2018-12-07T15:53:16.310-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.312-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.325-0800 I INDEX [conn2] build index on: ace.device properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.device" }
2018-12-07T15:53:16.325-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.327-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.332-0800 I INDEX [conn2] build index on: ace.device properties: { v: 1, key: { site_id: 1, mac: 1 }, name: "site_id_1_mac_1", ns: "ace.device" }
2018-12-07T15:53:16.332-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.334-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.349-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.349-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.351-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.356-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, mac: 1 }, name: "site_id_1_mac_1", ns: "ace.user" }
2018-12-07T15:53:16.356-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.357-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.362-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, is_guest: 1 }, name: "is_guest_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.363-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.364-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.371-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, blocked: 1 }, name: "blocked_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.371-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.373-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.379-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, last_seen: 1 }, name: "last_seen_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.379-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.381-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.388-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, fixed_ap: 1 }, name: "fixed_ap_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.388-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.389-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.395-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, use_fixedip: 1 }, name: "use_fixedip_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.395-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.397-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.403-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, network_id: 1 }, name: "network_id_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.403-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.405-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.410-0800 I INDEX [conn2] build index on: ace.user properties: { v: 1, key: { site_id: 1, noted: 1 }, name: "noted_1_site_id_1", ns: "ace.user" }
2018-12-07T15:53:16.410-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.411-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.431-0800 I INDEX [conn2] build index on: ace.wall properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.wall" }
2018-12-07T15:53:16.431-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.433-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.438-0800 I INDEX [conn2] build index on: ace.wall properties: { v: 1, key: { site_id: 1, map_id: 1 }, name: "map_id_1_site_id_1", ns: "ace.wall" }
2018-12-07T15:53:16.438-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.440-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.453-0800 I INDEX [conn2] build index on: ace.account properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.account" }
2018-12-07T15:53:16.453-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.455-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.460-0800 I INDEX [conn2] build index on: ace.account properties: { v: 1, key: { site_id: 1, email: 1 }, name: "site_id_1_email_1", ns: "ace.account" }
2018-12-07T15:53:16.460-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.462-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:16.501-0800 I INDEX [conn2] build index on: ace.dpigroup properties: { v: 1, key: { site_id: 1 }, name: "site_id_1", ns: "ace.dpigroup" }
2018-12-07T15:53:16.501-0800 I INDEX [conn2] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:16.503-0800 I INDEX [conn2] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.240-0800 I NETWORK [initandlisten] connection accepted from 127.0.0.1:6450 #3 (3 connections now open)
2018-12-07T15:53:17.248-0800 I NETWORK [initandlisten] connection accepted from 127.0.0.1:16272 #4 (4 connections now open)
2018-12-07T15:53:17.297-0800 I INDEX [conn4] build index on: ace_stat.stat_minute properties: { v: 1, key: { site_id: 1, datetime: 1, o: 1, oid: 1 }, name: "datetime_1_site_id_1_oid_1_o_1", ns: "ace_stat.stat_minute" }
2018-12-07T15:53:17.297-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.299-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.318-0800 I INDEX [conn4] build index on: ace_stat.stat_5minutes properties: { v: 1, key: { site_id: 1, datetime: 1, o: 1, oid: 1 }, name: "datetime_1_site_id_1_oid_1_o_1", ns: "ace_stat.stat_5minutes" }
2018-12-07T15:53:17.319-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.320-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.336-0800 I INDEX [conn4] build index on: ace_stat.stat_hourly properties: { v: 1, key: { site_id: 1, datetime: 1, o: 1, oid: 1 }, name: "datetime_1_site_id_1_oid_1_o_1", ns: "ace_stat.stat_hourly" }
2018-12-07T15:53:17.337-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.338-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.357-0800 I INDEX [conn4] build index on: ace_stat.stat_daily properties: { v: 1, key: { site_id: 1, datetime: 1, o: 1, oid: 1 }, name: "datetime_1_site_id_1_oid_1_o_1", ns: "ace_stat.stat_daily" }
2018-12-07T15:53:17.357-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.359-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.375-0800 I INDEX [conn4] build index on: ace_stat.stat_monthly properties: { v: 1, key: { site_id: 1, datetime: 1, o: 1, oid: 1 }, name: "datetime_1_site_id_1_oid_1_o_1", ns: "ace_stat.stat_monthly" }
2018-12-07T15:53:17.375-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.377-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.393-0800 I INDEX [conn4] build index on: ace_stat.stat_life properties: { v: 1, key: { site_id: 1, o: 1, datetime: 1, user: 1 }, name: "datetime_1_site_id_1_user_1_o_1", ns: "ace_stat.stat_life" }
2018-12-07T15:53:17.393-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.395-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.411-0800 I INDEX [conn4] build index on: ace_stat.stat_archive properties: { v: 1, key: { site_id: 1, o: 1, datetime: 1 }, name: "datetime_1_site_id_1_o_1", ns: "ace_stat.stat_archive" }
2018-12-07T15:53:17.411-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.413-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:17.426-0800 I INDEX [conn4] build index on: ace_stat.stat_dpi properties: { v: 1, key: { site_id: 1, datetime: 1, o: 1, oid: 1, app: 1, cat: 1 }, name: "app_1_datetime_1_cat_1_site_id_1_oid_1_o_1", ns: "ace_stat.stat_dpi" }
2018-12-07T15:53:17.426-0800 I INDEX [conn4] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2018-12-07T15:53:17.428-0800 I INDEX [conn4] build index done. scanned 0 total records. 0 secs
2018-12-07T15:53:28.363-0800 I NETWORK [initandlisten] connection accepted from 127.0.0.1:12869 #5 (5 connections now open)
[2018-12-07 15:53:05,487] <main> INFO system - *** system.properties not found, creating one ***
[2018-12-07 15:53:07,621] <launcher> INFO system - *** Running for the first time, creating identity ***
[2018-12-07 15:53:07,622] <launcher> INFO system - UUID: c4d3dc41-5e59-4d42-9303-c8f45486f791
[2018-12-07 15:53:07,626] <launcher> INFO system - ======================================================================
[2018-12-07 15:53:07,626] <launcher> INFO system - UniFi 5.6.40 (build atag_5.6.40_10370 - release) is started
[2018-12-07 15:53:07,636] <launcher> INFO system - ======================================================================
[2018-12-07 15:53:07,644] <launcher> INFO system - BASE dir:/usr/local/share/unifi
[2018-12-07 15:53:07,687] <launcher> INFO system - Current System IP: 172.17.17.21
[2018-12-07 15:53:07,758] <launcher> INFO system - Hostname: UnknownHost
[2018-12-07 15:53:07,768] <launcher> INFO system - Valid keystore is missing. Generating one ...
[2018-12-07 15:53:07,768] <launcher> INFO system - Generating Certificate[UniFi]... please wait...
[2018-12-07 15:53:08,552] <launcher> INFO system - Certificate[UniFi] generated!
[2018-12-07 15:53:11,511] <launcher> INFO db - waiting for db connection...
[2018-12-07 15:53:12,017] <launcher> INFO db - Connecting to mongodb://127.0.0.1:27117
[2018-12-07 15:53:17,238] <launcher> INFO db - Connecting to mongodb://127.0.0.1:27117
[2018-12-07 15:53:17,978] <launcher> WARN system - cannot load native lib - ubnt_webrtc_jni
[2018-12-07 15:54:20,446] <autoupdate-check> INFO system - firmware[S248750] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[U7MP] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[S224500] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[U7SHD] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[US48] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[US24] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[US8P60] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,447] <autoupdate-check> INFO system - firmware[U2IW] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U5O] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U2HSR] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U7NHD] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U7P] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U7PG2] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U7EDU] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[USC8] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,448] <autoupdate-check> INFO system - firmware[U7IW] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[US8P150] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[US48P500] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[U7HD] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[US16P150] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[BZ2] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[US8] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[US48PL2] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,449] <autoupdate-check> INFO system - firmware[US24P250] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,450] <autoupdate-check> INFO system - firmware[U7MSH] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,450] <autoupdate-check> INFO system - firmware[U7IWP] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,450] <autoupdate-check> INFO system - firmware[UGW4] new version (4.4.29.5124212) is available
[2018-12-07 15:54:20,450] <autoupdate-check> INFO system - firmware[UGW3] new version (4.4.29.5124210) is available
[2018-12-07 15:54:20,450] <autoupdate-check> INFO system - firmware[USXG] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,450] <autoupdate-check> INFO system - firmware[S216150] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[BZ2LR] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[U7LT] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[U2Lv2] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[S28150] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[U7LR] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[UHDIW] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[U2O] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[U2Sv2] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,451] <autoupdate-check> INFO system - firmware[US24P500] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,452] <autoupdate-check> INFO system - firmware[UGWXG] new version (4.4.29.5124239) is available
[2018-12-07 15:54:20,452] <autoupdate-check> INFO system - firmware[US24PL2] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,452] <autoupdate-check> INFO system - firmware[US48P750] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,452] <autoupdate-check> INFO system - firmware[S224250] new version (3.9.54.9373) is available
[2018-12-07 15:54:20,452] <autoupdate-check> INFO system - firmware[S248500] new version (3.9.54.9373) is available