To all sysops running on Linux, I'm going be to moving back from windows to Linux and would like ask for some of your help. I'm trying to decide what distro to move to. What distro are you running and what version? Were there any particular reasons for your choice?
I'm most familiar with Debian based distros. I'm willing to look at others but not sure what others Mystic will run on. Knowing someone is actually using a particular distro would give me some confidence to try it.
I'm most familiar with Debian based distros. I'm willing to look at others but not sure what others Mystic will run on. Knowing someone
To all sysops running on Linux, I'm going be to moving back from
windows to Linux and would like ask for some of your help. I'm trying
to decide what distro to move to. What distro are you running and what version? Were there any particular reasons for your choice?
windows to Linux and would like ask for some of your help. I'm trying
to decide what distro to move to. What distro are you running and what version? Were there any particular reasons for your choice?
Ended up with Raspberry Pi OS Bullseye x86 and now Mystic is running
fine on my Raspi 3B+ again.
Debian or Ubuntu is a safe bet. Both are stable.
To all sysops running on Linux, I'm going be to moving back from
windows to Linux and would like ask for some of your help. I'm trying
to decide what distro to move to. What distro are you running and what version? Were there any particular reasons for your choice?
to decide what distro to move to. What distro are you running and what version? Were there any particular reasons for your choice?
To all sysops running on Linux, I'm going be to moving back from
windows to Linux and would like ask for some of your help. I'm trying
to decide what distro to move to. What distro are you running and what version? Were there any particular reasons for your choice?
Hello ogg!
On 04 Dec 2024, ogg said the following...
to decide what distro to move to. What distro are you running andwhat
version? Were there any particular reasons for your choice?
I'm running Debian Bookworm (12.8). I've been using Debian since the early 2000s and it has been working fine all the time on a number of different machines.
The only "workaround" for Mystic that I've had to perform is to patch cryptlib 3.4.5's ccopts.sh slightly to work with gcc 12. (Cryptlib 3.4.6 doesn't work with Mystic at all, I believe.) And to create a systemd service/unit file to launch Mystic (MIS).
Which is better, having an @reboot cronjob, or a systemd service? I do
the former and it works fine. I just run a script that starts mis
server and deletes the semaphore files before that.
To all sysops running on Linux, I'm going be to moving back from...snip...
windows to Linux and would like ask for some of your help.
To all sysops running on Linux, I'm going be to moving back from windows to Linux and would like ask for some of your help....snip...
Thank you all who responded! The overwhelming consensus is that
Debian should be where I concentrate my efforts. I'll give that a go.
In the mean time, I continue to watch this thread for responses.
I'm actually in the transition of MysticBBS from a lxc container
running on Proxmox to a Docker container running on a VPS but did not
find a repo which is working correctly. I have tried it with the repo
from y4my4my4m/mysticbbs but the make start script is not exiting when
run, what's not so funny on a VPS :-)
Thank you all who responded! The overwhelming consensus is that Debian should be where I concentrate my efforts. I'll give that a go. In the mean time, I continue to watch this thread for responses.
For the record, I have Mystic installed on a 64bit Archlinux VM, and it works fine.
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?
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
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 90 |
Nodes: | 16 (0 / 16) |
Uptime: | 08:15:11 |
Calls: | 5,073 |
Calls today: | 5 |
Files: | 8,491 |
Messages: | 352,800 |