I managed to locate a rogue "mis" task running in the background apps on the server. It was waaaaay down in the task manager, so I didn't notice
it before. After forcing a shutdown, everything seems to be playing
nicely again and the node logging is back to normal.
Hi fuzion,
iy you have this issues again and I think, y'r running mystic on Windwos:
Powershell: Get-Process mis -ErrorAction SilentlyContinue | Select-Object Id, ProcessName, StartTime, Path
CMD: tasklist /FI "IMAGENAME eq mis.exe"
or
CMD: wmic process where "name='mis.exe'" get ProcessId,ParentProcessId,CommandLine,ExecutablePath,CreationDate
normal result:
PS C:\mystic> Get-Process mis -ErrorAction SilentlyContinue | Select-Object Id, ProcessName, StartTime, Path
Id ProcessName StartTime Path
-- ----------- --------- ----
5724 mis
have fun & greez
neo67
--- Mystic BBS v1.12 A48 (Windows/64)
* Origin: -= The News BBS | bbs.dosnetz.de:3232 =- (21:2/136)