Pharos Control 2.0.2 Linux Not Working

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Pharos Control 2.0.2 Linux Not Working

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
21 Reply
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 13:06:48
༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  1  
  1  
#12
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 13:36:24

@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.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#14
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 13:40:13 - last edited 2020-01-23 13:41:13

@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

  0  
  0  
#15
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 13:50:26

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.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#16
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 13:55:19

@R1D2 , Yeah, it runs on the root process.

  0  
  0  
#17
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 14:24:51

 

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.

 

 

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#18
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 14:30:29 - last edited 2020-01-23 14:31:08

@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

  0  
  0  
#19
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-01-23 17:14:58

 

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

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#20
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-10-03 00:12:39
how to login to your ftp?
  0  
  0  
#22
Options
Re:Pharos Control 2.0.2 Linux Not Working
2020-10-03 00:14:29

@RuskinF how can i login to your ftp?

  0  
  0  
#23
Options