<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Linux] Failed to start triggercmdagent.service]]></title><description><![CDATA[<p dir="auto">I can't get the background service to start. I installed it via the TriggerCMD tray icon, but I received no visual feedback other than the authentication prompt to run <code>/bin/sh</code> as su.</p>
<pre><code>~ $ triggercmdagent
Checking if the 598e58a42b4dea3166b86408 computer exists.
This computer exists in your account.
Tokenfile: /home/yochanan/.TRIGGERcmdData/token.tkn
ComputerIDfile: /home/yochanan/.TRIGGERcmdData/computerid.cfg
Logging in with saved token to run foreground tasks.
~ $ systemctl status triggercmdagent  
● triggercmdagent.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)
~ $ systemctl start triggercmdagent
Failed to start triggercmdagent.service: Unit triggercmdagent.service not found.
</code></pre>
<p dir="auto">I'm using TriggerCMD 1.0.1 on Linux Mint 18.2.</p>
<p dir="auto">Off topic, but I'm not able to login to the TriggerCMD Android app via Google+. I get a 403 page with Error: disallowed_useragent. Google no longer allows OAuth requests to be made via webview. Also, it seems like it's just a web wrapper anyway, I may as well just use the mobile site.</p>
]]></description><link>https://www.triggercmd.com/forum/topic/55/linux-failed-to-start-triggercmdagent-service</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 04:25:19 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/55.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Aug 2017 03:35:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Linux] Failed to start triggercmdagent.service on Sat, 02 Feb 2019 00:26:12 GMT]]></title><description><![CDATA[<p dir="auto">Be sure to to autostart the service boot -<br />
sudo systemctl enable triggercmdagent.service</p>
]]></description><link>https://www.triggercmd.com/forum/post/1194</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/1194</guid><dc:creator><![CDATA[stevef9432203]]></dc:creator><pubDate>Sat, 02 Feb 2019 00:26:12 GMT</pubDate></item><item><title><![CDATA[Reply to [Linux] Failed to start triggercmdagent.service on Sun, 13 Aug 2017 21:37:36 GMT]]></title><description><![CDATA[<p dir="auto">@Yochanan , I installed Linux Mint 18.2 with KDE as my window manager, and I was able to install the service via the tray icon.  What window manager are you using?</p>
<p dir="auto"><img src="https://s3.amazonaws.com/triggercmdagents/Pics/Mint.JPG" alt="Mint Screenshot" class=" img-fluid img-markdown" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/107</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/107</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 13 Aug 2017 21:37:36 GMT</pubDate></item><item><title><![CDATA[Reply to [Linux] Failed to start triggercmdagent.service on Sun, 13 Aug 2017 21:46:05 GMT]]></title><description><![CDATA[<p dir="auto">@Yochanan , you're correct about the Android app - for now it's just a web wrapper with a cache.  I'll work on updating the app to remove the Google login option for now.  I recommend you go to <a href="https://www.triggercmd.com/user/computer/list" rel="nofollow ugc">https://www.triggercmd.com/user/computer/list</a> and select "Add to Home screen".  That's what I did.  That way if you're already logged in, it goes right to your computer list.</p>
<p dir="auto">About your background service - I'll install Linux Mint on a VM to troubleshoot why that option in the tray icon isn't working.  I've only tested on CentOS and Ubuntu so far.</p>
<p dir="auto">In the meantime, would you mind trying this?</p>
<pre><code>sudo /usr/share/triggercmdagent/app/src/installdaemon.sh
</code></pre>
<p dir="auto">EDIT:  Correction, on Mint this is the path, and I noticed the file is not executable, so run:</p>
<pre><code>sudo sh /usr/share/triggercmdagent/resources/app/src/installdaemon.sh
</code></pre>
<p dir="auto">You don't want to switch to root first because you installed as your non-root user so you want it to look for your ~/.TRIGGERcmdData directory in your home directory.</p>
]]></description><link>https://www.triggercmd.com/forum/post/106</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/106</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 13 Aug 2017 21:46:05 GMT</pubDate></item></channel></rss>