Package Details: unifi 9.0.114-1

Git Clone URL: https://aur.archlinux.org/unifi.git (read-only, click to copy)
Package Base: unifi
Description: Centralized management system for Ubiquiti UniFi AP
Upstream URL: https://unifi-network.ui.com
Licenses: custom
Conflicts: tomcat-native
Submitter: seblu
Maintainer: freswa
Last Packager: freswa
Votes: 70
Popularity: 0.61
First Submitted: 2017-08-22 01:31 (UTC)
Last Updated: 2025-02-04 12:05 (UTC)

Dependencies (3)

Required by (0)

Sources (6)

Pinned Comments

freswa commented on 2019-10-30 11:50 (UTC)

We are on Stable with this Package. Please flag out-of-date only if the Version provided with this package does not match the version under "Stable" in this link: https://help.ubnt.com/hc/en-us/articles/360008240754#1

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 Next › Last »

wget commented on 2018-08-27 18:39 (UTC)

@thylacine222 thanks a lot for your comment this worked. For others, to see whether you are concerned by an Arch Linux ARM aarch64 variant, simply type uname -m. This should give you aarch64 if you are running an ARM 64 compatible build. Otherwise you might end up with armv7 simply printed.

benoliver999 commented on 2018-08-16 07:38 (UTC)

@GrayHatter That did the trick - thank you!

GrayHatter commented on 2018-08-16 06:05 (UTC)

I had that issue with postgresql, it's because systemd sucks... reboot and it'll start working again...

k0ste commented on 2018-08-16 00:51 (UTC)

@benoliver999, from what version you upgrade?

benoliver999 commented on 2018-08-15 15:24 (UTC) (edited on 2018-08-15 15:24 (UTC) by benoliver999)

I always get a cold sweat when it's time to upgrade, and sure enough... I'm getting an error again:

unifi.service: Failed to determine user credentials: No such process  
unifi.service: Failed at step USER spawning /usr/bin/java: No such process

jonascj commented on 2018-08-02 18:40 (UTC)

In case anyone wonders how to use the package (I did for a few minutes):

  1. Start service "systemctl start unifi.service" (optionally enable it "systemctl enable unifi.service").

  2. Now the controller software is running, its web gui available at https://localhost:8443

thylacine222 commented on 2018-07-01 04:56 (UTC)

You just need to comment out

rm -r "${pkgdir}/usr/lib/unifi/lib/native"

Or edit it to remove whichever packages are not compiled for your architecture.

Not sure why these are deleted in this PKGBUILD by default.

sean commented on 2018-06-24 22:58 (UTC)

Thanks for pointing this out, daredevil. I was able to enable Cloud Access by fetching the source archive and extracting that file into the installation directory. Maybe the PKGBUILD can be modified to include native libraries?

daredevil commented on 2018-06-22 14:20 (UTC) (edited on 2018-06-22 14:40 (UTC) by daredevil)

For everyone who wants to use cloud access. It's not working because of missing java libary libubnt_webrtc_jni.so after installation.