@Russ Sorry, was away for a few weeks.
I tried again today, but there is a new problem if i try to use the following:
node /usr/lib/triggercmdagent/resources/app/src/agent.js --console
node:internal/modules/cjs/loader:1520
throw err;
^
Error: Cannot find module '/usr/lib/triggercmdagent/resources/app/src/agent.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1517:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1071:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1095:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1122:12)
at Module._load (node:internal/modules/cjs/loader:1294:5)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v24.18.0
So i looked into the folder, and it does not exist. edit(The whole folder)
So i thought i did not install the agent and tried to install again with
sudo apt install ./triggercmdagent_1.0.1_all.deb
Note, selecting 'triggercmdagent' instead of './triggercmdagent_1.0.1_all.deb'
triggercmdagent is already the newest version (1.0.1).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
So it is installed and it is not installed?
Any other idea what could be the problem?
Greetings
Hannibal