Issue installing v.4.2 on Centos 6.6 | Ubuntu 14

Wane5 years ago

Hello everyone thanks for this great effort to build this software, I new to traccar, I tried to install the latest version v4.2 on my centos on getting this:

sudo ./traccar.run
Creating directory out
Verifying archive integrity...  100%   All good.
Uncompressing traccar  100%
./setup.sh: line 10: systemctl: command not found
./setup.sh: line 11: systemctl: command not found
./setup.sh: line 12: systemctl: command not found

Which is normal because Centos 6 is not implanted with systemctl, it using init.d service instead is there workaround, or different version.
I tried to install it with Ubuntu 14. Im getting same error.

Anton Tananaev5 years ago

You need to have systemd package. CentOS 6 is too old, so it probably doesn't have it. I would recommend to upgrade.

Wane5 years ago

I know it very old, how about ubuntu 14?

Anton Tananaev5 years ago

You need to have systemd. If Ubuntu 14 has systemd, you should be good.