Package Details: omada-controller 5.13.30.8-1

Git Clone URL: https://aur.archlinux.org/omada-controller.git (read-only, click to copy)
Package Base: omada-controller
Description: Omada SDN Controller
Upstream URL: https://www.tp-link.com/us/support/download/omada-software-controller/#Controller_Software
Licenses: custom
Conflicts: omada-sdn-controller
Submitter: schard
Maintainer: Inxsible
Last Packager: Inxsible
Votes: 6
Popularity: 0.42
First Submitted: 2020-02-06 18:14 (UTC)
Last Updated: 2024-03-04 18:13 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Pinned Comments

Inxsible commented on 2023-12-01 15:01 (UTC) (edited on 2023-12-01 15:07 (UTC) by Inxsible)

@teJECSke Please stop flagging this package as out of date unless a new version is available on the link marked as Upstream URL on this page !!!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

Inxsible commented on 2023-04-16 18:19 (UTC)

@schard, that is still going to break installations for people that use mongodb3.x. Unfortunately, once mongodb upgraded to 6, there had to be 1 package that I needed to select for the dependency.

schard commented on 2023-04-07 09:04 (UTC) (edited on 2023-04-07 09:12 (UTC) by schard)

The hard dependency on mongodb44-bin breaks my installation, since I am using mongodb44 (self-compiled) from the AUR.

diff --git a/PKGBUILD b/PKGBUILD
index 768dd32..37dea0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _baseos='Linux_x64'
 arch=('x86_64')
 url='https://www.tp-link.com/us/support/download/omada-software-controller/#Controller_Software'
 license=('custom')
-depends=('jre17-openjdk' 'java-jsvc' 'curl' 'mongodb44-bin')
+depends=('jre17-openjdk' 'java-jsvc' 'curl' 'mongodb>=4.4' 'mongodb<4.5')
 makedepends=('git')
 #provides=('sdn-controller')
 conflicts=('omada-sdn-controller')

Inxsible commented on 2023-04-05 14:55 (UTC) (edited on 2023-04-05 14:56 (UTC) by Inxsible)

Upgraded to 5.9.31 and mandated use of mongodb44-bin as mongodb aur package was updated to 6.X which is not supported by Omada Controller.

Qvyldr commented on 2023-03-27 09:55 (UTC)

The package has broken dependencies, as mongodb aur package was updated to 6.x

<deleted-account> commented on 2023-03-04 22:19 (UTC)

Thanks all for commenting, It actually started working after 1 or 2 reboots, not sure what was going on here.

Inxsible commented on 2023-03-04 22:11 (UTC) (edited on 2023-03-04 22:15 (UTC) by Inxsible)

Updated to v5.9.9

@Xyrophobic, I would suggest you open up a support question on Manjaro forums.

diamondice00085 commented on 2023-02-27 13:09 (UTC)

How can I get access to submit a PR to this package? I've updated my local clone to 5.8.4 and would like to submit a PR for review.

soundscape commented on 2023-02-27 02:56 (UTC) (edited on 2023-02-28 22:24 (UTC) by soundscape)

@Xyrophobic Doesn't seem like its documented, but after enabling and starting the service I worked out I could access the Web UI at http://<omada-hostIP>:8088 and finish setup from there. FWIW tpeap commands still don't work but I'm not using any EAP devices so I'm not worried.

<deleted-account> commented on 2023-02-26 20:33 (UTC)

I installed this package today on Manjaro but have no luck getting the controller to run, as stated by soundscape the tpeap commands do not work and starting the service doesn't change anything either. A few pointers would be much appreciated ! Thanks