• Mystic & dosemu

    From Netsurge@21:4/154 to All on Monday, April 29, 2019 00:22:05
    Does anyone who run's Mystic under linux have a write up on getting dosemu running properly.

    I've tried all the stuff listed in the docs folder and I get dosemu running
    but it looks like there is a fossil issue as nothing is coming across the terminal.

    frank!netsurge ! hysteriabbs.com ! zeus 1.7 ! amiga 4ooo
    --- Zeus BBS 1.5
    * Origin: hysteria bbs - hysteriabbs.com - amiga powered (21:4/154.0)
  • From apernevan@21:1/101 to Netsurge on Friday, May 10, 2019 06:12:21
    I am also having issues with Mystic under Ubuntu Server and dosemu.

    When I launch the door I get the following error:
    "error: unknown window sizes li=0 co=0, setting to 80x25"
    And after this it gets jammed and I need to close the telnet session.

    All info I found is that dosemu needs a GUI to work under Mystic.
    If someone knows a workaround it would be great as my VPN where I want to run the BBS is only text based and I do not want to install a GUI due to low resources nor switch to Windows VPN due to costs at this moment.

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From esc@21:1/112 to apernevan on Friday, May 10, 2019 01:45:53
    When I launch the door I get the following error:
    "error: unknown window sizes li=0 co=0, setting to 80x25"
    And after this it gets jammed and I need to close the telnet session.

    You can prevent this by using 'stty' - as an example, here's how I launch
    LORD:
    stty cols 80 rows 25 && dosemu -I"serial { com 1 virtual }" "/doors/lord/start.bat" %N /DOS

    Note that all of the above is on one line.
    All info I found is that dosemu needs a GUI to work under Mystic.
    If someone knows a workaround it would be great as my VPN where I want
    to run the BBS is only text based and I do not want to install a GUI due to low resources nor switch to Windows VPN due to costs at this moment.

    Not true, no worries. You can use DOSEMU just fine without a GUI of any sort. My server is headless.

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Black Flag <ACiD Telnet HQ> blackflagbbs.com (21:1/112)
  • From apernevan@21:1/101 to esc on Saturday, May 11, 2019 02:42:25
    You can prevent this by using 'stty' - as an example, here's how I launch LORD:
    stty cols 80 rows 25 && dosemu -I"serial { com 1 virtual }" "/doors/lord/start.bat" %N /DOS

    Adding stty & some permissions changed in the mystic folder did the trick. Thank you Esc :)

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Bugz@21:4/110 to esc on Friday, May 10, 2019 10:42:51
    esc wrote to apernevan <=-

    Not true, no worries. You can use DOSEMU just fine without a GUI of any sort. My server is headless.

    I must have missed that setting in DOSEMU.

    I run xvfb currently, and when trouble shooting doors I use vnc.

    Take care,
    Steve

    ... And now for something completely different.

    ___ MultiMail/Linux v0.49

    --- Mystic BBS/QWK v1.12 A43 2019/03/02 (Linux/64)
    * Origin: BZ&BZ BBS (21:4/110)
  • From Netsurge@21:4/154 to apernevan on Friday, May 10, 2019 13:47:43

    On Friday May 10, 2019, Apernevan said to Netsurge...

    I am also having issues with Mystic under Ubuntu Server and dosemu.

    When I launch the door I get the following error: "error: unknown window sizes li=0 co=0, setting to 80x25" And after this it gets jammed and I
    need to close the telnet session.

    All info I found is that dosemu needs a GUI to work under Mystic. If someone knows a workaround it would be great as my VPN where I want to
    run the BBS is only text based and I do not want to install a GUI due to low resources nor switch to Windows VPN due to costs at this moment.

    You don't need a GUI at all. You need to prefix you data statement with
    "ssty cols 80 rows 25"

    So it should lool like this:

    stty cols 80 rows 25 && dosemu -I"serial {.......

    frank!netsurge ! hysteriabbs.com ! zeus 1.7 ! amiga 4ooo
    --- Zeus BBS 1.5
    * Origin: hysteria bbs - hysteriabbs.com - amiga powered (21:4/154.0)