Hi all.
I am running an RPi5 with Bookworm. My goal is to create a LoRaWAN private network/application server with Home Assistant running on it. At the moment I have data from two different nodes pushing to the Chirpstack network. I am running into some questions, etc. at this point and my lack of understanding on this subject has only gotten fuzzier as I try and read documents and learn on the subject. So my initial questions pertain to the following:
I am confused. When I go to a staged container area and enterThe broker, gateway, network_app server, postgres, redis all show a STATE of UP
(forgive me for the life of me I cannot get a picture to post here --- I tried the above img but to no avail and I have not found anywhere in the help that tells me what I should do)
I can go to Chirpstack and see my two nodes pushing data to the network.
However when I runRunning this will list all the services I mentioned above BUT the STATES of some of them show DISABLED and some show ENABLED.
So not being a software expert my questions are :
Is systemctl showing me the same instances that are running within the docker-compose container OR are the ones labeled ‘ENABLED’ in systemd independent parallel instances which are running and can be stopped?
If they have no bearing on the chirpstack (per last question) can someone then tell me how to change the PRESET to DISABLED so they don 't start at system boot AND where do I find each file to do this? Is this in config files?
Thank you very much.
I am running an RPi5 with Bookworm. My goal is to create a LoRaWAN private network/application server with Home Assistant running on it. At the moment I have data from two different nodes pushing to the Chirpstack network. I am running into some questions, etc. at this point and my lack of understanding on this subject has only gotten fuzzier as I try and read documents and learn on the subject. So my initial questions pertain to the following:
I am confused. When I go to a staged container area and enter
Code:
docker-compose ps
(forgive me for the life of me I cannot get a picture to post here --- I tried the above img but to no avail and I have not found anywhere in the help that tells me what I should do)
I can go to Chirpstack and see my two nodes pushing data to the network.
However when I run
Code:
sudo systemctl list-unit-files --type=service
So not being a software expert my questions are :
Is systemctl showing me the same instances that are running within the docker-compose container OR are the ones labeled ‘ENABLED’ in systemd independent parallel instances which are running and can be stopped?
If they have no bearing on the chirpstack (per last question) can someone then tell me how to change the PRESET to DISABLED so they don 't start at system boot AND where do I find each file to do this? Is this in config files?
Thank you very much.
Statistics: Posted by ridgerunnersjw — 2024-07-10 19:21 — Replies 1 — Views 44