Fresh install of 4.9 does not work

Anders Yuran4 years ago

Installed a fresh 4.9 on ubuntu 18.04
This is the result

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Traccar</title>
<link rel="icon" sizes="192x192" href="/icon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="app.css">
<script type="text/javascript" src="https://gc.kis.v2.scr.kaspersky-labs.com/FD126C42-EBFA-4E12-B309-BB3FDD723AC1/main.js?attr=LiGOpb2TlMSXhhhNQGgr4VKCbVlWCh85dN1y2a4z1eDDdG8NcbpbIWh7xFP51Q4J" charset="UTF-8"></script></head>
<body>
<div id="spinner"></div>
<div id="attribution">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div>
<script id="loadScript" src="load.js"></script>
</body>
</html>
Slawek4 years ago

try disabe kaspersky and refresh page

Anders Yuran4 years ago

When I look in the mysql db I see that no tables are created. If I remember correct that should be done automatically when traccar starts first time.

Anders Yuran4 years ago

The log say nothing more about it

Slawek4 years ago
  1. run script

https://mega.nz/file/KkFUnSjR#8C_ncIWW0xR2toDSwlRLHKZS7OaRXic6lbcAM4fqBG4

  1. replace in file /opt/traccar/conf/traccar.xml your login details to your database

https://mega.nz/file/m5VDzCDa#Edu_IsGicXm3JiIQPwyvZ1Sn0uZMpBeS2Ev55pJjRA8

  1. run

sudo systemctl restart traccar.service

must working, if not show log file

/opt/traccar/logs/tracker-server.log

Anders Yuran4 years ago

Well after crating a new db user it now work to login

Thanks. I write new post about other problems