Skip to content
Davy Keppens edited this page Sep 11, 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 mv OSC/tpeap.service /etc/systemd/system/

sudo systemctl daemon-reload

sudo rm /etc/init.d/tpeap

Then manage with systemctl [start|stop] tpeap as usual. The status command is not supported by systemd script but can be run as before using : /usr/bin/tpeap status

Part 3 : The Mongodb binary compiled for Bullseye (Debian 11) on ARM64-bit/AARCH64 can be downloaded from my Google Drive account.

     Just copy/paste the link in the included text-file to your browser.

     Feel free to open an issue here in case issues to access the download should arise.
Clone this wiki locally