Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


install_unifi_on_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
install_unifi_on_ubuntu [2019/11/08 08:39] juckinsinstall_unifi_on_ubuntu [2020/01/24 08:53] juckins
Line 1: Line 1:
 ==== Install Unifi controller on Ubuntu ==== ==== Install Unifi controller on Ubuntu ====
 +
 +__24 Jan 2020__
 +
 +MongoDB 3.4 keys expired.  Fix following steps in https://stackoverflow.com/questions/34733340/mongodb-gpg-invalid-signatures
 +
 +  sudo apt-key list | grep -A 1 expired
 +  
 +Copy the 40-hex-digit fingerprint and run:
 +
 +  sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys $FINGERPRINT 
 +  
 +where $FINGERPRINT is the value you copied (if it contains spaces, put quotes around it).
  
 __8 Nov 2019__ __8 Nov 2019__
install_unifi_on_ubuntu.txt · Last modified: 2023/01/09 21:17 by juckins