Skip to content
Davy Keppens edited this page Sep 12, 2022 · 21 revisions

Welcome to this OSC Wiki !

HOWTO :

git clone https://github.com/dkeppens/OSC.git

Part 1 : Updated control.sh script (TPEAP must be priorly installed)

sudo mv OSC/control.sh /opt/tplink/EAPController/bin/control.sh

sudo chown user:user /opt/tplink/EAPController/bin/control.sh (Where user is the account you use to run TPEAP)

sudo chmod 744 /opt/tplink/EAPController/bin/control.sh

sudo ln -fs /opt/tplink/EAPController/bin/control.sh /usr/bin/tpeap

Part 2 : Systemd service file tpeap.service

sudo /usr/bin/tpeap stop (To ensure stop of TPEAP running outside of systemd)

sudo mv OSC/tpeap.service /etc/systemd/system/

sudo rm /etc/init.d/tpeap

sudo systemctl daemon-reload

Then manage with sudo systemctl [start|stop|status] tpeap as usual.

Part 3 : A mongod binary compiled for Bullseye (Debian 11) on ARM64-bit/AARCH64

     This can be downloaded from my Google Drive account
     Just copy/paste the link in the mongodb-4.4.15-bindir-share-url.txt text-file included in this repository to your browser and confirm
     Feel free to open an issue here in case issues to access the download should arise
Clone this wiki locally