Qnap [ Ubiquiti UniFi ] Wi-Fi Management

Could you remove the check for the QNAP 4.3 firmware?
I use a QNAP TS-659 pro which isn't getting the 4.3 version, and it's an 64bit cpu.
Anyway I really would like to use it on my QNAP, also I'm using the QJDK8 but only the 111 version as the 152 has the same problem.

Or can someone explain how to remove this limitation? Thank you.
 
thesaint75 a dit:
Could you remove the check for the QNAP 4.3 firmware?
I use a QNAP TS-659 pro which isn't getting the 4.3 version, and it's an 64bit cpu.
Anyway I really would like to use it on my QNAP, also I'm using the QJDK8 but only the 111 version as the 152 has the same problem.

Or can someone explain how to remove this limitation? Thank you.

ok uploading a 4.2.6 version for x86, but i cant test it it works (please let me know)

will be available on QnapClub repo as soon cris validated the pending packages
 
Stephane:

New version out: UniFi 5.6.26 Stable Candidate

https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-6-26-Stable-Candidate-has-been-released/ba-p/2162104

Please note , memory has increased by default.

https://community.ubnt.com/t5/UniFi-Wireless/NOTICE-UniFi-Controller-Memory-Usage-5-6-20/m-p/2137209#M261686
 
@QoolBox: There is still a limitation for QTS 4.3

Unifi_5.6.26.0_x86.qpkg.zip [ untested release firmware 4.2.6 ]
Code:
Unifi 5.3.8.0 installation failed. Error Firmware version, please upgrade to QTS 4.3.0 or newer version.
 
True, sorry I mixed up the different versions. In this specific version the installation was fine, but the unifi control couldn't be reached.

https://172.17.2.2:38193/
I couldn't find any process running on this port.
 
mmm i cant test here on my side... i have no old 4.2.5...

may be incompatible mongodb binary

what is the ouput in ssh for :

Code:
CONF=/etc/config/qpkg.conf
QPKG_NAME="Unifi"
QPKG_ROOT=`/sbin/getcfg $QPKG_NAME Install_Path -f ${CONF}`
APACHE_ROOT=/share/`/sbin/getcfg SHARE_DEF defWeb -d Qweb -f /etc/config/def_share.info`
export QNAP_QPKG=$QPKG_NAME
export QPKG_NAME QPKG_ROOT APACHE_ROOT

export JAVA_HOME=/opt/QJDK8
export JAVA=$JAVA_HOME/bin/java
export UNIFY_HOME=$QPKG_ROOT/UniFi
export PATH=$UNIFY_HOME/bin:$PATH

export SHELL=/bin/sh
export LC_ALL=en_US.UTF-8
export USER=admin
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8


cd $UNIFY_HOME

$JAVA -jar lib/ace.jar start

may be some logs in /opt/Unifi/Unifi can help as well
 
there isn't a /opt/Unifi neither a /opt/QJDK8 as I've seen in the system.properties
export JAVA_HOME=/opt/QJDK8

I tried to run it myself with
Code:
/usr/local/jre/bin/java -jar lib/ace.jar start

server.log
[2017-12-10 11:00:34,251] <db-server> ERROR system - [exec] error, rc=139
[2017-12-10 11:00:34,252] <db-server> INFO db - DbServer stopped

mongodb.log
2017-12-10T12:00:34.244+0100 F - [initandlisten] Invalid access at address: 0x6ff7
2017-12-10T12:00:38.309+0100 I CONTROL [main] ***** SERVER RESTARTED *****

/usr/local/jre/bin/java -version
java version "1.8.0_06"
Java(TM) SE Embedded Runtime Environment (build 1.8.0_06-b23, headless)
Java HotSpot(TM) Embedded Client VM (build 25.6-b23, mixed mode)
 

Pièces jointes

  • logs.zip
    1.4 KB · Affichages: 57
mmmm

look like some instruction are not working on the 32bit version for mongodb...

probably the due to the binary used inside the qpkg bin directory... unfortunately mongodb do not provide mongodb 32bit Linux...
I used some i found in web directory for i686

a bit complicated to make it work.. i think
 
ok uploading a 4.2.6 version for x86, but i cant test it it works (please let me know)

will be available on QnapClub repo as soon cris validated the pending packages

Nice to see a newer UNIFI Controller version for our old NAS and the package actually installs Firmware QTS 4.2.x :)

BUT I currently don't get past the Privacy page. :-(


When Starting UNFI app compared to my last 5.0.7 version it now opens on 38193 Port instead of 8443.

I also tried using NAP-IP:38190 but under Chrome the page just doesn't load.

Trying to change this in the /share/MD0_DATA/.qpkg/Unifi/UniFi/data/system.properties and restating app didn't have any effect.

I even tried the 5.0.7 systemproperties this even gets worse
is_default=false
portal.http.port=8880
portal.https.port=8843
unifi.db.port=27018
unifi.http.port=8188
unifi.https.port=8443
unifi.shutdown.port=8082

I also tried using NAP-IP:38190 but under Chrome the page just doesn't load.

Please note that I fully removed the old UNIFI app + Mongodb 2.44 app.
When installing the app complained that only QJDK8 was missing. Does this mean we don't need Mongodb anymore?
 
QJDK8 is still required to run Unifi

mongodb binary are installed within Unifi.. on previous thread i had confirmation the embedded MongodB is actually not working on x86

i have no solution at this time
 
Hmm doesn't sound good.

So for now I just use the 5.07 version and updated with all files, but I noticed that the tested beta 5.7.10 is actually not saving into MongoDB :-( so when restarting NAS all setting are gone ( at least on my install)

Is there a manual way (ssh/ftp) to update mongodb from 2.44 to 3.x? Eg. build from source for arm?
 
Any other way to provide you with debugging logs so we might Standard a change to use this newer version?
 
Hello Stephane.

FYI 5.6.29 Stable Candidate has been released.

https://community.ubnt.com/t5/UniFi-Beta-Blog/UniFi-5-6-29-Stable-Candidate-has-been-released/ba-p/2176631