• Issues...

    From Bucko@21:4/131 to All on Thu May 21 20:50:40 2020
    Hey guys, gonna throw this out to the net (I think I am driving NuSkooler
    nuts on Facebook). Had Enigma installed on Windows and was having a unzip
    issue and no tossing of outgoing messages. So.. I moved over to Ubuntu, everything installed fine. Got it running fine, only issue is it never runs
    the tosser as I have setup to run every 15 minutes in my bbs.log I show the tosser does start, but it never runs, here is what I have for my schedule:

    // When you're ready to hook up to FTN networks, please
    // see the documentation on message networks.
    //
    schedule: {
    import: every 15 minutes or @watch:/home/al/enigma-bbs/mail/toss!.now
    import: every 15 minutes or @watch:/home/al/enigma-bbs/mail/toss!.now
    export: every 15 minutes or @immediate
    }

    It looks perfect to me.. I am pulling what is left of my hair out trying to figure out why the tosser is not tossing.. My config is on hastebin here is the link:

    https://hastebin.com/isotonegiv.php

    Like I said I am at a complete loss. The software is REALLY nice, but I am not experienced enough in json or Linux to figure this one out...

    Thanks in advance...
    AL

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)
  • From NuSkooler@21:1/121 to Bucko on Thu May 21 19:43:26 2020

    On Thursday, May 21st Bucko said...
    // When you're ready to hook up to FTN networks, please // see the documentation on message networks. // schedule: { import: every 15 minutes or @watch:/home/al/enigma-bbs/mail/toss!.now import: every 15 minutes or @watch:/home/al/enigma-bbs/mail/toss!.now
    export: every 15 minutes or @immediate }

    Ooof that quoted bad.

    So future readers may be helped, your schedule is in the wrong section. It should be under the ftn_bso block. A schedule can only have one 'import' declaration - in this case you probably want to point to a @watch *file* not paths as bink and other programs will touch/create said file so enig can trigger right away.


    --
    NuSkooler
    Xibalba BBS @ xibalba.l33t.codes / 44510(telnet) 44511(ssh)
    ENiGMA 1/2 BBS WHQ | Phenom | 67 | iMPURE | ACiDic
    --- ENiGMA 1/2 v0.0.11-beta (linux; x64; 12.13.1)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Bucko@21:4/131 to NuSkooler on Fri May 22 17:26:12 2020
    On 21 May 2020, NuSkooler said the following...

    Ooof that quoted bad.

    So future readers may be helped, your schedule is in the wrong section.
    It should be under the ftn_bso block. A schedule can only have one 'import' declaration - in this case you probably want to point to a
    @watch *file* not paths as bink and other programs will touch/create
    said file so enig can trigger right away.



    Once again thank you for all the help. The help you provided on Facebook
    taught me some things.. Gonna use Visual Studio with the HJSON plug in to modify the config file and get this thing going!! Thanks..

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)