Network Server Config Problem

I have had issues changing my configfile for the Network Server
Thankfully I was able to change the path by following the website

My main concern is, is this change reflected in the web console with build_in_ns changing to the frequency used?

As seen below, this is my Network Server page


This is my configfile

Hi @BrianBailey

Have restart the network-server after changing the configuration file?

You need to restart the network-server after changing the configuration file.

1 Like

Hello @sagarpatel
I changed the configuration and now I have this error:



It must be because I changed the config file and something is not right

I am getting this error specifically:
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: Failed to start ChirpStack Network Server.
ubuntu@ip-172-31-41-91:~$ sudo systemctl status chirpstack-network-server
● chirpstack-network-server.service - ChirpStack Network Server
Loaded: loaded (/lib/systemd/system/chirpstack-network-server.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-12-04 13:07:35 UTC; 9s ago
Docs: https://www.chirpstack.io/
Process: 29067 ExecStart=/usr/bin/chirpstack-network-server (code=exited, status=1/FAILURE)
Main PID: 29067 (code=exited, status=1/FAILURE)

Dec 04 13:07:34 ip-172-31-41-91 systemd[1]: chirpstack-network-server.service: Main process exited, code=exited, status=1/FAILURE
Dec 04 13:07:34 ip-172-31-41-91 systemd[1]: chirpstack-network-server.service: Failed with result ‘exit-code’.
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: chirpstack-network-server.service: Service hold-off time over, scheduling restart.
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: chirpstack-network-server.service: Scheduled restart job, restart counter is at 5.
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: Stopped ChirpStack Network Server.
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: chirpstack-network-server.service: Start request repeated too quickly.
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: chirpstack-network-server.service: Failed with result ‘exit-code’.
Dec 04 13:07:35 ip-172-31-41-91 systemd[1]: Failed to start ChirpStack Network Server.

I feel having US902_928 from the example .toml file is the reason as seen below:
image

Here are my logs:

and here is my ChirpStack console now (since I restarted)

How do I find the specific problem with the .toml file?

look into line 53 pos 13 of your .toml file for errors.

2 Likes

Long shot but, did u manage to solve it? I have the exact same error.

I just experienced same issue. My toml file’s file owner was root:root, so I changed networkserver:networkserver, it works!!

2 Likes