apt-get install openjdk-8-jre
dpkg -i unifi_sysvinit_all.deb
apt-get install -f
apt-get install openjdk-8-jre
dpkg -i unifi_sysvinit_all.deb
apt-get install -f
Documenting this as it was driving me insane, couldnt find any help online
Ubuntu 18.04 and 20.04
Errors in syslog
Oct 19 07:24:32 control dhcpd[13024]: DHCPDISCOVER from 40:a3:6b:c1:25:20 via ens160: not responding (recovering)
Oct 19 07:24:32 control dhcpd[13024]: DHCPDISCOVER from 60:01:94:e4:0b:a6 via ens160: not responding (recovering)
Oct 19 07:24:32 control dhcpd[13024]: DHCPREQUEST for 192.168.1.132 from d8:31:34:f2:e3:ad via ens160: not responding (recovering)
All I needed to do was the let ISC-DHCP-Server use the default ports:
failover peer "failover-partner" {
primary;
address 192.168.1.62;
# port 519;
setenv bootcmd nandboot <<< Set to nandboot saveenv <<< Save configuration boot <<< Reload the AP
printenv BOOT <<< Check the current configuration setenv BOOT <part1 part2=""> <<< Change to another partition saveenv <<< Save configuration boot <<< Reload the AP</part1>
apt-get install python3-pipUbunutu 16.x needs this as there is a bug in the package above
pip3 install awscli --upgradeI used this script as the base for the AWS Route 53 Zone update and Certificate request
https://github.com/jed/certbot-route53
root@control:/usr/local/scripts# ssh-keygen -t rsaAdd the public key to the router:
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): /usr/local/scripts/cisco-automation.key
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /usr/local/scripts/cisco-automation.key.
Your public key has been saved in /usr/local/scripts/cisco-automation.key.pub.
The key fingerprint is:
The key's randomart image is:
ip ssh pubkey-chain
username automation
key-string
(paste in your pub key max 254 characters per line, so you will need to split it)
exit
exit
exit
exit
wr
cat cisco-automation.key > /root/.ssh/id_rsacat cisco-automation.key.pub > /root/.ssh/id_rsa.pub
echo $USER' ALL=(ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/$USER && sudo chmod 0440 /etc/sudoers.d/$USER
wget https://raw.githubusercontent.com/openenergymonitor/EmonScripts/stable/install/init.sh
chmod +x init.sh && ./init.sh
settings.ini
in /var/www/emoncms/
.cd /opt/openenergymonitor/EmonScripts/install/
nano config.ini
/opt/openenergymonitor
/opt/emoncms
/var/www/emoncms
/var/log/emoncms
/var/opt/emoncms