12-09-2019, 11:40 PM
I just tried this on my Fedora 25 (I know, it's pretty old) and it worked.
So at least, this much is working. I suspect a newer version of Fedora probably has something missing. We'll see with the output from Dan. I will try it on a Fedora 30+ later, when I get the chance.
Code:
[root@localhost tactic]# ./tactic_python3 start
TACTIC_INSTALL_DIR = /spt/tactic/tactic
TACTIC_SITE_DIR =
TACTIC_DATA_DIR = /spt/tactic/tactic_data
Starting Tactic: [ OK ]
[root@localhost tactic]# ps -ef | grep python
root 810 1 0 Nov29 ? 00:00:03 /usr/bin/python3 -Es /usr/sbin/firewalld --nofork --nopid
root 57136 1 0 11:46 pts/3 00:00:00 su - tactic -m -c /usr/bin/python3 /spt/tactic/tactic/src/bin/monitor.py
tactic 57137 57136 8 11:46 ? 00:00:00 /usr/bin/python3 /spt/tactic/tactic/src/bin/monitor.py
tactic 57162 57137 18 11:46 ? 00:00:00 python3 /spt/tactic/tactic/src/bin/startup.py 8081
tactic 57278 57137 25 11:46 ? 00:00:00 python3 /spt/tactic/tactic/src/bin/startup.py 8082
tactic 57392 57137 48 11:46 ? 00:00:00 python3 /spt/tactic/tactic/src/bin/startup.py 8083
root 57404 54093 0 11:46 pts/3 00:00:00 grep --color=auto python
So at least, this much is working. I suspect a newer version of Fedora probably has something missing. We'll see with the output from Dan. I will try it on a Fedora 30+ later, when I get the chance.