Subj : Re: Linux and DOS Doors To : ryan From : maskreet Date : Tue May 05 2020 13:59:16 On 05 May 2020, ryan said the following... ry> Na> This was actually the first thing I tried, all the directorys are se ry> Na> chown to my user account on the machine. Everything launched but the ry> Na> telnet and binkp ports were unable to initialize on the mis server wh ry> Na> launch as a regular user account. ry> ry> Check out the 'setcap' command like I mentioned. ry> ry> Pro-tip - you /won't/ have a happy setup with dosemu (potentially python ry> and other stuff) if you launch mis as root. Yeah, I've been pushing the setcap command for people since I moved to Linux. Something people reading this considering using setcap to run ports on the currently logged in user and privileged ports: once you upgrade your mis executable (or any other with setcap) you'll have to set it again on the new executable. I get around this by invoking MIS and a bunch of other stuff on startup with a bash script, so I also plopped the setcap command in there as well just so I don't have to remember to do it again after upgrading. And since you might have to use sudo to run it, and it won't run without prompting normally, you can get around it with this (not really secure since you store your system pw in a text file): echo "your system pw here" | sudo -S setcap 'cap_net_bind_service=+ep' /mystic/mis --- Mystic BBS v1.12 A46 2020/04/29 (Linux/64) * Origin: throwbackbbs.com -\- meriden, ct -\- (21:1/114) .