Fixed my first issue -
should have been
This does allow the 4.8.12 controller to work - now however I adopted the AP, then against better judgment immediately updated the firmware on it - it updated fine. but got stuck in an adopting loop. I couldn't do anything with it despite factory resetting etc. SSH'ing in and using 'info' displayed server reject on the inform ip address. Despite it being the correct one for the jail, thus rendering the AP fairly useless currently
Code:
echo /usr/local/bin/tmux new-window -d "/usr/local/bin/java -jar /UniFi/lib/ace.jar start" >> /etc/rc.local
should have been
Code:
echo /usr/local/bin/tmux new-session -d "/usr/local/bin/java -jar /UniFi/lib/ace.jar start" >> /etc/rc.local
This does allow the 4.8.12 controller to work - now however I adopted the AP, then against better judgment immediately updated the firmware on it - it updated fine. but got stuck in an adopting loop. I couldn't do anything with it despite factory resetting etc. SSH'ing in and using 'info' displayed server reject on the inform ip address. Despite it being the correct one for the jail, thus rendering the AP fairly useless currently
Last edited: