• MRC...

    From Shurato@21:2/148 to Stackfault on Sat Feb 17 05:53:00 2024
    Upon running mrc_client2.py (I've got python 2 installed), I get an error
    about it unable to create a pid file (MRC 1.33a) under Windows 10 Pro 32Bit.
    I set up the config file properly, as near as I can tell. What do I need to
    do to enable SSL? I've got a private key and a certificate, if that will
    work. I'm not sure how to do that under Mystic (I know I need to install cryptlib, is that all?).

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From Cozmo@21:3/135 to Shurato on Sun Feb 18 15:35:06 2024
    Upon running mrc_client2.py (I've got python 2 installed), I get an error about it unable to create a pid file (MRC 1.33a) under Windows 10 Pro 32Bit. I set up the config file properly, as near as I can tell. What
    do I need to do to enable SSL? I've got a private key and a
    certificate, if that will work. I'm not sure how to do that under
    Mystic (I know I need to install cryptlib, is that all?).


    ok i just installed MRC and had this same problem. If you open mrc.config.py and scrool down to:
    # Pid file location
    # This file is used for duplicate process checking
    # Use a different location if you run multiple BBSes
    # on the same machinepidfile = "/mystic/mrc_client.pid"

    you need to add the folder that the .pid file will be located. You can put it anywhere you want. But you do need to have a folder added there.

    I'm guessing this is you problem.

    |02-=|10Cozmo|02=-

    ... The seminar on time travel will be held two weeks ago

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Shurato@21:2/148 to Cozmo on Mon Feb 19 16:47:00 2024

    * In a message originally to Shurato, Cozmo said:

    Upon running mrc_client2.py (I've got python 2 installed), I get an
    error
    about it unable to create a pid file (MRC 1.33a) under Windows 10 Pro 32Bit. I set up the config file properly, as near as I can tell.
    What
    do I need to do to enable SSL? I've got a private key and a certificate, if that will work. I'm not sure how to do that under Mystic (I know I need to install cryptlib, is that all?).


    ok i just installed MRC and had this same problem. If you open
    mrc.config.py and scrool down to: # Pid file location # This file
    is used for duplicate process checking # Use a different location
    if you run multiple BBSes # on the same machinepidfile
    = "/mystic/mrc_client.pid"

    you need to add the folder that the .pid file will be located. You can put it anywhere you want. But you do need to have a folder added there.

    I'm guessing this is you problem.

    Thanks!

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From StackFault@21:1/172 to Shurato on Mon Feb 19 16:40:24 2024
    Upon running mrc_client2.py (I've got python 2 installed), I get an error about it unable to create a pid file (MRC 1.33a) under Windows 10 Pro 32Bit. I set up the config file properly, as near as I can tell. What
    do I need to do to enable SSL? I've got a private key and a
    certificate, if that will work. I'm not sure how to do that under
    Mystic (I know I need to install cryptlib, is that all?).

    Well, Windows might require some tuning as I haven't tested it under Windows just yet, I'll have a Win32 install soon to start testing and adjusting but in the meantime, I guess I don't have a readily available recipe for you.

    SSL depend on the Python SSL libraries, it should all be taken care of by Python, and unlike server-side, no key is required. It will use the trusted certificates in your machine truested store to validate the server certificate.

    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

    ... I am NOT a tagline THIEF. I am a tagline CONSERVATIONIST.

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From Shurato@21:2/148 to StackFault on Mon Feb 19 22:08:00 2024

    Upon running mrc_client2.py (I've got python 2 installed), I get an
    error
    about it unable to create a pid file (MRC 1.33a) under Windows 10 Pro 32Bit. I set up the config file properly, as near as I can tell.
    What
    do I need to do to enable SSL? I've got a private key and a certificate, if that will work. I'm not sure how to do that under Mystic (I know I need to install cryptlib, is that all?).

    Well, Windows might require some tuning as I haven't tested it under Windows just yet, I'll have a Win32 install soon to start testing and adjusting but in the meantime, I guess I don't have a readily available recipe for you.

    SSL depend on the Python SSL libraries, it should all be taken care of by Python, and unlike server-side, no key is required. It will use the trusted certificates in your machine truested store to validate the server certificate.

    Sounds easy enough, but I don't know where the trusted store would be... I don't have keys stored in Windows and wouldn't know how... I'll try my
    friend google.

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From StackFault@21:1/172 to Shurato on Tue Feb 20 13:19:20 2024
    SSL depend on the Python SSL libraries, it should all be taken care o Python, and unlike server-side, no key is required. It will use the trusted certificates in your machine truested store to validate the s certificate.

    Sounds easy enough, but I don't know where the trusted store would be...
    I don't have keys stored in Windows and wouldn't know how... I'll try my friend google.

    Like mentioned, nothing extra to do. If you have an issue, it's something else than certificates unless you run an unsupported version of Windows where the certificates do not get updated anymore by the OS.

    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

    ... 24 hours in a day and 24 beers in a case. Hmmmm...

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)
  • From Shurato@21:2/148 to StackFault on Tue Feb 20 20:07:00 2024

    SSL depend on the Python SSL libraries, it should all be taken
    care o
    Python, and unlike server-side, no key is required. It will use
    the
    trusted certificates in your machine truested store to validate
    the s
    certificate.

    Sounds easy enough, but I don't know where the trusted store would
    be...
    I don't have keys stored in Windows and wouldn't know how... I'll
    try my
    friend google.

    Like mentioned, nothing extra to do. If you have an issue, it's something else than certificates unless you run an unsupported version of Windows where the certificates do not get updated anymore by the OS.

    I don't use IIS, I use Apache, so I've got certificates in directories, same with icecast. I don't have certficates installed in windows. I tried to add the Certificate MMC and add my shsbbs_net.pem file, but that didn't do
    anything at all as near as I could tell.

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (21:2/148)
  • From StackFault@21:1/172 to Shurato on Wed Feb 21 12:11:02 2024
    same with icecast. I don't have certficates installed in windows. I tried to add the Certificate MMC and add my shsbbs_net.pem file, but
    that didn't do anything at all as near as I could tell.

    Leave it with me for now, I'll run some tests on my end and will adjust the doc accordingly.

    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

    ... IsnΓÇÖt it a bit unnerving that doctors call what they do "practice"?

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: The Bottomless Abyss BBS * bbs.bottomlessabyss.net (21:1/172)