• MRC

    From rEApZ@21:1/166 to All on Thursday, September 08, 2016 00:31:00
    Hey guys, I was looking at MRC (mystic relay chat) and wondering does that
    have a central server or is it sort of peer to peer? I saw cyberia was the
    only server listed in the archive.
    Cheers,
    Steve

    ÄÄÄÄÄ Â¿Ú¿ Ú¿ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    ²±°Û ¿à ôڿÚÙ DatanetBBS.net:23 ÛÛ²±°
    ÄÄÄÄÄ Á ÁÙÙÀÅÙÀÙ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Datanet BBS | telnet://datanetbbs.net:23 (21:1/166)
  • From solaris@21:1/102 to rEApZ on Wednesday, September 07, 2016 10:55:00
    that have a central server or is it sort of peer to peer? I saw cyberia

    right now its being hosted on a central server over at twinkle bbs.
    here is a if your windows your batch should look like this

    :RESTART
    C:
    CD \MYSTIC
    python MRC_CLIENT.PY tbbs.homeip.net 5000
    TIMEOUT /T 10 >null
    goto restart

    this will keep MRC resident

    |05..-(|03 Sola|08ris|05 )..--
    |07Always at |03my PC double cl|08ick'n on my mizouse !

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Error 404 BBS (21:1/102)
  • From rEApZ@21:1/166 to solaris on Thursday, September 08, 2016 01:07:00
    right now its being hosted on a central server over at twinkle bbs.
    here is a if your windows your batch should look like this

    :RESTART
    C:
    CD \MYSTIC
    python MRC_CLIENT.PY tbbs.homeip.net 5000
    TIMEOUT /T 10 >null
    goto restart

    this will keep MRC resident


    Nice one! Thanks solaris, I'm running linux but that's enough info for me to work it out.
    Cheers!
    Steve

    ÄÄÄÄÄ Â¿Ú¿ Ú¿ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    ²±°Û ¿à ôڿÚÙ DatanetBBS.net:23 ÛÛ²±°
    ÄÄÄÄÄ Á ÁÙÙÀÅÙÀÙ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Datanet BBS | telnet://datanetbbs.net:23 (21:1/166)
  • From Mick Manning@21:1/156 to rEApZ on Wednesday, September 07, 2016 17:55:00
    On 09/08/16, rEApZ considered the following...

    Hey guys, I was looking at MRC (mystic relay chat) and wondering does
    that have a central server or is it sort of peer to peer? I saw cyberia was the only server listed in the archive.

    I have it as an option in the Main Menu, here. There isn't much doc on the server. I tried to run it but it keeps crashing. Everyone seems to be run
    from Cyberia. It works good.

    Mick

    ÛßßßßßßßßßßßßßßßßßßßßßßßßßÛ
    Û Oxford Mills Remote BBS Û
    Û oxfordmi.synchro.net Û
    ÛÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÜÛ

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Oxford Mills Remote BBS (21:1/156)
  • From Vk3jed@21:1/109 to rEApZ on Thursday, September 08, 2016 08:03:00
    rEApZ wrote to All <=-

    @MSGID: <57D0251E.197.fsx_mys@freeway.apana.org.au>
    @TZ: 0258
    Hey guys, I was looking at MRC (mystic relay chat) and wondering does
    that have a central server or is it sort of peer to peer? I saw cyberia was the only server listed in the archive.

    There is a server, currently Pequito is running it. :)


    ... Me no wanna goto work. Me wanna bang on keyboard!
    --- MultiMail/Win32 v0.49
    * Origin: Freeway BBS - freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to rEApZ on Thursday, September 08, 2016 08:04:00
    rEApZ wrote to solaris <=-

    Nice one! Thanks solaris, I'm running linux but that's enough info for
    me to work it out.

    I have a bash script to run it on my system. :)


    ... And now for something you'll really like! -Rocky
    --- MultiMail/Win32 v0.49
    * Origin: Freeway BBS - freeway.apana.org.au (21:1/109)
  • From Pequito@21:1/126 to rEApZ on Wednesday, September 07, 2016 16:40:00
    On 09/08/16, rEApZ said the following...

    Hey guys, I was looking at MRC (mystic relay chat) and wondering does
    that have a central server or is it sort of peer to peer? I saw cyberia was the only server listed in the archive.

    At the moment I am hosting the main host @ tbbs.homeip.net 5000.

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS (21:1/126)
  • From Pequito@21:1/126 to rEApZ on Wednesday, September 07, 2016 16:43:00
    On 09/08/16, rEApZ said the following...

    right now its being hosted on a central server over at twinkle bbs. here is a if your windows your batch should look like this

    :RESTART
    C:
    CD \MYSTIC
    python MRC_CLIENT.PY tbbs.homeip.net 5000
    TIMEOUT /T 10 >null
    goto restart

    this will keep MRC resident


    Nice one! Thanks solaris, I'm running linux but that's enough info for
    me to work it out.
    Cheers!

    That was the original script I would hand out to those when we started
    dropping connections from to time time on windows.

    This is the KSH script I use on my linux box:

    #!/bin/ksh

    while true
    do
    client=./mrc_client.py

    client_count=`ps -ef | grep ${client} | grep -v grep | wc -l | awk '{print $1`

    if [ "${client_count}" == "0" ]; then
    cd /mystic/cron/mrc
    ${client} tbbs.homeip.net 5000 >> /mystic/data/logs/mrc_client.log 2>&1 &
    fi
    sleep 1
    done


    Cheers!
    Pequito

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS (21:1/126)
  • From ThatGuy@21:1/167 to Pequito on Thursday, September 08, 2016 11:15:00
    At the moment I am hosting the main host @ tbbs.homeip.net 5000.

    Found the files on SourceForge.

    Up and running now, looks good. Simple installation, easy config. I like it :)

    Just need to get Avon on it now!

    ThatGuy

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: SilentShard BBS (21:1/167)
  • From Pequito@21:1/126 to ThatGuy on Wednesday, September 07, 2016 17:34:00
    On 09/08/16, ThatGuy said the following...

    At the moment I am hosting the main host @ tbbs.homeip.net 5000.

    Found the files on SourceForge.

    Up and running now, looks good. Simple installation, easy config. I
    like it :)

    Just need to get Avon on it now!


    I sit in there @ night when I am working idle and talk when I see folks pop
    in if I am there and not away from my desk. :P

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS (21:1/126)
  • From ThatGuy@21:1/167 to Pequito on Thursday, September 08, 2016 11:49:00
    I sit in there @ night when I am working idle and talk when I see folks pop in if I am there and not away from my desk. :P

    Sounds good. Hope to catch you there some time :)

    ThatGuy

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: SilentShard BBS (21:1/167)
  • From rEApZ@21:1/166 to Pequito on Thursday, September 08, 2016 13:08:00
    At the moment I am hosting the main host @ tbbs.homeip.net 5000.


    Thanks Pequito I connected up :)

    ÄÄÄÄÄ Â¿Ú¿ Ú¿ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
    ²±°Û ¿à ôڿÚÙ DatanetBBS.net:23 ÛÛ²±°
    ÄÄÄÄÄ Á ÁÙÙÀÅÙÀÙ ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Datanet BBS | telnet://datanetbbs.net:23 (21:1/166)
  • From ThatGuy@21:1/167 to rEApZ on Thursday, September 08, 2016 15:14:00
    Thanks Pequito I connected up :)

    Woohoo! Another one on board. Great!

    ThatGuy

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: SilentShard BBS (21:1/167)
  • From Pequito@21:1/126 to rEApZ on Wednesday, September 07, 2016 21:15:00
    On 09/08/16, rEApZ said the following...

    At the moment I am hosting the main host @ tbbs.homeip.net 5000.


    Thanks Pequito I connected up :)

    Yep saw your name in the bbs listing on who is connected, come on in sometime will be here all night like most nights. :P

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS (21:1/126)
  • From Gryphon@21:1/120 to Mick Manning on Wednesday, September 07, 2016 22:59:00
    On 09/07/16, Mick Manning said the following...

    On 09/08/16, rEApZ considered the following...

    Hey guys, I was looking at MRC (mystic relay chat) and wondering does that have a central server or is it sort of peer to peer? I saw cyber was the only server listed in the archive.

    I have it as an option in the Main Menu, here. There isn't much doc on
    the server. I tried to run it but it keeps crashing. Everyone seems to
    be run from Cyberia. It works good.

    I'm not running the server here at this time. Pequito is running it at tbbs.homepi.net. So if you're trying to connect to cyberia, that's prolly
    why it keeps crashing on you.

    "No matter where you go, there you are!" - Buckaroo Bonzai

    --- Mystic BBS v1.12 A31 (Raspberry Pi)
    * Origin: Cyberia BBS | Cyberia.Darktech.Org | Kingwood, TX (21:1/120)
  • From Pequito@21:1/126 to Mick Manning on Wednesday, September 07, 2016 22:01:00
    On 09/07/16, Mick Manning said the following...

    On 09/08/16, rEApZ considered the following...

    Hey guys, I was looking at MRC (mystic relay chat) and wondering does that have a central server or is it sort of peer to peer? I saw cyber was the only server listed in the archive.

    I have it as an option in the Main Menu, here. There isn't much doc on
    the server. I tried to run it but it keeps crashing. Everyone seems to
    be run from Cyberia. It works good.

    Correct server is tbbs.homeip.net 5000.

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS (21:1/126)
  • From Mick Manning@21:1/156 to Gryphon on Thursday, September 08, 2016 09:08:00
    On 09/07/16, Gryphon considered the following

    tbbs.homepi.net. So if you're trying to connect to cyberia, that's
    prolly why it keeps crashing on you.


    YA figured that out a week ago.

    Oxford Mills Remote BBS
    telnet: oxfordmi.synchro.net:23

    --- Mystic BBS v1.12 A31 (Windows)
    * Origin: Oxford Mills Remote BBS (21:1/156)
  • From Pequito@21:1/126 to All on Monday, September 12, 2016 21:06:00
    I took a power hit sometime tonight, was able to restart the systems and everything is back up and working.

    I apologize about this.

    --- Mystic BBS v1.12 A31 (Linux)
    * Origin: Twinkle BBS (21:1/126)
  • From modchaos@21:2/149 to All on Tuesday, July 23, 2019 15:49:57
    Greetings all!

    I am looking at using MRC but was unsure of servers to connect to as the documentation has a server that does not seem like it is up.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Moderate Chaos (21:2/149)
  • From MeaTLoTioN@21:1/158 to modchaos on Tuesday, July 23, 2019 22:48:15
    On 23 Jul 2019, modchaos said the following...

    Greetings all!

    I am looking at using MRC but was unsure of servers to connect to as the documentation has a server that does not seem like it is up.

    The server you want to connect to is "mrc.bottomlessabyss.net".

    There are about 60 servers currently connected, you need to be running MRC version 1.2.7+ in order to use it, if you need the latest stable version (1.2.9a) you can get it from my bbs or any other bbs flying the phenom production releases.

    MRC (Originally Mystic Relay Chat) was originally created by Gryphon, but
    since v1.11 (i think) it was re-developed by StackFault and turned into Multi Relay Chat, and is very popular.

    the filename if you don't already have the latest will be pn-mrc129a.zip and can be found in my files section "ArakNet -> ARK: BBS Mod releases"

    Hope this is helpful.

    ---
    |14Best regards,
    |11Ch|03rist|11ia|15n |11a|03ka |11Me|03aTLoT|11io|15N

    |07ÄÄ |08[|10eml|08] |15ml@erb.pw |07ÄÄ |08[|10web|08] |15www.erb.pw |07ÄÄÄ¿ |07ÄÄ |08[|09fsx|08] |1521:1/158 |07ÄÄ |08[|11tqw|08] |151337:1/101 |07ÂÄÄÙ |07ÄÄ |08[|12rtn|08] |1580:774/81 |07ÄÂ |08[|14fdn|08] |152:250/5 |07ÄÄÄÙ
    |07ÄÄ |08[|10ark|08] |1510:104/2 |07ÄÙ

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: The Quantum Wormhole, Ramsgate, UK. bbs.erb.pw (21:1/158)
  • From Barmed@21:4/127 to All on Saturday, February 13, 2021 20:48:03
    I'm installing MRC on the BBS but I'm running into a problem.

    python mrc_client.py cyberia.darktech.org 5000
    Sat Feb 13 20:37:37 2021 : Unable to connect to cyberia.darktech.org,5000
    Sat Feb 13 20:37:37 2021 : Connection error

    As that is the only server showing on the list in the download, am I doing
    the comnand wrong or is there a newer server list I need to find?

    --- Mystic BBS v1.12 A46 2020/08/26 (Raspberry Pi/32)
    * Origin: theoasisbbs.ddns.net:1357 (21:4/127)
  • From Al@21:4/106.1 to Barmed on Saturday, February 13, 2021 18:59:10
    Re: MRC
    By: Barmed to All on Sat Feb 13 2021 08:48 pm

    python mrc_client.py cyberia.darktech.org 5000

    That was the address that Gryphon used when he was writing the original version of MRC.

    Someone has updated MRC and the address to connect, you'll need to update to that version. I'm not sure what that version is or where to get it.

    Can anyone comment?

    Ttyl :-),
    Al

    ... Internal error: The sytem has been taken over by sheep at line 19960
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Warpslide@21:3/110 to Barmed on Sunday, February 14, 2021 08:04:29
    On 13 Feb 2021, Al said the following...

    python mrc_client.py cyberia.darktech.org 5000

    That was the address that Gryphon used when he was writing the original version of MRC.

    Someone has updated MRC and the address to connect, you'll need to
    update to that version. I'm not sure what that version is or where to
    get it.

    Can anyone comment?

    I use:

    mrc_client.py mrc.bottomlessabyss.net 5000


    Jay

    --- Mystic BBS v1.12 A47 2021/02/12 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From paulie420@21:2/150 to Barmed on Sunday, February 14, 2021 16:12:04
    python mrc_client.py cyberia.darktech.org 5000

    That was the address that Gryphon used when he was writing the origin version of MRC.
    Can anyone comment?

    I use:

    mrc_client.py mrc.bottomlessabyss.net 5000


    ^^^^ That is the corret address, and also make sure you have the newest MRC package:

    MRC 1.2.9a

    If you don't you can always find it on many BBSes... or, mine has it for sure. :P



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

    --- Mystic BBS v1.12 A47 2021/01/26 (Raspberry Pi/32)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From Barmed@21:4/127 to paulie420 on Monday, February 15, 2021 18:22:10
    On 14 Feb 2021, paulie420 said the following...
    mrc_client.py mrc.bottomlessabyss.net 5000


    ^^^^ That is the corret address, and also make sure you have the newest MRC package:

    MRC 1.2.9a

    Thanks. I've upgraded the version, and used the correct address now, I
    think. So at least in theory, I shoukd be set up now, although I donpt seem
    to be having much luck testing it. I can enter mrc, and exit, but I can't
    seem to get any other commands to do anything.

    --- Mystic BBS v1.12 A46 2020/08/26 (Raspberry Pi/32)
    * Origin: theoasisbbs.ddns.net:1357 (21:4/127)
  • From paulie420@21:2/150 to Barmed on Tuesday, February 16, 2021 19:15:55
    Thanks. I've upgraded the version, and used the correct address now, I think. So at least in theory, I shoukd be set up now, although I donpt seem to be having much luck testing it. I can enter mrc, and exit, but I can't seem to get any other commands to do anything.

    I don't want you to get discouraged; I've seen your woes as you start to setup a system. Just know that we ALL went thru the setup issues. Learning how Mystic add-ons work, and etc... LOL.

    Funny thing is, even way later when you kinda know a LOT; things will still trip you up. SO, don't trip...

    Things to remember with MRC. Ok... the server must be loaded, first, before you try to run any MRC menu commands.

    So, make sure the server is loaded in the background. OK, check.
    Make sure you have the newest MRC software.
    Make sure you've compiled it using './mplc mrcfilename.mps'...
    Create a menu command in Mystic thats something like: (GX) /home/pi/mystic/themes/default/scripts/mrc_client

    Then jump on yer BBS and enter the MRC rooms.

    Type '/bbses' to see a list of BBSes connected... this will show that you're server is all connected.
    Then, try to say hello. Someone is usually in there.

    If not, we can make a phone call and help out...
    Or, if you know how to setup VNC I can login and help...
    Or, we'll iron it out. :P
    If you need me its paulie420@gmail.com and I'll give you my ##.

    w00t w00t - you'll get it Barmed... :P



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

    --- Mystic BBS v1.12 A47 2021/01/26 (Raspberry Pi/32)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From Barmed@1:1/0 to paulie420 on Thursday, February 18, 2021 14:51:44
    On 16 Feb 2021, paulie420 said the following...
    seem to be having much luck testing it. I can enter mrc, and exit, bu can't seem to get any other commands to do anything.

    I don't want you to get discouraged; I've seen your woes as you start to setup a system. Just know that we ALL went thru the setup issues.
    Learning how Mystic
    add-ons work, and etc... LOL.

    Discouraged, no. Frustrated? Big Time. But that's normal for me. I read
    the instructions, follow them, and it doesn't work, or doesn't work as expected, So I go through it again and again, to try and find what I missed. I'll know it will turn out to be something very simple, but I'll nearly drive myself crazy figuring it out.

    Then I'll vent here or someplace similar, and people will suggest things to look at, which I will, even if I'm sure I already looked at it, and
    eventually it works.

    The funny part is that MRC isn't even something I likely would use very
    often. But it is something I'd have available because other people might.
    Funny thing is, even way later when you kinda know a LOT; things will still trip you up. SO, don't trip...

    Things to remember with MRC. Ok... the server must be loaded, first, before you
    try to run any MRC menu commands.

    So, make sure the server is loaded in the background. OK, check.
    Make sure you have the newest MRC software.
    Make sure you've compiled it using './mplc mrcfilename.mps'...
    Create a menu command in Mystic thats something like: (GX) /home/pi/mystic/themes/default/scripts/mrc_client

    Then jump on yer BBS and enter the MRC rooms.
    Type '/bbses' to see a list of BBSes connected... this will show that you're server is all connected.
    Then, try to say hello. Someone is usually in there.

    I'll run through the steps again. I'm missing something simple. Everything apoears to be working, but The only command when I'm ine MRC that actually
    does anything is /quit.

    --- Mystic BBS v1.12 A46 2020/08/26 (Raspberry Pi/32)
    * Origin: theoasisbbs.ddns.net:1357
  • From paulie420@21:2/150 to Barmed on Friday, February 19, 2021 00:39:08
    I'll run through the steps again. I'm missing something simple. Everything apoears to be working, but The only command when I'm ine MRC that actually does anything is /quit.

    To me, it sounds like the server isn't running... I say that because when my server isn't running right none of the MRC commands work, but /quit does.. lemme look at my...

    you should be running mrc_client.py with something like this (I'm on Linux so yours might be a little different.)

    "./mrc_client.py mrc.bottomlessabyss.net 5000"

    And, you'll either need to keep that Window open OR run it in a way that your OS keeps it open...

    In Linux, I have it on a system.d 'service' that keeps it running; but you can also just have a terminal window open, so long as it says:

    Fri Feb 19 00:35:20 2021 Multi Relay Chat Client v1.2.9 [sf]
    Fri Feb 19 00:35:21 2021 Connected to Multi Relay Chat host mrc.bottomlessabyss.net port 5000

    -----

    Listen, theres some other config files to edit - where you set a 'name' for your BBS and the .mps & compiled .mpx file need to be in your /scripts directory. IF you still have issues I'm off tomorrow and you could give me a shout and we can have a quick voice call to go over it.

    I'm on Discord, I think you joined the channel - or hit my BBS with a # to text. :P



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

    --- Mystic BBS v1.12 A47 2021/01/26 (Raspberry Pi/32)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337 (21:2/150)
  • From Barmed@21:4/127 to paulie420 on Friday, February 19, 2021 06:54:35
    On 19 Feb 2021, paulie420 said the following...
    To me, it sounds like the server isn't running... I say that because
    when my server isn't running right none of the MRC commands work, but /quit does.. lemme look at my...

    you should be running mrc_client.py with something like this (I'm on
    Linux so yours might be a little different.)

    "./mrc_client.py mrc.bottomlessabyss.net 5000"
    And, you'll either need to keep that Window open OR run it in a way that your OS keeps it open...

    That was the problem. or rather multiple small problems. I forgot the ./ before the command. I'm on Linux as well.

    I was also trying tto run it as an event when I start mis up, to
    automatically start the server when starting the BBS. I don't think I did
    that event right anyway, as it wants to run at midnight my time (CST)

    I also tried running it from the command line then starting a local session
    of Mystic to log on, but that obviously doesn't work either.

    It was throwing me off a bit because I didn't get an error anywhere that I could see.

    In Linux, I have it on a system.d 'service' that keeps it running; but
    you can also just have a terminal window open, so long as it says:

    Fri Feb 19 00:35:20 2021 Multi Relay Chat Client v1.2.9 [sf]
    Fri Feb 19 00:35:21 2021 Connected to Multi Relay Chat host mrc.bottomlessabyss.net port 5000

    In addition to being new to Mystic, I'm new to Linux as well. And in this
    setup I'm command line only, at least until I figure out the SSH/SSL tunnels, which I believe would let me use a GUI through VNC. But that's way back on
    my priorities.

    In anycase, MRC now works, so I'm on to my next project.

    Thanks to all who helped.

    --- Mystic BBS v1.12 A46 2020/08/26 (Raspberry Pi/32)
    * Origin: theoasisbbs.ddns.net:1357 (21:4/127)
  • From Barmed@21:4/127 to paulie420 on Friday, February 19, 2021 07:04:58
    On 19 Feb 2021, paulie420 said the following...
    Listen, theres some other config files to edit - where you set a 'name' for your BBS and the .mps & compiled .mpx file need to be in your
    /scripts directory. IF you still have issues I'm off tomorrow and you could give me a shout and we can have a quick voice call to go over it.

    I'm on Discord, I think you joined the channel - or hit my BBS with a #
    to text. :P

    All of the config files are done. Success at last.

    I'm not on Discord, much to my gangs frustration on TORN, for sure.

    --- Mystic BBS v1.12 A46 2020/08/26 (Raspberry Pi/32)
    * Origin: theoasisbbs.ddns.net:1357 (21:4/127)
  • From Bucko@21:4/131 to Barmed on Friday, February 19, 2021 20:01:07
    I know this is going to sound like a stupid question but are you running the mrc_client.py and connecting to bottomlessabyss? I am not sure how it gets
    done in Linux, but in windows, you just run the mrc_client.py mrc.bottomlessabyss.net 5000 from a Dos window and you are connected. Then
    the mx file will connect and you will get your BBS listings... I currently
    have it running on both my Mystic and my Enigma boards with no issues..

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)
  • From Bucko@21:4/131 to paulie420 on Friday, February 19, 2021 20:02:17

    On 19 Feb 2021, paulie420 said the following...


    To me, it sounds like the server isn't running... I say that because
    when my server isn't running right none of the MRC commands work, but /quit does.. lemme look at my...


    Give the man a cigar! LOL That's what I just responded. Except you gave the Linux answer... :)

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)
  • From Barmed@21:4/127 to Bucko on Friday, February 19, 2021 19:22:15
    On 19 Feb 2021, Bucko said the following...

    I know this is going to sound like a stupid question but are you running the mrc_client.py and connecting to bottomlessabyss? I am not sure how
    it gets done in Linux, but in windows, you just run the mrc_client.py mrc.bottomlessabyss.net 5000 from a Dos window and you are connected.
    Then the mx file will connect and you will get your BBS listings... I currently have it running on both my Mystic and my Enigma boards with no issues..

    I forgot the ./ before the command. I knew it would be something simpke.
    It's working now.

    Thanks.

    --- Mystic BBS v1.12 A46 2020/08/26 (Raspberry Pi/32)
    * Origin: theoasisbbs.ddns.net:1357 (21:4/127)
  • From Bucko@21:4/131 to Barmed on Saturday, February 20, 2021 11:33:48
    On 19 Feb 2021, Barmed said the following...


    I forgot the ./ before the command. I knew it would be something
    simpke. It's working now.


    It always is and I always forget that also!!

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)
  • From StackFault@21:1/172 to Barmed on Tuesday, February 23, 2021 08:12:38
    I'll run through the steps again. I'm missing something simple. Everything apoears to be working, but The only command when I'm ine MRC that actually does anything is /quit.

    Reach out to me if you still have issues.

    Or if anyone is having questions or issues about MRC, it may save a lot of frustration to reach out to me directly. It's usually sorted out pretty quickly.

    Cheers!

    |15 ß Þ |15StackFault |08<|03.|11.|15P|11h|03EN|11o|15M|11.|03.|08>
    |11 Ý ß |11The Bottomless Abyss BBS
    |03 ß Ýß |03ssh|08.|072222 |08/ |03telnet|08.|072023 |08/ |03https
    |08 ÜþÞ |08bbs|07.|08bottomlessabyss|07.|08net

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From StackFault@21:1/172 to Barmed on Tuesday, February 23, 2021 08:14:01
    In anycase, MRC now works, so I'm on to my next project.

    Good to know! Welcome!

    Cheers!

    |15 ß Þ |15StackFault |08<|03.|11.|15P|11h|03EN|11o|15M|11.|03.|08>
    |11 Ý ß |11The Bottomless Abyss BBS
    |03 ß Ýß |03ssh|08.|072222 |08/ |03telnet|08.|072023 |08/ |03https
    |08 ÜþÞ |08bbs|07.|08bottomlessabyss|07.|08net

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From Captain Obvious@21:1/157 to All on Saturday, August 21, 2021 17:59:23
    What's the current MRC server everyone is using? It's been quite some time since I've been on. Last update I did was using tbbs.homeip.net

    -=>Richard Miles<=-
    -=>Captain Obvious<=-
    -=>bbs.shadowscope.com<=-

    ... Who do you have to sleep with to get service around here?

    --- Mystic BBS v1.12 A47 2021/08/04 (Windows/32)
    * Origin: Shadowscope BBS | bbs.shadowscope.com | Temple, GA (21:1/157)
  • From Warpslide@21:3/110 to Captain Obvious on Saturday, August 21, 2021 18:10:09
    On 21 Aug 2021, Captain Obvious said the following...

    What's the current MRC server everyone is using? It's been quite some
    time since I've been on. Last update I did was using tbbs.homeip.net

    I'm using v1.2.9 which I believe is the latest.


    Jay

    ... He used to be fairly indecisive, but now he's not so certain.

    --- Mystic BBS v1.12 A47 2021/08/19 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From Captain Obvious@21:1/157 to Warpslide on Saturday, August 21, 2021 18:39:32
    On 21 Aug 2021, Warpslide said the following...

    On 21 Aug 2021, Captain Obvious said the following...

    What's the current MRC server everyone is using? It's been quite some time since I've been on. Last update I did was using tbbs.homeip.net

    I'm using v1.2.9 which I believe is the latest.

    I'm using the latest version I believe. I was asking what server everyone is using now.

    -=>Richard Miles<=-
    -=>Captain Obvious<=-
    -=>bbs.shadowscope.com<=-

    ... PMS - Periodic Monster Syndrome

    --- Mystic BBS v1.12 A47 2021/08/04 (Windows/32)
    * Origin: Shadowscope BBS | bbs.shadowscope.com | Temple, GA (21:1/157)
  • From MeaTLoTioN@21:1/158 to Captain Obvious on Saturday, August 21, 2021 23:52:29
    I'm using the latest version I believe. I was asking what server
    everyone is using now.

    The MRC server is mrc.bottomlessabyss.net port 5000

    ---
    |14Best regards,
    |11Ch|03rist|11ia|15n |11a|03ka |11Me|03aTLoT|11io|15N

    |07ÄÄ |08[|10eml|08] |15ml@erb.pw |07ÄÄ |08[|10web|08] |15www.erb.pw |07ÄÄÄ¿ |07ÄÄ |08[|09fsx|08] |1521:1/158 |07ÄÄ |08[|11tqw|08] |151337:1/101 |07ÂÄÄÙ |07ÄÄ |08[|12rtn|08] |1580:774/81 |07ÄÂ |08[|14fdn|08] |152:250/5 |07ÄÄÄÙ
    |07ÄÄ |08[|10ark|08] |1510:104/2 |07ÄÙ

    ... When cheese gets its picture taken, what does it say?

    --- Mystic BBS v1.12 A47 2021/08/10 (Linux/64)
    * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (21:1/158)
  • From Captain Obvious@21:1/157 to MeaTLoTioN on Saturday, August 21, 2021 19:53:17
    On 21 Aug 2021, MeaTLoTioN said the following...

    The MRC server is mrc.bottomlessabyss.net port 5000

    Gotcha. Thanks

    -=>Richard Miles<=-
    -=>Captain Obvious<=-
    -=>bbs.shadowscope.com<=-

    ... (A)bort, (R)etry, (I)nfluence with large hammer.

    --- Mystic BBS v1.12 A47 2021/08/04 (Windows/32)
    * Origin: Shadowscope BBS | bbs.shadowscope.com | Temple, GA (21:1/157)
  • From fang-castro@21:3/112 to All on Sunday, November 07, 2021 12:08:39
    what's the server/port for MRC please...

    |08__ _ _ ____ |02_ _ |10___ _ _ |02____ |08_ _ _ ___
    |08| \| | |__\ |02|--| |10 | \/ |02|--| |08|__| |___ |

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: ._.-. nightvault.fsxnet.nz port 2323 .-._. (21:3/112)
  • From Warpslide@21:3/110 to fang-castro on Sunday, November 07, 2021 16:01:39
    On 07 Nov 2021, fang-castro said the following...

    what's the server/port for MRC please...

    mrc.bottomlessabyss.net port 5000


    Jay

    ... I call things as I see them; If I didn't see them, I make them up!

    --- Mystic BBS v1.12 A47 2021/11/06 (Raspberry Pi/32)
    * Origin: Northern Realms (21:3/110)
  • From fang-castro@21:3/112 to Warpslide on Sunday, November 07, 2021 13:11:48
    On 07 Nov 2021, Warpslide said the following...

    On 07 Nov 2021, fang-castro said the following...

    what's the server/port for MRC please...

    mrc.bottomlessabyss.net port 5000

    Thanks!

    |08__ _ _ ____ |02_ _ |10___ _ _ |02____ |08_ _ _ ___
    |08| \| | |__\ |02|--| |10 | \/ |02|--| |08|__| |___ |

    --- Mystic BBS v1.12 A46 2020/08/26 (Linux/64)
    * Origin: ._.-. nightvault.fsxnet.nz port 2323 .-._. (21:3/112)