DistroByte/AwF-Bot

[BUG] Leftover processes running probably after Jammy

oof2win2 opened this issue · 0 comments

factorio@koelkast:/opt/factorio/servers/test$ ps aux | grep "/test"
factorio 3021228  0.0  0.0   2608   608 ?        S     2020   0:00 /bin/sh -c echo "oof2win2: ?rconcmd #awf-christmas /bans" > ../servers/test/server.fifo
factorio 3058204  0.0  0.0   2608   608 ?        S     2020   0:00 /bin/sh -c echo "oof2win2: ?po" > ../servers/test/server.fifo
factorio 3075679  0.0  0.0   2608   548 ?        S     2020   0:00 /bin/sh -c echo "oof2win2: ?po" > ../servers/test/server.fifo
factorio 3089798  0.0  0.0   2608   608 ?        S     2020   0:00 /bin/sh -c echo "oof2win2: g" > ../servers/test/server.fifo
factorio 3089800  0.0  0.0   2608   608 ?        S     2020   0:00 /bin/sh -c echo "oof2win2: ``` g ```" > ../servers/test/server.fifo

This is only a few of the processes running into the server's server.fifo file, my only reasoning as to why is that the server wasn't online when it was recieving these messages. I don't like this at all, as this means that there are things running after Jammy. Since ?po is there, I believe that this is from the AwF-Bot-Test, as that would deliver messages with the question mark, unlike Jammy, which would cut off the initial command (for some reason. Might be a bug too).