Omada Controller 3.0.2 for Linux (including new tpeap v1.4)

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

Omada Controller 3.0.2 for Linux (including new tpeap v1.4)

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
109 Reply
Re:Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-09-23 00:33:13 - last edited 2019-03-06 01:55:43

how do i change the listing IP address and port the instaion bound to localhost only not the exteral IP

 

[root@localhost Omada_Controller_V3.0.2_Linux_x64_targz]#  netstat -tunlp | fgrep -e java -e mongod
tcp        0      0 127.0.0.1:27217         0.0.0.0:*               LISTEN      7070/mongod
[root@localhost Omada_Controller_V3.0.2_Linux_x64_targz]# ./control.sh start

 

  0  
  0  
#62
Options
Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-09-23 09:31:12 - last edited 2019-03-06 01:55:43

srgsng25 wrote

how do i change the listing IP address and port the instaion bound to localhost only not the exteral IP

 

[root@localhost Omada_Controller_V3.0.2_Linux_x64_targz]#  netstat -tunlp | fgrep -e java -e mongod
tcp        0      0 127.0.0.1:27217         0.0.0.0:*               LISTEN      7070/mongod
[root@localhost Omada_Controller_V3.0.2_Linux_x64_targz]# ./control.sh start

 

Not sure what you mean. mongod is listening on localhost already according to the output of netstat shown above.

 

Note that you are using the official Omada Controller version from TP-Link in the above example, not the community version. Running »control.sh start« if mongod has been started already (or ist left running by a former call to »control.sh«) won't work.

 

Terminate all mongod/omada processes manually before trying to start a new process using »control.sh« — this is a bug in the official Omada Controller version, where startup failures of the controller leave processes hanging around indefinitely.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#63
Options
Re:Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-13 13:10:15 - last edited 2019-03-06 01:55:43

any simple way to tackle this issue on tp-link router. magisk

I am awaiting the corrections by the manufacturers. coc private server

And there's always the possibility of using a DD-WRT firmware.

Thank you,

Manav

  0  
  0  
#64
Options
Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-14 08:43:34 - last edited 2019-03-06 01:55:43

manav wrote

I am awaiting the corrections by the manufacturers. coc private server

And there's always the possibility of using a DD-WRT firmware.

 

This is the community version; it has no "manufacturer". If you think it is worth the expense to port it to DD-WRT, just go on and do it.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#65
Options
Re:Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-21 11:53:17 - last edited 2019-03-06 01:55:43

[quote]

R1D2 wrote

...

Thanks for your offer to test. The beta is available from ftp.rent-a-guru.de/private, file name is:

 

    omada-controller_3.0.2_all.deb

[/quote]

The private folder on you ftp is now empty?

I was looking to try your package for Rpi v2

  0  
  0  
#66
Options
Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-22 08:58:47 - last edited 2019-03-06 01:55:43

Dynamo wrote

 

The private folder on you ftp is now empty?

 

No, it's not empty, but you don't see any files therein. Just download the file as described in the first post of this thread using a FTP client (not a web browser). 

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#67
Options
Re:Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-22 20:24:04 - last edited 2019-03-06 01:55:43

R1D2 wrote

Dynamo wrote

 

The private folder on you ftp is now empty?

 

No, it's not empty, but you don't see any files therein. Just download the file as described in the first post of this thread using a FTP client (not a web browser). 

My mistake, i missed that on the first page.

 

I successfully downloaded the package and installed it today. No failure messages occured during install.

The controller fails to start however. The start log contains this error:

Error occurred during initialization of VM
Server VM is only supported on ARMv7+ VFP

 

I am trying to run this on an Rpi 2 model.

Any idea how to fix this?

 

Java, JSVC and Mongodb have all been installed ok as far as i can see

Java -version is reporting 1.8.0_65

  0  
  0  
#68
Options
Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-24 10:15:38 - last edited 2019-03-06 01:55:43

Dynamo wrote

I successfully downloaded the package and installed it today. No failure messages occured during install.

The controller fails to start however. The start log contains this error:

Error occurred during initialization of VM
Server VM is only supported on ARMv7+ VFP

 

Hi Dynamo,

 

you can try to remove the Java option '-server' in the tpeap script, it then should work in non-server mode.

༺ 0100 1101 0010 10ཏ1 0010 0110 1010 1110 ༻
  0  
  0  
#69
Options
Re:Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-10-24 20:07:17 - last edited 2019-03-06 01:55:43

R1D2 wrote

Dynamo wrote

I successfully downloaded the package and installed it today. No failure messages occured during install.

The controller fails to start however. The start log contains this error:

Error occurred during initialization of VM
Server VM is only supported on ARMv7+ VFP

 

Hi Dynamo,

 

you can try to remove the Java option '-server' in the tpeap script, it then should work in non-server mode.

I changed "- server" to -"cliënt" in /usr/bin/tpeap and that did it! 

Starting the service takes a whopping 10-11 minutes though... Hope that isn't top slow to be usefull. 

Because i set the wait time to 240s, i do get a warning "start failed", but it will start nevertheless. 

  0  
  0  
#70
Options
Re:Re:Re: Omada Controller 3.0.2 for Linux (including new tpeap v1.4)
2018-11-08 11:54:46 - last edited 2019-03-06 01:55:43
  0  
  0  
#71
Options
Related Articles