Package Details: unifi 9.1.120-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: 71
Popularity: 0.97
First Submitted: 2017-08-22 01:31 (UTC)
Last Updated: 2025-05-01 09:01 (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 24 Next › Last »

rkokk commented on 2018-09-09 18:00 (UTC) (edited on 2018-09-09 18:01 (UTC) by rkokk)

I have an issue with the fact that mongodb has upgraded in the repo to 4.0. Even downgrading the package to 3.6/3.4 does not resolve the following error. Which results in the mongodb rebooting continuesly. Any ideas how to fix this? I'm only using mongo for Unifi.

** IMPORTANT: UPGRADE PROBLEM: The data files need to be fully upgraded to version 3.6 before attempting an upgrade to 4.0; see http://dochub.mongodb.org/core/4.0-upgrade-fcv for more details.

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?