Closed bearofbarham closed 1 year ago
All the instructions are located within the git hub files, but if you can't understand it, contact me direct
Hi Thanks, how do I contact you Directly.
cheers, Paul
------ Original Message ------ From: "bigaone22" @.> To: "iu5jae/pYSFReflector" @.> Cc: "bearofbarham" @.>; "Author" @.> Sent: 15/07/2021 17:13:56 Subject: Re: [iu5jae/pYSFReflector] Install (#19)
All the instructions are located within the git hub files, but if you can't understand it, contact me direct
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/iu5jae/pYSFReflector/issues/19#issuecomment-880830339, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU3PR265LU6DKDTRF6GJLMLTX4CMJANCNFSM5ANY4UZQ.
dex.9y4c@gmail.com
Installation on raspberry with raspios buster: preliminary operations: sudo apt update sudo apt upgrade sudo reboot .... after the reboot: sudo apt install git git clone https://github.com/iu5jae/pYSFReflector.git
copy necessary files: cd pYSFReflector sudo cp YSFReflector /usr/local/bin/ sudo cp YSFReflector.ini /usr/local/etc/ sudo cp deny.db /usr/local/etc/ edit the .ini and .db file as needed (in /usr/local/etc) Service file creation: (If the raspberry is dedicated to the reflector we can run the service as root) cd
nano YSFReflector.service file content: [Unit] Description=YSFReflector After=network.target [Service] ExecStartPre=/bin/sleep 1 Type=simple User=root Group=root Restart=always
ExecStart=/usr/bin/python3 /usr/local/bin/YSFReflector /usr/local/etc/YSFReflector.ini [Install] WantedBy = multi-user.target
copy of the service file:
sudo cp ./YSFReflector.service /lib/systemd/system
service management:
sudo systemctl start YSFReflector.service sudo systemctl stop YSFReflector.service sudo systemctl restart YSFReflector.service sudo systemctl status YSFReflector.service sudo systemctl enable YSFReflector.service sudo systemctl disable YSFReflector.service
I followed the instructions above, but I get an error when trying to execute the python script.
I am typing "python3 ./YSFReflector /opt/pYSFReflector/YSFReflector.ini" and I get back "Python3: can;t open file '/YSFReflector' : [ERRno 2] No such file or directory
I don't see a step where I should have created this folder. Am I missing something?
Hi, see the correct install info from the Author, the old text was incorrect.
ok, where is the install info from the Author? I don't see anything else from [9Y4C]
9y4ç is wrong, please follow the new text pasted above your 1st message, it mentions Raspberry pi, I set mine up on a pi 3a, it doesnt like pi 4,s and I used a fresh install of Raspberry pi software then accessed it using extermal ssh software in windows
Oh, ok. I was ignoring that because I'm not setting it up on a Raspberry Pi.
Thanks,
The Author is not 9y4ç
Hi, what r u setting it up on, the setup should be the same for ubuntu, etc, I just used a pi 3 because it uses such a small amount of power when left on 24/7
Setting up on my cloud server running ubuntu.
Hi, Please could you write details on how you actually install a Python YSF Reflector
Thank you, Bear