Package Details: omada-controller 5.15.20.18-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://support.omadanetworks.com/us/product/omada-software-controller/?resourceType=download
Licenses: custom
Conflicts: omada-sdn-controller
Submitter: schard
Maintainer: Inxsible
Last Packager: Inxsible
Votes: 7
Popularity: 0.192788
First Submitted: 2020-02-06 18:14 (UTC)
Last Updated: 2025-04-04 20:47 (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 7 8 Next › Last »

genji commented on 2023-10-22 02:14 (UTC) (edited on 2023-10-22 02:22 (UTC) by genji)

How do you actually use this once it's installed? There is no documentation or anything, and 'tpeap' doesn't exist on the system even after installing as far as I can tell. And the TP-Link website says you use this command?

I did a systemctl enable --now omada-controller which executed without problems and now is running in my processes list, but there's nothing listening on :8088 , I can't connect via web browser and I try to telnet to the port to confirm it's listening, and no, it's connection refused.

Inxsible commented on 2023-10-04 19:07 (UTC)

This time around, TP-Link has only released the .deb source file on their Omada Controller download page. The tar.gz is available on tplinkcloud.com forums if you look hard enough, but I just wanted to use the one on their static page because that way I don't have to massage the random numbers of the date & time in the download link. That has necessitated a a bit of modification when extracting the source files. I might revert back to using the tar.gz sources if TP-Link releases it on the static download page.

Enjoy !

Inxsible commented on 2023-09-20 14:21 (UTC)

@whoever that marked this out-of-date,

I don't see the 5.12.7 version on the US site of tp-link. The latest available is the same version that is packaged here on AUR.

I'll wait until tp-link provides the updated version on their US site before upgrading this package. Please refrain from marking this out-of-date until then.

Thanks

Inxsible commented on 2023-04-28 18:51 (UTC)

@archerdm, updated to use /usr/lib/jvm/default.

archerdm commented on 2023-04-26 00:00 (UTC)

Thanks for the update.

Another note: With different java versions it may be necessary to edit the service file from "/usr/lib/jvm/java-17-openjdk" to "/usr/lib/jvm/default", or whatever is appropriate.

Inxsible commented on 2023-04-23 17:06 (UTC) (edited on 2023-04-23 17:07 (UTC) by Inxsible)

@archerdm, you were correct. I don't know why but when I tested it once, it kept throwing errors on mongodb even though I had it(mongodb44-bin) installed. I was using just makepkg as well. I don't use any AUR helpers. Maybe I was doing something wrong.

I have updated the PKGBUILD to depend on java-runtime>=8 and changed back the dependency on mongodb to >=3 & <5 and released a -2 version.

Thanks for the help.

archerdm commented on 2023-04-22 03:05 (UTC)

Since "makepkg -s" only pulls from repositories, it states what's missing but fails, whether requiring mongodb44-bin or otherwise, until mongodb has been installed. Are you using an AUR helper and/or a repository that contains mongodb44-bin? I am not. Currently I have this working with the "mongodb44" and "jre-openjdk" packages.

Inxsible commented on 2023-04-22 02:00 (UTC)

Did you have mongodb44 or some other supported version already installed when you tested it? or did it provide you with the options to choose from for mongodb? For me, the installation fails, if I don't have mongodb44 already installed which is why I changed the PKGBUILD to explicitly look for mongodb44-bin