• DOOR32.SYS / bivrost!

    From NuSkooler@21:1/121 to All on Sun Dec 9 07:53:49 2018
    Users running ENiGMA 1/2 that have been wanting to use DOOR32.SYS style doors (ie: Win32/Linux) can now use a new utility called bivrost!

    bivrost! bridges a ENiG temporary socket server port to a shared socket / file descriptors via DOOR32.SYS. It can also be used without DOOR32.SYS to simply send the descriptor to another program (NetFoss for example).

    Can be found on Xibalba, or on GitHub:
    https://github.com/NuSkooler/bivrost





    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Mon Dec 10 01:50:52 2018
    Hi Nu,

    I'm trying to install Enigma BBS onto my RPi3, and I'm running into a snag...

    I follow the instructions that you have listed on your web page, and
    everything installs fine. When I go to start it up, via ./main.js, I get the following error message:

    snip<=-

    Error initializing: { Error: ENOENT: no such file or directory, open '/home/pi/enigma-bbs/config/castle_rock_enigma_bbs-menu.hjson'
    at Error (native)
    errno: -2,
    code: 'ENOENT',
    syscall: 'open',
    path: '/home/pi/enigma-bbs/config/castle_rock_enigma_bbs-menu.hjson' }

    snip<=-

    I took a look in my /home/pi/enigma-bbs/config directory, and the only thing there is the config.hjson file. Did it not install my menu file and possibly
    my prompt file, as it looks as though they are both named with the BBS name...

    Help... ;)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Mon Dec 10 21:46:58 2018

    On Sunday, December 9th Black Panther muttered...
    I took a look in my /home/pi/enigma-bbs/config directory, and the only thing there is the config.hjson file. Did it not install my menu file and possibly my prompt file, as it looks as though they are both named with the BBS name...

    I'm assuming you did run: ./oputil.js config new
    Since you have a config.hjson. Strange that you would not have the other files...

    I just pulled a clean copy down and did so with "Castle Rock" as my BBS name:

    ----/snip/----
    ~/d/enigma-bbs on 0.0.9-alpha / ./oputil.js config new


    16:41:52
    ? Create a new configuration? (y/N) y
    ? Create a new configuration? Yes
    ? Configuration path: (./config/config.hjson)
    ? Configuration path: ./config/config.hjson
    ? BBS name: Castle Rock
    ? BBS name: Castle Rock
    ? First message conference: (Local)
    ? First message conference: Local
    ? Conference description: (Local Areas)
    ? Conference description: Local Areas
    ? First area in message conference: (General)
    ? First area in message conference: General
    ? Area description: (General chit-chat)
    ? Area description: General chit-chat
    ? Logging level: (Use arrow keys)
    ? Logging level: Info
    Configuration generated

    ~/d/enigma-bbs on 0.0.9-alpha / ls config/


    16:42:05
    castle_rock-menu.hjson castle_rock-prompt.hjson config.hjson
    ~/d/enigma-bbs on 0.0.9-alpha / ./main.js


    16:42:06
    ENiGMA� Copyright (c) 2015-2018, Bryan D. Ashby
    _____________________ _____ ____________________ __________\_ /
    \__ ____/\_ ____ \ /____/ / _____ __ \ / ______/ // /___jp!
    // __|___// | \// |// | \// | | \// \ /___ /_____ /____ _____| __________ ___|__| ____| \ / _____ \ ---- \______\ -- |______\ ------ /______/ ---- |______\ - |______\ /__/ // ___/
    /__ _\
    <*> ENiGMA� // HTTPS://GITHUB.COM/NUSKOOLER/ENIGMA-BBS <*> /__/

    -------------------------------------------------------------------------------

    System started!

    ------/snip/-----

    Try running the oputil command again & let me know if the files do not appear. I've not seen this one before :)



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Mon Dec 10 23:32:07 2018
    On 12/10/18, NuSkooler said the following...

    I'm assuming you did run: ./oputil.js config new
    Since you have a config.hjson. Strange that you would not have the other files...

    Yes, I've actually run it quite a few times...

    I just pulled a clean copy down and did so with "Castle Rock" as my BBS name:

    I've done clean installs with both the script, and manually, with same results...

    snip<=-

    pi@raspberrypi:~/enigma-bbs $ ./oputil.js config new
    ? Create a new configuration? (y/N) y
    ? Create a new configuration? Yes
    ? Configuration path (./config/config.hjson)
    ? Configuration path ./config/config.hjson
    ? Config File exists. Overwrite? (y/N) y
    ? Config file exists. Overwrite? Yes
    ? BBS name: Castle Rock
    ? BBS name: Castle Rock
    ? First message conference: (Local)
    ? First message conference: Local
    ? Conference description: (Local Areas)
    ? Conference description: Local Areas
    ? First area in message conference: (General)
    ? First area in message conference: General
    ? Area description: (General chit-chat)
    ? Area description: General chit-chat
    ? Logging level: (Use arrow keys)
    ? Logging level: Info
    Configuration generated

    pi@raspberrypi:~/enigma-bbs $ ls config/
    config.hjson
    pi@raspberrypi:~/enigma-bbs $

    snip<=-

    I'm sure I did something wrong somewhere... It's my luck...

    I'll try again to do a clean install, and see what happens.


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Mon Dec 10 23:51:51 2018

    On Monday, December 10th Black Panther muttered...
    I'll try again to do a clean install, and see what happens.

    You might try 'rm -rf node_modules && npm install' again... see if any errors are reported, then try again.

    I'll run a clean copy against a RPi again tonight & see how that goes. Which RPi, dist, etc. are you you using? Prompt looks like Raspbian?

    In the mean time, here are the config files generated from my clean run: https://nofile.io/f/7JSf3RE99Ay/castle_rock.7z






    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Tue Dec 11 00:53:07 2018
    On 12/10/18, NuSkooler said the following...

    You might try 'rm -rf node_modules && npm install' again... see if any errors are reported, then try again.

    It's running right now. There is a warning on the screen in reference to 'node-pre-gyp':

    node-pre-gyp WARN Using request for node-pre-gyp https download
    node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s2.amazonaws.com/sqlite3/v4.0.4/node-v48-linux-arm.t ar.gz
    node-pre-gyp WARN Pre-built binaries not found for sqlite3@4.0.4 and node@6.15.1 (node-v48 ABI, glibc) (falling back to source compile eith
    node-gyp

    Sorry for the word wrapping. It's three lines, each starting with 'node-pre-gyp'.

    Which RPi, dist, etc. are you you using? Prompt looks like Raspbian?

    I'm running Raspbian GNU/Linux 9.6 (stretch) on an RPi3.

    In the mean time, here are the config files generated from my clean run: https://nofile.io/f/7JSf3RE99Ay/castle_rock.7z

    Got it. If this doesn't work, I'll put those in place and see what happens. Thanks for the assistance. I didn't mean to make more work for you...


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Black Panther@21:1/186 to NuSkooler on Tue Dec 11 01:07:09 2018
    On 12/10/18, NuSkooler said the following...

    You might try 'rm -rf node_modules && npm install' again... see if any errors are reported, then try again.

    I've got the complete screen output, over 2000 lines... It's at: https://nofile.io/f/bfnoVmsW2Cr/enigma.txt

    For now, I'll drop in the files that you sent.

    Thank you.


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Avon@21:1/101 to Black Panther on Tue Dec 11 21:18:22 2018
    On 12/10/18, Black Panther pondered and said...

    I've got the complete screen output, over 2000 lines... It's at: https://nofile.io/f/bfnoVmsW2Cr/enigma.txt

    For now, I'll drop in the files that you sent.

    I need to get onto installing this over Christmas also.. it's just time,
    time!!

    --- Mystic BBS v1.12 A40 2018/12/10 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From NuSkooler@21:1/121 to Avon on Tue Dec 11 01:48:33 2018

    On Monday, December 10th Avon was heard saying...
    I need to get onto installing this over Christmas also.. it's just time, time!!

    Doo eeeeet!



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From NuSkooler@21:1/121 to Black Panther on Tue Dec 11 01:49:01 2018

    On Monday, December 10th Black Panther was heard saying...
    https://nofile.io/f/bfnoVmsW2Cr/enigma.txt

    Damn, I think that site already deleted the file. If you don't mine, a paste/hatebin ?



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From NuSkooler@21:1/121 to Black Panther on Tue Dec 11 01:50:27 2018

    On Monday, December 10th Black Panther muttered...
    I'm running Raspbian GNU/Linux 9.6 (stretch) on an RPi3.
    Got it. If this doesn't work, I'll put those in place and see what happens. Thanks for the assistance. I didn't mean to make more work for you...

    Cool, I'll see if I can repo this. No please do report bugs. Happy paths work quite well, but there are certainly issues -- RPi's seem to be especially a pain.






    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Tue Dec 11 02:32:57 2018
    On 12/10/18, NuSkooler said the following...

    Damn, I think that site already deleted the file. If you don't mine, a paste/hatebin ?

    Ok, try this one:

    https://pastebin.com/UMXkuuV8


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Tue Dec 11 02:47:02 2018

    On Monday, December 10th Black Panther was heard saying...
    Ok, try this one:
    https://pastebin.com/UMXkuuV8

    Thanks, that worked.

    Not 100% the output I expect. What was the command line you ran to get initial install? Was it *exactly* this?

    curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install .sh | bash

    And you are on the 0.0.9-alpha branch? What is the output of the following (from within enigma-bbs dir, $ to indicate shell):
    $ git branch
    $ node --version
    $ gcc --version






    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Tue Dec 11 03:15:34 2018
    On 12/10/18, NuSkooler said the following...

    Not 100% the output I expect. What was the command line you ran to get initial install? Was it *exactly* this?

    The first time, I just used your install script, which was:

    curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh
    | bash

    When that didn't work right, I tried the manual install instructions from nuskooler.github.io/enigma-bbs/installation/manual.html

    To get enigma, I copy/pasted:
    git clone https://github.com/NuSkooler/enigma-bbs.git
    cd enigma-bbs
    npm install

    And you are on the 0.0.9-alpha branch? What is the output of the
    following (from within enigma-bbs dir, $ to indicate shell):
    $ git branch

    pi@raspberrypi:~/enigma-bbs $ git branch
    * 0.0.9-alpha

    $ node --version

    pi@raspberrypi:~/enigma-bbs $ node --version
    v6.15.1

    $ gcc --version

    pi@raspberrypi:~/enigma-bbs $ gcc --version
    gcc (Raspbian 6.3.0-18+rpi1+deb9u1) 6.3.0 20170516
    Copyright (C) 2016 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    I was following your instructions on the website step-by-step. :)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Tue Dec 11 03:28:39 2018

    On Monday, December 10th Black Panther muttered...
    curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install .sh | bash

    Ah OK, it looks like the install-script.md was out of date. I'll push changes later. The main page lists the correct curl install but I missed a page elsewhere. I've been working on cleaning up documentation :)

    On Monday, December 10th Black Panther muttered...
    pi@raspberrypi:~/enigma-bbs $ git branch * 0.0.9-alpha

    Good.

    On Monday, December 10th Black Panther was heard saying...
    pi@raspberrypi:~/enigma-bbs $ node --version v6.15.1

    Doh! Node 10.x+ LTS is required.

    OK, this should get you going:
    1) Delete your entire enigma-bbs directory just to be safe
    2) Update to Node 10.x LTS:
    $ nvm install 10
    $ nvm use 10
    $ nvm alias default 10
    $ node --version # should now produce 10.x
    3) Run the install script again (manual steps should work as well):
    curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install .sh | bash

    (note the 0.0.9-alpha in the URL)

    You should have much better luck. I'll push some changes to the install instructions in a bit. Apologies for the confusion!





    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:4/10 to Avon on Tue Dec 11 03:22:00 2018
    On 12/11/18, Avon said the following...

    For now, I'll drop in the files that you sent.

    I need to get onto installing this over Christmas also.. it's just time, time!!

    Go ahead... You know you want to! ;)


    ---

    Black Panther
    aka Dan Richter
    Sysop - Castle Rock BBS
    http://www.castlerockbbs.com
    telnet://bbs.castlerockbbs.com
    The sparrows are flying again...

    --- Mystic BBS v1.12 A40 2018/12/10 (Linux/64)
    # Origin: CRBBS Experimental Test Site
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From Black Panther@21:1/186 to NuSkooler on Tue Dec 11 03:53:28 2018
    On 12/10/18, NuSkooler said the following...

    pi@raspberrypi:~/enigma-bbs $ node --version v6.15.1

    Doh! Node 10.x+ LTS is required.

    Well, at least I wasn't too far behind... :)

    Now I've got:
    pi@raspberrypi:~/enigma-bbs $ node --version
    v10.14.1

    You should have much better luck. I'll push some changes to the install instructions in a bit. Apologies for the confusion!

    Let's see if this looks better:

    pi@raspberrypi:~/enigma-bbs $ ./oputil.js config new
    ? Create a new configuration? (y/N) y
    ? Create a new configuration? Yes
    ? Configuration path: (./config/config.hjson)
    ? Configuration path: ./config/config.hjson
    ? BBS name: (New ENiGMA┬╜ BBS) Castle Rock
    ? BBS name: Castle Rock
    ? First message conference: (Local)
    ? First message conference: Local
    ? Conference description: (Local Areas)
    ? Conference description: Local Areas
    ? First area in message conference: (General)
    ? First area in message conference: General
    ? Area description: (General chit-chat)
    ? Area description: General chit-chat
    ? Logging level:
    ? Logging level: Debug
    Configuration generated

    pi@raspberrypi:~/enigma-bbs $ ls config/
    castle_rock-menu.hjson castle_rock-prompt.hjson config.hjson pi@raspberrypi:~/enigma-bbs $

    Awesome! Thank you so much! Tomorrow I can start working on configuration. ;)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Tue Dec 11 04:45:06 2018

    On Monday, December 10th Black Panther was heard saying...
    pi@raspberrypi:~/enigma-bbs $ ls config/ castle_rock-menu.hjson castle_rock-prompt.hjson config.hjson pi@raspberrypi:~/enigma-bbs $ Awesome! Thank you so much! Tomorrow I can start working on configuration. ;)

    Schweeet! Please do let me know if you run into any other issues!

    Messing around a bit with adding NNTP support tonight, think it's time for some
    zzzz's though :)



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Tue Dec 11 22:17:02 2018
    On 12/10/18, NuSkooler said the following...

    Schweeet! Please do let me know if you run into any other issues!

    I hope I don't run into any... ;)

    Messing around a bit with adding NNTP support tonight, think it's time
    for some zzzz's though :)

    That's what I had to do last night. After I got it running, I went to bed. I really didn't want to get out of bed when the alarm went off at 5am... :)

    Thanks again for your help. It's greatly appreciated.


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Tue Dec 11 22:27:11 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to NuSkooler on Sun Dec 09 2018 08:50 pm

    Hi Nu,

    everything installs fine. When I go to start it up, via ./main.js, I get the following error message:

    snip<=-

    Error initializing: { Error: ENOENT: no such file or directory, open '/home/pi/enigma-bbs/config/castle_rock_enigma_bbs-menu.hjson'
    at Error (native)

    Rename your menu.hjson file to castle_rock_enigma_bbs-menu.hjson (or you can change the settings in the config.hjson to menu.hjson. That's what I did Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to NuSkooler on Tue Dec 11 22:35:15 2018
    Re: Re: ENiGMA BBS
    By: NuSkooler to Black Panther on Mon Dec 10 2018 04:46 pm


    I'm assuming you did run: ./oputil.js config new
    Since you have a config.hjson. Strange that you would not have the other files...

    Mine did the same thing when I did a fresh install. For some reason it made the menu.hjson, and prompt.hjson, but when I tried to load it, it was looking for (like black panther's) the_enigma_Frontier-menu.hjson and the_enigma_frontier-prompt.hjson. I just edited the config file and changed the name. I was thinking it was something I did wrong to make it try to direct itself to that filename, so I never mentioned it to you!
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to Avon on Tue Dec 11 22:39:40 2018
    Re: Re: ENiGMA BBS
    By: Avon to Black Panther on Tue Dec 11 2018 04:18 pm

    On 12/10/18, Black Panther pondered and said...

    I need to get onto installing this over Christmas also.. it's just time, time!!

    It's nice! So nice, I'm going to replace Mystic with Enigma when I get it all configured and set up! NuSkooler will be adding some more cool features in the near future too!
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to NuSkooler on Tue Dec 11 22:41:54 2018
    Re: Re: ENiGMA BBS
    By: NuSkooler to Avon on Mon Dec 10 2018 08:48 pm


    On Monday, December 10th Avon was heard saying...
    I need to get onto installing this over Christmas also.. it's just
    time, time!!

    Doo eeeeet!

    LOL! I told him the same thing! ;)

    BTW, I called your BBS lastnight, I wanted to take a look at things (I really love how it's setup and looks!!) then I connected to SSH (With Syncterm), I got logged in, and after a few minutes, I just got kicked! So I signed back in through reg. Telnet, saw that there was some issues with SSH??
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to NuSkooler on Tue Dec 11 22:47:22 2018
    Re: Re: ENiGMA BBS
    By: NuSkooler to Black Panther on Mon Dec 10 2018 11:45 pm


    Schweeet! Please do let me know if you run into any other issues!

    Messing around a bit with adding NNTP support tonight, think it's time for some
    zzzz's though :)

    WELL deserved sleep, you've been busy as hell lately, *I* thank you too for all the help you gave me! I'm frustrated right now because I don't have enough time to put in for the BBS change-over, but I'm doing a little at a time! I'm redoing ALL of my BBSes (sorta). instead of having all the domain names, gonna use just the one I bought, frontierbbs.net gonna use CyberBBS's matrix log-in to sign into Enigma, Synchronet, and CyberBBS. Another question, are there any command line syntax I need in order to do that for Enigma? anything extra if I'm gonna use another BBS's matrix to sign into Enigma?


    Thanks (BTW, answer this question AFTER you sleep!) :D
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From Black Panther@21:1/186 to KrUpTiOn on Tue Dec 11 22:52:42 2018
    On 12/11/18, KrUpTiOn said the following...

    Error initializing: { Error: ENOENT: no such file or directory, open '/home/pi/enigma-bbs/config/castle_rock_enigma_bbs-menu.hjson'
    at Error (native)

    Rename your menu.hjson file to castle_rock_enigma_bbs-menu.hjson (or you can change the settings in the config.hjson to menu.hjson. That's what I did Regards,

    With my install, it wasn't even creating the menu.hjson or the prompt.hjson files. The only file in config/ was config.hjson.

    We got it running now thought... :)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to KrUpTiOn on Wed Dec 12 00:08:36 2018

    On Tuesday, December 11th KrUpTiOn was heard saying...
    BTW, I called your BBS lastnight, I wanted to take a look at things (I really love how it's setup and looks!!) then I connected to SSH (With Syncterm), I got logged in, and after a few minutes, I just got kicked! So I signed back in through reg. Telnet, saw that there was some issues with SSH?? Regards, KrUpTiOn

    Periodically SyncTERM still bombs out SSH connections. I had suggested to Deuce
    a while back to update cryptlib / SSH to more modern primatives, so maybe that
    will help. It's on my list to see if it can be worked around though.



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From NuSkooler@21:1/121 to KrUpTiOn on Wed Dec 12 00:10:41 2018

    On Tuesday, December 11th KrUpTiOn was heard saying...
    order to do that for Enigma? anything extra if I'm gonna use another BBS's matrix to sign into Enigma?

    Nope, you can just bridge to it. There is no way to auto-log a user though, so users will have separate accounts on ENiG & have to type them in again. I don't
    think that's a issue for what you're doing, just letting you know.



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Thu Dec 13 08:58:30 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to KrUpTiOn on Tue Dec 11 2018 05:52 pm

    On 12/11/18, KrUpTiOn said the following...

    With my install, it wasn't even creating the menu.hjson or the prompt.hjson files. The only file in config/ was config.hjson.

    We got it running now thought... :)


    Sweet! :)

    Did NuSkooler know what caused that? Just curious...
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to NuSkooler on Thu Dec 13 08:59:49 2018
    Re: Re: ENiGMA BBS
    By: NuSkooler to KrUpTiOn on Tue Dec 11 2018 07:08 pm


    Periodically SyncTERM still bombs out SSH connections. I had suggested to Deuce
    a while back to update cryptlib / SSH to more modern primatives, so maybe that will help. It's on my list to see if it can be worked around though.


    Ahh, ok cool! Just figured I'd let ya know if you didn't know it was still messed up.. :)
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to NuSkooler on Thu Dec 13 09:01:15 2018
    Re: Re: ENiGMA BBS
    By: NuSkooler to KrUpTiOn on Tue Dec 11 2018 07:10 pm


    Nope, you can just bridge to it. There is no way to auto-log a user though, so users will have separate accounts on ENiG & have to type them in again. I don't
    think that's a issue for what you're doing, just letting you know.


    OK cool, great! It'll be easy to connect them together then. I had to figure out a few command line options for other BBS programs I used to run like that. Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From NuSkooler@21:1/121 to KrUpTiOn on Thu Dec 13 21:21:52 2018

    On Thursday, December 13th KrUpTiOn muttered...
    Did NuSkooler know what caused that? Just curious... Regards, KrUpTiOn

    Wrong (old) Node.js version & install.sh pointed to.


    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to KrUpTiOn on Thu Dec 13 22:33:03 2018
    KrUpTiOn wrote to Black Panther <=-

    With my install, it wasn't even creating the menu.hjson or the prompt.hjson files. The only file in config/ was config.hjson.

    We got it running now thought... :)

    Sweet! :)

    Did NuSkooler know what caused that? Just curious...

    Yup. He figured it out. It needs at least version 10 of node.js installed, and I only had 6.something...

    Upgraded that, and it installed like a champ. :)



    ---

    Black Panther
    A.K.A. - Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again...


    ... Does anyone REALLY read these stupid taglines?

    ___ MultiMail/Linux v0.51

    --- Mystic BBS/QWK v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From KrUpTiOn@21:2/105 to NuSkooler on Fri Dec 14 04:55:41 2018
    On 12/13/18, NuSkooler said the following...

    Did NuSkooler know what caused that? Just curious... Regards, KrUpT

    Wrong (old) Node.js version & install.sh pointed to.


    Ahh, gotcha :)

    Regards

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: theamiga.frontierbbs.net:2023 (Ohio) (21:2/105)
  • From KrUpTiOn@21:2/105 to Black Panther on Fri Dec 14 04:59:48 2018
    On 12/13/18, Black Panther said the following...

    Did NuSkooler know what caused that? Just curious...

    Yup. He figured it out. It needs at least version 10 of node.js
    installed, and I only had 6.something...

    Upgraded that, and it installed like a champ. :)



    Noice!

    Let me know when you got it up, I wanna see what ya do with it! :) I've been trying to get time to work on mine for the past week, I just can't find the time, damnit!

    I have a lot to do on my BBS to-do list, and can't get motivated! I REALLY
    want to get it going, but by the end of the day, I log on, read my mail on
    here and I'm dead tired.. :( I gotta pull a few all-nighters to get it going how I want. I have some GREAT ideas for what I wanna do. I guess it might be god, beause I end up thinking of more things I wanna do! I Went as far as making a actual list of things to do so I don't forget the good ideas! LOL

    Regards

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: theamiga.frontierbbs.net:2023 (Ohio) (21:2/105)
  • From Black Panther@21:1/186 to KrUpTiOn on Fri Dec 14 22:17:36 2018
    On 12/13/18, KrUpTiOn said the following...

    Let me know when you got it up, I wanna see what ya do with it! :) I've been trying to get time to work on mine for the past week, I just can't find the time, damnit!

    Right now, I'm working on getting FTN set up on it. I've run into a bit of a snag...

    It seems like there is never enough time. That's why I think we need to start with 36 hour days. ;)

    I have a lot to do on my BBS to-do list, and can't get motivated! I
    REALLY want to get it going, but by the end of the day, I log on, read
    my mail on here and I'm dead tired.. :( I gotta pull a few all-nighters
    to get it going how I want. I have some GREAT ideas for what I wanna do.

    I think I'm getting too old to do the all-nighters... It seems lately, if I'm still awake at midnight, I'm doing good... :)

    I guess it might be god, beause I end up thinking of more things I wanna do! I Went as far as making a actual list of things to do so I don't forget the good ideas! LOL

    At least your making a list. I need to do that more often. My mind is like a steel trap. It doesn't let anything in... ;)

    I'll post a message to let everyone know when ENiGMA is set up and running full-time. MagickaBBS is running full-time already. It's stock, with fsxNet added, along with the InterBBS oneliners lua, but you're welcome to take a look. bbs.castlerockbbs.com:2023


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Black Panther@21:1/186 to NuSkooler on Fri Dec 14 22:28:54 2018
    Alright. I hope you're not sick of me yet... :)

    I'm working on setting up FTN for fsxNet into ENiGMA, and I'm now running
    into a schedule issue. Here is the output that I'm getting:

    snip<=-

    pi@raspberrypi:~/enigma-bbs $ ./main.js /home/pi/enigma-bbs/core/scanner_tossers/ftn_bso.js:2180
    schedOK : -1 === exportSchedule.sched.error,
    ^
    TypeError: Cannot read property 'error' of undefined
    at createTempDirectories.err (/home/pi/enigma-bbs/core/scanner_tossers/ftn_bso.js:2180:67)
    at temptmp.mkdir (/home/pi/enigma-bbs/core/scanner_tossers/ftn_bso.js:1626:17)
    at fs.mkdir.err
    (/home/pi/enigma-bbs/node_modules/temptmp/index.js:133:11)
    at FSReqWrap.oncomplete (fs.js:141:20)
    pi@raspberrypi:~/enigma-bbs $

    snip<=-

    Here is what I have in the config.hjson file for scannerTossers:

    snip<=-

    scannerTossers: {
    // The most popular being FTN/BSO style networks
    ftn_bso: {
    schedule: {
    import: @watch:/home/pi/enigma-bbs/binkd/sema/echomail.in
    export: @immediate
    }
    nodes: {
    "21:*": {
    packetType: 2+
    packetPassword: password
    encoding: cp437
    archiveType: zip
    }
    }
    }
    }

    snip<=-

    I'm sure I have something not set correctly... :)

    Any idea as to what it might be? I could always send you the entire config.hjson file, if it would help...

    Thank you.


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Sat Dec 15 04:16:01 2018

    On Friday, December 14th Black Panther was heard saying...
    Right now, I'm working on getting FTN set up on it. I've run into a bit of a snag...

    Still having issues?


    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From NuSkooler@21:1/121 to Black Panther on Sat Dec 15 04:23:15 2018

    On Friday, December 14th Black Panther was heard saying...
    I'm working on setting up FTN for fsxNet into ENiGMA, and I'm now running into a schedule issue. Here is the output that I'm getting:
    export: @immediate

    Looks like you tried something no one else has :) The problem was the debug line assuming that there was always a parsable schedule in 'export' and a optional @immediate, when in fact a '@immediate' only is allowed.

    I just pushed a simple fix.

    Thanks for the report!



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Sat Dec 15 04:25:36 2018
    On 12/14/18, NuSkooler said the following...

    Right now, I'm working on getting FTN set up on it. I've run into a b of a snag...

    Still having issues?

    Yup. I've set it aside for now, and was working on another project.

    Any ideas where I made an error? :)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Black Panther@21:1/186 to NuSkooler on Sat Dec 15 04:33:45 2018
    On 12/14/18, NuSkooler said the following...

    I'm working on setting up FTN for fsxNet into ENiGMA, and I'm now run into a schedule issue. Here is the output that I'm getting:
    export: @immediate

    Looks like you tried something no one else has :) The problem was the debug line assuming that there was always a parsable schedule in
    'export' and a optional @immediate, when in fact a '@immediate' only is allowed.

    Leave it to me to try something new... :)

    I just pushed a simple fix.

    Got it, and it's working again! Thank you.

    I think I just need to get binkd set up, and I'll have fsxNet running. :)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Sat Dec 15 05:54:53 2018

    On Friday, December 14th Black Panther muttered...
    I think I just need to get binkd set up, and I'll have fsxNet running. :)

    Awesome! If you have any feedback on the docs in that area they'd be appreciated -- https://github.com/NuSkooler/enigma-bbs/blob/0.0.9-alpha/docs/messageareas/bso- import-export.md



    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186 to NuSkooler on Sat Dec 15 19:07:18 2018
    On 12/15/18, NuSkooler said the following...

    Awesome! If you have any feedback on the docs in that area they'd be appreciated -- https://github.com/NuSkooler/enigma-bbs/blob/0.0.9-alpha/docs/messageareas import-export.md

    I wish I would have thought to look there for the docs... I've been using the ones at https://nuskooler.github.io/enigma-bbs/messageareas/bso-import-export.html

    Those don't seem to be quite as complete. I'll scan through these and see if
    I can figure out why outbound messages aren't being scanned.

    It seems like the echo tags for echomail is case sensitive, as I was seeing messages coming in for FSX_GEN, but the logs were saying it was an unknown local area. I had the area set to fsx_gen. I've changed it in the config, so I'll see what happens when mail comes in.


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From NuSkooler@21:1/121 to Black Panther on Sat Dec 15 19:55:59 2018

    On Saturday, December 15th Black Panther was heard saying...
    I wish I would have thought to look there for the docs...

    Yes, please use the GitHub 0.0.9-alpha branch for docs. The main doc site will only pull from the master branch, so until it's wrapped up, it won't show the latest :(

    Maybe I should cut to the next alpha sooner so the docs can get updated. I'll ponder on that a little hehe

    On Saturday, December 15th Black Panther was heard saying...
    It seems like the echo tags for echomail is case sensitive,

    Yup, all the keys/values in H(JSON) are case sensitive. I have on my list to make specific ones (ie conf/area tags) non-case sensitive but it's lower priority.


    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 10.13.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From Black Panther@21:1/186.3 to NuSkooler on Sat Dec 15 20:27:56 2018

    On Dec 15th 3:23 pm NuSkooler said...
    Yes, please use the GitHub 0.0.9-alpha branch for docs. The main doc site will only pull from the master branch, so until it's wrapped up, it won't show the latest :(

    It also seems like there is a bit more information in the alpha branch docs.

    I'm working on some suggestions for documentation clarity. :)


    On Dec 15th 3:23 pm NuSkooler said...
    Yup, all the keys/values in H(JSON) are case sensitive. I have on my list to make specific ones (ie conf/area tags) non-case sensitive but it's lower priority.

    It wasn't to big of an issue, once I noticed it... :) The problem I just ran into was not having the message echo name not being the same as the local message base name, so it wasn't importing or exporting anything.

    I think I've got everything running now. If this message makes it out, we have success! ;)

    Thank you again for all your help.


    --- ENiGMA 1/2 v0.0.9-alpha (linux; arm; 10.14.1)
    * Origin: Castle Rock ENiGMA½ Pi (21:1/186.3)
  • From Satchmo@21:4/144 to All on Sun Dec 16 03:38:00 2018
    On Sat, 15 Dec 2018 15:27:00 GMT
    Black Panther wrote:

    I think I've got everything running now. If this message makes it out, we
    have
    success! ;)

    Thank you again for all your help.


    --- ENiGMA 1/2 v0.0.9-alpha (linux; arm; 10.14.1)
    * Origin: Castle Rock ENiGMA_ Pi (21:1/186.3)

    Looks good here!

    --- Mystic BBS/NNTP v1.12 A39 2018/04/21 (Raspberry Pi/32)
    * Origin: Sonic BBS | sonicbbs.ddns.net (21:4/144)
  • From Black Panther@21:1/186 to KrUpTiOn on Sat Dec 15 20:46:16 2018
    On 12/13/18, KrUpTiOn said the following...

    Let me know when you got it up, I wanna see what ya do with it! :) I've been trying to get time to work on mine for the past week, I just can't find the time, damnit!

    I've got it up and running now! It's still stock, with fsxNet messages now working properly.

    I've got another project to work on now, but I want to start doing some customization a bit later. If we only had more time... :)


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Black Panther@21:1/186 to KrUpTiOn on Sat Dec 15 20:48:13 2018
    On 12/13/18, KrUpTiOn said the following...

    Let me know when you got it up, I wanna see what ya do with it! :) I've been trying to get time to work on mine for the past week, I just can't find the time, damnit!

    It might help if I let you know how to connect to it... Geez, what a day. :)

    ENiGMA - bbs.castlerockbbs.com:8888
    Magicka - bbs.castlerockbbs.com:2023


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Thu Dec 20 21:06:55 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to KrUpTiOn on Thu Dec 13 2018 05:33 pm

    KrUpTiOn wrote to Black Panther <=-

    Upgraded that, and it installed like a champ. :)


    I'm setting up mine still. I'm gonna be doing some big changes to my whole BBS setup here soon. Gonna make it alot more stream-lined. Gonna be running Synchronet, Enigma, and CyberBBS. I'm going to prolly get rid of all the domain addresses but the one (frontierbbs.net) and do a matrix log in. I think it'll be a little easier and faster. Enigma is coming along nice! I'm gonna do some menu modding prolly in the next week or two! I'm excited!!
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Thu Dec 20 21:12:05 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to KrUpTiOn on Fri Dec 14 2018 05:17 pm

    On 12/13/18, KrUpTiOn said the following...

    Right now, I'm working on getting FTN set up on it. I've run into a bit of a snag...


    I'm setting up my Echo bases now. What kind of snag? curious, just so if (which I'm sure I will!) get to it, I'll know how to fix it!

    It seems like there is never enough time. That's why I think we need to start with 36 hour days. ;)

    Tell me about it! I REALLY need 36 hours in my day, not to mention some of that time dedicated to some GOOD sleep! :\

    I'll post a message to let everyone know when ENiGMA is set up and running full-time. MagickaBBS is running full-time already. It's stock, with fsxNet added, along with the InterBBS oneliners lua, but you're welcome to take a look. bbs.castlerockbbs.com:2023

    Noice! :)

    I've had Magicka running for damn near 8-9 months now... I have everyting working, but the doors. I haven't messed with that in months. might do some things to it in the late future....
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Thu Dec 20 21:23:36 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to NuSkooler on Sat Dec 15 2018 03:27 pm


    It wasn't to big of an issue, once I noticed it... :) The problem I just ran into was not having the message echo name not being the same as the local message base name, so it wasn't importing or exporting anything.

    I ran into that issue when setting up/importing my file areas from FILEGATE.ZXX.. which I still gotta fix! but I was stuck for a few hours before I actually LOOKED! But I had been in 'go hard' mode for awhile, I had a WHOLE day free, and I configured over 50% of what I needed done for my setup! Which is great! (Thanks again NuSkooler for making it alot easier!)

    Hell, I'm so excited, I SHOULD be working on Enigma instead of writing/replying to my mail! hehe
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Thu Dec 20 21:26:42 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to KrUpTiOn on Sat Dec 15 2018 03:46 pm

    On 12/13/18, KrUpTiOn said the following...

    I've got it up and running now! It's still stock, with fsxNet messages now working properly.

    Hell, I'm excited watching YOUR progress! Can't wait til I can get to where you are!


    I've got another project to work on now, but I want to start doing some customization a bit later. If we only had more time... :)

    I can't wait either!! get to it! :D
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)
  • From Black Panther@21:1/186 to KrUpTiOn on Fri Dec 21 02:36:03 2018
    On 12/20/18, KrUpTiOn said the following...

    Right now, I'm working on getting FTN set up on it. I've run into a b a snag...

    I'm setting up my Echo bases now. What kind of snag? curious, just so if (which I'm sure I will!) get to it, I'll know how to fix it!

    Make sure you have the message echo names the same as the local message area names... Things run smoothly if they match... :)

    Tell me about it! I REALLY need 36 hours in my day, not to mention some of that time dedicated to some GOOD sleep! :\

    I was actually thinking 36 hours per day, without considering sleep... :)

    I've had Magicka running for damn near 8-9 months now... I have everyting working, but the doors. I haven't messed with that in months. might do some things to it in the late future....

    In Magicka, I just have the InterBBS oneliners and the last caller scripts running. I haven't even added them so they are visible on the main menu yet...


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From KrUpTiOn@21:2/105.1 to Black Panther on Sat Dec 22 10:51:34 2018
    Re: Re: ENiGMA BBS
    By: Black Panther to KrUpTiOn on Thu Dec 20 2018 09:36 pm

    Make sure you have the message echo names the same as the local message area names... Things run smoothly if they match... :)

    I have/had that issue with the file areas. I now know the issue, I just have to fix it, which is gonna be A LOT of typing, I think that's why I put it on pause and started working on the ANSI.. LOL

    I was actually thinking 36 hours per day, without considering sleep... :)

    YES! THAT would be MUCH better! I had a super long day Friday, but I took a little time to do some modding so I wouldn't lose my ideas. I came home and fell asleep SUPER early, that's why if you noticed my timestamp, I'm up so early! I'm gonna head back to sleep for a few more ZZZzz's, I have some more things to do today before I can 'work' on Enigma....
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: thenewfrontier2.hopto.org:2333 (Akron, OH) (21:2/105.1)