• Re: Mystic and Linux distros

    From Alonzo@21:1/130 to Accession on Sunday, December 15, 2024 19:52:11
    For the record, I have Mystic installed on a 64bit Archlinux VM, and it works fine.

    I don't know how well it would work with Mystic, but take a look at Voyager - a Linux distro based on Ubuntu, I think. I just love it.

    ... A social life? Where can I download that!?

    --- Mystic BBS v1.12 A48 (Windows/64)
    * Origin: From the depths of Bunker 3 (21:1/130)
  • From opicron@21:3/126 to dreamchipper on Tuesday, December 17, 2024 10:48:19
    Here is my Dockerfile that I use to build my Mystic container
    -[snip]-

    When I run Mystic as server in Linux my CPU spikes. I have to run it as a daemon instead. Do you notice a difference in your setup?

    oP!

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

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)
  • From dreamchipper@21:1/228 to opicron on Wednesday, December 18, 2024 20:34:51
    When I run Mystic as server in Linux my CPU spikes. I have to run it as a daemon instead. Do you notice a difference in your setup?

    oh true, my entrypoint is a start.sh

    ```shell
    #!/usr/bin/env sh
    cd /mystic
    rm -f /mystic/semaphore/mis.bsy
    rm -f /mystic/nohup.out
    ./mis daemon
    while true
    do
    sleep 5
    done
    ```

    Dreamchipper

    --- Mystic BBS v1.12 A48 (Linux/64)
    * Origin: SDF-1 BBS: bbs.sdf1.net (ssh: 5022, telnet: 5023) (21:1/228)
  • From opicron@21:3/126 to dreamchipper on Thursday, December 19, 2024 15:06:30
    When I run Mystic as server in Linux my CPU spikes. I have to run it daemon instead. Do you notice a difference in your setup?

    oh true, my entrypoint is a start.sh

    ```shell
    #!/usr/bin/env sh
    cd /mystic
    rm -f /mystic/semaphore/mis.bsy
    rm -f /mystic/nohup.out
    ./mis daemon
    while true
    do
    sleep 5
    done
    ```

    Dreamchipper

    Thanks for the heads up!

    oP!

    ... Users come in two types: Those who have lost data, and those who will.

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: TheForze - bbs.theforze.eu:23 (21:3/126)