<?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[Issues following installation instructions]]></title><description><![CDATA[<p dir="auto">On the dpkg -i triggercmdagent_1.0.1_all.deb I am receiving several "Warn" errors about things being depreciated / no longer supported and then when running the next step<br />
triggercmdagent<br />
I am getting an error that says "/usr/bin/triggercmdagent: line 5: /usr/share/triggercmdagent/app/null: No such file or directory"</p>
]]></description><link>https://www.triggercmd.com/forum/topic/3211/issues-following-installation-instructions</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 00:58:03 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/3211.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Feb 2025 04:03:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issues following installation instructions on Sun, 09 Feb 2025 01:12:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/24549">@jcksnftsn</a>, awesome.</p>
]]></description><link>https://www.triggercmd.com/forum/post/8485</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8485</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sun, 09 Feb 2025 01:12:08 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Sat, 08 Feb 2025 23:04:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> Thank you!<br />
A couple of the default actions were not working because the calculator or notepad couldn't be found but the reboot action worked.</p>
<p dir="auto">I was able to get the "turn off ads" command working with PiHole which was the main thing I wanted to test out, so far so good!</p>
]]></description><link>https://www.triggercmd.com/forum/post/8484</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8484</guid><dc:creator><![CDATA[jcksnftsn]]></dc:creator><pubDate>Sat, 08 Feb 2025 23:04:08 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Sat, 08 Feb 2025 19:28:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/24549">@jcksnftsn</a>, the Raspberry Pi agent is meant to run as a systemctl daemon.  Will you please confirm it's running with this command?</p>
<pre><code>systemctl status triggercmdagent
</code></pre>
<p dir="auto">Hopefully you'll see this as part of that output:</p>
<pre><code>   Active: active (running) since ....
</code></pre>
<p dir="auto">Only your "background" commands will be runnable because the daemon runs the agent in background mode.  The agent will ignore attempts to run the foreground commands.</p>
<p dir="auto">The easiest background command to test that comes with the default commands.json file is this one:</p>
<pre><code>  {"trigger":"Reboot","command":"shutdown -r","ground":"background","voice":"reboot","allowParams": "false"},
</code></pre>
<p dir="auto">Notice that command's ground value is background.</p>
<p dir="auto">That one is easy to test because it's easy to observe your Raspberry Pi rebooting.</p>
<p dir="auto">Please tell me if that works, and what you want to try next.</p>
<p dir="auto">EDIT 2/8/25:  I fixed the Raspberry Pi .deb installer.  Now the triggercmdagent command works again.  Thanks again for reporting that issue.</p>
]]></description><link>https://www.triggercmd.com/forum/post/8483</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8483</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Sat, 08 Feb 2025 19:28:28 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Fri, 07 Feb 2025 02:57:12 GMT]]></title><description><![CDATA[<p dir="auto">Maybe I spoke too soon, I can see the Pi within my Triggercmd account but sending the sample triggers doesn't actually do anything.</p>
]]></description><link>https://www.triggercmd.com/forum/post/8482</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8482</guid><dc:creator><![CDATA[jcksnftsn]]></dc:creator><pubDate>Fri, 07 Feb 2025 02:57:12 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Fri, 07 Feb 2025 02:27:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> Thanks, looks like I've got it running, now to start playing with it to see what I can do <img src="https://www.triggercmd.com/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=6sa9akdcpc2" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://www.triggercmd.com/forum/post/8481</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8481</guid><dc:creator><![CDATA[jcksnftsn]]></dc:creator><pubDate>Fri, 07 Feb 2025 02:27:37 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Fri, 07 Feb 2025 02:16:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/24549">@jcksnftsn</a>, thank you again for reporting this.  I think I have a bug in this latest version.  I'll fix it this weekend.</p>
<p dir="auto">In the meantime you could replace the contents of your /usr/bin/triggercmdagent script with what I have and it should work.</p>
<p dir="auto">Alternatively, you could run the agent with like this instead:</p>
<pre><code>sudo su -
node /usr/share/triggercmdagent/app/src/agent.js --console
( Paste in your token, and press ENTER. )
( Press CTRL-C to quit. )
</code></pre>
<p dir="auto">Then install the background agent.</p>
<pre><code>/usr/share/triggercmdagent/app/src/installdaemon.sh
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/8480</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8480</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 07 Feb 2025 02:16:27 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Fri, 07 Feb 2025 02:06:16 GMT]]></title><description><![CDATA[<p dir="auto">Here is what the script looks like:</p>
<pre><code>#!/bin/bash
# This file was autogenerated by node-deb 0.10.7
set -e

/usr/share/triggercmdagent/app/null "$@"
</code></pre>
<p dir="auto">The /usr/share/triggercmdagent/app folder shows no "LICENSE" file, I see:</p>
<pre><code>node_modules  package.json  package-lock.json  src
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/8478</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8478</guid><dc:creator><![CDATA[jcksnftsn]]></dc:creator><pubDate>Fri, 07 Feb 2025 02:06:16 GMT</pubDate></item><item><title><![CDATA[Reply to Issues following installation instructions on Thu, 06 Feb 2025 13:57:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/24549">@jcksnftsn</a>, thank you for reporting it. I'll test it on the latest Raspberry Pi OS and get back to you soon.</p>
<p dir="auto">In the meantime, can you check these and let me know what you see?</p>
<p dir="auto">This is what the /usr/bin/triggercmdagent script should look like:</p>
<pre><code>#!/bin/bash
# This file was autogenerated by node-deb 0.5.0
set -e
set -o pipefail

cd /usr/share/triggercmdagent/app

/usr/bin/env node src/agent.js --console "$@"
</code></pre>
<p dir="auto">Also, this is what should be in that /usr/share/triggercmdagent/app folder:</p>
<pre><code>root@raspberrypi:/usr/share/triggercmdagent/app# ls
LICENSE  node_modules  package.json  src
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/8473</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/8473</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Thu, 06 Feb 2025 13:57:56 GMT</pubDate></item></channel></rss>