• Segment Fault with the latest mystic v1.12 A47 Release

    From Alisha Stutz@1:229/2 to All on Saturday, August 14, 2021 12:29:11
    From: nospam.Alisha.Stutz@f113.n301.z2.fidonet.org

    Hi to all,

    When i start ./mystic -cfg and then i go to "Network" and select "Edit
    Areafix Help", "Edit Filefix Help" or "Edit File Request" i got imidiatly a Segfault and the mystic -cfg is closed.

    An unhandled exception occurred at $0000000000412130: EAccessViolation: $0000000000412130 Segmentation fault (core dumped).

    I run Ubuntu 20.04.02 LTS 64 Bit, and i install the latest Mystic V1.12 A47
    64 Bit PreAlpha Version.

    Installed as root at /mystic with chown -R mystic:mystic /mystic changed to mystic user and started as user mystic

    Hope this help to fix the problem

    Best regards
    Alisha

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From g00r00@1:229/2 to All on Saturday, August 14, 2021 11:45:42
    From: nospam.g00r00@f215.n129.z1.fidonet.org

    When i start ./mystic -cfg and then i go to "Network" and select "Edit Areafix Help", "Edit Filefix Help" or "Edit File Request" i got
    imidiatly a Segfault and the mystic -cfg is closed.

    Thanks I will see if I can reproduce this and get it fixed up if so.

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

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Alisha Stutz@1:229/2 to All on Saturday, August 14, 2021 17:48:24
    From: nospam.Alisha.Stutz@f113.n301.z2.fidonet.org

    Hi g00r00,

    Is there any Mailinglist or Echomail witch you announce when a new prealpha Release is released to know when i shut download a new binary? What i see is that the Name of the prealpha has always the same name, there is no indicator when a new version is uploaded. Is there any plan for the future to extend
    the filename by a date and houre prefix to know when a new version is
    released.

    Best regards
    Alisha

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From g00r00@1:229/2 to All on Saturday, August 14, 2021 14:48:13
    From: nospam.g00r00@f215.n129.z1.fidonet.org

    Is there any Mailinglist or Echomail witch you announce when a new prealpha Release is released to know when i shut download a new binary? What i see is that the Name of the prealpha has always the same name, there is no indicator when a new version is uploaded. Is there any plan for the future to extend the filename by a date and houre prefix to know when a new version is released.

    There is no indicator other than the date of the file and the date stamp that it shown when you run mystic -ver or mis -ver etc.

    I don't really have any plans at the moment to change that but I am open to ideas/suggestions!

    ... A PC a day keeps the Apple away!

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Alisha Stutz@1:229/2 to All on Saturday, August 14, 2021 19:12:32
    From: nospam.Alisha.Stutz@f113.n301.z2.fidonet.org

    Hi g00r00,

    For me as a Sysop Point of view to test a prealpha and give you feedback
    would be nice to see very fast, without to download and install if there is a new version online or not. The easy way to do this is to extend the existing prealpha download file name by mys112a47_202108142110_l64.rar means this release ist build on the 14th of August 2021 at 21:10 or 09:10pm at utc timezone.

    best regards

    Alisha

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Jay Harris@1:229/2 to All on Saturday, August 14, 2021 17:14:55
    From: nospam.Jay.Harris@f664.n229.z1.fidonet.org

    On 14 Aug 2021, g00r00 said the following...

    The date is already set on the timestamp of the file within the listing, so you can already use that to accomplish what you're hoping for in a
    very simple way:

    For example you can do:
    "wget -N http://mysticbbs.com/downloads/prealpha/mys112a47_l64.rar"

    I have a small shell script setup to check whenever I think about it:

    ### begin myschk.sh ###
    #!/bin/bash
    cd /home/pi/mystic
    echo "Current version:"
    /home/pi/mystic/mystic -ver
    cd /tmp
    [ -f "/tmp/mys112a47_p32.zip" ] && rm -f /tmp/mys112a47_p32.zip
    wget -q http://mysticbbs.com/downloads/prealpha/mys112a47_p32.zip
    echo #
    unzip -l ./mys112a47_p32.zip
    echo #
    read -p "Delete zip? " -n 1 -r
    echo #
    if [[ $REPLY =~ ^[Yy]$ ]]
    then
    rm -f /tmp/mys112a47_p32.zip
    fi
    echo #
    ### end myschk.sh ###


    $ ./myschk.sh
    Current version:
    Mystic BBS v1.12 A47 Raspberry Pi/32 Compiled 2021/08/14 09:02:05

    Archive: ./mys112a47_p32.zip
    Length Date Time Name
    --------- ---------- ----- ----
    1278 2021-08-14 12:02 file_id.ans
    905 2021-08-14 12:02 file_id.diz
    113416 2021-08-14 12:02 install
    5866272 2021-08-14 12:02 install_data.mys
    14653 2021-08-14 12:02 unix.install.txt
    136624 2021-08-14 12:02 upgrade
    31059 2021-08-14 12:02 upgrade.txt
    223925 2021-08-14 12:02 whatsnew.txt
    --------- -------
    6388132 8 files

    Delete zip? y


    Jay

    ... Finagle's first Law: If an experiment works, something has gone wrong.

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From g00r00@1:229/2 to All on Saturday, August 14, 2021 19:00:01
    From: nospam.g00r00@f215.n129.z1.fidonet.org

    I have a small shell script setup to check whenever I think about it:

    I made one real quick that will check for a new version and download it if there is a newer version.

    You could easily modify this to send an e-mail or to even unrar it and do a "./install replace /mystic" to automatically install it. You'd still need to keep an eye on the upgrade/whatsnew text though in case there are additional steps needed.

    NEW_VERSION=$(wget -N http://mysticbbs.com/downloads/prealpha/mys112a47_l64.rar 2>&1 >/dev/null | grep -c "Saving to:*")

    if [ "$NEW_VERSION" -eq 1 ] ; then
    echo "A new version of Mystic BBS is available"

    # Do whatever you want here
    else
    echo "No new version found"
    fi

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

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From g00r00@1:229/2 to All on Saturday, August 14, 2021 16:29:26
    From: nospam.g00r00@f215.n129.z1.fidonet.org

    For me as a Sysop Point of view to test a prealpha and give you feedback would be nice to see very fast, without to download and install if there is a new version online or not. The easy way to do this is to extend the existing prealpha download file name by mys112a47_202108142110_l64.rar means this release ist build on the 14th of August 2021 at 21:10 or 09:10pm at utc timezone.

    The date is already set on the timestamp of the file within the listing, so you can already use that to accomplish what you're hoping for in a very simple way:

    For example you can do:
    "wget -N http://mysticbbs.com/downloads/prealpha/mys112a47_l64.rar"

    And that will look at the file date and download the file if its been updated since the last time you've downloaded it. If the filename contained the date stamp within the filename then this would not work.

    ... How is it possible to have a civil war?

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Alisha Stutz@1:229/2 to All on Sunday, August 15, 2021 10:52:55
    From: nospam.Alisha.Stutz@f113.n301.z2.fidonet.org

    Hi g00r00,

    i use Putty under Windows 10 Pro to access my Ubuntu Linux 20.04.02 LTS, but i have it as well on macOS Catalina 10.15.7 with the build in Terminal when i access the Ubuntu Linux 20.04.02 LTS.

    What do you need for more information then i will asap provide it you.

    Best regardsa
    Alisha

    --- SoupGate-DOS v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From g00r00@1:229/2 to All on Sunday, August 15, 2021 12:01:38
    From: nospam.g00r00@f215.n129.z1.fidonet.org

    i use Putty under Windows 10 Pro to access my Ubuntu Linux 20.04.02 LTS, but i have it as well on macOS Catalina 10.15.7 with the build in
    Terminal when i access the Ubuntu Linux 20.04.02 LTS.

    Thank you! I believe I have fixed this now in the latest build! :)

    ... Message encrypted: Press ALT-F4 to read encoded message

    --- SoupGate-DOS v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Alisha Stutz@1:229/2 to All on Monday, August 16, 2021 05:32:48
    From: nospam.Alisha.Stutz@f113.n301.z2.fidonet.org

    Hi g00r00,

    Yes i can confirm fault is fixed. Thanks for your fast support to fix this issus.

    Best regards
    Alisha

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)