• Move Mystic to Linux

    From HSM@21:2/162 to All on Mon Aug 17 18:54:03 2020
    Hi,

    I moved my bbs from Win7 to Ubuntu, a very easy task overall.

    The only problem I have left is that MPL's don't work. I recompiled but no
    go. Any suggestions?

    Thanks,

    -=- Gary aka HSM -=-
    -=TheFreeSpeak.com=-

    --- Mystic BBS v1.12 A46 2020/08/11 (Linux/64)
    * Origin: BBS GameTime - BBSGameTime.com (21:2/162)
  • From Adept@21:2/108 to HSM on Tue Aug 18 02:53:17 2020
    The only problem I have left is that MPL's don't work. I recompiled but no go. Any suggestions?

    What directory are the compiled MPLs in? I know I had an issue because of switching to Linux and upgrading versions at the same time, so I had some issues because of the scripts being in /mystic/scripts, rather than where it was actually checking, which was /mystic/themes/default/scripts

    And anything in the logs? Or any error message, or other aspects you can mention? Is it just, you hit a command, and nothing happens?

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Storm BBS (21:2/108)
  • From HSM@21:2/162 to Adept on Tue Aug 18 07:17:55 2020
    On 18 Aug 2020, Adept said the following...

    The only problem I have left is that MPL's don't work. I recompiled no go. Any suggestions?

    What directory are the compiled MPLs in? I know I had an issue because of switching to Linux and upgrading versions at the same time, so I had some issues because of the scripts being in /mystic/scripts, rather than
    where it was actually checking, which was /mystic/themes/default/scripts

    And anything in the logs? Or any error message, or other aspects you can mention? Is it just, you hit a command, and nothing happens?

    Hi, all my scripts are in /mystic/themes/default/scripts. There are no errors or logs, just nothing happens. I didn't change anything in the way they are called, do they need a ./ ?

    -=- Gary aka HSM -=-
    -=TheFreeSpeak.com=-

    --- Mystic BBS v1.12 A46 2020/08/11 (Linux/64)
    * Origin: BBS GameTime - BBSGameTime.com (21:2/162)
  • From Andre@21:3/117 to HSM on Tue Aug 18 08:14:37 2020
    On 18 Aug 2020, HSM said the following...

    Hi, all my scripts are in /mystic/themes/default/scripts. There are
    no errors or logs, just nothing happens. I didn't change anything in the way they are called, do they need a ./ ?

    I don't have experience yet with MPL, but if the files aren't in the path you need to explicitly call them. If you're starting mis from /mystic, that woul
    be ./themes/default/scripts. I prefer calling with a full path so that I'm
    not relying on where mis started from, so I'd use /mystic/themes/default/scripts .

    - Andre`

    --- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
    * Origin: Runaan BBS (21:3/117)
  • From paulie420@21:2/150 to HSM on Tue Aug 18 05:51:49 2020
    Hi,

    I moved my bbs from Win7 to Ubuntu, a very easy task overall.

    The only problem I have left is that MPL's don't work. I recompiled but no go. Any suggestions?

    Thanks,

    -=- Gary aka HSM -=-

    Probably could be other things; but you'll have to update any paths in .ini/.cfg files from c:\windows to /home/linuxuser/mystic/XXX ....



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

    --- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
    * Origin: American Pi BBS (21:2/150)
  • From paulie420@21:2/150 to HSM on Tue Aug 18 05:59:43 2020
    Hi, all my scripts are in /mystic/themes/default/scripts. There are
    no errors or logs, just nothing happens. I didn't change anything in the way they are called, do they need a ./ ?

    say the old path was c:\mystic\themes\default\scripts\script420.mpl

    now it would be (or similar, depending on YOUR path...): /home/USER/mystic/themes/default/scripts/script420.mpl

    different for your system and user account name.



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

    --- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
    * Origin: American Pi BBS (21:2/150)
  • From paulie420@21:2/150 to HSM on Tue Aug 18 10:09:27 2020
    I don't have experience yet with MPL, but if the files aren't in the
    path you need to explicitly call them. If you're starting mis from /mystic, that woul be ./themes/default/scripts. I prefer calling with a full path so that I'm not relying on where mis started from, so I'd use /mystic/themes/default/scripts .


    **
    /home/USERname/mystic/themes/default/scripts



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

    --- Mystic BBS v1.12 A45 2020/02/18 (Raspberry Pi/32)
    * Origin: American Pi BBS (21:2/150)
  • From Adept@21:2/108 to HSM on Tue Aug 18 18:13:33 2020
    Hi, all my scripts are in /mystic/themes/default/scripts. There are
    no errors or logs, just nothing happens. I didn't change anything in the way they are called, do they need a ./ ?

    I had thought that it might be a ./ issue, but when I looked at my own setup for how MRC was called, it has:

    (GX) Execute MPL program mrc_client

    So nothing else is coming to mind for me as a useful additional thing to
    check, beyond what Paulie420 (I think) recommended. I assume your Theme path
    is /mystic/themes, if you're running it there and not
    /home/USER/mystic/themes.

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Storm BBS (21:2/108)
  • From Jim Beam@21:2/162 to Andre on Tue Aug 18 21:47:57 2020
    On 18 Aug 2020, Andre said the following...

    On 18 Aug 2020, HSM said the following...

    Hi, all my scripts are in /mystic/themes/default/scripts. There a no errors or logs, just nothing happens. I didn't change anything the way they are called, do they need a ./ ?

    I don't have experience yet with MPL, but if the files aren't in the
    path you need to explicitly call them. If you're starting mis from /mystic, that woul be ./themes/default/scripts. I prefer calling with a full path so that I'm not relying on where mis started from, so I'd use /mystic/themes/default/scripts .
    - Andre`

    Winner! That's all it took was calling the mpl with the full path. Thanks everyone who chimed in!

    --- Mystic BBS v1.12 A46 2020/08/11 (Linux/64)
    * Origin: BBS GameTime - BBSGameTime.com (21:2/162)
  • From HSM@21:2/162 to Jim Beam on Tue Aug 18 21:49:40 2020
    On 18 Aug 2020, Jim Beam said the following...
    Winner! That's all it took was calling the mpl with the full path. Thanks everyone who chimed in!

    Lol, forgot I was using a test account to try out the autoval mpl :).

    -=- Gary aka HSM -=-
    -=TheFreeSpeak.com=-

    --- Mystic BBS v1.12 A46 2020/08/11 (Linux/64)
    * Origin: BBS GameTime - BBSGameTime.com (21:2/162)