• Raspberry Pi Mystic BBS

    From Charon@1337:2/104 to All on Sat May 20 06:20:39 2023
    Good afternoon everyone!

    I have a Raspberry Pi 3 laying around and I have installed Mystic with no issues. I signed up with bbslink and have been attempting to launch the .sh script to no avail. I was wondering if one of you had any suggesstions, guidance, or instructions to get this setup accordingly? I appreciate your time!

    Charon
    riverstyx.ddns.net:2323

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Sent from Al's Geek Lab 1337:2/104 (1337:2/104)
  • From ogg@1337:3/172 to Charon on Fri May 19 14:57:09 2023
    On 20 May 2023, Charon said the following...

    Good afternoon everyone!

    I have a Raspberry Pi 3 laying around and I have installed Mystic with no issues. I signed up with bbslink and have been attempting to launch the .sh script to no avail. I was wondering if one of you had any suggesstions, guidance, or instructions to get this setup accordingly?
    I appreciate your time!

    Charon
    riverstyx.ddns.net:2323

    Can you provide more information to help troubleshoot the issues?

    I'm assuming that you entered the appropriate authentication data into the script where required.

    Are you running Raspian or something else as your operating system?

    What, if any, error messages are you getting?

    Are the required ports open through your firewall?

    These are just some questions off the top of my head to get things rolling. I'm






























































































































































































































































































































































































































































    sure others will pipe in!

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    ... Everyone has a photographic memory. Some don't have film.

    --- Mystic BBS v1.12 A49 2023/04/30 (Windows/64)
    * Origin: Altair IV BBS (1337:3/172)
  • From Warpslide@1337:3/126 to Charon on Fri May 19 20:39:28 2023
    On 20 May 2023, Charon said the following...

    I signed up with bbslink and have been attempting to launch the .sh Ch>
    script to no avail.

    Make sure you have telnet installed:

    sudo apt install telnet


    Jay

    ... I put my phone on airplane mode and now it's delayed by 45 minutes

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Northern Realms (1337:3/126)
  • From Charon@1337:2/104 to ogg on Sat May 20 13:54:52 2023
    I am running Raspian. I have copied the python and bash script from the bbslink sysop site and getting an error with the python script SyntaxError: Missing parentheses in call to 'print'. Did you mean Print ("ERROR! Usage: bbslink.py ")?. The bash script gives an error at line 125: syntax error: unexpected end of file.

    Charon
    riverstyx.ddns.net

    Thank you all for any guidance or clarification.

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: Sent from Al's Geek Lab 1337:2/104 (1337:2/104)
  • From ogg@1337:3/172 to Charon on Fri May 19 22:12:04 2023
    I am running Raspian. I have copied the python and bash script from the bbslink sysop site and getting an error with the python script SyntaxError: Missing parentheses in call to 'print'. Did you mean
    Print ("ERROR! Usage: bbslink.py ")?. The bash script gives an error
    at line 125: syntax error: unexpected end of file.

    Charon

    I ended up just running bbslink.py under the door menu. I had many issues with





























































































































































































































































































































































































































































    Mystic and python. I ended up just using python2 for everything. I don't remember what version Raspian defaults to. Check with "python -V" Also, I had to enable the rlogin server in order to call out.

    If you want, I could put my copy of bbslink.py on my board so you could download it or drop me a netmail and give me an email address I can send it to.

    Let me know!

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    --- Mystic BBS v1.12 A49 2023/04/30 (Windows/64)
    * Origin: Altair IV BBS (1337:3/172)
  • From paulie420@1337:3/129 to Warpslide on Mon May 22 17:23:34 2023
    Make sure you have telnet installed:

    sudo apt install telnet

    Ohhhh - I also remember another issue, depending on what (debian..) OS the user


























































































































































































































































































































































































































































    is using. You sometimes need to LOOK at the output of 'telnet' b/c some debian distros actually just install 'ssh' to the telnet command - in this case, I had


























































































































































































































































































































































































































































    to build telnet externally...



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (1337:3/129)
  • From hustler@1337:3/132 to paulie420 on Sun Jun 18 20:39:07 2023
    Make sure you have telnet installed:
    Ohhhh - I also remember another issue, depending on what (debian..) OS
    the user is using. You sometimes need to LOOK at the output of 'telnet' b/c some debian distros actually just install 'ssh' to the telnet
    command - in this case, I had to build telnet externally...

    I've always wondered why telnet is not installed by default? Security maybe?

    ... History repeats itself because nobody listens

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: www.theunderground.us Telnet 10023 SSH 7771 (1337:3/132)
  • From paulie420@1337:3/129 to hustler on Mon Jun 19 18:37:30 2023
    Ohhhh - I also remember another issue, depending on what (debian..) O the user is using. You sometimes need to LOOK at the output of 'telne b/c some debian distros actually just install 'ssh' to the telnet command - in this case, I had to build telnet externally...

    I've always wondered why telnet is not installed by default? Security maybe?

    Yea, I think thats it exactly. TELNET is plain text and really not a way you'd want to do anything important or secure, ever - let alone in 2023. Some sysOps,






























































































































































































































































































































































































































    even just on the BBSes, request users use SSH after they're account is created - its way smarter, but I don't place too much worry in the BBS machine; I just try to secure it within my network.



    |07p|15AULIE|1142|07o
    |08.........

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (1337:3/129)
  • From esc@1337:3/169 to hustler on Mon Jun 19 20:57:44 2023
    I've always wondered why telnet is not installed by default? Security maybe?

    Yeah, probably, that would be my guess. It's a fairly unused client as well other than a few specific areas. What is lame, though, is the amount of IOT devices that listen for inbound telnet connections. Yowza.

    --- Mystic BBS v1.12 A49 2023/02/26 (Linux/64)
    * Origin: m O N T E R E Y b B S . c O M (1337:3/169)