• New mystic setup on PI not auto checking mis

    From code dc@21:4/168 to All on Wednesday, February 19, 2020 23:45:45
    Hi all i can manually fidopoll which works from command line but if I setup
    the event editor with a poll request on the hour it looks like it runs in mis but nothing is actually showing up in the logs am I missing something?

    --- Mystic BBS v1.12 A44 2020/02/04 (Raspberry Pi/32)
    * Origin: Dales BBS (21:4/168)
  • From Embalmed@21:4/166 to code dc on Wednesday, February 19, 2020 15:55:44
    Hi all i can manually fidopoll which works from command line but if I setup the event editor with a poll request on the hour it looks like it runs in mis but nothing is actually showing up in the logs am I missing something?
    It should show up in the fidopoll logs if it actually is running.
    Does the event log show an exit code? When I was having issues it was
    showing code 127 or something like that, and when it works it shows a 0.

    |07E|10m|07b|10a|07l|10m|07e|10d |12-----------------------------------------------------
    |09Black Lodge Research BBS |11blacklodgeresearch.org:4022
    |11fsx|08Net: |0721:4/166 |11sci|08Net: |0777:1/133

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Black Lodge Research BBS (21:4/166)
  • From code dc@21:4/168 to Embalmed on Thursday, February 20, 2020 00:03:15
    yes it shows 127.

    --- Mystic BBS v1.12 A44 2020/02/04 (Raspberry Pi/32)
    * Origin: Dales BBS (21:4/168)
  • From Embalmed@21:4/166 to code dc on Wednesday, February 19, 2020 17:13:15
    That means it is executing it but it isn't completing.

    So it is having an issue running the code, possibly can't find the file you
    are trying to execute?

    what command are you trying to run? for me its like ./poll.sh, but before
    it used to be
    ./fidopoll 21:4/100|./fidopoll 77:1/100|./mutil mailin etc....

    I followed Avon's youtube videos for setting up the echomail stuff

    |07E|10m|07b|10a|07l|10m|07e|10d |12-----------------------------------------------------
    |09Black Lodge Research BBS |11blacklodgeresearch.org:4022
    |11fsx|08Net: |0721:4/166 |11sci|08Net: |0777:1/133

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Black Lodge Research BBS (21:4/166)
  • From Zip@21:1/202 to code dc on Thursday, February 20, 2020 05:52:31
    Hi code dc!

    On 20 Feb 2020, code dc said the following...
    yes it shows 127.

    It might be that you are launching fidopoll as "fidopoll" instead of "./fidopoll" -- Mystic switches to the Mystic "root" directory
    when executing events, and unless you have that directory (or "." =
    always the current directory) somewhere in the Mystic user's PATH, you
    need to invoke fidopoll with "./fidopoll" on Linux, or it won't find
    the fidopoll binary.

    Hope this helps! :)

    (I'm actually not 100% sure that adding the Mystic "root" directory to PATH would help either -- depending on how Mystic launches the shell, it might be that it does not read ~/.profile or ~/.bashrc or similar, where one typically sets the PATH.)

    Best regards
    Zip

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From Avon@21:1/101 to code dc on Thursday, February 20, 2020 18:41:04
    On 19 Feb 2020 at 11:45p, code dc pondered and said...

    Hi all i can manually fidopoll which works from command line but if I setup the event editor with a poll request on the hour it looks like it runs in mis but nothing is actually showing up in the logs am I missing something?

    check the command line the shell line you are using

    perhaps something like

    ./fidopoll 21:4/100

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Zip on Thursday, February 20, 2020 18:47:04
    On 20 Feb 2020 at 05:52a, Zip pondered and said...

    Hope this helps! :)

    Pat on the back, thanks for sharing this :)

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From code dc@21:4/168 to Avon on Friday, February 21, 2020 00:07:44
    I think i have fixed it, it was missing the ./ as you mentioned.

    thanks everyone for your help.

    --- Mystic BBS v1.12 A44 2020/02/04 (Raspberry Pi/32)
    * Origin: Dales BBS (21:4/168)
  • From Avon@21:1/101 to code dc on Saturday, February 22, 2020 06:23:04
    On 21 Feb 2020 at 12:07a, code dc pondered and said...

    I think i have fixed it, it was missing the ./ as you mentioned.

    Glad to help.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)