dmrgateway killed by systemd

Help with DMR issues
Post Reply
DF9FZ
Posts: 3
Joined: Sat Mar 13, 2021 1:51 pm

dmrgateway killed by systemd

Post by DF9FZ »

Installed fresh pi-star image:
Pi-Star_RPi_V4.1.5_21-Jun-2021.zip
Assembled a Pi Zero with Jstvro Duplex MMDVM.
Configured Pi-Star just like my other hotspots, except new hostid/ESSID/BM-token.

After 30 seconds DMR connection to the servers (BM/DMR+) failed.
dmrgateway wasn't running anymore.
"systemctl start dmrgateway.service"
did start indeed the binary but after about 30 seconds systemctl reports:
dmrgateway.service: Start operation timed out. Terminating.

Changed in file "/lib/systemd/system/dmrgateway.service":
[Service]
Type=simple


After that systemd detected the dmrgateway process correctly as running.
I'm sure, the real problem is elsewhere because other pi-star implementations run with Type=forking.
ke1ik
Posts: 1
Joined: Thu Jan 27, 2022 12:11 am

Re: dmrgateway killed by systemd

Post by ke1ik »

This worked for me. Thanks for sharing!

DF9FZ wrote: Tue Oct 12, 2021 9:49 am Changed in file "/lib/systemd/system/dmrgateway.service":
[Service]
Type=simple


After that systemd detected the dmrgateway process correctly as running.
I'm sure, the real problem is elsewhere because other pi-star implementations run with Type=forking.
Post Reply