Pharos Control 2.0.2 Linux Not Working
Pharos Control
https://www.tp-link.com/en/support/download/pharos-control/
Pharos Control 2.0.2 Linux Not Working
Pharos Control 2.0.0-1 Linux WORKING
Any suggestion?
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
@Heujenthro, did you remove OpenJDK as suggested in the Raspbian thread?
If it still doesn't work, I can't help for Raspi4, don't have one, sorry.
- Copy Link
- Report Inappropriate Content
@R1D2 , Yeah
IT WORKS!!
By doing this stuf.
First i remove all Java stuf
$ sudo apt purge openjdk*
$ sudo apt autoremove
Then.
$ sudo mkdir /usr/java
$ cd /usr/java
$ sudo tar xf ~/Downloads/jdk-8u241-linux-arm32-vfp-hflt.tar.gz
$ sudo update-alternatives --install /usr/bin/java java /usr/java/jdk1.8.0_241/bin/java 1000
$ sudo update-alternatives --install /usr/bin/javac javac /usr/java/jdk1.8.0_241/bin/javac 1000
$ java -version ; javac -version
- Copy Link
- Report Inappropriate Content
Great.
Remember that the official version of Pharos Control needs to run as a root process, this bears some risks due to Java bugs.
The community version will be release soon, it then will run Pharos Control under an unprivileged user ID, thus greatly minimizing risks.
- Copy Link
- Report Inappropriate Content
@R1D2 , Yeah, it runs on the root process.
- Copy Link
- Report Inappropriate Content
Heujenthro wrote
Yeah, it runs on the root process.
Yes, I know and this is bad. Web services never should run as root. The risk it creates is a potential root exploit due to bugs in Java.
- Copy Link
- Report Inappropriate Content
@R1D2 , Yup. this might need pay closer attention on the root service.
Also, I notice that it has cloud backend server on PharosControlHeadless.backend.server.hipap.tplink.com
- Copy Link
- Report Inappropriate Content
Heujenthro wrote
Also, I notice that it has cloud backend server on PharosControlHeadless.backend.server.hipap.tplink.com
this are Java class names and they read: com.tplink.hipap.server.backend.HiPAPSeverLauncher
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
@RuskinF how can i login to your ftp?
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 5692
Replies: 21
Voters 0
No one has voted for it yet.