Rak831 with Gateway OS concentratord failing

Hi,
I am pretty new to the ChirpStack server and I thought the easiest way to get started would be plugging in the rak831 and install the full image, but I see the following errors:

Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Setting up concentrator channels
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 0, enabled: true, freq: 868100000, rf_chain: 1, if_freq: -400000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 1, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 2, enabled: true, freq: 868500000, rf_chain: 1, if_freq: 0
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 3, enabled: true, freq: 867100000, rf_chain: 0, if_freq: -400000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 4, enabled: true, freq: 867300000, rf_chain: 0, if_freq: -200000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 5, enabled: true, freq: 867500000, rf_chain: 0, if_freq: 0
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 6, enabled: true, freq: 867700000, rf_chain: 0, if_freq: 200000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring multi-SF LoRa channel, channel: 7, enabled: true, freq: 867900000, rf_chain: 0, if_freq: 400000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring Std LoRa channel, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Configuring FSK channel, enabled: true, freq: 868800000, rf_chain: 1, if_freq: 300000
Feb 16 10:24:27 raspberrypi3 user.info chirpstack-concentratord-sx1301[843]: Starting the the concentrator
Feb 16 10:24:28 raspberrypi3 user.err chirpstack-gateway-bridge[494]: time="2020-02-16T10:24:28Z" level=error msg="backend/concentratord: event socket dial error" error="dial event api url error: zmq4: could not dial to \"ipc:///tmp/concentratord_event\": dial unix /tmp/co

The concentratord keeps trying to Initializing. Should it be supported out of the box? Is there any manual I can follow to configure the full ChirpStack (using the OS provided, not Raspbian + packages) with Rak831.

I am using the following board to connect it to a Pi v3

Thanks.

it would be better if you posted the concentrator configuration file.
I had an error like this when I was using the wrong configuration.

as I understand it the files should look something like this

Concentratord configuration.

[concentratord]

log_level=“INFO”

log_to_syslog=false

stats_interval=“30s”

[concentratord.api]
event_bind=“ipc:///tmp/concentratord_event”

command_bind=“ipc:///tmp/concentratord_command”

[gateway]
antenna_gain=5
lorawan_public=true
model=“generic_au915_gps”
gateway_id=“b827ebfffe4bf88c”
Channel.toml
[gateway.concentrator]
#AU915 Sub Band 1
multi_sf_channels=[
915200000,
915400000,
915600000,
915800000,
916000000,
916200000,
916400000,
916600000,
]

[gateway.concentrator.lora_std]
frequency=915900000
bandwidth=500000
spreading_factor=8

Hi,
It turned that I needed to reset the GW and it just started working. Now I am debuging why I can’t receive data from the node to the GW, but that is another story

Thanks.