TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. avs2020
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    avs2020

    @avs2020

    0
    Reputation
    15
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    avs2020 Unfollow Follow

    Latest posts made by avs2020

    • RE: Raspberry Pi setup

      @Russ said in Raspberry Pi setup:

      /usr/share/triggercmdagent/app/src/installdaemon.sh

      I followed the steps here, but the list of commands is empty right after install. The command output is:

      pi@raspberrypi:~ $ sudo triggercmdagent
      Run installdaemon.sh to install the triggercmdagent daemon so it runs during boot
      Daemon install: false
      No token exists. Login to request one.
      prompt: token: ey.........
      Token saved for next time.
      Tokenfile: /root/.TRIGGERcmdData/token.tkn
      ComputerIDfile: /root/.TRIGGERcmdData/computerid.cfg
      Logging in with saved token to run foreground tasks.
      Computer ID 5eb384a2ee82630019c61bac saved for next time.
      Write backup completed.
      Initiated command removals
      Initiated command adds

      |> Now connected to https://www.triggercmd.com.
      ___/ For help, see: http://bit.ly/2q0QDpf
      (using sails.io.js node SDK @v1.1.13)
      Connected at: Wed May 06 2020 20:46:43 GMT-0700 (PDT)

      { message: 'Subscribed to 5eb384a2ee82630019c61bac!' }
      { message: 'Subscribed to 5eb384a2ee82630019c61bac!' }
      Added Gnome Editor
      ^C
      pi@raspberrypi:~ $ sudo /usr/share/triggercmdagent/app/src/installdaemon.sh
      Daemon install: true
      Logging in with saved token.
      Checking if the 5eb384a2ee82630019c61bac computer exists.
      This computer exists in your account.
      ● triggercmdagent.service - TRIGGERcmd Agent
      Loaded: loaded (/etc/systemd/system/triggercmdagent.service; enabled; vendor preset: enabled)
      Active: active (running) since Wed 2020-05-06 20:35:25 PDT; 12min ago
      Main PID: 864 (node)
      CGroup: /system.slice/triggercmdagent.service
      └─864 node /usr/share/triggercmdagent/app/src/daemon.js --run /root/.TRIGGERcmdData

      May 06 20:35:33 raspberrypi env[864]: (using sails.io.js node SDK @v1.1.13)
      May 06 20:35:33 raspberrypi env[864]: Connected at: Wed May 06 2020 20:35:33 GMT-0700 (PDT)
      May 06 20:35:33 raspberrypi env[864]: Initiated command removals
      May 06 20:35:33 raspberrypi env[864]: { message: 'Subscribed to null!' }
      May 06 20:35:33 raspberrypi env[864]: { message: 'Subscribed to null!' }
      May 06 20:35:33 raspberrypi env[864]: Initiated command adds
      May 06 20:35:33 raspberrypi env[864]: Failed while trying add a trigger.
      May 06 20:35:33 raspberrypi env[864]: Failed while trying add a trigger.
      May 06 20:35:33 raspberrypi env[864]: Failed while trying add a trigger.
      May 06 20:35:33 raspberrypi env[864]: Failed while trying add a trigger.

      I have not edited any standard files.

      posted in Raspberry Pi
      A
      avs2020