• Linux / Pi / SyncTerm Question

    From The Godfather@1337:3/132 to All on Mon Nov 9 19:23:29 2020
    Hey All,

    As most of you know, I'm rather new to Linux.

    I installed SyncTerm on my Pi and all went very well. I rebooted the Pi as Syncterm wasn't showing in the "internet folder" of the drop down menu.

    After rebooting, Syncterm now only loads in debug mode and it's frankly not unusable to call BBS's right now.

    Any suggestions on how to get it out of debug mode?

    -tG

    --- Mystic BBS v1.12 A47 2020/11/06 (Windows/32)
    * Origin: The Underground [@] www.theunderground.us:10023 (1337:3/132)
  • From Bucko@1337:3/102 to The Godfather on Tue Nov 10 19:34:47 2020
    Sorry TG I can't help, but you gave me an idea on something I can do with an extra pI I have here. Hook it up to my TV in my living room and call out
    using an extra wireless keyboard and mouse I have.. Sure beats the hell out
    of using my chromebook to VPN into my desktop to call out..

    --- Mystic BBS v1.12 A46 2020/08/26 (Windows/32)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (1337:3/102)
  • From The Godfather@1337:3/132 to Bucko on Wed Nov 11 23:14:14 2020
    Sorry TG I can't help, but you gave me an idea on something I can do
    with anextra pI I have here. Hook it up to my TV in my living room and call outusing an extra wireless keyboard and mouse I have.. Sure beats
    the hell outof using my chromebook to VPN into my desktop to call out..

    Glad I could help, not sure where i wrote that, but yeah I have two MSDisplay adapters, one to my TV, the other to a third monitor. When I want to watch TV,


















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































    I have windows on all three monitors .. when I want to learn linux, I run sling


















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































    from windows, broadcast it wirelessly to the TV, then flip an HDMI input to my third monitor, and acces the PI. I too went with a wireless keyboard for the PI. It's great! Of course .. I went wired for my windows machine because I wanted a gaming keyboard and mouse .. just because i could.

    -tG

    --- Mystic BBS v1.12 A47 2020/11/06 (Windows/32)
    * Origin: The Underground [@] www.theunderground.us:10023 (1337:3/132)
  • From Apam@1337:3/111 to The Godfather on Mon Nov 16 21:22:24 2020
    Any suggestions on how to get it out of debug mode?

    I'm not sure what you mean by "debug mode" but Syncterm compiles as a debug build by default. When you compile it, instead of issuing:

    make

    try issuing

    make RELEASE=1

    and then

    sudo make RELEASE=1 install

    That should install a release build (a build without debugging symbols)

    Andrew

    --- Mystic BBS v1.12 A47 2020/11/06 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com - (1337:3/111)
  • From The Godfather@1337:3/132 to Apam on Tue Nov 17 00:50:02 2020
    I'm not sure what you mean by "debug mode" but Syncterm compiles as a debugbuild by default. When you compile it, instead of issuing:
    make
    try issuing
    make RELEASE=1
    and then
    sudo make RELEASE=1 install
    That should install a release build (a build without debugging symbols) Andrew

    I'll give that a shot, thanks Andrew. The problem seems to be that for every line of ANSI drawn to the screen, the entire screen redraws the ANSI to that new line, until the ANSI is fully drawn. It's doing so even when loading the phone book, or settings, as an example. Hopefully a recompile will work. I'd have to send you a gmail with video to better illustrate what I mean.

    -tG

    --- Mystic BBS v1.12 A47 2020/11/06 (Windows/32)
    * Origin: The Underground [@] www.theunderground.us:10023 (1337:3/132)